<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e1721a3-3213-4d47-be3f-132e3d63c0c0|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="7e1721a3-3213-4d47-be3f-132e3d63c0c0">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="27" DestinationId="0" CityId="0" />
    <StayDateRange Start="2024-11-16T00:00:00" End="2024-11-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Beyondborders" Password="Matg@6636" RequestedCurrency="USD" ClientNationality="JO" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e1721a3-3213-4d47-be3f-132e3d63c0c0|HotelsProSearch|exception while supplier interation: Exception||HotelsPro|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e1721a3-3213-4d47-be3f-132e3d63c0c0|PaximumSearch|supplier interation failed||Paximum|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e1721a3-3213-4d47-be3f-132e3d63c0c0|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e1721a3-3213-4d47-be3f-132e3d63c0c0|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e1721a3-3213-4d47-be3f-132e3d63c0c0|DOTWSearch|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e1721a3-3213-4d47-be3f-132e3d63c0c0|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2024-11-15T16:27:49.8048815+00:00" Version="0" EchoToken="Search" TransactionIdentifier="7e1721a3-3213-4d47-be3f-132e3d63c0c0" Currency="USD">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="86.45" OriginalAmount="80.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.420393" Longitude="54.440538" StarRating="3" HotelCode="915611|919048" HotelName="Premier Inn Abu Dhabi Capital Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Next to Abu Dhabi National Exhibition Centre, Abu Dhabi, P.O. Box 95219</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/278282/a_278282_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.34" OriginalAmount="83.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.102387" Longitude="53.478922" StarRating="3" HotelCode="365171|920375" HotelName="Mirfa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Dhabi-Sila Highway, P.O Box 77123, AE-77123 Al Mirfa, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Al Mirfa</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/158741/158741a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Al Mirfa, about 200 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.90" OriginalAmount="87.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.462793" Longitude="54.386664" StarRating="4" HotelCode="933776|979665" HotelName="Executive Suites By Mourouj Gloria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Muroor Street 4, P.O Box 107009, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/365505/365505a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.54" OriginalAmount="90.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.475427" Longitude="54.388163" StarRating="4" HotelCode="103462|108152" HotelName="One to One - The Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Street, P.O.Box: 128967, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/197428/197428a_hb_a_007.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Abu Dhabi, this holiday village is about 7 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.58" OriginalAmount="90.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.497009637841" Longitude="54.373590946198" StarRating="3" HotelCode="42855|954635" HotelName="Bin Majid Nehal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hamdan Street, 43309 Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/68632/a_68632_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.161982422195" Longitude="55.806741931213" StarRating="4" HotelCode="304203|87584" HotelName="Ayla Bawadi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Po Box 222095, Zayed Bin Sultan Street, Bawadi Mall, Al Ain, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Al Ain</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/409620/409620a_hb_a_021.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Al Ain.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.91" OriginalAmount="94.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.480062793882" Longitude="54.367305703332" StarRating="1" HotelCode="329306|2880675" HotelName="Top Stars Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Muroor Street, Madinat Zayed, Abu Dhabi, United Arab Emirates</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/88086/1888086/34.jpg?f=15511433</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Abu Dhabi, Top Stars Hotel promises a relaxing and wonderful visit. The property features a wide range of facilities to make your stay a pleasant experience. To be found at the hotel are family room, facilities for disabled guests, Wi-Fi in public areas, restaurant, safety deposit boxes. Some of the well-appointed guestrooms feature hair dryer, non smoking rooms, internet access – wireless, shower, television. The hotel offers various recreational opportunities. For reliable service and professional staff, Top Stars Hotel caters to your needs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.48" OriginalAmount="94.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.490922224159" Longitude="54.365640878677" StarRating="5" HotelCode="29043|30414" HotelName="Crowne Plaza Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Hamdan Street, P.O.Box: 3541, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46564/a_46564_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a city centre location, just minutes away from key business districts. Abu Dhabi International Airport is approximately 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.464973607698" Longitude="54.385199771828" StarRating="3" HotelCode="308814|61721" HotelName="Paragon Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Muroor Road, Al Nahyan Camp, Near to Red Crescent Head Office, P O Box: 41665, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/79971/1879971/20.jpg?f=15584838</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.05" OriginalAmount="100.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.466645642123" Longitude="54.385039728836" StarRating="4" HotelCode="936783|1056808" HotelName="Al Diar Sawa Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahyan Camp behind ADCB Building, P.O. Box 105825, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/402329/402329a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.31" OriginalAmount="100.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.395857921887" Longitude="54.51769798994" StarRating="3" HotelCode="185756|918615" HotelName="ibis Abu Dhabi Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 34, Gate City Bain Al Jessrain, P.O. Box 92156, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/259754/a_259754_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.02" OriginalAmount="101.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.47650416" Longitude="54.37247141" StarRating="4" HotelCode="518083|2231655" HotelName="Queen Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,ATM/Cash Machine,Banquet Hall,Bar,Beauty Salon,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Nightclub,Parking,Printer,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Muroor Road, P. O. Box: 109148, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/608461/608461a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;"The Queen Palace is a new 4star Hotel in the heart of Abu Dhabi, offers excellent service. The Hotel has ideal Location for Tourist and Business Visitors. 4km to Exhibition Centre only 200m from Al Wahda Mall &amp; very closed to Abu Dhabi &amp; Marina Malls.To be the first choice for guests, colleagues, shareholders and business partners.
