<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
4fd09add-fbcb-480f-9866-516185307543|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="4fd09add-fbcb-480f-9866-516185307543">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="4860" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-28T00:00:00" End="2026-06-01T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="tours@travelify.pk" Password="Travelify@2026" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4fd09add-fbcb-480f-9866-516185307543|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
4fd09add-fbcb-480f-9866-516185307543|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
4fd09add-fbcb-480f-9866-516185307543|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
4fd09add-fbcb-480f-9866-516185307543|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:409f6f5a-d02d-48fc-ba9b-336c90208238
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
4fd09add-fbcb-480f-9866-516185307543|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
4fd09add-fbcb-480f-9866-516185307543|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
4fd09add-fbcb-480f-9866-516185307543|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
4fd09add-fbcb-480f-9866-516185307543|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-05-20T15:50:05.0512954+01:00" Version="0" EchoToken="Search" TransactionIdentifier="4fd09add-fbcb-480f-9866-516185307543" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="0" HotelCode="649806|baku_home_hostel" HotelName="Baku Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehdi Huseyn Street 86, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/07/300728973cb69c65ecb65d5aba0a64f81519924c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.95" OriginalAmount="53.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41362" Longitude="49.857972" StarRating="0" HotelCode="|472583" HotelName="GM City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ahmad Rajabli-1, Str. 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/5/8/3/472583_c8582a01204.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.23" OriginalAmount="53.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.397643" Longitude="49.841216" StarRating="0" HotelCode="|462146" HotelName="İstanbul Gold Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nesimi Rayonu Mireli Qasqay kucesi 142</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/1/4/6/462146_63425101135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.99" OriginalAmount="54.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41609" Longitude="49.799448" StarRating="3" HotelCode="|154112" HotelName="Crossway " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUMGAIT HIGHWAY 3KM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/1/1/2/154112_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.31" OriginalAmount="54.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41592141" Longitude="49.79960151" StarRating="3" HotelCode="809756|542765" HotelName="Crossway Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sumgait Highway 3 km, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c3/86/c3862c439d40bdffb1301d8574e97654a80d9c0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.38325314" Longitude="49.80636961" StarRating="3" HotelCode="638334|otel_art_2" HotelName="ART Hotel Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Beauty Salon,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Akim Abbasov 47, Mireli Seyidov, AZ1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/19/3019b7a7d63509edf8d161931935ac6864fc5b27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at ART Hotel Baku in Baku, you'll be convenient to Baku State University and Baku State ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.99" OriginalAmount="58.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.36710376" Longitude="49.83507641" StarRating="3" HotelCode="851030|2422975" HotelName="Sunday Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Ilyas Efendiyev Street 75, 1001 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6b/24/6b24480b60b02b91d5b79f724af510a3b5efcf8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.40" OriginalAmount="59.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39765815" Longitude="49.84120736" StarRating="3" HotelCode="781796|2493315" HotelName="Istanbul Gold Hotel Baku" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nesimi Rayonu Mireli Qasqay kucesi 142, Travmatologiya Hastahanesinin Yani, 1600 Baku, Nesimi Rayonu</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a4/a8/a4a8b1bc80a84a2b988f80d8f72a94f88db92682.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.99" OriginalAmount="60.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.405467" Longitude="49.848028" StarRating="4" HotelCode="189333|605065" HotelName="Anatolia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Yusif Vazirov street, Narimanov district, 1117 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/76/7650ec0d8156eedc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (GYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.65" OriginalAmount="60.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.40958" Longitude="49.861702" StarRating="0" HotelCode="|465239" HotelName="Maris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Ehmed Recebli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/2/3/9/465239_c60bbe51338.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.59" OriginalAmount="61.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.396893" Longitude="49.79816" StarRating="2" HotelCode="|487729" HotelName="Sovet Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>General Mammed Sherif Hamidov</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/7/7/2/9/487729_2d3452d2141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.38432396" Longitude="49.86401364" StarRating="2" HotelCode="616893|249616" HotelName="White City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yusif Safarov 62/76, Baku, Xatai</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/b9/17b98c3f256826d30bb62f35637815880358459b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Baku, White City Hostel is convenient to Azure Shopping Center an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4097347" Longitude="49.8614897" StarRating="3" HotelCode="744384|mensen_hotel_2" HotelName="Mensen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ehmed Recebli Kucesi 2-Paralel, Nerimanov Rayonu, 1600 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/af/40/af4041e907215580f4f53088799231ca62a6ea95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.08" OriginalAmount="83.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.367887" Longitude="49.834499" StarRating="3" HotelCode="|154197" HotelName="Old City Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>DALAN 10,KICHIK GALA STREET 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/1/9/7/154197_47a0de11855.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.04" OriginalAmount="84.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37556308" Longitude="49.8565317" StarRating="3" HotelCode="622747|2293795" HotelName="Deluxe City Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rixard Zorge Street 5A, 1001 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/1d/bd1d5c14672503e5f3ded457a11dcde237051c63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Deluxe City Hotel offers accommodations in Baku.
All rooms have a flat-screen TV. The rooms have a p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.24" OriginalAmount="86.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.402444" Longitude="49.839529" StarRating="3" HotelCode="|213173" HotelName="Modern" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>188 Mirali Gashgai,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/1/7/3/213173_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.402748309427" Longitude="49.839478411377" StarRating="4" HotelCode="264396|89438" HotelName="Modern Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Mirali Qasqay 100, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7a/89/7a8970326aaa89410ce468150e8d5ffa276d201e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.380443043198" Longitude="49.870806961971" StarRating="3" HotelCode="161777|108810" HotelName="Gallery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Sabit Orucov Street 13, Baku, Aserbaidschan</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/11/37111722ee07d6e96797834a4d89d0cdb5688bb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, just a stone's throw away from the old town. Restaurants, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41036752" Longitude="49.86102178" StarRating="4" HotelCode="308411|paradise_baku" HotelName="Paradise Baku Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Business Centre,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Meeting Room,Pets allowed,Printer,Restaurant,Room Service,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Ahmad Radjabli 2/27, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/31/e8313b1b55f00c311262fa9cca8f8670316ce8ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Paradise Hotel Baku is located in Baku, a 5-minute drive from Heydar Aliyev Cultural Centre. It feat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.03" OriginalAmount="90.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.383301" Longitude="49.849998" StarRating="3" HotelCode="|154120" HotelName="Diplomat  Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Suleyman Rahimorv 185 Baku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/1/2/0/154120_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37336681" Longitude="49.83670924" StarRating="3" HotelCode="854411|otel_best_center" HotelName="Best Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Housekeeping,Internet,Kids Play Area,Kitchen,Laundry,Massage Centre,Printer,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hazi Aslanov Street 52, 1005 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/61/3761121c064a680d9ab83423a3166c07eca00d2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Baku. BEST CENTER HOTEL features a total of 20 bedrooms. BEST CEN...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.88" OriginalAmount="92.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.371874" Longitude="49.839641" StarRating="0" HotelCode="|496031" HotelName="Khaghani Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Xaqani kuc. 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/6/0/3/1/496031_e7321530507.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.06" OriginalAmount="92.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.409205" Longitude="49.862008" StarRating="4" HotelCode="|565169" HotelName="Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akhmad Rajabli 2/12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/1/6/9/565169_f860c921912.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.379600859308" Longitude="49.843135401607" StarRating="4" HotelCode="97059|diplomat_hotel_8" HotelName="Diplomat Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Suleyman Rahimov Street 185, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/bd/3dbdfa850c509a67c9bb5221aaa3e0c7e521ae22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Baku is not only the largest city and the capital of Azerbaijan, but also its cultural, financial an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.82" OriginalAmount="95.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.2577991" Longitude="49.6552634" StarRating="0" HotelCode="|370830" HotelName="Montenegro Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Salyan Highay,27th km</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/8/3/0/370830_1944b9c1149.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.371016" Longitude="49.835334" StarRating="4" HotelCode="103968|89436" HotelName="Azcot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Husi Hajiyev Street 7, Lane 1, Baku 1001</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/c8/37c8b9305d5790842758eb4e734a5865762c2a4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the business area on prestigious Fountain Square, just a stone'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.410106" Longitude="49.863154" StarRating="4" HotelCode="931985|royal_hotel_22" HotelName="Royal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ahmad Rajabli 12, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/e8/4fe8a928c80d3d479c49087b13b5aa0e04b93ffb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a hotel complex. The project of this complex was drafted according to the international standa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37196222" Longitude="49.83967306" StarRating="3" HotelCode="738742|khaghani_center_hotel" HotelName="Khaghani Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Beauty Salon,Currency Exchange,Designated Smoking Area,Garden,Golf,Housekeeping,Internet,Kids Play Area,Laundry,Nightclub,Parking,Printer,Restaurant,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Xaqani Kucesi 1, 4th Floor, AZ1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/fe/18fe423b1ca06f0538c5fb45d70a9e034f127ef5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;KHAGANI CENTRAL HOTEL is located in the heart of the city center. is within close proximity to area ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.69" OriginalAmount="97.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.371198" Longitude="49.835901" StarRating="4" HotelCode="|154090" HotelName="Azcot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>AZERBAIJAN AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/0/9/0/154090_ece87221316.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, is urban, ideal for holidays or business trips, has a lobby, with a reception, express check-out, air-conditioning, flight reservation, a security system, a cleaning service, a laundry service, a dry cleaner's, daily newspapers, a breakfast room, a safety deposit box service and internet (free of charge). SITUATION: This establishment, is in Baku the area Close to the shopping area excellent transport links to the nightlife and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375848" Longitude="49.852078" StarRating="3" HotelCode="103970|the_empire_hotel_2" HotelName="The Empire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khagani Street 89, 1010 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/6f/d96f8af62f805d5386748332c6117be6c2e6f550.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, surrounded by embassies, government and business offices, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.27" OriginalAmount="98.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.380685" Longitude="49.830188" StarRating="4" HotelCode="|472488" HotelName="Parkway inn and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jafar Jabbarli 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/4/8/8/472488_ce21c891042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.25779754" Longitude="49.65526196" StarRating="0" HotelCode="499678|montenegro_hotel_2" HotelName="Montenegro Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Salyan Highay 27th km</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/3c/7c3c09bf5444fdf0dd6c1894a8cfd53d54745c77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37340899" Longitude="49.83533433" StarRating="3" HotelCode="782374|otel_hazz" HotelName="Hazz Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>H?zi Aslanov Street 51-65, AZ1001 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e3/51e3acd8b9e50574d2b87555a38c91875d780c5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.374350325057" Longitude="49.850534638237" StarRating="3" HotelCode="161662|rigs_hotel_2" HotelName="Rigs Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gadjibekov Street 63B, 1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/79/c079779826f1ba36799557451534de96a5bfe90d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.51" OriginalAmount="103.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.405047" Longitude="49.842665" StarRating="4" HotelCode="|154202" HotelName="Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 SHAMSI RAHIMOV STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/2/0/2/154202_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39787859" Longitude="49.86907155" StarRating="3" HotelCode="786493|rusel_hotel" HotelName="Rusel Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hasanoglu 4, Narimanov, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/8f/168fdf79ce0cf6505bf29cc6647bf5303aefa413.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.398791829434" Longitude="49.859104288361" StarRating="4" HotelCode="329586|abu_arena_hotel" HotelName="Abu Arena Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koroglu Rahimov Street 15, 1072 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/5f/355f6bf88791c0ddfd526c3cb563a5a39d0ba835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (GYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.14" OriginalAmount="114.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.350527" Longitude="49.834139" StarRating="0" HotelCode="|455322" HotelName="Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Qurban Abbasov</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/3/2/2/455322_3a876e11102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.390389" Longitude="49.860425" StarRating="5" HotelCode="103984|ayf_palace" HotelName="AYF Palace" 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,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Khatai Avenue, 1008 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/74/a5746c20b44faebe4cf159b7a8131e3926efbd33.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Baku, the hotel is ideal for business and leisure travellers alike. Shops, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.36" OriginalAmount="115.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.387775" Longitude="49.844042" StarRating="4" HotelCode="|464953" HotelName="Mildom Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/9/5/3/464953_c8133e81144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.79" OriginalAmount="116.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3481643" Longitude="49.8344216" StarRating="4" HotelCode="|370853" HotelName="Bayil Breeze " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Alibayov Gardashlari Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/8/5/3/370853_7df258c0913.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.36741153" Longitude="49.83592682" StarRating="4" HotelCode="427883|old_street_hotel_2" HotelName="Old Street Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Sabir 12, Icheri Sheher (Old City), 1095 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/da/b8da93617392698568071303f25893d35fbebdbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city center of Baku, particularly in the historical district. It is ver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.18" OriginalAmount="117.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.349137" Longitude="49.810378" StarRating="4" HotelCode="|455325" HotelName="Regal Inn Badamdar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sebail Rayonu, Badamdar Sossesi1-ci ya?ay?? massivi 282 A, Sabayil ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/3/2/5/455325_a0b11551100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.40863744" Longitude="49.86034769" StarRating="3" HotelCode="753516|teatro_rooms_hotel" HotelName="Teatro Rooms Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Parking,Printer,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Ahmad Rajabli 3/12, 1075 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/5f/135f89df27b58fcbfd7c67b345d0b1525344d831.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Immerse yourself in the atmosphere of hospitality, care and comfort in Teatro Rooms Hotel. Teatro Ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.409734" Longitude="49.862270682209" StarRating="4" HotelCode="293197|teatro_boutique_hotel" HotelName="Teatro Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ahmad Rajabli Str. 1, AZ1075 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/95/97956b655548a0b165f6290d78b6afef44e7af69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (GYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.04" OriginalAmount="118.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.365546" Longitude="49.828015" StarRating="3" HotelCode="|472581" HotelName="Hillside City Center " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jafarov Gardashlari 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/5/8/1/472581_43856131247.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.34" OriginalAmount="119.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.410233" Longitude="49.859876" StarRating="4" HotelCode="|465934" HotelName="Alba Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ahmad Rajabli 3/28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/9/3/4/465934_816ee031553.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.48" OriginalAmount="119.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.381798" Longitude="49.829654" StarRating="4" HotelCode="|168851" HotelName="Amber" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>29, JAFAR JABBARLY STR.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/8/5/1/168851_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3683652" Longitude="49.83748878" StarRating="3" HotelCode="851042|tagovi_hotel_baku" HotelName="Istanbul City Hotel Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aziz Aliyev Street 33, Starbucksin Karsisi, 1001 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/6b/826b78f5ea6732b830b700137fea463d96411875.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.01" OriginalAmount="122.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.34391" Longitude="49.81047" StarRating="4" HotelCode="|483783" HotelName="Sea Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Neftchiler Street 85, Badamdar district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/7/8/3/483783_36cf58e1002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.08" OriginalAmount="122.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.367403" Longitude="49.835971" StarRating="4" HotelCode="|213257" HotelName="Old Street Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SABIR 12 ICHERI SHEHER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/2/5/7/213257_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.48" OriginalAmount="122.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.349938" Longitude="49.834616" StarRating="0" HotelCode="|465265" HotelName="ZAM-ZAM" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Qurban Abbasov</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/2/6/5/465265_cd070cc1333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.370354282547" Longitude="49.839692903526" StarRating="3" HotelCode="103975|du_port_" HotelName="Du Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yusif Mammadaliyev Street 7, 1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/40/1740407a07b7a7b1b4be169fb80afbfe08debc04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.369439652462" Longitude="49.827708005905" StarRating="3" HotelCode="187551|swan_hotel" HotelName="Swan Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rostropovich 17, 1001 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/e9/30e9672d9a14fd02c6a5f538bdeeb2766bcf73af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Baku, in the district of Arundel, famous for its 12th-century castle, the hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="0" HotelCode="982921|alba_hotel_spa" HotelName="Alba Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Azerbaijan Ahmad Rajabli Street 3/28, 1075 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/zz/2a/ad2a279811da43bd6e3f990daecacd4574e2ae53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.80" OriginalAmount="125.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375514" Longitude="49.856647" StarRating="3" HotelCode="|370893" HotelName="Deluxe City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rixard Zorge str.5A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/8/9/3/370893_4f69a871251.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.97" OriginalAmount="125.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.377864339767" Longitude="49.872593128157" StarRating="4" HotelCode="332808|1958585" HotelName="Boulevard Side Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ayaz Ismayilov Street 3, 1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5b/1a/5b1a418048d0ffcd1f5341e2c68d80cfee5180f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.14" OriginalAmount="125.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.369859" Longitude="49.838923" StarRating="3" HotelCode="|509516" HotelName="Lacasa Nizami Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tagiyev Street 15/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/9/5/1/6/509516_ceb9c6d1146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.25" OriginalAmount="125.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.36566" Longitude="49.832738" StarRating="0" HotelCode="|472570" HotelName="Maajid Hotel and Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58, 1st Gasr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/5/7/0/472570_2a1f3561006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.398721978943" Longitude="49.859188042045" StarRating="4" HotelCode="329495|smith_hotel" HotelName="Smith Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Koroglu Rahimov Street 22, 1072 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/d4/66d4d6800ec0677349eea759b322ab563cffafd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.88" OriginalAmount="126.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.347496212678" Longitude="49.835464283824" StarRating="4" HotelCode="103979|606865" HotelName="East Legend Panorama" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Khanlar Street, Bail, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/140832/140832a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Bail district main road. It is only a few minutes' walk from the city ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3761242" Longitude="49.8540184" StarRating="3" HotelCode="650703|clover_hotel_baku" HotelName="Clover Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Xaqani Avenue 90A, 1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/83/70837d7cd83b2b863a09552b5f92392bce034c90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.34389447" Longitude="49.81045878" StarRating="5" HotelCode="848272|sea_pearl_hotel_4" HotelName="Sea Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Neftchiler Street 85, Badamdar District, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cd/c8/cdc80ffdc5a5372d922d498b1a5e1ebe430014e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.390129815194" Longitude="49.887309419643" StarRating="4" HotelCode="161716|46324" HotelName="Days Hotel Baku" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Babek Prospekti 21-99, Baku 31031, Azerbaijan</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/0c/0c4eda561e92ab97999fa23652a0b358/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 10-minute drive from Baku city centre, with its shopping, dinning and enterta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.381467277656" Longitude="49.829906777933" StarRating="4" HotelCode="264393|amber_hotel" HotelName="Amber Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Jafar Jabbarli Street, 1009 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/33/62/3362f0914890da391e607566ebc2ba235044447c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="135.18" OriginalAmount="131.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="3" HotelCode="971316|16374653" HotelName="Saf Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Kaverochkin Street 54, Nasimi District, 1007 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d9/a4/d9a40b1539983f26c6dfffa6f15e5f8d39296948.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.36562487" Longitude="49.83278996" StarRating="3" HotelCode="865194|maajid_hotel" HotelName="Maajid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1st Gasr 58, Old City, 1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/c6/09c69d7018907a4cd6cc34ca91d797959bb6a988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372696807587" Longitude="49.835583588905" StarRating="3" HotelCode="276101|nemi_hotel_" HotelName="Nemi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mirza Ibrahimov Street 9, 1010 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/92/36/923604816585a73f321bbbdc2ad939e6d73b5bcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.40067018" Longitude="49.86827148" StarRating="4" HotelCode="782798|emerald_suite_hotel" HotelName="Emerald Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ashiq Molla Cumah Street, 1st Parallel, Ahmad Rajabli Street 3,9, 1052 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/ba/15ba9adb416508d4ab5e05bc3d455c08b03a694f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.46" OriginalAmount="134.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.398795" Longitude="49.859378" StarRating="4" HotelCode="|213227" HotelName="Smith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KOROGLU RAHIMOV STREET 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/2/2/7/213227_43ec51b1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="4" HotelCode="781709|metro_city_hotel_2" HotelName="Metro City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>157 Fatali Khan Hoyski, 1020 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/64/1d/641d8530f3231c93c933b8a0e617e09759a3813c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.33" OriginalAmount="135.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.369848" Longitude="49.827687" StarRating="4" HotelCode="|213172" HotelName="Maestro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROSSTROPOVICH 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/1/7/2/213172_b5c091a1229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.40401336" Longitude="49.84316271" StarRating="4" HotelCode="264398|safran_hotel" HotelName="Safran Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jeyhun Hajibeyli Street 282, Ganjlik, AZ1069 Baku, Azerbaijan</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7b/b2/7bb2d2ecb4544b805c115c23d3fc343df847d5e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.75" OriginalAmount="136.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.390575" Longitude="49.831064" StarRating="4" HotelCode="|483781" HotelName="The Clocktower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Hanifa Alasgarov</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/7/8/1/483781_8ae82cd0922.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.25" OriginalAmount="137.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.403097" Longitude="49.853473" StarRating="3" HotelCode="|154115" HotelName="Consul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baku, 92c, Hasan Aliyev str.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/1/1/5/154115_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.50" OriginalAmount="137.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.348293" Longitude="49.835054" StarRating="4" HotelCode="|454962" HotelName="Home Suites Baku - Halal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Xanlar street 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/9/6/2/454962_e9933be1413.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.27" OriginalAmount="138.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.403359" Longitude="49.840949" StarRating="4" HotelCode="|213204" HotelName="Safran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>282 Jeyhun Hajibeyli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/2/0/4/213204_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.28" OriginalAmount="138.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.378467" Longitude="49.876139" StarRating="4" HotelCode="|483782" HotelName="Alison Hotel Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 8 Noyabr Prospekti</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/7/8/2/483782_8a91ab20938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.23" OriginalAmount="139.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.389702" Longitude="49.885555" StarRating="4" HotelCode="|154119" HotelName="Days By Wyndham Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BABEK AV 21/99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/1/1/9/154119_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.53" OriginalAmount="139.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406825" Longitude="49.846034" StarRating="3" HotelCode="|455050" HotelName="Merida Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>108 Mammad Araz</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/5/0/455050_a9940e01301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.16" OriginalAmount="139.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.40987" Longitude="49.862449" StarRating="4" HotelCode="|213234" HotelName="Teatro Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ahmad Rajabli str. 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/2/3/4/213234_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.67" OriginalAmount="140.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.370506" Longitude="49.839787" StarRating="3" HotelCode="|212872" HotelName="Du Port" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yusif Mammadaliyev str. 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/8/7/2/212872_1ded2821049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41191673" Longitude="49.89785331" StarRating="4" HotelCode="620783|avenue_hotel_baku_2" HotelName="Avenue Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Heydar Aliyev Avenue 5, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/9b/399b19d94838b41493ac2d294986e7ffe7831b50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.369859287185" Longitude="49.827745102735" StarRating="4" HotelCode="368450|maestro_hotel" HotelName="Maestro Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Banquet Hall,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Housekeeping,Internet,Laundry,Lounge,Meeting Room,Pets allowed,Restaurant,Room Service,Smoking Rooms,Spa,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Rosstropovichi Street 30, 1001 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dc/d8/dcd8f6e6b9275abd77649038112ab74b21773ff9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel in Baku, the capital of Azerbaijan and the largest city on the Caspian Sea an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.14" OriginalAmount="141.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.364010043697" Longitude="49.833313682209" StarRating="4" HotelCode="161717|542855" HotelName="Old Gates Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kichik Gala Street 8/1, AZ1000 Baku, Azerbaijan</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/be71423e2ef24a41a022fc10ad4fd6d1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superbly-located hotel is within walking distance of all of the city's sights. Maiden's Tower, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.14" OriginalAmount="141.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.437632" Longitude="49.806692" StarRating="4" HotelCode="|483696" HotelName="Art Club" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asaf Zeynalli 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/6/9/6/483696_ce000671213.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.36989663" Longitude="49.83918358" StarRating="3" HotelCode="851037|la_casa_hotel_baku" HotelName="La Casa Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Haji Zeynalabdin Taghiyev Street 15/3, 1005 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b4/c8/b4c891879e19c34485070a71b511b477f3e78677.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.379565005846" Longitude="49.842355411045" StarRating="3" HotelCode="161661|karat_inn" HotelName="Karat Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Suleyman Rahimov Str. 175, AZ1000 Baku, Azerbaijan</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/43/f7/43f7e9bd9984d53d4571a1f8c89d412cd24226eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located not far from the city centre, close to the Geydar Aliyev Concert Hall and Park....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37964467" Longitude="49.84295985" StarRating="3" HotelCode="771405|aksent_hotel" HotelName="Aksent Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Suleyman Rahimov 183, 1014 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/34/9434f671b7fa5a0821c3e27c0d379b54711cbbfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41164245" Longitude="49.8612652" StarRating="4" HotelCode="751452|ammar_grand_hotel" HotelName="Ammar Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rajabli Street 27V, Narimanov District, 1075 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/5d/c35d2e1b4ffdfadc9966de7b3aa300d5f0c6425e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406853" Longitude="49.844651" StarRating="4" HotelCode="103962|sun_rise_hotel_3" HotelName="Sun Rise Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Teymur Aliyev Str. 59, Baku 1034</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/56/f156dce19713d9e5474728898ebb4af23b7d00c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.402851285586" Longitude="49.853049516678" StarRating="3" HotelCode="183003|consul_hotel" HotelName="Consul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 c Hasan Aliyev, Inqlab, Baku AZ1110</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f4/ccf40de56cb8fab0b6e5632c201254e9312c43ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.76" OriginalAmount="144.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.349657" Longitude="49.835219" StarRating="4" HotelCode="|154213" HotelName="Riviera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Qurban Abbasov Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/2/1/3/154213_301af681324.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.43" OriginalAmount="147.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.379652" Longitude="49.84323" StarRating="4" HotelCode="|454971" HotelName="Aksent" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Suleyman Rahimov 185</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/9/7/1/454971_b30ee4f1527.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.36728" Longitude="49.835062" StarRating="5" HotelCode="161660|atropat_hotel" HotelName="Atropat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-13-79 Magomayev Str., Icheri Sheher, Baku AZ1000</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/64/21/64211a91b2f90e7f790157318892c1a220fcdea5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (GYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.36" OriginalAmount="151.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.367245" Longitude="49.835144" StarRating="4" HotelCode="|154083" HotelName="Atropat Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-13-79 MAGOMAYEV STR.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/0/8/3/154083_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, with air-conditioning, has 30 rooms, a lobby, a reception and express check-out. The establishment boasts a currency exchange service, a lift, a conference room and conference rooms. The hotel has tourist information, beauty treatments and a concierge. You are also offered a hairdresser's, a bar, a restaurant and internet. The establishment offers a transfer service to, the airport, (for a fee), It has non-smoking rooms a safety deposit box service, room service, a car park, a travel agency, a laundry service and a dry cleaner's. SITUATION: This establishment, is in Baku the area Close to the shopping area excellent transport links to the nightlife, restaurants and public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.43" OriginalAmount="151.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.379441" Longitude="49.84223" StarRating="3" HotelCode="|154178" HotelName="Karat Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SULEYMAN RAHIMOV STR,175</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/1/7/8/154178_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.48" OriginalAmount="151.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.408573" Longitude="49.860441" StarRating="4" HotelCode="|461872" HotelName="Emerald Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ashiq Molla Cumah Street, 1st Parallel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/8/7/2/461872_edea7701049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="0" HotelCode="984364|supreme_hotel_baku" HotelName="Supreme Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bashir Bunyadov Street 4G, Baku City</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/32/e832544041b2df4a585766ae162e6d1582dfc422.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.36403132" Longitude="49.83431468" StarRating="4" HotelCode="808913|da_vinci_11" HotelName="Da Vinci Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vali Mammadov Street 10/12, AZ1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/65/a965495ab7c50a0bd219fba6fbb2081fec401e0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.84" OriginalAmount="155.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.374705" Longitude="49.833603" StarRating="0" HotelCode="|510133" HotelName="Citymax Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/1/3/3/510133_f05172a0912.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37185165" Longitude="49.83810319" StarRating="4" HotelCode="851043|white_boutique_baku_hotel" HotelName="White Boutique Baku Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nizami Street 48, 1005 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d7/6cd71e80d955f45b9eb88e020c6fd2fca2b7a5dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.50" OriginalAmount="160.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372708" Longitude="49.835507" StarRating="3" HotelCode="|213175" HotelName="Nemi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MIRZA IBRAHIMOV STR. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/1/7/5/213175_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.347945" Longitude="49.836358" StarRating="5" HotelCode="103963|crown_hotel_baku" HotelName="Crown Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment 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,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Neftchi Gurban Abbasov str., Baku AZ 1003</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/62/e96203389841394e6272cc48f62a631cc0802f74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located just 2 minutes by car away from the city centre and Baku's famous sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="0" HotelCode="973879|lara_hotel_spa" HotelName="Lara Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ehmed Recebli 1/10A, AZE1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/fe/20fecb45f0e1526b4166be13e22238d6557262de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.02" OriginalAmount="161.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.379911" Longitude="49.87041" StarRating="3" HotelCode="|154141" HotelName="Gallery Lux Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baku city, Khatai district, F. Bayramov 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/1/4/1/154141_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.63" OriginalAmount="161.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.40996" Longitude="49.869661" StarRating="2" HotelCode="|508618" HotelName="Perron" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Terlan Aliyarbeyov 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/8/6/1/8/508618_8cb0fea1108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.49033904" Longitude="49.75475892" StarRating="4" HotelCode="630121|new_city_hotel_7" HotelName="New City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>The Left Side Of Masazir Novkhani Highway, Gurtulush 93 Residential Complex, Masazir Settlement, Baku City AZ0116, Absheron District</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/72/f172c856f69bb2681f1181293cc10cadebc6d463.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.97" OriginalAmount="163.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.368806" Longitude="49.829026" StarRating="4" HotelCode="|213217" HotelName="Sapphire Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hasan Abdullayev str. 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/2/1/7/213217_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.92" OriginalAmount="164.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420270831018" Longitude="49.877815225739" StarRating="5" HotelCode="308409|caspian_business_hotel" HotelName="Caspian Business Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alasgar Gayibov Street 1222, 1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/80/e4801703a7840ebf83a164ecadcf0cdbb5aee7ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.95" OriginalAmount="165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3712628" Longitude="49.83355318" StarRating="4" HotelCode="316585|passage_boutique_hotel" HotelName="Passage Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Central Heating,Currency Exchange,Designated Smoking Area,Housekeeping,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nizami Street 49, 1001 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/62/0162ac2c60dac6151fb97cfd6e7ce20bb2e817bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Offering comfortable rooms, Passage Boutique Hotel is located in Baku, a 10-minute walk from Icheri ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.06" OriginalAmount="165.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.379253" Longitude="49.85203" StarRating="4" HotelCode="|370849" HotelName="Parkside and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pushkin Street 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/8/4/9/370849_0b3ba271003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.74" OriginalAmount="166.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37729209" Longitude="49.86992806" StarRating="3" HotelCode="759728|2286805" HotelName="Nobel Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nobel avenue 7J, 1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/636737/636737a_hb_a_001.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is located in Baku. Nobel Hotel features a total of 49 accommodation units. The ac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.63" OriginalAmount="167.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.383169" Longitude="49.825805" StarRating="3" HotelCode="|519861" HotelName="Parallel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>M. Nakhchivani Str. 15 (parallel 6)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/9/8/6/1/519861_6a3c69a0610.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.86" OriginalAmount="167.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.369488" Longitude="49.836818" StarRating="3" HotelCode="|472470" HotelName="Center Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eziz Eliyev Street 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/4/7/0/472470_25584fa0813.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.88" OriginalAmount="168.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.371666" Longitude="49.843044" StarRating="0" HotelCode="|483693" HotelName="La Casa Sahil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Uzeyir Hajibeyov Str., 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/6/9/3/483693_c9d6fcc1253.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4098255" Longitude="49.86175592" StarRating="4" HotelCode="727776|atlas_hotel_baku" HotelName="Atlas Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Conference Hall,Internet,Massage Centre,Nightclub,Printer,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Ahmad Rajabli 2/17, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/6f/086f9eeeb91c7938e3b74d9686babd0e14bd5e84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Atlas Hotel Baku is a five star hotel providing hospitality services located in downtown Baku. Our h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.36863843" Longitude="49.82893184" StarRating="4" HotelCode="316586|sapphire_inn_hotel" HotelName="Sapphire Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ulitsa Gasana Abdullayeva 5, AZ1014 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/63/91631ed0b7c18d6961e5710f6e2d5be71d2626b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.59" OriginalAmount="171.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.399396" Longitude="49.860618" StarRating="3" HotelCode="|475730" HotelName="Smith\'s Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koroglu 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/7/3/0/475730_e78c5b41239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.368316" Longitude="49.816795" StarRating="3" HotelCode="905825|miraj_inn_boutique_hotel" HotelName="Miraj Inn Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Huseyn Javid Avenue, 520, Apart 19, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/03/850332eadaadbc211206d92a444f4d7e173dd930.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (GYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.81" OriginalAmount="172.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.382662" Longitude="49.82498" StarRating="0" HotelCode="|455045" HotelName="Home Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>202 Mustafa Subhi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/4/5/455045_d2de8da1334.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.40927135" Longitude="49.86400088" StarRating="4" HotelCode="737204|sky_hotel_26" HotelName="Sky Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Hotel,Hotel" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ahmad Rajabli 40, 1009 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/61/6d61862ee32325a53880f4a66845586722c2b83c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Baku within 1.1 km of Heydar Aliyev Cultural Center and 3.5 km of Park of Officers, SKY ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.50" OriginalAmount="173.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3412591" Longitude="49.8101633" StarRating="4" HotelCode="|472447" HotelName="Royal Sapphire " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Badamdar Sossesi, 1-ci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/4/4/7/472447_26f1f1d0814.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.80" OriginalAmount="173.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.365364" Longitude="49.832913" StarRating="5" HotelCode="|472492" HotelName="Shirvanshah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gesr St. 1/ 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/4/9/2/472492_309bac21012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.82" OriginalAmount="173.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.379279654134" Longitude="49.851918038376" StarRating="3" HotelCode="435575|1941965" HotelName="Staybridge Suites Baku" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Bar,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>30 Pushkin Street, Baku 1010</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/47412/2347412/1.jpg?f=15067739</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this hotel lies a 10-minute walk from the Caspian Sea. Guests can reach the Baku ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.14" OriginalAmount="173.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375805" Longitude="49.842869" StarRating="0" HotelCode="|465250" HotelName="1883 Boutique " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/2/5/0/465250_72dc33f0830.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.28" OriginalAmount="176.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="0" HotelCode="865042|home_boutique_hotel_7" HotelName="Home Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sabuhi Subhi 202</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/cb/86cb70c5ef74ab3385873f328ba3734f6fd94006.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.38" OriginalAmount="176.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.381472" Longitude="49.857304" StarRating="0" HotelCode="|455137" HotelName="Port Rivoli Baku " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Keykab Khanim Safaraliyeva St,26-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/1/3/7/455137_92d31831326.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37551286" Longitude="49.85436995" StarRating="4" HotelCode="580627|dondar_hotel" HotelName="Don-Dar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Üzeyir Hajibeyli Street 91-103, AZ1010 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3c/de/3cde0c6fdc6756b5ce8bb446d37528ce2a01152f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Baku. Travellers will find the airport within 24. 0 kilometre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413561" Longitude="49.860461" StarRating="4" HotelCode="931984|ariva_hotel" HotelName="Ariva Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ahmad Rajabli-1 Street 12, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/20/a020583c97d7ef1de4de2c61280a6f7b2bba3048.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.37" OriginalAmount="179.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.38316126" Longitude="49.82541093" StarRating="3" HotelCode="854420|the_parallel_hotel" HotelName="Parallel Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>M. Nakhchivani Street 15, Parallel 6, 1065 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/49/6d497f87be3d21602e1275bbc23bd6baa676e795.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.30" OriginalAmount="179.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.373181" Longitude="49.835496" StarRating="4" HotelCode="|510840" HotelName="Leyla Apartmens 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Mirza Ibrahimov</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/8/4/0/510840_a4f1af50928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.34261051" Longitude="49.83995557" StarRating="4" HotelCode="957672|sapphire_bayil" HotelName="Sapphire Bayil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Qurban Abbasov Street 33, 1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b4/28/b428acb20afc6e99b4f3f99311cd9c769321253a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="0" HotelCode="981481|shirvanshah_hotel" HotelName="Shirvanshah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gesr Street 1-50, 1008 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5b/ae/5baef5a38d4a81a82fc88b3679f67683d6b86386.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.46" OriginalAmount="182.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.403927" Longitude="49.865876" StarRating="3" HotelCode="|464997" HotelName="Krone Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>130 Fatali Xan Xoyski</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/9/9/7/464997_d9d7e1a1121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.13" OriginalAmount="184.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.366715" Longitude="49.833787" StarRating="0" HotelCode="|454970" HotelName="Sands of Time" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8th Kichik Gala Lane, 30.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/9/7/0/454970_938f1c91523.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.26" OriginalAmount="184.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411469" Longitude="49.861677" StarRating="4" HotelCode="|386072" HotelName="Diamond Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>191 AHMAD RAJABLI BAKU AZERBAIJAN, BAKI 1000, AZER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/7/2/386072_c23c3ca1214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.66" OriginalAmount="186.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.342584" Longitude="49.810074" StarRating="4" HotelCode="|472582" HotelName="Hillmond Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Badamdar ossesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/5/8/2/472582_ba4f1e41246.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.59" OriginalAmount="187.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41301" Longitude="49.923553" StarRating="3" HotelCode="|472571" HotelName="Wyndham Garden Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mikayil Aliyev 2405</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/5/7/1/472571_547aa230736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.40897075" Longitude="49.86349448" StarRating="4" HotelCode="727719|west_shine_hotel" HotelName="West Shine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Ahmad Rajabli 2/11, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/29/342974c7a44b5ca756822a86fffdf063c5652fff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.06" OriginalAmount="189.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.365834" Longitude="49.835106" StarRating="3" HotelCode="|472445" HotelName="Ozan Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boyuk qala, 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/4/4/5/472445_22eb11b0838.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.10" OriginalAmount="189.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.377407" Longitude="49.870146" StarRating="4" HotelCode="|455048" HotelName="Nobel " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Noyabr Prospekti, 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/4/8/455048_a2090881750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.46" OriginalAmount="189.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.410066" Longitude="49.861273" StarRating="4" HotelCode="|454968" HotelName="Essam Deluxe " Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/9/6/8/454968_5ad10be1438.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.74" OriginalAmount="190.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.408876" Longitude="49.864161" StarRating="4" HotelCode="|370897" HotelName="West Shine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/11 Akhmad Radjabli Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/8/9/7/370897_19688171037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.94" OriginalAmount="190.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.380821" Longitude="49.857699" StarRating="4" HotelCode="|455348" HotelName="Premium Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Keykab Safaraliyeva 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/3/4/8/455348_87059cb1203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41486513" Longitude="49.9245041" StarRating="4" HotelCode="316581|hotel_emerald_5" HotelName="Emerald Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Mehdi Abbasov 4, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second/0c/23/0c23402edda614674e9ae5daf6b33e4219e91eeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.86" OriginalAmount="191.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375453" Longitude="49.854304" StarRating="4" HotelCode="|481819" HotelName="Don-Dar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/8/1/9/481819_f979fed1921.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.54" OriginalAmount="192.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.367495" Longitude="49.835829" StarRating="0" HotelCode="|455131" HotelName="Two Seasons Boutique " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sabir Street 5 , Old City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/1/3/1/455131_92bcbd11338.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.79" OriginalAmount="193.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="0" HotelCode="966834|sands_of_time_hotel" HotelName="Sands Of Time Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kichik Qala Street 30, 8th Turn, Icheri Sheher Old City, 1095 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/11/31/1131967187ea3643ec36c69dcebb3eb2794439ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.01" OriginalAmount="193.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.306261" Longitude="49.802748" StarRating="4" HotelCode="|154094" HotelName="Ramada By Wyndham Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salyan Highway, Shikhov Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/0/9/4/154094_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Baku Ramada is rated four stars. It has a business centre and a meeting room. The establishment offers guests breakfast service, ticket sales, wedding facilities and catering service. The establishment has a private beach. SITUATION: This establishment, is in Baku, is located near the airport and points of interest. Such as the Palace of Shirvanshahs, Torre de la Doncella, the University of Baku, the Square of La Fuente and the theatre. This establishment, is in the area Baku. It has excellent transport links to taxis, the bus, the nightlife and restaurants. FACILITIES: The establishment has a marina, a health centre and a swimming pool. The establishment has WiFi (free of charge) in the communal areas, a covered swimming pool, a swimming pool (seasonal) and a children's swimming pool. The establishment also has a car park. This hotel is for non-smokers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.06" OriginalAmount="194.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4132441" Longitude="49.86075231" StarRating="3" HotelCode="786480|2331895" HotelName="Diamond Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Jacuzzi,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Ahmad Rajabli 191, 1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/643845/643845a_hb_a_002.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.85" OriginalAmount="195.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3660353" Longitude="49.83567681" StarRating="3" HotelCode="499852|seven_rooms_boutique_hotel" HotelName="Seven Rooms Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boyuk Qala Street 27, Icheri Sheher, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/77/36771a3549b04362911474e42abebcb7fcfe0370.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.76" OriginalAmount="195.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.382713" Longitude="49.874953" StarRating="3" HotelCode="|444426" HotelName="Ibis Baku City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>64 Khojali avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/2/6/444426_28dc1341552.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372693741559" Longitude="49.835033646488" StarRating="3" HotelCode="202673|baku_palace_hotel" HotelName="Baku Palace Hotel &amp; Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Islam Safarli Street 23, AZ1005 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/7a/ac7a07d30321975e83163da714e64a27d7b2ebaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.36709484" Longitude="49.83536049" StarRating="3" HotelCode="316584|old_baku_hotel" HotelName="The Old Baku Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Harb Street 19, The Old City, AZ1001 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/59/fc/59fc51dfb6998300d6c169ed3e76ca58944c3946.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.95" OriginalAmount="196.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.382782" Longitude="49.848355" StarRating="4" HotelCode="|455044" HotelName="Iris Hotel Baku - Halal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>176 Salatin Asgarova</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/4/4/455044_396f6f71245.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37225777" Longitude="49.83510927" StarRating="3" HotelCode="743915|seven_boutique_hotel_baku" HotelName="Seven Boutique Hotel Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Islam Safarli Street, AZ1005 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/62/6d/626dfeeb27f7e12f8b09fb5715a081eda7740502.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.94" OriginalAmount="198.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.354971758868" Longitude="49.803229609787" StarRating="5" HotelCode="189334|kempinski_badamdar_hotel" HotelName="Pullman Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mikayil Mushfig Street 1 C, 1006 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/50/0750cad4ef8716e24c01f1033bd301baa64aa741.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (GYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.346405" Longitude="49.838557" StarRating="5" HotelCode="|212890" HotelName="Golden Coast Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>M.USEYNOV 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/8/9/0/212890_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.36748903" Longitude="49.83582936" StarRating="3" HotelCode="615055|two_seasons_boutique_hotel" HotelName="Two Seasons Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sabir Street 5, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/0f/ad0f64a603299531486f642fed64cc2a655aabe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.46" OriginalAmount="200.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.365766" Longitude="49.835843" StarRating="3" HotelCode="|454967" HotelName="Deniz Inn Boutique " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mirza Shafi Street 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/9/6/7/454967_4a6ec8e1406.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.374930359249" Longitude="49.841636695701" StarRating="3" HotelCode="510856|boutique_hotel_baku" HotelName="Boutique Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alovsat Guliyev Street 136, 1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/68/54686dc5350c2d54d50550facc0ac9b63ed01826.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the centre of Baku, on walking distance from sights, scenes and sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375701" Longitude="49.855291" StarRating="4" HotelCode="905824|ganjali_plaza_hotel" HotelName="Genceli Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48, Uzeyir Hajibeyov, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/94/93/94933c55cc6f52c60ae92d1e1fdcaccb4d708008.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Baku city centre, near the seafront boulevard. Within a short walk from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="209.87" OriginalAmount="203.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.392816745643" Longitude="49.822476817127" StarRating="5" HotelCode="103958|1345590" HotelName="Grand Hotel Europe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tbilisi Avenue 22, Nasimi, AZ1072 Baku, Baku Rayon, Azerbaijan</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/144968/a_144968_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city centre, within minutes of all major business and gove...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.346481" Longitude="49.838627" StarRating="5" HotelCode="912489|golden_coast_hotel_baku" HotelName="Golden Coast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>M. Useynov St 14, 1003 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/29/cb/29cbf5693c15c331c557311f547b0431df49c627.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 76 rooms. Individual storeys are accessible via the lift or stairs. A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.30" OriginalAmount="210.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3659068" Longitude="49.8359629" StarRating="3" HotelCode="576521|deniz_inn_boutique_hotel" HotelName="Deniz Inn Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mirza Shafi Street 9, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/8c/4a8c6a4962ad7a4f00f8fa0df6aefbf277ee1b44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Deniz Inn Boutique Hotel, you'll be centrally located in Baku...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="0" HotelCode="964918|midway_hotel_2" HotelName="Midway Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nizami Street 77C, Nasimi, Baku AZ1095</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/59/56593f5a90ae73926d2b7a38981b1a89d98bbcfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.64" OriginalAmount="211.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.410857" Longitude="49.86072" StarRating="3" HotelCode="|510282" HotelName="La Corne Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Ahmad Rajabli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/2/8/2/510282_484b8a40940.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.68" OriginalAmount="213.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3739048" Longitude="49.8350926" StarRating="3" HotelCode="|370880" HotelName="Central Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bashir Safaroglu Street 143</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/8/8/0/370880_4ec38921250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.43" OriginalAmount="214.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3751938" Longitude="49.8409666" StarRating="4" HotelCode="|370851" HotelName="Boutique Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alovsat Guliyev 136</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/8/5/1/370851_49db0c61245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.72" OriginalAmount="215.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.568884" Longitude="49.765007" StarRating="4" HotelCode="|519103" HotelName="La Maison Blanche Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Novkhana Adsiz Yol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/9/1/0/3/519103_5e8fce60030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.13" OriginalAmount="215.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.364002" Longitude="49.834158" StarRating="4" HotelCode="|505704" HotelName="Royal Antique Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>3C Veli Memmedov</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/7/0/4/505704_21028ab1029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.51" OriginalAmount="217" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.400592" Longitude="49.864754" StarRating="4" HotelCode="213570|41337" HotelName="Divan Express Baku" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hasanoglu Ave. 15/A, 1025 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/84/8425a1fb2b65d36c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.68" OriginalAmount="219.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.49777" Longitude="49.94333" StarRating="0" HotelCode="|490139" HotelName="Armada Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zabrat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/1/3/9/490139_cf392c22327.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.64" OriginalAmount="228.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.392418168617" Longitude="49.864097955366" StarRating="4" HotelCode="276102|1958935" HotelName="Kaspia Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khatai Avenue 51, 1010 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/44/ff445c9642d8196f72b6a67879e99969c95d2082.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.78" OriginalAmount="228.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.404908" Longitude="49.84422" StarRating="3" HotelCode="|472490" HotelName="Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Narimanov Str.17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/4/9/0/472490_28289d41000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.87" OriginalAmount="229.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375590055476" Longitude="49.882966272548" StarRating="5" HotelCode="317056|1791258" HotelName="Boulevard Hotel Baku Autograph Collection" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khagani Rustamov Street 4C, Khatai District, 1010 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/65/8c/658c7979f637f6fecd22ea1f61bf82d8c7ca60a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (GYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.96" OriginalAmount="232.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.49773931" Longitude="49.94334857" StarRating="3" HotelCode="727704|armada_villa_hotel" HotelName="Armada Villa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zabrat Highway, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/c4/84c43ad106cd7aae49cfbbd2d0e9e59203f42b77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.47" OriginalAmount="234.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.410061" Longitude="49.848149" StarRating="4" HotelCode="|514629" HotelName="Golden Horn Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/4/6/2/9/514629_6fc82d41059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="242.85" OriginalAmount="235.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.30454132" Longitude="49.82581732" StarRating="5" HotelCode="316587|2378435" HotelName="Sapphire Marine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,ATM/Cash Machine,Banquet Hall,Bar,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Namig Guliyev Street 24, AZ1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/364538/364538a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property boasts a wonderful location in Baku. Steeped in history and culture, this property is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.90" OriginalAmount="235.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375856" Longitude="49.831146" StarRating="4" HotelCode="|181497" HotelName="Grand Baku Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 ZARGARPALAN STR.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/1/4/9/7/181497_51f01c31345.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.14" OriginalAmount="238" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.395970357143" Longitude="49.817360471429" StarRating="4" HotelCode="264397|37197" HotelName="Qafqaz Baku City Hotel And Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tbilisi Avenue 38, Nasimi District, 1122 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f0/52/f052f718e26a01067b0773ed30aa1df2825b4a5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Baku, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372873720232" Longitude="49.840508177877" StarRating="4" HotelCode="103971|41332" HotelName="Austin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nizami Street 58, AZ1095 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e5/59/e55972c11795a0e38c2c6450e1843d306335a2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (GYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39708825" Longitude="49.82562934" StarRating="5" HotelCode="955260|premier_palace_baku" HotelName="Premier Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hasan Aliyev Street 7C, AZ1110 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/18/cd/18cd96322f92be9ace91ba59b93f77649968ad53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.23" OriginalAmount="241" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37228817" Longitude="49.84056417" StarRating="5" HotelCode="957047|395386" HotelName="Theatrum Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Street of Mardanov Brothers, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/87/7d/877d3a79349e6aa5be405f0d74e8bb3632cc0256.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.57" OriginalAmount="241.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.365897" Longitude="49.83572" StarRating="0" HotelCode="|455217" HotelName="West Inn Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Boyuk Qala</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/2/1/7/455217_432a0a71527.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.61" OriginalAmount="243.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3055937" Longitude="49.7934473" StarRating="4" HotelCode="|195042" HotelName="Aysberq Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salyan Highway, Shikhov Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/0/4/2/195042_ef5f4631035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.61" OriginalAmount="243.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.396022" Longitude="49.817337" StarRating="4" HotelCode="|154203" HotelName="Triumph City and Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tbilisi Avenue 34 Nasimi District AZ 1122 Baku, Azerbaijan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/2/0/3/154203_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.35" OriginalAmount="245" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.380452295136" Longitude="49.8808067705" StarRating="4" HotelCode="970844|108855" HotelName="Burj Hotel Sahil" 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>Khagani Rustamov Street, Block 1210, 1025 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.50" OriginalAmount="245.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37291" Longitude="49.839585" StarRating="4" HotelCode="|472491" HotelName="Grand Midway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77C Nizami Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/4/9/1/472491_00d09851052.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.78" OriginalAmount="245.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3687836" Longitude="49.8149645" StarRating="3" HotelCode="|154190" HotelName="Miraj Inn Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/1/9/0/154190_265d9241822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.53" OriginalAmount="251.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="4" HotelCode="972318|city_park_hotel_baku" HotelName="City Park Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tabriz Khalil Rza Oghlu 31b, 1009 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/53/af/53af170c5f9d10a7e9be613408e83f2e83b03164.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.52" OriginalAmount="251.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.373886" Longitude="49.833807" StarRating="4" HotelCode="|558969" HotelName="City Park Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31b Tabriz Khalil Rza Oghlu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/9/6/9/558969_e666ea11714.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.08" OriginalAmount="252.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.386834" Longitude="49.8244813" StarRating="5" HotelCode="|154159" HotelName="Hyatt Regency Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Izmir Street, Yasamal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/1/5/9/154159_001335c1032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.30" OriginalAmount="254.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3036" Longitude="49.77255" StarRating="0" HotelCode="|460307" HotelName="Homebridge Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Salyan Higway 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/3/0/7/460307_67b833b1919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.43" OriginalAmount="257.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37158" Longitude="49.848972" StarRating="4" HotelCode="97103|731725" HotelName="Park Inn by Radisson Azerbaijan Baku" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Azadlig Avenue 1, 1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/23/e5233118ce6b9fdec2fb4d0eb99d55f362d8c729.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Baku, the hotel is 50 m to the sea and 700 m to Azerbaijan State Academic Opera and Ball...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.75" OriginalAmount="259.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419082120568" Longitude="49.877771273558" StarRating="5" HotelCode="575642|2169075" HotelName="Rich Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Internet,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Alasgar Gayibov 12, 1190 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/617368/617368a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.86" OriginalAmount="262.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="0" HotelCode="962427|ivy_garden_hotel_baku" HotelName="Ivy Garden Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalil Mammadgulizadeh Street 71, AZ1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8a/e8/8ae8d0ac47526e99e06faa3bdc9b78b6da2913cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.51" OriginalAmount="262.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.364001" Longitude="49.834329" StarRating="0" HotelCode="|455118" HotelName="DaVinci " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vali Mammadov street, 10/12, Old City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/1/1/8/455118_99083e11233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.26" OriginalAmount="263.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.371199" Longitude="49.833586" StarRating="4" HotelCode="|213199" HotelName="Passage Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nizami street 53B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/1/9/9/213199_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.63" OriginalAmount="263.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37558" Longitude="49.84131" StarRating="5" HotelCode="|213212" HotelName="Sapphire Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Samed Vurgun str 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/2/1/2/213212_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.11" OriginalAmount="265.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375934" Longitude="49.820108" StarRating="4" HotelCode="|552565" HotelName="Mercure Baku City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/6/5/552565_95bd0981245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.04" OriginalAmount="268.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.354069540719" Longitude="49.833688870501" StarRating="4" HotelCode="318849|intourist_hotel_baku_autograph_collection" HotelName="Intourist Hotel Baku Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Useynov Street 51, 1003 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/45/d3/45d34ac357abef708aca9d32c4441c7f92b06233.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (GYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.07" OriginalAmount="269.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.30377789" Longitude="49.77302187" StarRating="4" HotelCode="499848|homebridge_hotel_appartments" HotelName="HomeBridge Hotel Appartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Salyan highway 14, Sabail district, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/68/96684565d63beab07437ca31c446fe558bd4c02c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.51" OriginalAmount="273.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.532744" Longitude="50.10539" StarRating="4" HotelCode="|472633" HotelName="Khazar Inji" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rasim Imanov</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/6/3/3/472633_07ace4e1119.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="281.88" OriginalAmount="273.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375655789634" Longitude="49.841322898865" StarRating="5" HotelCode="177340|1480728" HotelName="Sapphire" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>23 Semed Vurgun Street, AZ1095 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/161416/161416a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in central Baku. The tram stop is a 2-minute walk away and it is a 5-minute wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.46" OriginalAmount="282.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3757783" Longitude="49.85890138" StarRating="4" HotelCode="318870|holiday_inn_baku" HotelName="Holiday Inn Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keykab Khanim Safaraliyeva Street 5, AZ 1010 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/00/9800e9e7048274c059f2b6fd9c7ecb937538672d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (GYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="292.18" OriginalAmount="283.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.380432" Longitude="49.880804" StarRating="4" HotelCode="|213250" HotelName="Sahil Baku	" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khagani Rustamov Street, Block 1210,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/2/5/0/213250_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.58" OriginalAmount="286.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.392674" Longitude="49.843691" StarRating="4" HotelCode="129772|irshad_hotel" HotelName="Irshad Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vagif Avenue 11, AZ1007 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/14/85141f0e5dab0e9dba70974b75cd64225e180a78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.59" OriginalAmount="287.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.392422" Longitude="49.864094" StarRating="4" HotelCode="|208509" HotelName="Kaspia Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khatai Avenue 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/8/5/0/9/208509_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="296.69" OriginalAmount="288.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.30515484" Longitude="49.79165241" StarRating="5" HotelCode="316580|2605945" HotelName="Aysberq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Bar,Designated Smoking Area,Internet,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Salyan Highway Six Beach, “Aysberq“ Istirahet Merkezi, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ab/dc/abdcc52f4bdc7a1f89b462df678302de74faa2f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.67" OriginalAmount="289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37826003" Longitude="49.85850241" StarRating="5" HotelCode="451098|sapphire_city_hotel" HotelName="Sapphire City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Nizami Street 64, 1095 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/03/52/0352518bef7b5f7cb2b8d68f5be35440209e4526.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.50" OriginalAmount="291.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42434" Longitude="49.98505" StarRating="4" HotelCode="|154163" HotelName="Irshad" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>11, Vagif Av.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/1/6/3/154163_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.77" OriginalAmount="294.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3758032" Longitude="49.8376344" StarRating="4" HotelCode="|370855" HotelName="Mövenpick Winter Park Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mirzaga Aliev 210 Nasimi district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/8/5/5/370855_7c788491020.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.06" OriginalAmount="302.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37559809" Longitude="49.83742779" StarRating="4" HotelCode="527568|winter_park_hotel_baku" HotelName="Winter Park Hotel Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Currency Exchange,Laundry,Massage Centre,Parking,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Aliyev Street 210, Nasimi District, 1014 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/96/56/96560e738603b82d75ae772aae966993981d5b2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location, concept and design, offering a prestigious hosting in Winter Park Hotel project and has a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.10" OriginalAmount="302.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375992" Longitude="49.851039" StarRating="5" HotelCode="|213021" HotelName="The Landmark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIZAMI STREET 90A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/0/2/1/213021_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.74" OriginalAmount="311.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.382965" Longitude="49.838412" StarRating="4" HotelCode="|558902" HotelName="Midtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 Samad Vurgun, Nasimi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/9/0/2/558902_94503491752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.04" OriginalAmount="313.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375405" Longitude="49.882961" StarRating="5" HotelCode="|212857" HotelName="Baku Marriott Boulevard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khagani Rustamov Street 4C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/8/5/7/212857_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="324.04" OriginalAmount="314.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375989" Longitude="49.850974" StarRating="5" HotelCode="202683|1825348" HotelName="The Landmark Hotel Baku" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90A Nizami Street, Baku, Azerbaijan 1010</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/31/31eb7acd4ffed194/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.62" OriginalAmount="316.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372681" Longitude="49.84028" StarRating="5" HotelCode="|213210" HotelName="Sapphire City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nizami Str 64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/2/1/0/213210_0f866ce1043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.82" OriginalAmount="322.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37488" Longitude="49.8413" StarRating="4" HotelCode="|602820" HotelName="Midway Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Samad Vurgun</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/2/8/2/0/602820_c87eef62356.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.78" OriginalAmount="324.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375601" Longitude="49.858909" StarRating="4" HotelCode="|212904" HotelName="Holiday Inn Baku, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KEYKAB KHANIM SAFARALIYEVA / 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/9/0/4/212904_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.38" OriginalAmount="329.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.359552" Longitude="49.83429" StarRating="5" HotelCode="|517592" HotelName="Art Gallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Neftchilar Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/5/9/2/517592_b8046e72340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.20" OriginalAmount="343.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="5" HotelCode="848290|2463965" HotelName="Art Gallery Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Neftchilar Avenue 105, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/80914/3780914/1.jpg?f=15568310</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.99" OriginalAmount="346.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.38845" Longitude="49.84079" StarRating="3" HotelCode="|596960" HotelName="Hilton Garden Inn Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Serabski street 657</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/9/6/0/596960_6b3a9912235.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="372.96" OriginalAmount="362.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.354657" Longitude="49.834067" StarRating="5" HotelCode="|212908" HotelName="Sheraton Baku Intourist" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mikail Useynov Street,51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/9/0/8/212908_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="375.56" OriginalAmount="364.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3764838" Longitude="49.8345841" StarRating="4" HotelCode="|451750" HotelName="Courtyard by Marriott Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>300-303 Quarter, Nasimi District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/7/5/0/451750_b2d3d1a1250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.36472683" Longitude="49.8363243" StarRating="5" HotelCode="959015|395387" HotelName="Promenade Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Neftçil?r Prospekti 9-13, Sabayil, AZ1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/27298/3827298/1.jpg?f=15646434</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="421.27" OriginalAmount="409" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.359471701766" Longitude="49.827364329738" StarRating="5" HotelCode="202677|41339" HotelName="Fairmont Baku - Flame Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mehdi Huseyn 1A, Sebail/Sabayil, AZ1006 Baku, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/ee/66eebac10b27d1f808054eb7d39259cf65588fe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 20-minute walk from the Caspian Sea and 32 km from Heydar Alyev Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="437.40" OriginalAmount="424.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.335098" Longitude="49.809613" StarRating="3" HotelCode="|474608" HotelName="Continent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Badamdar sossesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/0/8/474608_74e3d221212.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="438.78" OriginalAmount="426.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.365250174636" Longitude="49.832434368053" StarRating="4" HotelCode="936675|shah_palace_hotel" HotelName="Shah Palace Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boyuk Qala Street 47, Icheri Sheher, AZ1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f5/zz/f5ad8f4133a8a650ec34e531af4d95673cbf1986.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baku. The nearest airport is Baku (BAK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="442.67" OriginalAmount="429.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.379664" Longitude="49.843028" StarRating="0" HotelCode="|455047" HotelName="Diplomat Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Suleyman Rahimov 181 A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/4/7/455047_879a0831351.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="442.74" OriginalAmount="429.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.367551" Longitude="49.837879" StarRating="0" HotelCode="|552569" HotelName="Boutique 19 " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Aziz Aliyev Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/6/9/552569_493de821437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.99" OriginalAmount="433.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3832" Longitude="49.8448" StarRating="0" HotelCode="851044|altus_hotel_2" HotelName="Altus Hotel Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Ahmed Rajabli 2 Street 16, 1010 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/a6/f7a6545d25e3becdb083bf947b78a10533b3d86e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.20" OriginalAmount="440.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.36782617" Longitude="49.83769799" StarRating="4" HotelCode="620803|boutique_19_hotel" HotelName="Boutique 19 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aziz Aliyev Street 19, AZ1054 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/5e/e95e643f6efc42ebc99089953679fbc186314d48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="455.26" OriginalAmount="442.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372145234315" Longitude="49.849653840065" StarRating="5" HotelCode="183000|hilton_baku" HotelName="Hilton Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1B Azadlig Avenue, Baku AZ1000</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2f/9e/2f9e1b37c722fa7564ab2dbc1c1a79d3e7641445.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is an ideal spot to begin exploring this historic city. It is located in the centre of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="473.50" OriginalAmount="459.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3720767" Longitude="49.84887" StarRating="4" HotelCode="|370901" HotelName="Dinamo Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>32 Zarifa Aliyeva St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/9/0/1/370901_d4d50611052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="488.28" OriginalAmount="474.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.460376" Longitude="50.054401" StarRating="5" HotelCode="|154210" HotelName="Fly Inn Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Heydar Aliyev International Airport AZ 1044, Baku, Azerbaijan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/2/1/0/154210_be363951826.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="493.56" OriginalAmount="479.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.367976" Longitude="49.837757" StarRating="4" HotelCode="|455049" HotelName="The Merchant Baku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4/6 Aziz Aliyev street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/4/9/455049_036768f1303.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="496.20" OriginalAmount="481.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37211136" Longitude="49.84857332" StarRating="5" HotelCode="727790|2320445" HotelName="Dinamo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Conference Hall,Designated Smoking Area,Dining,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Zarifa Aliyeva Street 32, Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/644524/644524a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Dinamo Hotel Baku, offers a unique experience with its spacious bedrooms, free WiFi, exquisite Inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="496.92" OriginalAmount="482.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375675" Longitude="49.85593" StarRating="4" HotelCode="|154143" HotelName="Ganjali Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48, U. Hajibeyov Street, Baku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/1/4/3/154143_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="503.67" OriginalAmount="489.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.368449" Longitude="49.83683" StarRating="5" HotelCode="103964|boutique_palace_hotel" HotelName="The Boutique Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Aziz Aliyev, Baku AZ1000</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/dd/5bdd881ea4bfcd3425f1967786331dab8d580fa1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Baku.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="521.37" OriginalAmount="506.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37146" Longitude="49.84553" StarRating="5" HotelCode="|455070" HotelName="InterContinental Baku, an IHG Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 ZARIFA ALIYEVA STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/7/0/455070_2bbecac1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="605.64" OriginalAmount="588.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.374712014379" Longitude="49.856798424606" StarRating="5" HotelCode="129757|jw_marriott_absheron_baku" HotelName="JW Marriott Absheron Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Azadliq Square 674, 1010 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/14/f114635a9471a05105664c73ee7eb4bcb8e73c50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the centre of Baku and the Central Botanical Garden is less th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="724.30" OriginalAmount="703.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.389042" Longitude="49.865026" StarRating="5" HotelCode="|451754" HotelName="The Ritz-Carlton, Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Babek Avenue, Nasimi District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/7/5/4/451754_1ba119c1223.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1017.11" OriginalAmount="987.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.490532" Longitude="49.754811" StarRating="4" HotelCode="|555684" HotelName="New City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Masazir - Novkhany Highway 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/8/4/555684_6f7e1bd1539.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1049.28" OriginalAmount="1018.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.368057" Longitude="49.836326" StarRating="0" HotelCode="|213225" HotelName="Shah Palace Luxury Museum Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boyuk Qala str. 47, Icheri Sheher</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/2/2/5/213225_4cc87221108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1193.77" OriginalAmount="1159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.363227" Longitude="49.835207" StarRating="5" HotelCode="202678|four_seasons_baku" HotelName="Four Seasons Hotel Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Neftchilar Avenue, 1095 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e4/25/e4257c71d4a5e8e4dcdb5331df93a82c3e205ceb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Baku, on Nefthcilar Avenue, in the heart of the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1256.48" OriginalAmount="1219.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.375912" Longitude="49.851979" StarRating="3" HotelCode="|154132" HotelName="Empire" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>89 Khagani Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/1/3/2/154132_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1281.40" OriginalAmount="1244.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.363374" Longitude="49.835137" StarRating="5" HotelCode="|154134" HotelName="Four Seasons  Baku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Neftchilar Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/1/3/4/154134_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1839.45" OriginalAmount="1785.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.370465" Longitude="49.845396" StarRating="3" HotelCode="|455128" HotelName="Sahil Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Bulbul Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/1/2/8/455128_47e1ee81235.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1897.26" OriginalAmount="1842.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.37081077" Longitude="49.84521997" StarRating="3" HotelCode="753567|sahil_inn_hotel_2" HotelName="Sahil Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bulbul Avenue 7, 1000 Baku</AddressLine>
          </AddressLines>
          <CityName>Baku</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/bc/2bbc08da2ed194d8c12c94fc57c386ac2bff1b37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.43" OriginalAmount="69.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3843304" Longitude="49.8640058" StarRating="0" HotelCode="|370859" HotelName="White City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yusif Safarov 62/76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service,Designated Smoking Area,Internet,Massage Centre,Sauna,Central Heating,Jacuzzi,Swimming Pool,Laundry,Currency Exchange,Shopping Arcade,Spa,Wheelchair Access,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Dining,Meeting Room,Parking,Valet Parking,Lounge,Nightclub,Kitchen,Bicycle Rental,Garden,Golf,Diet Meals,Babysitting,Banquet Hall,Housekeeping,Pets allowed,Smoking Rooms,Wake-up Call Service,24 Hour Power Supply,Business Centre,Printer,Heated Pool,Beauty Salon,Elevator,Kids Play Area</BasicAmenities>
    <HotelRating>4,3,5,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,BEACH HOTEL,HOSTELS,APARTMENT HOTEL,ECO HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4fd09add-fbcb-480f-9866-516185307543|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|True