To delight our guests every time by creating engaging experiences straight from our heart.The 93 elegantly furnished spacious rooms and Suites offer unique luxury &amp; comfort.
Modern equipment: Wireless Internet, Plasma TV, Satellite TV-Channels, Safety Deposit Box, Tea and Coffee making-facility including free water."</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.077806" Longitude="55.768331" StarRating="4" HotelCode="28324|40333" HotelName="Mercure Grand Jebel Hafeet Al Ain Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jebel Hafeet, PO Box 24476, Al Ain</AddressLine>
          </AddressLines>
          <CityName>Al Ain</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/41785/a_41785_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located less than 2 hours' drive from Abu Dhabi or Dubai, on the majestic Hafeet Mountain and close to the Omani border. It is near to hot springs, the zoo and cultural and archeological sites. Green Mubazzarah lake and park are a 10-minute drive away. The Palace Museum Al Ain and Fort Al Jahili are both 25 km from the hotel. The centre of Al Ain is around 30 km away, where guests will find the Al Ain Mall and bus station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.79" OriginalAmount="105.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.490209" Longitude="54.35747" StarRating="4" HotelCode="103465|131174" HotelName="The Eclipse Boutique Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Liwa Street, PO Box 113499, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/157013/157013a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.98" OriginalAmount="105.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.468051517317" Longitude="54.373116195201" StarRating="3" HotelCode="176875|603375" HotelName="Centro Al Manhal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Street 2, Airport Road, P.O.Box 109595, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/247181/a_247181_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.98" OriginalAmount="105.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.373102797895" Longitude="54.537146364599" StarRating="4" HotelCode="150894|935615" HotelName="L'Arabia Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mohammed Bin Zayed, Next To Mazyad Mall, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/88062/1888062/1.jpg?f=15416500</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.02" OriginalAmount="106.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.496495041262" Longitude="54.379623093254" StarRating="2" HotelCode="142987|118572" HotelName="Al Diar Dana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Zahiyah Street, P.O. Box 47300, Tourist Club, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/129829/129829a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi, approximately 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.52" OriginalAmount="107.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.493087877933" Longitude="54.382498923943" StarRating="4" HotelCode="263793|1449458" HotelName="Oaks Liwa Executive Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plot C-19, Sector E-16, Tourist Club Area, Abu Dhabi 52920</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/405178/405178a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.77" OriginalAmount="110.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.488891393506" Longitude="54.368341863156" StarRating="4" HotelCode="42827|30384" HotelName="Holiday Inn Abu Dhabi Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed The 1st Road, Electra Street, 32430  Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/68571/a_68571_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Abu Dhabi, this hotel is about 4 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.94" OriginalAmount="111.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.492540796819" Longitude="54.366176889549" StarRating="3" HotelCode="42856|30444" HotelName="Grand Continental Flamingo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hamdan Street, Near Al Jazeera Towers, Over looking Capital Gardens, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/68633/a_68633_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.94" OriginalAmount="111.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.418471809189" Longitude="54.440343813492" StarRating="4" HotelCode="377041|1515428" HotelName="Capital Centre Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Al Arabi Street, Abu Dhabi Capital Centre, P.O. Box 44012, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/83275/b91b66bb-edcf-4933-b821-569599159dcc.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.24" OriginalAmount="111.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.484832148995" Longitude="54.363352122685" StarRating="4" HotelCode="146438|100082" HotelName="Cristal Hotel Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 72898, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/129954/129954a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Abu Dhabi, this hotel is approximately 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.24" OriginalAmount="111.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.429147408411" Longitude="54.428251688153" StarRating="4" HotelCode="212684|1023708" HotelName="Aparthotel Adagio Abu Dhabi Al Bustan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Bin Saeed Street, Rabdan Street, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301345/a_301345_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.27449421851" Longitude="55.778212540163" StarRating="5" HotelCode="264003|54842" HotelName="Hili Rayhaan By Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bani Yas Street, P.O. Box 68456, Al Ain</AddressLine>
          </AddressLines>
          <CityName>Al Ain</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/361430/361430a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Al Ain. The nearest airport is Al Ain (AAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.395677312733" Longitude="54.51826651786" StarRating="4" HotelCode="212681|31763" HotelName="Novotel Abu Dhabi Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Al Maqta Street, Al Maqta, Abu Dhabi 92156</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301342/a_301342_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.25" OriginalAmount="114.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.420214416857" Longitude="54.439224600791" StarRating="4" HotelCode="900189|115702" HotelName="Aloft Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khaleej Al Arabi Street, Abu Dhabi National Exhibition Centre, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/183128/a_183128_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the state-of-the-art ADNEC Abu Dhabi National Exhibition Centre, only 15 minutes from the city centre which means access to one of the world's most exciting cities is a breeze. Culture lovers can enjoy the superb city sights such as the Grand Mosque, while Abu Dhabi National Airport is just 15 minutes away and guests can spin into the centre of Abu Dhabi or Dubai in no-time at all, where they will find excellent beaches, restaurants, nightlife and shopping malls.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.93" OriginalAmount="114.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.48802725" Longitude="54.36041875" StarRating="3" HotelCode="915612|1121778" HotelName="Royal Rotary Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hamdan Street behind Al Ahalia Hospital, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/88071/1888071/21.jpg?f=15640391</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - Bateen Apt. (AZI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.67" OriginalAmount="116.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.488755" Longitude="54.362008" StarRating="3" HotelCode="59649|117881" HotelName="Novel Hotel City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hamdan Street, PO Box 47136, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77232/a_77232_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers comfort and wellbeing in the heart of the central business and shopping district, just a few minutes from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.22451129" Longitude="55.783027" StarRating="5" HotelCode="597214|336645" HotelName="Ayla Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Othman Bin Affan Street, Al Ain</AddressLine>
          </AddressLines>
          <CityName>Al Ain</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/714756/a_714756_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for business travellers as well as families, this hotel is conveniently located in Al Ain. Guests are sure to find the perfect way to immerse themselves in their holiday destination. There are a number of shops nearby. The nearest airport is Al Ain (AAN), 17 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.39" OriginalAmount="118.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.417938" Longitude="54.439911" StarRating="4" HotelCode="551152|2135975" HotelName="Pearl Rotana Capital Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Al Arabi Street, P.O. Box 94895, Capital Centre, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/600741/600741a_hb_a_003.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi, about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.70" OriginalAmount="118.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.417914" Longitude="54.439797" StarRating="3" HotelCode="189402|915535" HotelName="Centro Capital Centre by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Dhabi Capital Centre, P.O. Box 44493, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/265716/a_265716_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Abu Dhabi, this hotel is about 13.3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.469096" Longitude="54.372316" StarRating="4" HotelCode="38247|26900" HotelName="Al Rawda Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Old Airport Road, P.O. Box 5821, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/120186/120186a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located 20 minutes from Abu Dhabi International Airport and 10 minutes from the ADNEC Exhibition Centre, the hotel offers guests convenient access to several local businesses and attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.73" OriginalAmount="120.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.43470217" Longitude="54.45564502" StarRating="5" HotelCode="404714|1625658" HotelName="Andalus Al Seef Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eastern Ring Road, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/46/461501/461501a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.67" OriginalAmount="121.19" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|1626028" HotelName="HAWTHORN SUITES BY WYNDHAM ABU DHABI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Junction of Salaam Street, - Abu Dhabi - United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/16/1626028/3ywoQXxx_a075797c9376665c86399b004eb9f13e.JPG</HotelPictures>
        <HotelDescription>Location
Hawthorn Suites by Wyndham is located in the Al Zahiya area in Abu Dhabi Corniche, overlooking Lulu Island and the Arabian Sea and only few minutes away from the main business district in the area. The Abu Dhabi International Airport is approximately 36 km away from the hotel. 

Rooms
All the 139 guest rooms are equipped with comfortable working desk, sitting area, in-room safe, free coffee/tea making facilities and private bathroom. The suites are furnished with a fully equipped kitchen.

Property Features
An international buffet breakfast, lunch and dinner are served in the hotel’s restaurant. An a la carte menu is also offered. Guests can do work out in the fitness center and rejuvenate in the spa offering a blend of Chinese and Tai massages, facial treatments, sauna and a steam room. The hotel also provides an airport transfer, taxi and limousine service and a daily transportation service to Marina Mall. Other amenities include a business center, meeting facilities, car rental desk and a valet service.&lt;br/&gt;The HAWTHORN SUITES BY WYNDHAM ABU DHABI is a  hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.455036359886" Longitude="54.394675525131" StarRating="5" HotelCode="207577|40245" HotelName="Dusit Thani Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>925 Muroor Street, P.O. Box 52799, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/295867/a_295867_P2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.85" OriginalAmount="125.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.42146728635" Longitude="54.456916451454" StarRating="5" HotelCode="175238|675065" HotelName="Hilton Capital Grand Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Bin Saeed Al Maktoum, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/245459/a_245459_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of Abu Dhabi, 5 minutes from Abu Dhabi National Exhibition Centre. Guests can explore the islands, coast and beaches, which are a mere 15 minutes away from Corniche and Saadiyat Island. They can also visit local places of interest such as the nearby Sheikh Zayed Grand Mosque and world class sporting opportunities including Racing at Yas Marina Circuit, just 15 minutes away. The hotel is additionally 15 minutes from Abu Dhabi International Airport, while Abu Dhabi Bus Station is roughly 9.7 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.14" OriginalAmount="125.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.494659738442" Longitude="54.376115253967" StarRating="5" HotelCode="933447|1061388" HotelName="Majlis Grand Mercure Residence Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zayed The 1st Street, Electra Street, Tourist Club Area, 53400  Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/411151/a_411151_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.14" OriginalAmount="125.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.42865979943" Longitude="54.641581042992" StarRating="3" HotelCode="908932|926025" HotelName="Premier Inn Abu Dhabi International Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Abu Dhabi International Airport, Opposite Terminals 1 &amp; 3, Next to Skypark multi storey car park, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/299519/299519a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The individual storeys can easily be reached via the lift or stairs. Services and facilities at the hotel include a restaurant, a café, a bar and a conference room. Wireless internet access (no extra charge) is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.475270311827" Longitude="54.34962272644" StarRating="4" HotelCode="42802|26919" HotelName="Sheraton Khalidiya Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zayed the First Street, Khalidiya, P.O.Box 6727, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/68531/a_68531_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the shopping and commercial districts, as well as several embassies and local attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.494857" Longitude="54.364454" StarRating="5" HotelCode="53647|23691" HotelName="Corniche Hotel Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalifa Street, Abu Dhabi 44486</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60363/a_60363_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated along the famous Corniche stretch and features breathtaking views of the Capital Garden and the Arabian Gulf's sparkling turquoise waters, just 500 m away from Abu Dhabi's Central Business District and 15 km away from the city's Exhibition Centre (ADNEC). A free scheduled pick up and drop off to the city's main attractions and landmarks including: Sheikh Zayed Grand Mosque, Yas Waterworld, Ferrari World, Corniche Public Beach, World Trade Centre Mall and Marina Mall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.60" OriginalAmount="132.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.501266258854" Longitude="54.378145337105" StarRating="4" HotelCode="148576|121544" HotelName="Hala Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hamdan Street, Al Zahiyah Area, P.O. Box 53066, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/135874/135874a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Abu Dhabi, this hotel is about 8 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.60" OriginalAmount="132.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.429372532667" Longitude="54.42912876606" StarRating="4" HotelCode="185757|966025" HotelName="Novotel Abu Dhabi Al Bustan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Bin Saeed Street/Rabdan Street, P.O. Box 95208, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/259755/a_259755_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.105913" Longitude="55.737342" StarRating="3" HotelCode="909436|192888" HotelName="Green Mubazzarah Chalets" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 67252, Al Ain</AddressLine>
          </AddressLines>
          <CityName>Al Ain</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/64264/2264264/1.jpg?f=15239844</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 200 rooms. Wireless internet access (for a fee) is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel. A bicycle hire service gives guests the opportunity to explore the surrounding area independently.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.501569220708" Longitude="54.372997711639" StarRating="4" HotelCode="317351|54835" HotelName="Jannah Burj Al Sarab" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mina Street, Tourist Club Area, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431520/a_431520_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.96" OriginalAmount="135.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.546415666447" Longitude="54.673515628774" StarRating="3" HotelCode="386204|1254498" HotelName="Emirates Park Zoo &amp; Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Kids Play Area,Laundry,Lounge,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12th Street, Al Bahia, PO Box 111026, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/12/1254498/ubJckyGi_2066225b0edcac9c46cfe98dab4a8cfb.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Step into the heart of Zoo at this magnificent Resort Hotel. Discover different species of wildlife (including zebras, giraffes, elephants, tigers and jaguars) just steps from your room.

The 27 family chalets design provides spectacular views of the cave or wild animals and the 56 rooms delight the guests with dazzling pool areas. Guests of the Resort can enjoy animal encounters; feeding sessions; kids pool and slides; waterfalls; pool bar. Guest can also learn more about animals during educational fun shows and activities led by Animal Specialists in the zoo, and much more.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.04" OriginalAmount="139.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.330319676329" Longitude="54.623042934849" StarRating="4" HotelCode="56337|868215" HotelName="Mafraq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 6770, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/08/088929/088929a_hb_a_021.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.47010743" Longitude="54.37014196" StarRating="5" HotelCode="450432|160724" HotelName="Marriott Hotel Downtown, Abu Dhabi" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Bin Saeed Street, PO Box 37421, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/50/509481/509481a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.496872954962" Longitude="54.365426301956" StarRating="4" HotelCode="69791|225922" HotelName="Al Ain Palace Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corniche Road, PO Box 33, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/325936/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.48" OriginalAmount="149.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.4546536" Longitude="54.393584" StarRating="3" HotelCode="103467|1958595" HotelName="Al Nakheel Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 30831, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/187389/187389a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within easy reach of Abu Dhabi's main business and shopping areas. The property is also within easy reach of Abu Dhabi's Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.163067776551" Longitude="52.646003543655" StarRating="3" HotelCode="146856|226052" HotelName="Dhafra Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 11828, Abu Dhabi, Jebel Dhanna</AddressLine>
          </AddressLines>
          <CityName>Jebel Dhanna</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/389343/389343a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Jebel Dhanna, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.47" OriginalAmount="151.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.48668629158" Longitude="54.357330203705" StarRating="4" HotelCode="935098|1064968" HotelName="Courtyard World Trade Center, Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hamdan Bin Mohammed Street, 5th Street, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/412966/p_412966_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.21847507831" Longitude="55.748915076256" StarRating="5" HotelCode="42826|28072" HotelName="Al Ain Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 1210, Al Ain</AddressLine>
          </AddressLines>
          <CityName>Al Ain</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/68570/a_68570_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the bustling Sheikh Zayed Road in Al Ain, the hotel is well within the business and commercial district of the city and close to major tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.95" OriginalAmount="153.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.492191476666" Longitude="54.367483556271" StarRating="4" HotelCode="37138|141364" HotelName="Al Maha Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatima Bint Mubarak Street, PO Box 5946, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60954/a_60954_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Abu Dhabi, close to the business and banking district and the main shopping centres, the hotel is only 10 minutes away from the Abu Dhabi International Exhibitions Centre, 30 km away from the Abu Dhabi International Airport and 160 km from the Dubai International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.73" OriginalAmount="157.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.407246" Longitude="54.548266" StarRating="5" HotelCode="524654|2001085" HotelName="Marriott Hotel Al Forsan, Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Forsan International Sports Resort, Khalifa City A, Street 12, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/559141/559141a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.39" OriginalAmount="162.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.428699" Longitude="54.437103" StarRating="4" HotelCode="148894|120342" HotelName="Holiday Inn Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>31st street, between Muroor &amp; Airport, P.O. Box 46668, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/210542/p_210542_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 5 minutes away from the Abu Dhabi International Exhibition Centre, about 4 km from the AUH Cultural Village, Zayed Sports city bowling, ice skating and rugby and around 5 km from the Al Wahda Mall. It lies 10 minutes away from the Grand Mosque, and 15 minutes away from the Ferrari Park and Yas Island and Marina. The Marina Mall is some 35 km and Dubai is approximately 120 km away. Moreover, guests are 15 minutes away from Abu Dhabi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.465252" Longitude="54.598982" StarRating="3" HotelCode="131013|27093" HotelName="Centro Yas Island" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Golf Plaza, Yas Island, P.O. Box 131755, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/188842/a_188842_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.81" OriginalAmount="172.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.41236750606" Longitude="54.491696422298" StarRating="4" HotelCode="161320|105882" HotelName="Traders Hotel Qaryat Al Beri" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 128881, Khor Al Maqta, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/227703/a_227703_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located right in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.80" OriginalAmount="175.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.471261820297" Longitude="54.373821616173" StarRating="5" HotelCode="169053|137614" HotelName="Grand Millennium Al Wahda" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hazza Bin Zayed Street, Al Wahda Complex, Abu Dhabi 107080</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/235963/a_235963_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is connected to the Al Wahda shopping centre, and it is located 5 minutes away from the Abu Dhabi Country Club, 20 minutes from Shk. Zayed Grand Mosque, 15 minutes from Abu Dhabi National Exhibition Centre and 30 minutes from Abu Dhabi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.95" OriginalAmount="175.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.467953842865" Longitude="54.598275210689" StarRating="3" HotelCode="901825|113752" HotelName="Park Inn by Radisson Abu Dhabi Yas Island" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yas Leisure Drive, Yas Plaza, Golf Plaza, Yas Island, PO Box 93725, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/215056/a_215056_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.47" OriginalAmount="180.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.494310123468" Longitude="54.384217858315" StarRating="5" HotelCode="9702|30404" HotelName="Beach Rotana" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10th Street, P.O. Box 45200, Al Zahiyah Area, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/4998/a_4998_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of the capital's business and main shopping district.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.493305" Longitude="54.372912" StarRating="5" HotelCode="213668|39091" HotelName="Royal Rose" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1025 Sheikh Zayed the 1st (Electra/7th) Street, P.O. Box 4708, Al Markaziyah District, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/294567/294567a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.01" OriginalAmount="183.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.466389210722" Longitude="54.374787288979" StarRating="3" HotelCode="267970|1943385" HotelName="Phoenix Plaza Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Old Airport Road, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/53/537161/537161a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.93" OriginalAmount="189.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.50044346872" Longitude="54.371057776157" StarRating="4" HotelCode="294781|1010365" HotelName="Southern Sun Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Street, Al Zahiya (Tourist Club Area), Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/402679/a_402679_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.85" OriginalAmount="191.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.419625906492" Longitude="54.528776245369" StarRating="5" HotelCode="171093|611635" HotelName="The Westin Abu Dhabi Golf Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abu Dhabi Golf Club, Sas Al Nakhl, Abu Dhabi 126797</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/239225/a_239225_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located directly at the Abu Dhabi Golf Club in the Sas Al Nakhl area. From the hotel, a short drive takes guests to the premier attractions in Abu Dhabi such as the Yas Island Circuit, Ferrari World and the grand Sheikh Zayed Mosque. The hotel is located near the corporate headquarters of renowned companies both local and international and the Abu Dhabi International Airport is just 5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.18" OriginalAmount="193.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.466224" Longitude="54.597531" StarRating="4" HotelCode="146469|113052" HotelName="Crowne Plaza Abu Dhabi - Yas Island" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yas Island, Golf Plaza, P.O.Box: 41880, Abu Dhabi 41880</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/207900/a_207900_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel on Yas Island, just off the coast of Abu Dhabi, is located adjacent to the Links Championship Golf Course. It is within walking distance of the F1 Yas Marina Circuit and the Sheikh Zayed Mosque. There are also numerous restaurants, bars and nightclubs nearby. Abu Dhabi International Airport is less than 20 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.18" OriginalAmount="193.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.464739112501" Longitude="54.597873984131" StarRating="4" HotelCode="902841|128374" HotelName="Staybridge Suites Abu Dhabi - Yas Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yas Island Golf Plaza, P.O. Box 42375, 42375 Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/218393/w_218393_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.37" OriginalAmount="194.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.498610769076" Longitude="54.380859732628" StarRating="4" HotelCode="13956|30484" HotelName="Le Meridien Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tourist Club Area, 46066 Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16089/a_16089_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the heart of Abu Dhabi City and represents the perfect choice for both business visitors and holidaymakers. Within the grounds, guests will find glorious gardens and a private beach. From the hotel it is only a few minutes to the business district and shopping areas. It is also close to a range of historic sites.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.66" OriginalAmount="195.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.424248388911" Longitude="54.473389558197" StarRating="5" HotelCode="167143|116742" HotelName="Park Rotana - Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Street, Behind Khalifa Park, P.O. Box 43377, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/233921/a_233921_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the outskirts of Abu Dhabi, close to the business and banking areas, the sea and major shopping malls. It is only 10 minutes' drive from the Abu Dhabi International Exhibition Centre and 15 minutes' drive from Abu Dhabi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.12" OriginalAmount="201.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.466560962949" Longitude="54.59943817791" StarRating="4" HotelCode="899889|116642" HotelName="Yas Island Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Golf Plaza, P.O. Box 131755, Abu Dhabi, Yas Island</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/182761/a_182761_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 10 minutes away from Abu Dhabi International Airport, 20 minutes from Abu Dhabi's business district and only 45 minutes from Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.28" OriginalAmount="204" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.499191662257" Longitude="54.367910027504" StarRating="5" HotelCode="178567|31143" HotelName="Sofitel Abu Dhabi Corniche" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corniche Road East Capital, PO Box 44966, Plaza Complex, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/250087/a_250087_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Abu Dhabi, this urban hotel is approximately 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="228.71" OriginalAmount="213.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.495928711839" Longitude="54.36657951786" StarRating="5" HotelCode="326379|30494" HotelName="Le Royal Meridien Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifa Street, P.O. Box 45505, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46577/a_46577_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated within walking distance of the commercial and business districts of the city, entertainment is a mere stroll away, with shopping centres, the Corniche and the best water sport facilities, tennis courts and golf courses in the city all nearby. The business hotel is only a short drive from Abu Dhabi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.31" OriginalAmount="216.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.466994418649" Longitude="54.597984552383" StarRating="4" HotelCode="141017|113642" HotelName="Radisson Blu Hotel, Abu Dhabi Yas Island" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Golf Plaza, Yas Island, P.O. Box 93725, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/201779/a_201779_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.26" OriginalAmount="218" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.424118" Longitude="54.473392" StarRating="4.5" HotelCode="298911|160732" HotelName="Park Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eastern Ring Road, P.O. Box 43377, Ministries Area, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/198003/198003a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.18" OriginalAmount="222.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.50029" Longitude="54.368623" StarRating="5" HotelCode="17633|30514" HotelName="Sheraton Abu Dhabi Hotel &amp; Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corniche Road, P.O. Box: 640, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21503/a_21503_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located on the Corniche of Abu Dhabi and lies just 500 m from the city centre. The shopping and commerical aresa are all within walking distance of the hotel</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="241.34" OriginalAmount="225.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.470413485222" Longitude="54.36990772114" StarRating="4" HotelCode="492135|2367075" HotelName="Marriott Executive Apartments Downtown Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Bin Saeed Street, PO Box 37421, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/83674/2783674/32.jpg?f=15657764</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.207883" Longitude="55.804482" StarRating="5" HotelCode="258526|35529" HotelName="Danat Al Ain Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 16031, Al Ain</AddressLine>
          </AddressLines>
          <CityName>Al Ain</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14865/a_14865_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located 5 minutes' drive from the centre of Al Ain, also known as the Garden City, with its museums, oases, shops and cafés.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.41463" Longitude="54.49058" StarRating="5" HotelCode="136284|27096" HotelName="Fairmont Bab Al Bahr - Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khor Al Maqta, P.O. Box 114304, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/195947/a_195947_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.207232" Longitude="55.785285" StarRating="4" HotelCode="13309|29740" HotelName="Radisson Blu Hotel &amp; Resort, Al Ain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sarooj District, Al Ain 00001</AddressLine>
          </AddressLines>
          <CityName>Al Ain</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13978/a_13978_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Al Ain. The nearest airport is Al Ain (AAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="249.35" OriginalAmount="233.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.49436" Longitude="54.38421" StarRating="5" HotelCode="566469|2062855" HotelName="Beach Rotana - All Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Zahiyah Area, P.O. Box 45200, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/736138/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.99" OriginalAmount="250.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.493637588573" Longitude="54.384702738762" StarRating="5" HotelCode="701764|2301385" HotelName="Beach Rotana - Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Kitchen,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Zahiyah Area, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/618907/618907a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.29" OriginalAmount="250.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.45591510016" Longitude="54.3189650774" StarRating="5" HotelCode="36572|119402" HotelName="Khalidiya Palace Rayhaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corniche Road (West), P.O. Box 4010, Prime area of Abu Dhabi, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59338/a_59338_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the beautiful shores of the Arabian Gulf, only 10 minutes from Abu Dhabi International Exhibition Centre and few minutes away from one of the largest malls in the capital. It is 30 minutes' drive from Abu Dhabi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.418697" Longitude="54.434726" StarRating="5" HotelCode="162662|32848" HotelName="Andaz Capital Gate Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 95165, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/229211/a_229211_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance of the Abu Dhabi’s embassy and government district. It is just a few minutes' drive from the UAE Armed Forces General Headquarters (GHQ) and media zone. The Sheikh Zayed Grand Mosque, the Zayed Sports City and the Yas Marina Formula 1 Circuit are all within easy reach of the hotel. The hotel is situated 15 minutes’ from Abu Dhabi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="298.42" OriginalAmount="278.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.45203761" Longitude="54.3368169" StarRating="5" HotelCode="695598|2300305" HotelName="The Abu Dhabi Edition" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Bateen Marina, PO Box 127799, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/816204/w_816204_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Abu Dhabi, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="300.67" OriginalAmount="281" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.164572727268" Longitude="52.642013132572" StarRating="5" HotelCode="33645|206582" HotelName="Danat Resort Jebel Dhanna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 12333, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Jebel Dhanna</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52720/a_52720_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located between the desert landscape and the Arabian Gulf, the resort is situated on the west coast, 250 kilometres from the Emirate of Abu Dhabi. Some of the attractions of the city are Al Hosn Palace, Petroleum Exhibition, Corniche Abi Dhabi, Cultural Foundation and Women's Craft Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.90" OriginalAmount="295.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.463367" Longitude="54.326297" StarRating="5" HotelCode="9701|30454" HotelName="Radisson Blu Hotel &amp; Resort, Abu Dhabi Corniche" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corniche Road West, Al Khubeirah, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/4997/p_4997_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Offering a central city location at the heart of Abu Dhabi, this hotel lies within 4 minutes drive of a shopping centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.58" OriginalAmount="295.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.411993526021" Longitude="54.485165476799" StarRating="5" HotelCode="185727|898585" HotelName="The Ritz-Carlton Abu Dhabi Grand Canal" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 91888, Al Maqta Area, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/259725/a_259725_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Abu Dhabi, this beach hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.10" OriginalAmount="310.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.465176" Longitude="54.327757" StarRating="5" HotelCode="177201|874115" HotelName="The St. Regis Abu Dhabi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nation Tower, Corniche, P.O. Box 60476, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/247534/a_247534_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for those who appreciate charm and character, this urban hotel is located in the centre of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.05" OriginalAmount="315.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.40214" Longitude="54.47399" StarRating="5" HotelCode="908933|1142868" HotelName="Armed Forces Officers Club and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Al Arabi Road, P.O. Box 6382, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/634244/634244a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.22" OriginalAmount="319.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.456886837861" Longitude="54.329087734222" StarRating="5" HotelCode="258524|30464" HotelName="InterContinental Abu Dhabi" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah bin Abdul Aziz, Al Saud Street, PO Box 4171, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14864/a_14864_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prime location on the shores of the Arabian Gulf, 7 minutes from the city centre, 10 minutes from Abu Dhabi international exhibition centre and a 30-minute drive from Abu Dhabi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="347.93" OriginalAmount="325.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.44877943" Longitude="54.3377106" StarRating="5" HotelCode="775894|2322035" HotelName="Royal M Hotel &amp; Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,ATM/Cash Machine,Bar,Conference Hall,Designated Smoking Area,Dining,Fax,Internet,Meeting Room,Printer,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 62500, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/897526/p_897526_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious resort is set in Abu Dhabi. A total of 225 bedrooms are available for guests' convenience at Royal M Abu Dhabi. The year of construction of this accommodation dates back to 2018. Guests may keep updated with the internet and Wi-Fi access in public areas, while the latter is available also in the accommodation units. Royal M Abu Dhabi offers a 24-hour reception service, so that guests' needs will be fully met at any time of the day or night. The property's rooms are provided with facilities for children such as a cot if necessary. This property's common areas are handicapped friendly. The accommodation also has a disability-friendly room. Royal M Abu Dhabi is not a pet-friendly establishment. Parking and garage facilities are available. This property is provided with all the necessary services and amenities for a successful business event. Guests can enjoy delightful dishes at the property's dining venue. Customers may completely unwind at the health and wellness facilities. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378.78" OriginalAmount="354" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="23.672045896071" Longitude="53.699108765915" StarRating="4" HotelCode="390494|199189" HotelName="Western Hotel - Madinat Zayed" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 28465, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Madinat Zayed</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/492141/492141a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinat Zayed. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="411.67" OriginalAmount="384.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.406633069468" Longitude="54.490707457672" StarRating="5" HotelCode="61168|67194" HotelName="Shangri-La Hotel Qaryat Al Beri" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 128881, Khor Al Maqta, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/79150/a_79150_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located right in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="427.96" OriginalAmount="399.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.490865625518" Longitude="54.370669423279" StarRating="4" HotelCode="177025|129984" HotelName="City Seasons Al Hamra Abu Dhabi" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Electra Street, PO Box 4706, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/247341/a_247341_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the junction of Najdah and Electra Street, within walking distance of places of interest such as Abu Dhabi shopping centre, business and governmental districts, the Corniche and the city centre. The hotel is also just 30 minutes' drive from Abu Dhabi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="496.72" OriginalAmount="464.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.366087" Longitude="52.594493" StarRating="5" HotelCode="87427|88899" HotelName="Desert Islands Resort &amp; Spa by Anantara" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 12452, Al Ruwais, Sir Bani Yas Island, Al Dhafra (Western Region), Emirate of Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Sir Bani Yas Island</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/122251/a_122251_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located in Sir Bani Yas Island. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="506.76" OriginalAmount="473.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.467317826817" Longitude="54.604726810837" StarRating="5" HotelCode="131014|108832" HotelName="W Abu Dhabi - Yas Island" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Golf Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 131808, Yas Island, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/188843/a_188843_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Yas Island, Abu Dhabi, overlooking the marina and the Yas Marina Formula 1 Circuit race track. The business hotel is minutes from fantastic attractions such as the Sheikh Zayed Mosque and the first links golf course in the Middle East. It is only 15 minutes from the Corniche and Abu Dhabi City Centre, and 20 minutes drive from Marina Mall. Abu Dhabi International Airport is approximately 7 km from the golf hotel and Dubai is around 45 minutes' drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="511.46" OriginalAmount="478" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.50302549" Longitude="54.38786518" StarRating="5" HotelCode="426779|133152" HotelName="Four Seasons Hotel Abu Dhabi at Al Maryah Island" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Maryah Island, Abu Dhabi P.O. Box 107032</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/537149/a_537149_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Four Seasons Hotel Abu Dhabi at Al Maryah Island is located on dynamic, upscale Al Maryah Island – Abu Dhabi's downtown commercial district. Four Seasons is located within a 34-storey glass tower, both high-tech and environmentally advanced and offers the most exciting waterfront location. Blending urban chic and understated luxury, it offers 200 light-filled accommodations, including 38 suites – all with water views. Six creative restaurants and lounges, all of them with outdoor waterfront terraces, for stylish entertaining. Relaxation awaits in the radiant Spa – with separate fitness and treatment facilities for men and women. Our expansive swimming pool offers a cool social scene with skyline views. Every moment is elevated by thoughtful Four Seasons service, anticipating each guest's unique personal needs – whether the goal is relaxing on vacation or staying efficient for business. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="640.91" OriginalAmount="598.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.459877" Longitude="54.320968" StarRating="5" HotelCode="325745|1905465" HotelName="Grand Hyatt Abu Dhabi Hotel and Residences Emirates Pearl" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>West Corniche, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/439947/a_439947_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="640.91" OriginalAmount="598.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.135001871866" Longitude="54.742206075424" StarRating="5.5" HotelCode="673737|2304955" HotelName="Jumeirah Al Wathba Desert Resort &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Wathba South, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/794081/gt_794081_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This outstanding hotel is in Abu Dhabi. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="804.86" OriginalAmount="752.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.543377" Longitude="54.432576" StarRating="5" HotelCode="550900|2200205" HotelName="Saadiyat Rotana Resort &amp; Villas" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box: 48578, Abu Dhabi, Saadiyat Island</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/667140/a_667140_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located about 10 km from the centre of Abu Dhabi, this resort lies off the beaten track.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="834.48" OriginalAmount="779.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.366050443414" Longitude="52.594556711639" StarRating="5" HotelCode="176727|971865" HotelName="Anantara Al Sahel Villa Resort" Meals="BED &amp; BREAKFAST,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 12452, Al Ruwais, Sir Bani Yas Island, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Sir Bani Yas Island</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/247030/w_247030_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Abu Dhabi, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="877.40" OriginalAmount="820" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.56016714" Longitude="54.45234069" StarRating="5" HotelCode="605135|364691" HotelName="Jumeirah at Saadiyat Island Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://www.miki.co.uk/live/hotel/mikiNet/image/v1.0/AE/2799/322/lr/xxx.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="950.16" OriginalAmount="888" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.544946867561" Longitude="54.434922337532" StarRating="5" HotelCode="904176|25943" HotelName="Park Hyatt Abu Dhabi Hotel &amp; Villas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 52007, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/237885/a_237885_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located about 8 km from the centre of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1007.94" OriginalAmount="942" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.461330367013" Longitude="54.317500591278" StarRating="5" HotelCode="32311|31220" HotelName="Emirates Palace Abu Dhabi" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West Corniche Road, P.O. Box 39999, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51411/a_51411_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located close to the major business districts, as well as shopping malls and local attractions. It is the ideal address for a business or leisure stay in Abu Dhabi. The international airport is approximately 38 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1167.92" OriginalAmount="1091.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.500248" Longitude="54.387551" StarRating="5" HotelCode="260536|928335" HotelName="Rosewood Abu Dhabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 41184, Al Maryah Island, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/217854/217854a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Abu Dhabi. The nearest airport is Abu Dhabi - International (AUH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4471.46" OriginalAmount="4178.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.458216013602" Longitude="54.320073281678" StarRating="5" HotelCode="317316|1919285" HotelName="Bab Al Qasr Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corniche Road West, Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431500/a_431500_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Abu Dhabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27338.96" OriginalAmount="25550.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.366111544999" Longitude="52.594509552296" StarRating="5" HotelCode="171932|919665" HotelName="Anantara Sir Bani Yas Island Al Yamm Villa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 12452, Al Ruwais, Sir Bani Yas Island, Al Dhafra (Western Region), Emirate of Abu Dhabi</AddressLine>
          </AddressLines>
          <CityName>Sir Bani Yas Island</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/188317/188317a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Sir Bani Yas Island, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.24" OriginalAmount="111.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.4716" Longitude="54.4048" StarRating="0" HotelCode="611533|4721675" HotelName="Platinum Hotel Apartments Abu Dhabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin Alwaleed Street</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.27" OriginalAmount="361" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.4716" Longitude="54.4048" StarRating="5" HotelCode="760805|322936" HotelName="Fairmont Marina - Abu Dhabi &amp; Fairmont Marina Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abu Dhabi, Dubai</AddressLine>
          </AddressLines>
          <CityName>Abu Dhabi</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Conference Hall,Internet,Kitchen,Laundry,Heated Pool,Lounge,Nightclub,Shopping Arcade,Golf,Currency Exchange,Designated Smoking Area,Diet Meals,Wheelchair Access,Central Heating,Swimming Pool,Garden,Spa,Bicycle Rental,24 Hour Security,Banquet Hall,Business Centre,Dining,Kids Play Area,Meeting Room,Parking,Printer,Valet Parking,Wake-up Call Service,24 Hour Power Supply,ATM/Cash Machine,Beauty Salon,Housekeeping,Smoking Rooms,Coffee Shop,Concierge,Elevator</BasicAmenities>
    <HotelRating>4,5,3,5.5,4.5,1,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,BEACH HOTEL,CLUB RESORT,GOLF HOTEL,AIRPORT HOTEL,SPA HOTEL,VILLAGE,APARTMENT,FAMILY-FRIENDLY HOTEL,BUNGALOW COMPLEX,HOTEL DE CHARME,ECO HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e1721a3-3213-4d47-be3f-132e3d63c0c0|RateHawkSearch|successfull supplier interation||RateHawk|True