<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
43ccda2a-e482-403d-8580-8d4b916a0ac8|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="43ccda2a-e482-403d-8580-8d4b916a0ac8">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="3" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="6" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="62750" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-08-04T00:00:00" End="2025-08-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Travelersholiday" Password="Thl2024@@" RequestedCurrency="GBP" ClientNationality="BD" 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
43ccda2a-e482-403d-8580-8d4b916a0ac8|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
43ccda2a-e482-403d-8580-8d4b916a0ac8|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
43ccda2a-e482-403d-8580-8d4b916a0ac8|InfiniteSearch|supplier interation failed||Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
43ccda2a-e482-403d-8580-8d4b916a0ac8|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
43ccda2a-e482-403d-8580-8d4b916a0ac8|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
43ccda2a-e482-403d-8580-8d4b916a0ac8|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
43ccda2a-e482-403d-8580-8d4b916a0ac8|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
43ccda2a-e482-403d-8580-8d4b916a0ac8|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
43ccda2a-e482-403d-8580-8d4b916a0ac8|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
43ccda2a-e482-403d-8580-8d4b916a0ac8|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="2025-07-26T13:00:53.1628081+01:00" Version="0" EchoToken="Search" TransactionIdentifier="43ccda2a-e482-403d-8580-8d4b916a0ac8" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="31.86" OriginalAmount="31.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="2.9577855617916" Longitude="101.79176073171" StarRating="1" HotelCode="340982|3130165" HotelName="Marvelot Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Hentian 3, Jalan Reko, Pusat Hentian Kajang, Darul Ehsan, 43000 Kajang, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kajang</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/03795/2103795/1.jpg?f=15074866</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kajang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.70" OriginalAmount="42.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14399620615" Longitude="101.69777580154" StarRating="3" HotelCode="145961|1059248" HotelName="China Town Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/170607/170607a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Kuala Lumpur's Chinatown. Chinatown Market is right in front of the hotel. Furthermore, it is also within walking distance of the central market where guests can purchase Malaysian arts and crafts, such as batik, antiques and T-shirts. Sultan Abdul Aziz Shah Airport is approximately 20 km from the hotel and Kuala Lumpur International Airport is around 45 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.78" OriginalAmount="42.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.19755487" Longitude="101.72074112" StarRating="3.5" HotelCode="553598|3121915" HotelName="Worldview Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>29-35 Jalan 10/23A, Medan Makmur, 53200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/43688/2843688/1.jpg?f=14949109</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.59" OriginalAmount="47.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.16211669" Longitude="101.64936066" StarRating="2" HotelCode="321142|1166108" HotelName="New Wave Hartamas (H1)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Jalan 26/70A, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/486628/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.02" OriginalAmount="49.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1130323746526" Longitude="101.67834167984" StarRating="3" HotelCode="341229|2173865" HotelName="Valenza Hotel &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot 118 Batu 3, Jalan Klang Lama, 58100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/03784/2103784/1.jpg?f=15063405</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.33" OriginalAmount="53.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1510832003849" Longitude="101.69651408709" StarRating="3" HotelCode="146010|120504" HotelName="Citin Masjid Jamek" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot No 7, Seksyen 33, Jalan Melayu, Off Jalan Masjid, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/126425/126425a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Kuala Lumpur’s commercial centre. The hotel is situated less than a minute’s walk from the Masjid Jamek LRT (Light Rail Transit) station, offering guests easy access to many tourist attractions, as well as to the commercial and shopping district of Bukit Bintang. The hotel is ideally located to meet the requirements of the modern and cost-conscious traveller of today.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.16" OriginalAmount="54.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.142707" Longitude="101.69791333333" StarRating="2" HotelCode="901204|2263405" HotelName="My City Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Jalan Petaling, City Centre, 50000 Kuala Lumpur, Federal Territory of Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/288001/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.12" OriginalAmount="56.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.13991161" Longitude="101.71369828" StarRating="2" HotelCode="529918|2264545" HotelName="The Hulo Hotel &amp; Gallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>196 Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8794317</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at The Hulo Hotel &amp; Gallery places you in the heart of Kuala Lumpur, minutes from Berjaya Times Square and close to Petaling Street.  This hotel is close to Petronas Twin Towers and Merdeka Square.Rooms Make yourself at home in one of the 63 air-conditioned rooms featuring LCD televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include coffee/tea makers and complimentary bottled water, and housekeeping is provided daily.Amenities Make use of convenient amenities such as complimentary wireless Internet access, shopping on site, and tour/ticket assistance.Business, Other Amenities Featured amenities include express check-in, a 24-hour front desk, and multilingual staff. Self parking (subject to charges) is available onsite.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.12" OriginalAmount="56.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.139081768968" Longitude="101.71034569444" StarRating="4" HotelCode="936610|2045225" HotelName="Greystone Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 - 38 Jalan Baba, Off Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/222704/222704a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.24" OriginalAmount="57.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.17665163" Longitude="101.69936589" StarRating="2" HotelCode="321184|2264365" HotelName="Swiss Cottage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Sarikei, off Jalan Pahang Barat, 53000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/358175/358175a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.34" OriginalAmount="58.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.0306089306062" Longitude="101.70596517438" StarRating="2" HotelCode="501994|2257935" HotelName="Sungai Besi H1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Jalan SR 1/9, Taman Serdang Raya, 43300 Seri Kembangan, Selangor</AddressLine>
          </AddressLines>
          <CityName>Seri Kembangan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/670483/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seri Kembangan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61.20" OriginalAmount="60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1441766" Longitude="101.69872998" StarRating="2" HotelCode="511319|420969" HotelName="Nan Yeang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Elevator,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>83 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/75104/2475104/1.jpg?f=15071371</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nan Yeang Hotel is conveniently located in the popular Chinatown area. Both business travelers and tourists can enjoy the hotel's facilities and services. Service-minded staff will welcome and guide you at the Nan Yeang Hotel. Each guestroom is elegantly furnished and equipped with handy amenities. The hotel offers various recreational opportunities. A welcoming atmosphere and excellent service are what you can expect during your stay at Nan Yeang Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.30" OriginalAmount="60.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1458900876734" Longitude="101.70197078515" StarRating="3" HotelCode="304399|1030978" HotelName="Sandpiper Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/431457/431457a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.34" OriginalAmount="60.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.13168093" Longitude="101.68740863" StarRating="2" HotelCode="321130|2045305" HotelName="My Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Jalan Thambipillay, Near Singh Chapati, Kl Sentral, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/196310/196310a_hb_a_836.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.67" OriginalAmount="60.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1656590319992" Longitude="101.69608458455" StarRating="3" HotelCode="438006|2537355" HotelName="Hotel Grand Mutiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/601482/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.10" OriginalAmount="60.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.15815839" Longitude="101.75039774" StarRating="2" HotelCode="915306|2261455" HotelName="Ampang Point Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 &amp; 19 Level 1,2,3, Jalan Mamanda 5, Ampang Point, KLCC Ampang, Kuala Lumpur, Selangor 68000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232504/232504a_hb_a_007.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.24" OriginalAmount="62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.148818" Longitude="101.6988" StarRating="3" HotelCode="260589|61095" HotelName="Arenaa Star Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Jalan Hang Lekiu, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/195491/195491a_hb_a_926.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.36" OriginalAmount="62.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14126356" Longitude="101.69753309" StarRating="2" HotelCode="441903|1240748" HotelName="Travel Hub Highstreet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Balai Polis 13-1, 50000 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/02759/2102759/1.jpg?f=15485644</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a range of services and facilities, making it ideal for business travellers and holidaymakers alike. Wireless internet access in public areas allows travellers to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.89" OriginalAmount="62.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1429327" Longitude="101.77625775" StarRating="3" HotelCode="511694|3111085" HotelName="Ampang Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6-7 Persiaran Desa Ampang, Taman Sri Ampang, 68000 Ampang</AddressLine>
          </AddressLines>
          <CityName>Ampang</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/96750/2496750/33.jpg?f=15630286</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ampang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.28" OriginalAmount="64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1585296766816" Longitude="101.75250743191" StarRating="3" HotelCode="356873|356405" HotelName="Easy Hotel @ Ampang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 52 Jalan Mamanda 9, off Jalan Ampang, 68000 Ampang</AddressLine>
          </AddressLines>
          <CityName>Ampang</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/29441/3729441/1.jpg?f=15263062</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Ampang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.77" OriginalAmount="66.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1584594533689" Longitude="101.74990387268" StarRating="2" HotelCode="321162|1230728" HotelName="Hotel Safari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 9 Jalan Mamanda 5, Behind Ampang Point Shoping Mall, Taman Dato Ahmad Razali, 68000 Ampang, Selangor</AddressLine>
          </AddressLines>
          <CityName>Ampang</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/251573/251573a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.89" OriginalAmount="66.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.133286" Longitude="101.68944695" StarRating="3" HotelCode="429035|1220158" HotelName="YMCA Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Coffee Shop,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Jalan Padang Belia, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/61867/2261867/1.jpg?f=15407476</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at YMCA Kuala Lumpur, you'll be centrally located in Kuala Lumpur, convenient to National Museum and Petaling Street. This hotel is close to Merdeka Square and Malaysian Houses of Parliament.Rooms Make yourself at home in one of the 57 air-conditioned rooms featuring LCD televisions. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided. Conveniences include phones, as well as coffee/tea makers and blackout drapes/curtains.Rec, Spa, Premium Amenities Enjoy the recreation opportunities such as outdoor tennis courts or make use of other amenities including complimentary wireless Internet access.Dining You can enjoy a meal at a restaurant serving the guests of YMCA Kuala Lumpur, or stop in at a grocery/convenience store.Business, Other Amenities This hotel has 12 meeting rooms available for events. Self parking subject to charges is available onsite.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.01" OriginalAmount="66.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.144649" Longitude="101.70599" StarRating="2" HotelCode="915315|761195" HotelName="My Hotel @ Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/288226/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.83" OriginalAmount="67.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1330412630054" Longitude="101.68892632639" StarRating="2" HotelCode="304398|1059388" HotelName="Metro Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Thambypillai, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/358091/358091a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.01" OriginalAmount="67.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1517292525529" Longitude="101.69577947976" StarRating="3" HotelCode="542843|2537195" HotelName="Adya Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>21-2 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/713158/1.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.77" OriginalAmount="68.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.09138336" Longitude="101.68840805" StarRating="1" HotelCode="338501|3133725" HotelName="Time Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Kuchai Maju 2, Off Jalan Kuchai Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/506164/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Wireless internet access in public areas allows guests to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.05" OriginalAmount="68.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.139257" Longitude="101.709843" StarRating="3" HotelCode="904612|227056" HotelName="Sentral Pudu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.310 Jalan Pudu, Off Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/148236/148236a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location in Kuala Lumpur, located within a 10-minute walk of Times Square and Pavillion Mall, Bintang Walk and Imbi Monorail Station. Kuala Lumpur International Airport is reachable within a 45-minute drive of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.38" OriginalAmount="69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.06367594" Longitude="101.66885083" StarRating="3" HotelCode="563823|236163" HotelName="Aster Hotel Bukit Jalil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Jalil Perwira 2, Plot GC-08 Kompleks YJN, Near Nasi Lemak Royale, Bukit Jalil, 52800 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/38148/2838148/1.jpg?f=14949111</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.38" OriginalAmount="69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.07929356" Longitude="101.68649355" StarRating="2" HotelCode="549421|225772" HotelName="B Lot Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Senang Ria, C-G-2 Seri Gembira Avenue, Taman Gembira, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/48478/2848478/1.jpg?f=15298856</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.38" OriginalAmount="69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.20623286" Longitude="101.72059589" StarRating="2" HotelCode="519728|165442" HotelName="Fast Hotel Setapak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Jalan 8/23E Taman Danau Kota, Off Jalan Genting Kelang, 53300 Kuala Lumpur, Setapak</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/03711/2103711/1.jpg?f=15073153</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Fast Hotel Setapak in Kuala Lumpur, you'll be close to Royal Selangor Visitor Centre and Taman Tasik Titiwangsa.  This hotel is within close proximity of Titiwangsa Lake Garden and National Art Gallery.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 33 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include complimentary bottled water, housekeeping is provided on a limited basis, and irons/ironing boards can be requested.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a 24-hour front desk and luggage storage. Free self parking is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.54" OriginalAmount="70.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1260265616631" Longitude="101.7096662875" StarRating="2" HotelCode="341778|1234888" HotelName="U Pac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-6 Jalan Lapangan Permai 1, Off Jalan Sungai Besi batu 2, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/545822/545822a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.81" OriginalAmount="70.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14648604018" Longitude="101.69605462702" StarRating="2" HotelCode="305896|2264455" HotelName="Leo Leisure Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/471482/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.81" OriginalAmount="70.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1291168177167" Longitude="101.71225819567" StarRating="3" HotelCode="915301|723185" HotelName="Leo Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Jalan Sungai Besi, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/253741/253741a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.42" OriginalAmount="71.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14943509" Longitude="101.69760801" StarRating="2" HotelCode="585111|ahyu_hotel" HotelName="Ahyu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Leboh Ampang, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629241/629241a_hb_a_001.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.91" OriginalAmount="71.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14553733" Longitude="101.69729325" StarRating="3" HotelCode="778703|2292805" HotelName="Pacific Express Hotel Chinatown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Tun Tan Cheng Lock, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/141255/db38122c-3c42-4393-8aaa-8cfbe592d6c7.jpg?d=636838725450000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.46" OriginalAmount="73.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.133291" Longitude="101.68819315" StarRating="2" HotelCode="595629|city_central_hotel_kl_sentral" HotelName="City Central Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>80 &amp; 82 Jalan Tun Sambanthan, Brickfields, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/28730/2528730/1.jpg?f=15289000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.48" OriginalAmount="74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1701772696552" Longitude="101.69353113459" StarRating="3" HotelCode="151232|151499" HotelName="Leo Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Jalan Rahmat, Off Jalan Sultan Azlan Shah, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232438/232438a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.48" OriginalAmount="74.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1296158512296" Longitude="101.7151916027" StarRating="3" HotelCode="187201|939855" HotelName="One-Stop Residence Hotel &amp; Office" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Metro Pudu, Gate 3, Main Lobby, Metro Mall, Fraser Business Park, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/173226/173226a_hb_a_006.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 4 km away from KLCC and 3 km away from Bukit Bintang Shopping Paradise. It provides guests with convenient facilities within a stone's throw. These facilities include convenience stores (7-11 shops and KK Mart), the Hawker Style Restaurant, Chinese restaurants, Malay restaurants, Affin Bank and a higher learning institute (Help University College).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.54" OriginalAmount="75.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.146750448433" Longitude="101.69584572884" StarRating="4" HotelCode="304400|1009045" HotelName="Pacific Express Hotel Central Market" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/364946/364946a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.58" OriginalAmount="79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1448734950791" Longitude="101.70659780502" StarRating="3" HotelCode="75141|225903" HotelName="Corona Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Tong Shin, Off Jalan Bukit Bintang, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102352/w_102352_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is tucked into the middle of the golden triangle, where guests are just a stroll – or a 5-minute drive - away from the colourful and exotic Chinatown, central business district and various shopping malls and entertainment centres. In the heart of Kuala Lumpur’s tourist ‘Golden Hub’, the shopping paradise Bukit Bintang, the entertainment arena and Jalan Alor food court are all within walking distance. China Town’s central market can be reached in 10 minutes by car, and the KLCC shopping centre is a 15-minute drive away. The strategically located Central Bus Station, Monorail and LRT terminals provide convenient ways of getting around. The Sunway Lagoon theme park is a 20-minute drive from the hotel. It is truly a haven for travellers of all distinctions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.50" OriginalAmount="79.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14605848" Longitude="101.76962846" StarRating="1" HotelCode="321185|2280905" HotelName="The Green Hotel Ampang Waterfront" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>25-1 Jalan AWF1, Ampang WaterFront, 68000 Ampang, Selangor</AddressLine>
          </AddressLines>
          <CityName>Ampang</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212357/212357a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel revels in its prime location in Kuala Lumpur. The hotel is conveniently situated just a short driving distance away from the airport. Guests will find themselves just a short distance away from the main entertainment areas of the city. Links to the public transport network are situated just a short distance away. This wonderful hotel enjoys an attractive architectural design. The beautifully-appointed guest rooms provide comfort and style, featuring functional space and modern amenities. Guests will be pleased by the wide range of facilities and services that this delightful hotel has to offer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.62" OriginalAmount="80.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.07571" Longitude="101.519" StarRating="0" HotelCode="693675|4723115" HotelName="Hotel 138 @ Bestari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>38 Jalan Nova K U5/K, Seksyen U5 Bestari Subang, 40150 Shah Alam</AddressLine>
          </AddressLines>
          <CityName>Shah Alam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056795/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.48" OriginalAmount="80.86" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|2382505" HotelName="Prescott hotel Kuala Lumpur- Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>77, Jalan Changkat Thambi Dollah, Off Jalan Pudu, Bukit Bintang, Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/23/2382505/ddWHYmGi_29d088e470649c7680df02efead88730.jpg</HotelPictures>
        <HotelDescription>Only a 5-minute drive from the lively Bukit Bintang, Prescott Hotel Bukit Bintang offers affordable accommodation with free Wi-Fi and 32-inch flat-screen satellite TV. It is located in Kuala Lumpur’s shopping and entertainment district, a 5-minute walk from Berjaya Times Square Shopping Centre.
Prescott Hotel Bukit Bintang  is a 5-minute walk away from Imbi Monorail Station and Hang Tuah Star LRT Station. Kuala Lumpur International Airport is a 45-minute drive from the hotel.
The air-conditioned guestrooms feature a modern décor and carpeted flooring. They are fitted with a private bathroom with hot shower facilities.
The hotel provides a laundry service and 24-hour room service for convenience.
Bukit Bintang is a great choice for travellers interested in entertainment, marketsand family friendly trips.
This is our guests&amp;#039; favourite part of Kuala Lumpur, according to independent reviews.&lt;br/&gt;The Prescott hotel Kuala Lumpur- Bukit Bintang is a  hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.64" OriginalAmount="82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.16330971" Longitude="101.69882557" StarRating="2.5" HotelCode="553339|165455" HotelName="Shalimar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>510-512 Jalan Tuanku Abdul Rahman, First Floor, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/728790/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.66" OriginalAmount="83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14049584" Longitude="101.71151309" StarRating="3" HotelCode="321257|63117" HotelName="Beltif Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Changkat Thambi Dollah, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232427/232427a_hb_a_014.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.68" OriginalAmount="84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14421725" Longitude="101.69592191" StarRating="3" HotelCode="876912|335455" HotelName="Hotel KL Centre Point By OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>Unit 56 Jalan Hang Kasturi, First Floor, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1057927/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.37" OriginalAmount="84.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14661252" Longitude="101.70955892" StarRating="3" HotelCode="419577|2537405" HotelName="Alor Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>79A Changkat Bukit Bintang, (at the junction of Jalan Alor), 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/96281/1996281/1.jpg?f=15338230</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Alor Boutique Hotel in Kuala Lumpur (Bukit Bintang), you'll be minutes from Jalan Alor and Bukit Bintang Plaza. This hotel is close to Petronas Twin Towers and Petaling Street.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Stay in one of 27 guestrooms featuring LCD televisions. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Bathrooms have showers and hair dryers. Conveniences include desks and coffee/tea makers, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a 24-hour front desk and luggage storage.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.70" OriginalAmount="85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.17686776" Longitude="101.73725963" StarRating="3" HotelCode="360098|158393" HotelName="Seeds Hotel Setiawangsa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Jelatek 2, Jelatek Business Park, 54200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/92504/2492504/1.jpg?f=15068122</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.70" OriginalAmount="85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.205717893001" Longitude="101.72092738225" StarRating="3" HotelCode="357645|151900" HotelName="Smile Hotel Danau Kota" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>48 Jalan 8/23E, Danau Kota, 53300 Setapak, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Setapak</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/02521/2102521/1.jpg?f=15175722</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Setapak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.72" OriginalAmount="86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.12862879" Longitude="101.72037707" StarRating="2" HotelCode="352512|151896" HotelName="Smile Hotel Cheras Cityview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Warisan Cityview, Block H, Jalan 4/93A, Batu 2 1/2, Jalan Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/506174/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.74" OriginalAmount="87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14276968" Longitude="101.70795314" StarRating="2" HotelCode="783150|373405" HotelName="Asia Like Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>202 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/38970/3838970/1.jpg?f=15676795</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.74" OriginalAmount="87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.100514" Longitude="101.739567" StarRating="3" HotelCode="187986|236288" HotelName="Caliber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-56 Jalan 5/101C, Off Jalan Kaskas, Cheras Commercial Centre, Taman Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/288149/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.74" OriginalAmount="87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14494428" Longitude="101.69864341" StarRating="2.5" HotelCode="511415|202725" HotelName="Sohotown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 28/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>113 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/92382/2492382/20.jpg?f=15083649</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Chinatown, SohoTown Hotel promises a relaxing and wonderful visit. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. Free Wi-Fi in all rooms, 24-hour front desk, luggage storage, Wi-Fi in public areas, family room are just some of the facilities on offer. Guestrooms are designed to provide an optimal level of comfort with welcoming decor and some offering convenient amenities like television LCD/plasma screen, internet access – wireless (complimentary), non smoking rooms, air conditioning, wake-up service. The hotel offers various recreational opportunities. A welcoming atmosphere and excellent service are what you can expect during your stay at SohoTown Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.82" OriginalAmount="87.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.12767632" Longitude="101.75299596" StarRating="2" HotelCode="321119|2262425" HotelName="M Design Hotel At Pandan Indah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>49 - 52 Persiaran MPAJ, Jalan Pandan Utama, 55100 Pandan Indah</AddressLine>
          </AddressLines>
          <CityName>Pandan Indah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/235238/235238a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pandan Indah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.76" OriginalAmount="88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1389115" Longitude="101.70964604" StarRating="3" HotelCode="754133|335404" HotelName="ECO Hotel @ Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>179 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1058460/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.17" OriginalAmount="88.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.13181018" Longitude="101.68762811" StarRating="2" HotelCode="321166|2199435" HotelName="Signature Hotel KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Jalan Thambipillai, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/615139/615139a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.56" OriginalAmount="88.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.13199" Longitude="101.688224" StarRating="3" HotelCode="902465|111922" HotelName="Hotel Sentral Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/217962/a_217962_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within Kuala Lumpur Railway Station and is conveniently close to the Kuala Lumpur transportation hub as well as its shopping, entertainment and financial district. Little India is 10 minutes' drive and it is 15 minutes by car to Petaling Street (China Town) and the Kuala Lumpur Twin Towers. Petaling Jaya is a 40-minute drive away and the hotel enjoys a unique location with the monorail station right on its doorstep, providing easy access to and from Kuala Lumpur International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.74" OriginalAmount="88.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1438257" Longitude="101.6977337" StarRating="2" HotelCode="163463|1567258" HotelName="Hotel Chinatown 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Jalan Petaling, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/288033/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.80" OriginalAmount="90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1320092813608" Longitude="101.68698042264" StarRating="2" HotelCode="345349|61794" HotelName="Hotel Westree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>142 Jalan Tun Sambanthan, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/02603/2102603/1.jpg?f=15237820</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.96" OriginalAmount="90.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1388609869262" Longitude="101.69734686613" StarRating="3" HotelCode="68099|17934" HotelName="Midah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kampung Attap, 50460 Kula Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88080/r_88080_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superior business city hotel is located within the commercial and business hub of Kuala Lumpur. Convenient and easily accessible, it is only 2 minutes' walk away from Maharajarela Monorail Station, as well as from popular shopping and tourist attractions such as Chinatown, Mid Valley Megamall, KLCC, Berjaya Times Square and Bintang Walk, which all helps to ensure a supremely convenient stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.41" OriginalAmount="90.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.0383024209337" Longitude="101.76583072387" StarRating="3" HotelCode="213034|1620828" HotelName="Ibis Styles KL Cheras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan C180/1, Dataran C 180, 43200 Cheras</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301708/a_301708_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 156 rooms. The individual storeys can easily be reached via the lift or stairs. Amenities include a baggage storage service, a safe and a currency exchange service. Wireless internet access is available to travellers in the public areas. Among the culinary options available at the accommodation are a restaurant, a dining area and a bar. Shopping facilities are also available. Those arriving in their own vehicles can leave them in the car park of the establishment. Additional services include a 24-hour security service, a babysitting service, room service, a laundry service and a hairdresser.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.84" OriginalAmount="92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1287773333333" Longitude="101.714097" StarRating="3" HotelCode="199900|41955" HotelName="Ibis Styles Kuala Lumpur Fraser Business Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Metro Pudu 2, Fraser Business Park, 55200  Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/285204/a_285204_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.23" OriginalAmount="96.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.109774" Longitude="101.678388" StarRating="3" HotelCode="296383|1196318" HotelName="V Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Tasik Selantan 8, Bandar Tasik Selatan, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/288599/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.94" OriginalAmount="97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.13190738" Longitude="101.68759166" StarRating="3" HotelCode="586168|236270" HotelName="Euro Life Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65 Jalan Thambipillay, Brickfield, Kl Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/754398/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.84" OriginalAmount="97.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1541667022631" Longitude="101.69770091772" StarRating="3" HotelCode="142208|120644" HotelName="StarPoints Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>149 Jalan Masjid India, Wilayah Persekutuan, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/203194/a_203194_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the part of Kuala Lumpur known as Little India, along Jalan Masjid India above the popular Haniffa Textile/Departmental Store, the hotel offers easy access to popular tourist destinations such as KLCC, KL Tower, Central Market, National Square and much more.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.86" OriginalAmount="97.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.15463555" Longitude="101.70143149" StarRating="3" HotelCode="553184|2536085" HotelName="Flora By Crossroads Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>66 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0033/20604/3320604/1.jpg?f=15398066</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.96" OriginalAmount="98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.20347395" Longitude="101.73631529" StarRating="2.5" HotelCode="422677|151905" HotelName="Smile Hotel Wangsa Maju" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Laundry,LCD/Projector,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>36 Jalan Metrowangsa, Seksyen 2 Wangsa Maju, 53300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/75100/2475100/1.jpg?f=15085016</HotelPictures>
        <HotelDescription>&lt;br/&gt;Smile Hotel Wangsa Maju is a popular choice amongst travelers in Kuala Lumpur, whether exploring or just passing through. Both business travelers and tourists can enjoy the hotel's facilities and services. All the necessary facilities, including free Wi-Fi in all rooms, 24-hour front desk, Wi-Fi in public areas, room service, family room, are at hand. Internet access – wireless, internet access – wireless (complimentary), air conditioning, desk, television can be found in selected guestrooms. The hotel offers various recreational opportunities. For reliable service and professional staff, Smile Hotel Wangsa Maju caters to your needs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.82" OriginalAmount="99.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.145747" Longitude="101.70708854233" StarRating="2" HotelCode="316706|1224408" HotelName="D'or Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No.18 Tengkat Tong Shin, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/638720/638720a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="101" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.17150392" Longitude="101.71252702" StarRating="3" HotelCode="756573|335620" HotelName="Expressionz Professional Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="24 Hour Security,Business Centre,Conference Hall,Designated Smoking Area,Dining,Internet,Kids Play Area,Meeting Room,Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2/65A Off Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/639741/639741a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Aparthotel is in Kuala Lumpur. The aparthotel comprises a total of 300 snug accommodation units. 

Located away from the hustle and bustle of the city, Expressionz Professional Suites offers accommodations in Kuala Lumpur. It features an outdoor swimming pool. Free WiFi is available in all rooms.

It is 1 km to the Palace of Culture, while Putra World Trade Center and Sunway Putra Mall are 3.6 km from the property. Suria KLCC and the Petronas Twin Towers are 4.8 km from Expressionz Professional Suites. Kuala Lumpur International Airport is 68.9 km away.

The units come with parquet floors and feature a fully equipped kitchen with an oven, a dining area, a flat-screen TV, and a private bathroom with bath and free toiletries. A microwave and fridge are also featured, as well as a kettle.

Other facilities at the property include a fitness centre. Guests can also relax in the garden. Guests can approach the 24-hour front desk for concierge services and luggage storage. 

This property is also rated for the best value in Kuala Lumpur! Guests are getting more for their money when compared to other properties in this city.

We speak your language, English and Chinese.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.80" OriginalAmount="101.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.15181802" Longitude="101.75917811" StarRating="3" HotelCode="548959|3115425" HotelName="Global Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Jalan Dagang 1/1A, Taman Dagang, 68000 Ampang, Selangor</AddressLine>
          </AddressLines>
          <CityName>Ampang</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/38272/2838272/1.jpg?f=15504182</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ampang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.41" OriginalAmount="106.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.078867" Longitude="101.744206" StarRating="3" HotelCode="304007|1030608" HotelName="Silka Cheras Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>KM10 Jalan Cheras, 56000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/368933/368933a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.61" OriginalAmount="106.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1951038914684" Longitude="101.62898342179" StarRating="2" HotelCode="346073|3114925" HotelName="Sovotel Boutique Hotel @  Bandar Menjalara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Jalan 3/62A, Bandar Menjalara, Kepong, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/506160/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="107" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.143909" Longitude="101.695568" StarRating="3" HotelCode="915312|63693" HotelName="Travelodge City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Hang Kasturi, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/217700/217700a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.34" OriginalAmount="107.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.30376479162" Longitude="101.59562418422" StarRating="2" HotelCode="341605|4729635" HotelName="The Leverage Business Hotel - Rawang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>A23-27 Jalan Reef 1/1, Pusat Perniagaan Reef, 48000 Rawang, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Rawang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/575072/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a business centre for a comfortable and relaxing stay. Wireless internet access is available to travellers in the public areas. Shopping facilities are also available. Those arriving in their own vehicles can leave them in the car park of the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.71" OriginalAmount="109.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1471114101793" Longitude="101.71008436501" StarRating="3" HotelCode="343585|1217818" HotelName="Izumi Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>85 Jalan Berangan, Off Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/113698/99307110-8604-4ed0-b6df-c52031cfd81e.jpg?d=636736274710000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.89" OriginalAmount="109.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.026718" Longitude="101.618296" StarRating="2" HotelCode="450244|3133915" HotelName="Hotel 99 Bandar Puteri Puchong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12A Jalan Puteri 1/5, Bandar Puteri, 47100 Puchong, Selangor</AddressLine>
          </AddressLines>
          <CityName>Puchong</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/615216/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Puchong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.18" OriginalAmount="112.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.163987" Longitude="101.692607" StarRating="3" HotelCode="221722|936765" HotelName="Upper View Regalia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Anjung Putra, Off Jalan Sultan Ismail, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185427/185427a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.26" OriginalAmount="113" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.146801" Longitude="101.712606" StarRating="2" HotelCode="345043|373407" HotelName="Gold3 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Lot B5, 179 Jalan Bukit Bintang, Fahrenheit 88, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/02414/2102414/1.jpg?f=15362232</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Gold Tree Hotel, you'll be centrally located in Kuala Lumpur, steps from Fahrenheit 88 Shopping Mall and Lot 10 Shopping Centre. This hotel is close to Petronas Twin Towers and Petaling Street.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 51 air-conditioned rooms featuring flat-screen televisions. Your room comes with a pillowtop bed. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a 24-hour front desk and an elevator (lift). Self parking (subject to charges) is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.40" OriginalAmount="113.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.12869633" Longitude="101.71416083" StarRating="3" HotelCode="834499|2294335" HotelName="Days Hotel &amp; Suites by Wyndham Fraser Business Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/07/2025" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Metro Pudu 2, Kompleks Metro Pudu, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/648983/648983a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.10" OriginalAmount="113.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.167252" Longitude="101.700385" StarRating="2.5" HotelCode="187981|2265965" HotelName="Adamson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>79 Lorong Haji Hussein 2, Off Jalan Raja Muda Abdul Aziz, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629224/629224a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.30" OriginalAmount="115" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1318357" Longitude="101.68745377" StarRating="2" HotelCode="599837|236256" HotelName="Cozy Hotel @ KL Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>27 Jalan Thambipillay off, Jalan Tun Sambanthan, Brickfields KL Sentral Monorail Station, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/51266/2851266/1.jpg?f=14949109</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.30" OriginalAmount="115" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.35441301" Longitude="101.25333111" StarRating="2.5" HotelCode="484685|430724" HotelName="Sun Inns Hotel Pasir Penambang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Jalan 2 KS Botanic, Taman Sri Penambang, Bukit Malawati, 45000 Kuala Selangor, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Selangor</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/656808/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Selangor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.61" OriginalAmount="115.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1643131" Longitude="101.69226674" StarRating="3" HotelCode="845839|2253615" HotelName="Best KL City View @ Regalia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Anjung Putra, Off Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1058322/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.73" OriginalAmount="115.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1451725" Longitude="101.70675533" StarRating="3" HotelCode="321252|2260055" HotelName="12FLY Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16-1 Jalan Tong Shin, Bukit Bintang 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/226554/226554a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.32" OriginalAmount="116" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.159671109773" Longitude="101.71464337361" StarRating="3" HotelCode="318859|62952" HotelName="Le Apple Boutique Hotel KLCC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>160 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59939/18e0c7a4-2174-4b9e-9779-02c780dafe35.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuala Lumpur. For guests who appreciate a stylish ambience, it provides everything needed for a pleasant stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.34" OriginalAmount="117" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1311409814982" Longitude="101.71208133855" StarRating="3" HotelCode="344680|151422" HotelName="Hote123" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Sungai Besi, 57100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/409672/409672a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.75" OriginalAmount="117.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.06974231" Longitude="101.69435315" StarRating="3" HotelCode="735262|3128205" HotelName="Hotel 99 Sri Petaling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>8-1 &amp; 2 Jalan Radin Bagus 3, Bandar Baru, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1058447/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.36" OriginalAmount="118" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.145943" Longitude="101.701654" StarRating="3" HotelCode="305892|62935" HotelName="Hotel 99 Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44A - 44B Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/41/410958/410958a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.36" OriginalAmount="118" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.15457849" Longitude="101.69646311" StarRating="3" HotelCode="519738|236623" HotelName="T-Hotel Jalan Tar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>157 &amp; 159 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/689225/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.36" OriginalAmount="118" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.066756" Longitude="101.69208056" StarRating="2.5" HotelCode="408541|152028" HotelName="Vio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>124 Jalan Radin, Bandar Baru Sri Petaling, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/64209/2464209/30.jpg?f=15524112</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.38" OriginalAmount="118.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.154157" Longitude="101.69858" StarRating="3" HotelCode="96711|764365" HotelName="Silka Maytower Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Munshi Abdullah, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/134305/a_134305_I1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the prime financial, business and shopping district of Kuala Lumpur. Guests are offered an impeccable selection of entertainment, both with the designer clubs and restaurants, state-of-the-art cinemas and shopping malls and with the old charm of Asia's famous Little India. At night, hotel guests can browse through the night market there, enjoying a completely different atmosphere from that of the city's daily hustle and bustle. The hotel lies a 5-minute drive from the tourist centre of Kuala Lumpur, and a mono-rail station is around 10 minutes' walk away. The hotel is just 45 minutes' drive from Kuala Lumpur International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.58" OriginalAmount="118.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1375577115635" Longitude="101.71338357609" StarRating="3" HotelCode="934242|1478088" HotelName="Hotel Pudu Plaza Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan 1/77 C, Off Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/230439/230439a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.58" OriginalAmount="118.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.20899917" Longitude="101.6581057" StarRating="2.5" HotelCode="599803|3120075" HotelName="Hotel 99 - Kepong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3, 5 &amp; 7 Jalan 2/32, Jalan Kepong, 6th Miles, 52000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/83790/2183790/1.jpg?f=15077578</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.07" OriginalAmount="118.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14805515" Longitude="101.69644302" StarRating="3" HotelCode="523482|1992305" HotelName="Hotel Cosmo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/07/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Leboh Ampang, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/542944/542944a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.44" OriginalAmount="122" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14479638" Longitude="101.69858683" StarRating="3" HotelCode="585308|236625" HotelName="Tang City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95-97 Jalan Sultan, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/43654/2843654/1.jpg?f=15615192</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.44" OriginalAmount="122.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1321438977015" Longitude="101.68806842265" StarRating="2" HotelCode="452039|1892625" HotelName="NU Hotel @ KL Sentral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Jalan Thambypillai, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/51/516621/516621a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.44" OriginalAmount="122.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.13073098" Longitude="101.68521389" StarRating="3" HotelCode="362563|2536065" HotelName="Easy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Jalan Tun Sambanthan (Jalan Brickfields), NU Sentral Mall, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/506146/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.42" OriginalAmount="124.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.0852365" Longitude="101.69124377" StarRating="2.5" HotelCode="407969|2262415" HotelName="1 Hotel Kuchai Lama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>J-0-1 Jalan 1/127, Kuchai Business Park, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/03308/2103308/23.jpg?f=15682167</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.52" OriginalAmount="126" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1978579125109" Longitude="101.60612494828" StarRating="3" HotelCode="504455|225880" HotelName="Hotel S Damansara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Cempaka SD 12/5, Bandar Sri Damansara PJU 9, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/673051/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.46" OriginalAmount="128.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.11851768" Longitude="101.62010479" StarRating="2" HotelCode="360639|3134085" HotelName="Hotel 99 SS2 Petaling Jaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>No. 13, Jalan SS 2/64, 47300 Petaling Jaya, Selangor</AddressLine>
          </AddressLines>
          <CityName>Petaling Jaya</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/574271/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Petaling Jaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.58" OriginalAmount="129" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14672667" Longitude="101.71108812" StarRating="2" HotelCode="549032|158400" HotelName="Travelogue KL Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118B Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/718659/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.60" OriginalAmount="130" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.05113862" Longitude="101.78245902" StarRating="3.5" HotelCode="567229|337320" HotelName="Orkid Inn Mahkota Cheras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Mahkota Residence 1 Cheras, Cheras 43200</AddressLine>
          </AddressLines>
          <CityName>Cheras</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/68797/2268797/1.jpg?f=15235652</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a range of services and facilities to enhance their stay. Wireless internet access in public areas allows travellers to stay connected. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.21" OriginalAmount="130.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.0614844071054" Longitude="101.70983818414" StarRating="2" HotelCode="345279|2537525" HotelName="De Elements Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 Jalan Tasik Utama 10, Medan Niaga Tasik Damai, Sungai Besi, 57000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/638322/638322a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.76" OriginalAmount="131.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.08433058" Longitude="101.68988794" StarRating="2" HotelCode="304004|1204368" HotelName="Love Inn Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>J-05 Pusat Perdagangan Kuchai, Jalan 1/127, Off Jalan Kuchai Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/253429/253429a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel has the perfect ambience for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.66" OriginalAmount="133" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1469865687799" Longitude="101.70815885067" StarRating="3" HotelCode="15705|59597" HotelName="Hotel Soleil Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-A Changkat Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18788/a_18788_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is in the ideal location with the hip Bintang Walk within walking distance. The convenient roads and public transport provide good accessibility making it suitable for both business and pleasure trips. Located within a 3 km radius of the hotel there are many world famous tourist attractions such as the Petronas Twin Towers, Suria KLCC, The Kuala Lumpur Tower, Merdeka Square, Chinatown and the Handicraft Centre at Central Market. The hotel is also around 45 minutes from Kuala Lumpur International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.70" OriginalAmount="135" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1644030813766" Longitude="101.69847291898" StarRating="3" HotelCode="401333|236279" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman North" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>449 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/95491/a_95491_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located on the fringes of the golden triangle of Kuala Lumpur's city centre, on Jalan Tuanku Abdul Rahman. This street was affectionately known as Batu Road, famed for its cobbled side streets of Little India hawking colourful silk saris, ornaments, carpets, textiles, centuries old kopi tiam (coffee shops) and varieties of local hawker fares. It is located 20 minutes from the city centre and Chinatown and a short distance away are the Twin Towers, the Kuala Lumpur Convention Centre and some of the main tourist belts. Kuala Lumpur Airport is 70 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.76" OriginalAmount="135.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.11794" Longitude="101.678646" StarRating="3" HotelCode="63774|17744" HotelName="Cititel Mid Valley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82174/a_82174_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of Klang Valley, between Kuala Lumpur and Petaling Jaya, this hotel is the preferred address for business and leisure travellers. Only a doorstep from the Mid Valley Megamall, it also provides easy access to major business districts in Kuala Lumpur, Petaling Jaya and nearby tourist attractions. It is conveniently located near public transport such as the Light Rail Transit (LTR), commuter trains, taxis and buses.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.35" OriginalAmount="135.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1161430734441" Longitude="101.66931996872" StarRating="2.5" HotelCode="393977|2199385" HotelName="Signature Hotel at Bangsar South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>B-10 Off Jalan Pantai Baru, Pantai Business Park, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/615133/615133a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.72" OriginalAmount="136" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.24397882" Longitude="101.65199071" StarRating="3.5" HotelCode="613730|430623" HotelName="Mercure Selangor Selayang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan PS 11, B G 12 Dataran Emerald, Selayang, Prima Selayang, 68100 Batu Caves, Sekangor</AddressLine>
          </AddressLines>
          <CityName>Batu Caves</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/731747/w_731747_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Batu Caves.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.45" OriginalAmount="136.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1497664995173" Longitude="101.7051333189" StarRating="3" HotelCode="185518|796785" HotelName="The Maple Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Changkat Raja Chulan, Menara Maplelee, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/164631/164631a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to KL Tower at the heart of Kuala Lumpur's financial and business district, approximately 2 km from the city centre. Within a short walk from the hotel, guests will find a shopping centre and an eclectic range of restaurants and bars. Nearby places of interest include the Aquaria Kuala Lumpur (approximately 1.5 km), Central Market (approximately 2 km) and Butterfly Park (approximately 3 km away). Kuala Lumpur City Air Terminal is 10 minutes’ drive away, and Raja Chulan Monorail is 10 minutes’ walk away from the hotel. Kuala Lumpur Sentral railway station is approximately 4 km away, Sultan Abdul Aziz Shah Airport is approximately 25 km away and Kuala Lumpur International Airport is approximately 60 km away (1 hour’s drive).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.90" OriginalAmount="137.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.20407" Longitude="101.668279" StarRating="3" HotelCode="187987|2253765" HotelName="Crystal Crown Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.3 Jalan Jambu Mawar, Off Jalan Kepong, 52000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/17/17794/xuuXmL22_55cd1840feafa1a39fc5c313b09c9911.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.47" OriginalAmount="137.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.143767" Longitude="101.698854" StarRating="3" HotelCode="187980|931848" HotelName="5 Elements" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot 243 Jalan Sultan, Chinatown, Kuala Lumpur 50000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/234053/234053a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.94" OriginalAmount="138.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.17969734" Longitude="101.70097086" StarRating="2" HotelCode="595413|3132095" HotelName="Riccarton Capsule Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>G-1 Jalan Pahang, Wisma Q Titiwangsa, Persiaran Titiwangsa 1, 53000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/765657/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.78" OriginalAmount="139" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.177822" Longitude="101.686382" StarRating="2" HotelCode="187984|151875" HotelName="SCC Hotel City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>368 Jalan Sultan Azlan Shah, 2 ½ mile Jalan Ipoh, 51200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/15/1522728/GG9Ou0Am_a744f462eb7bee764e7ce97fe2b2ff36.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.82" OriginalAmount="141" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="2.80718364" Longitude="101.72499046" StarRating="3" HotelCode="361321|84946" HotelName="Sri Langit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-10 Jalan 11, near Kuala Lumpur International Airport (KLIA) and KLIA2 and F1 circuit, Medan 120, Bandar Baru Salak, 43900 Sepang</AddressLine>
          </AddressLines>
          <CityName>Sepang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/574956/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sepang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.53" OriginalAmount="141.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.11632" Longitude="101.612" StarRating="0" HotelCode="813473|4713865" HotelName="Orange Business Hotel Petaling Jaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>68 Jalan 52/4, Seksyen 52, 46200 Petaling Jaya</AddressLine>
          </AddressLines>
          <CityName>Petaling Jaya</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1059002/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.90" OriginalAmount="145" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1203826190025" Longitude="101.72870687242" StarRating="3" HotelCode="345963|151432" HotelName="Hotel Mezzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>532 Jalan Cheras, Batu 3 ¼, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/64158/2464158/36.jpg?f=15661452</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.70" OriginalAmount="146.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="2.80636072" Longitude="101.72504188" StarRating="2.5" HotelCode="343194|2253795" HotelName="Sky Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan 2, Medan 120, Bandar Baru Salak Tinggi, 43900 Sepang</AddressLine>
          </AddressLines>
          <CityName>Sepang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/574935/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Sepang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.90" OriginalAmount="146.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.2268885083481" Longitude="101.67122781714" StarRating="3" HotelCode="378785|2070675" HotelName="KIP Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Jalan Seri Utara 1, Sri Utara Off Jalan Ipoh, 68100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/490971/p_490971_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.94" OriginalAmount="147" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14462012" Longitude="101.70424861" StarRating="3" HotelCode="746362|335548" HotelName="The Robertson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Robertson, 50150 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1058420/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.00" OriginalAmount="150" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14575674" Longitude="101.70984978" StarRating="2" HotelCode="357057|236624" HotelName="Tai Ichi Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>78 &amp; 80 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/506176/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.14" OriginalAmount="150.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1464719" Longitude="101.70057834" StarRating="3" HotelCode="630424|2200315" HotelName="City Comfort Hotel Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3-1 Jalan Pudu Lama, Seksyen 19, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/801379/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.35" OriginalAmount="151.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.145594" Longitude="101.709609" StarRating="2" HotelCode="187985|1567048" HotelName="Bintang Warisan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/288148/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.82" OriginalAmount="151.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.16422627" Longitude="101.65197813" StarRating="4" HotelCode="548945|2537165" HotelName="The Signature Hotel and Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Sri Hartamas 22, Desa Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/718663/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.77" OriginalAmount="153.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.162948" Longitude="101.657201" StarRating="4" HotelCode="186265|936705" HotelName="Damas Suites &amp; Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Damas Club, Plaza Damas 3, 63 Jalan Sri Hartamas 1, Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/170471/170471a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled beautifully in the heart of Sri Hartamas, offering a chic and trendy environment. Sri Hartamas is one of Kuala Lumpur's exclusive enclaves, conveniently placed within 9 km of Kuala Lumpur's city centre. The New King's Palace (Istan Negara) is nearby, as is the Immigration Department of Malaysia, which is is just 1 km away. The hotel is situated approximately 65 km from Kuala Lumpur International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.14" OriginalAmount="157" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.19766441" Longitude="101.60774289" StarRating="3" HotelCode="460642|225885" HotelName="ibis Styles Kuala Lumpur Sri Damansara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Cempaka SD 12/5, Bandar Sri Damansara PJU 9, 52200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/51/518648/518648a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.16" OriginalAmount="158" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1588025621868" Longitude="101.69414162636" StarRating="4" HotelCode="16299|59755" HotelName="Summit Hotel KL City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Raja Laut, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19576/w_19576_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the heart of business and shopping districts of Kuala Lumpur. It is walking distance from the Light Rail Transit (LRT) station, which takes you to various city attractions such as the Merdeka Square, Central Market, for those looking to experience diverse cultures, shopping complexes, tempting authentic restaurants, night spots and the Putra World Trade Centre, the premier meeting and convention venue. The hotel is only a 15-minute drive from Kuala Lumpur Central and a 50-minute drive from Kuala Lumpur International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.18" OriginalAmount="159" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.16297235" Longitude="101.71443635" StarRating="4" HotelCode="726151|320467" HotelName="ibis Kuala Lumpur City Centre 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,Airport Transfer (on Demand),Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Dining,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32 Jalan Yap Kwan Seng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/847049/a_847049_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located right in the heart of Kuala Lumpur, ibis Kuala Lumpur City Centre is only a 5-min walk from Petronas Twin Towers, KLCC Park and major shopping malls including Suria KLCC. It is walking distance to Kuala Lumpur Convention Centre, National Library and many other top tourist attractions and very accessible by LRT train stations. All contemporary guestrooms feature supremely comfortable beds, complimentary Internet and modern amenities for a good night's stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.08" OriginalAmount="160.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.11514974" Longitude="101.6684613" StarRating="3" HotelCode="746352|4703425" HotelName="Nexus Regency Suites &amp; Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Housekeeping,Internet,Kitchen,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tower D Jalan Pantai Baru, Bangsar Trade Center, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/627820/627820a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, Nexus Regency Suites &amp; Hotel Bangsar offers accommodations away from the hustle and bustle of the city centre. It features an outdoor swimming pool. Free WiFi is available throughout the property.
It is 300 m to Kerinchi LRT Station and 800 m to Universiti LRT Station. Mid Valley Megamall is 2.9 km from Nexus Regency Suites &amp; Hotel Bangsar, while Bangsar Village is 3 km away. Central Market Kuala Lumpur is 6.6 km from the property. Suria KLCC and the Petronas Twin Towers are within 10 km from Nexus Regency Suites &amp; Hotel Bangsar. Kuala Lumpur International Airport and Sultan Abdul Aziz Shah Airport are 65 km away.

Opening up to views of the city, air-conditioned rooms boast a kitchenette and are fitted with a flat-screen satellite TV and a desk. The en suite bathroom includes a bathtub and free toiletries.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.22" OriginalAmount="161" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="1.55435" Longitude="110.351" StarRating="0" HotelCode="876138|504408" HotelName="Serapi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>415-422 Jalan Kulas Utara Dua, Kampung Bandarshah, 93400 Kuching, Sarawak</AddressLine>
          </AddressLines>
          <CityName>Kuching</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/43/d3/43d35086f6cc09bc99d0654073511076fa667a19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.61" OriginalAmount="161.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1399887563656" Longitude="101.71012182538" StarRating="4" HotelCode="171255|458525" HotelName="Furama Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/239394/a_239394_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally located in Kuala Lumpur's vibrant Golden Triangle, adjacent to Bukit Bintang, Berjaya Times Square and Chinatown. It is conveniently situated near the main shopping belts of the city, just a 5-minute walk away from Imbi Station. The hotel's proximity to the major expressways and public transport links also makes it highly accessible to major tourist spots. Petronas Twin Towers are only some 3.5 km away. Sultan Abdul Aziz Shah Airport is about 31 km away and Kuala Lumpur International Airport (klia) is some 57 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.24" OriginalAmount="162" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1547098078358" Longitude="101.70732429848" StarRating="2" HotelCode="690217|236627" HotelName="The Bed KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/870299/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.26" OriginalAmount="163.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.133537" Longitude="101.688699" StarRating="2" HotelCode="188000|143636" HotelName="My Hotel @ Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tun Sambanthan 4, Brickfields, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/196322/196322a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.26" OriginalAmount="164.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.15074416" Longitude="101.70852132" StarRating="3" HotelCode="442581|1867328" HotelName="Holiday Inn Express Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>84 Jalan Raja Chulan, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59961/c5c37754-075b-4306-a4ce-0140a3790c29.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.52" OriginalAmount="176" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14552252" Longitude="101.70951866" StarRating="2" HotelCode="486406|151352" HotelName="Cardogan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>64 Jalan Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0034/82208/3482208/1.jpg?f=15098806</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.54" OriginalAmount="177" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.16490646" Longitude="101.69835076" StarRating="4" HotelCode="768432|318318" HotelName="Hilton Garden Inn Kuala Lumpur Jalan Tuanku Abdul Rahman South" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>452 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/889941/a_889941_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="185.60" OriginalAmount="181.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.122148" Longitude="101.719596" StarRating="4" HotelCode="260771|926965" HotelName="Vivatel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Jalan Loke Yew, 55200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/190508/190508a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.74" OriginalAmount="187" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1451742894508" Longitude="101.70769927368" StarRating="3" HotelCode="66216|10407" HotelName="Travelodge Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Alor, Bukit Bintang, Wilayah Persekutuan, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/85714/a_85714_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Jalan Alor, which is within Kuala Lumpur's Golden Triangle. It offers luxurious accommodation suitable for both business and leisure travellers at a price that is very affordable. The city's central business district, a huge variety of upscale shopping complexes such as Bukit Bintang Plaza, Starhill, Lot 10 and Sg. Wang Plaza, Petaling Street (Chinatown) along with exciting nightlife and an abundance of popular local gourmet stalls to tempt even the most jaded palate, are all within walking distance. It is well served by a network of transportation with the railway station being only a 10-minute drive away, while the LRT station is a mere five-minute walk away. It is just a 20-minute drive to Petronas Twin Towers, while it is an hour by car from Kuala Lumpur International Airport (KLIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.76" OriginalAmount="188.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="2.88291333" Longitude="101.79443728" StarRating="2" HotelCode="733924|3129645" HotelName="The Loft Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Puteri 2a/1, Bandar Puteri Bangi, 43000 Kajang, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kajang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1058721/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.84" OriginalAmount="192" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.15333316" Longitude="101.70520366" StarRating="4" HotelCode="429439|150941" HotelName="Oasia Suites Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong P Ramlee, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/539746/a_539746_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring free WiFi and an outdoor pool, Oasia Suites Kuala Lumpur by Far East Hospitality offers accommodation in Kuala Lumpur, 900 m from the iconic Petronas Twin Towers. Guests can also enjoy meals at the on-site restaurant.
Each room at this hotel is air conditioned and comes with a flat-screen TV and electric kettle, while certain rooms feature a seating area for your convenience. Rooms are fitted with a private bathroom offering bath or shower facilities, slippers, free toiletries and a hair dryer.
You will find a 24-hour front desk at the property, where guests may request for services such as laundry and dry cleaning services at a surcharge. There is also a business centre for guests' convenience.
Suria KLCC is 900 m from Oasia Suites Kuala Lumpur, while Starhill Gallery is 1.1 km away. Sultan Abdul Aziz Shah Airport is 17 km from the property. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.84" OriginalAmount="194.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.147327" Longitude="101.712635" StarRating="4" HotelCode="173333|215876" HotelName="Fahrenheit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Jalan Bukit Bintang, 5th Floor Fahrenheit 88, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/155993/155993a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a strategic location in the heart of the city. It is situated steps away from the retail paradise of Fahrenheit 88, Pavilion, Starhill Gallery, Sungei Wang, Suria KLCC and many more venues. The hotel is perfectly located along Jalan Bukit Bintang, which is well serviced by a host of public transportation options and surrounded by restaurants, bars and alfresco cafés. It is a short walk away from tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.90" OriginalAmount="195.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="984485|2471595" HotelName="Komune Living" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Kerinchi Kiri, Bangsar South City 20, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/24/2471595/alQx6Yug_d2b5ca33bd970f64a6301fa75ae2eb22.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.40" OriginalAmount="196.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1443607547293" Longitude="101.70548483349" StarRating="4" HotelCode="424158|1870678" HotelName="Swiss-Garden Hotel Bukit Bintang Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/534921/a_534921_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Kuala Lumpur, between bustling Bukit Bintang and colourful Chinatown. Sultan Abdul Aziz Shah Airport is approximately 28 km from the hotel and Kuala Lumpur International Airport is around 75 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.96" OriginalAmount="198" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.12750822" Longitude="101.68031148" StarRating="3.5" HotelCode="876441|405887" HotelName="The Establishment by Luxury Suites Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1057920/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.26" OriginalAmount="213" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.15458273" Longitude="101.70728686" StarRating="4" HotelCode="885121|236632" HotelName="The Penthouse KLCC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G1, 12 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0033/20630/3320630/1.jpg?f=15398070</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="218.21" OriginalAmount="213.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.0849427146785" Longitude="101.73801166265" StarRating="3" HotelCode="321116|1250278" HotelName="Le Quadri Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Menara Gading, UCSI Heights, Taman Connaught, Cheras 9 Miles, Kuala Lumpur 56000</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/358078/358078a_hb_a_014.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Cheras.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.30" OriginalAmount="215" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.133802" Longitude="101.663363" StarRating="4" HotelCode="186940|63864" HotelName="The Nomad Residences Bangsar" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>136 Jalan Ara, Bangsar, 59100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/172417/172417a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the city centre, this apartment hotel is close to Bangsar Village, the Malaysian Houses of Parliament and Mid Valley Mega Mall. Also nearby are Lake Gardens and Kuala Lumpur Bird Park. Various bars, pubs and nightspots are located approximately 4 km away from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.32" OriginalAmount="216" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.11030208" Longitude="101.66552069" StarRating="4" HotelCode="450246|152025" HotelName="V E Hotel and Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kerinchi, Bangsar South City, 59200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/560286/a_560286_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.09" OriginalAmount="217.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.11923" Longitude="101.67751" StarRating="4" HotelCode="58799|38124" HotelName="The Boulevard - A St Giles Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mid Valley City, Lingkaran Syed Putra, 59200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/76168/a_76168_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically set within Mid Valley City, the city hotel, with the commuter train running right by its doorstep, is only 5 km from the central hub of light rail trains including the KLIA Express. Centrally located between Kuala Lumpur and Petaling Jaya and served by an extensive network of expressways, it offers convenient access to major industrial areas, the commercial hub, government agencies and key tourist and cultural sites. The shopping haven, the Mid Valley Megamall, offers over 430 retail shops with an endless choice of high fashion, dining, entertainment and family fun. These are all in a tropical setting, which makes Mid Valley city a complete destination in itself.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.32" OriginalAmount="217.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.16287066" Longitude="101.65596969" StarRating="4" HotelCode="758827|2289885" HotelName="Dorsett Hartamas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Internet,Laundry,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine>63 Jalan Sri Hartamas 1, D-G-08, Plaza Damas 3, Taman Sri Hartamas, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/638716/638716a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore the vibrancy of the neighbourhood. Indulge in the warm signature hospitality that's uniquely Dorsett. Be inspired by the stylishly chic ambience and decor. This is Dorsett Hartamas Kuala Lumpur.

A contemporary hotel fitted with 5-star facilities, Dorsett Hartamas Kuala Lumpur when fully operation by Q3 2018 will boasts of 290 guestrooms and suites, one of the trendiest all-day dining cafes in town and 3 multi-functional space of varying capacities for up to 80 persons, a gymnasium, a spa and a kids play room.  Wi-Fi internet connection is available for further comfort and convenience. This Hotel offers a 24-hour reception service, so that guests' needs will be fully met at any time of the day or night. Dorsett Hartamas Kuala Lumpur provides a specially designed family room ideal for families travelling with little children. Pets are not allowed at this Hotel. The car park may be useful to those arriving by car. 

The hotel will also have a The Rooftop Sky Pool at Level 27 for guests to bask in the stunning view of Istana Negara (National Palace) and the magnificent skyline of Hartamas and Kuala Lumpur, day or night. 

Dorsett Hartamas Kuala Lumpur...the perfect address for the vibrant, stylishly chic and dynamic travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.36" OriginalAmount="218" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.0808854898702" Longitude="101.73296750751" StarRating="2" HotelCode="343571|151317" HotelName="1 Hotel Taman Connaught" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Jalan Menara Gading 1, Taman Connaught, Cheras, 56100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/91607/2191607/43.jpg?f=15518239</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.36" OriginalAmount="218" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1472345752473" Longitude="101.71135659755" StarRating="4" HotelCode="932699|63231" HotelName="Wolo Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Bukit Bintang and Jalan Sultan Ismail, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/471505/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.38" OriginalAmount="219" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.157095" Longitude="101.721924" StarRating="4.5" HotelCode="63916|21647" HotelName="MiCasa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>368-B Jalan Tun Razak, 50400 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82363/a_82363_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prestigious location within the embassy and business district, a stone's throw away from the city's famed KLCC twin towers, shopping complexes and entertainment centres. The city centre is just a half-hour drive from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.15" OriginalAmount="222.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1497129363747" Longitude="101.71713352203" StarRating="5" HotelCode="104009|98228" HotelName="Royale Chulan Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Conlay, City Centre, 50450 Kuala Lumpur, Wilayah Persekutuan</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/145024/a_145024_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For a city hotel, location is everything and this one is central to most inner city attractions, services, restaurants and bars. Bukit Bintang, KLCC (including the Petronas Twin Towers), the convention centre, Aquaria KLCC, Star Hill Gallery, the Pavilion and Lot 10 are between 5 and 15 minutes' walk or a short taxi drive from the hotel. Despite being centrally located, the hotel is situated in a leafy oasis, away from the hustle and bustle of city life. Kuala Lumpur International Airport is less than 1 hour away by limousine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.95" OriginalAmount="223.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.16026" Longitude="101.715" StarRating="4" HotelCode="14876|17764" HotelName="Corus Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17492/a_17492_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the very heart of Kuala Lumpur's newest commercial, shopping and entertainment centre, just 5 minutes' walk from the city centre which houses the world's tallest skyscrapers, the magnificent Petronas Twin Towers, the city's premier shopping complex, Suria KLCC, a magnificent outdoor park and various entertainment outlets for visitors' pleasure. It is adjacent to the underground station, providing access to the city attractions, and is ideally located near to the Petronas Philharmonic Concert Hall and within easy reach of the Putra World Trade Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.54" OriginalAmount="227" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1586793680254" Longitude="101.70832514763" StarRating="5" HotelCode="400918|19102" HotelName="Hotel Maya Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/95242/a_95242_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the hub of the business and commercial districts adjacent to Kuala Lumpur's famous Petronas Twin Towers, the hotel is an epitome of class with a twist of nature. Chow Kit Market and Zouk Kuala Lumpur are both a 15-minute drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.81" OriginalAmount="227.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.160017" Longitude="101.723042" StarRating="4" HotelCode="169739|795735" HotelName="Somerset Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Jalan Ampang, 50450 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/146849/146849a_hb_a_029.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish apartment hotel is situated on the prestigious Embassy Row. Surrounded by embassies, business and financial centres, the apartment hotel provides the ultimate convenience in terms of location. The Petronas Twin Towers, Menara Citibank and Menara ExxonMobil are close by, along with the Ampang Park LRT station that offers easily accessible and quick inter-city transportation. Its prime location is within easy reach of Kuala Lumpur's Golden Triangle - the business, shopping and entertainment district marked by Jalan Ampang, Jalan Sultan Ismail and Jalan Tun Razak. Guests can enjoy the many dining options at the restaurants, cafes and food centres while shopping at the nearby Suria KLCC Mall, and the Ampang Park Shopping Complex. Kuala Lumpur Airport is about 90 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="232.85" OriginalAmount="228.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14475368" Longitude="101.71387284" StarRating="3" HotelCode="584691|2203355" HotelName="InnB Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102-106 Jalan Imbi, Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/754391/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.46" OriginalAmount="230.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14630187" Longitude="101.71565628" StarRating="3" HotelCode="630828|2283985" HotelName="Tribeca Serviced Suites Bukit Bintang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>215 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/630921/630921a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="239.29" OriginalAmount="234.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.159238" Longitude="101.705194" StarRating="5" HotelCode="311548|1060148" HotelName="Fraser Residence Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Cendana, Off Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/386790/386790a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="240.90" OriginalAmount="236.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.144324" Longitude="101.706152" StarRating="3" HotelCode="187993|896735" HotelName="Sky Express Bukit Bintang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Jalan Pudu, Kuala Lumpur 55100</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/308681/308681a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.76" OriginalAmount="238" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14834822" Longitude="101.70286732" StarRating="3" HotelCode="602085|391597" HotelName="AirPorter Bukit Bintang Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 26/07/2025" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Suasana Bukit Ceylon 2, Persiaran Raja Chulan, Bukit Bintang, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/772392/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.39" OriginalAmount="240.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1673451845483" Longitude="101.69211265278" StarRating="4" HotelCode="45314|17974" HotelName="Seri Pacific" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22897/a_22897_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur next door to the Putra World Trade Centre, Malaysia's premier convention complex. The Mall, one of the largest shopping complexes in South East Asia, is just across the road, a perfect stopover for souvenirs or shopping after business. The hotel is a pleasant 55-minute drive from Kuala Lumpur International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="251.85" OriginalAmount="246.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.147185" Longitude="101.7158" StarRating="4" HotelCode="11909|17784" HotelName="Dorsett Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>172 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11726/a_11726_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bukit Bintang, the heart of Kuala Lumpur's Golden Triangle, 5 km away from the nearest railway station, where train services to various parts of Peninsular Malaysia, Singapore and Thailand are available. Shopping, entertainment and fine dining are on the hotel's doorstep. The property is 70 km from Kuala Lumpur International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.38" OriginalAmount="247.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.15533" Longitude="101.705862" StarRating="4" HotelCode="66146|89136" HotelName="Concorde Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/85626/a_85626_B1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Golden Triangle of Kuala Lumpur, the capital of Malaysia. The city's bustling business centre, shopping district and major tourist attractions are all within walking distance. The famous Hard Rock Café is just next door. It is a 10-minute drive from the Putra World Trade Centre. Within walking distance are the Malaysia Tourism Center (MTC), Suria KLCC Shopping Centre, Petronas Twin Towers, Kuala Lumpur Convention Centre and Kuala Lumpur Tower. The hotel is an hour's drive from Kuala Lumpur International Airport (75 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.00" OriginalAmount="250" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1468601949497" Longitude="101.71220944681" StarRating="4" HotelCode="76104|30605" HotelName="Ansa Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103526/a_103526_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the Golden Triangle, the city's renowned business and leisure district. It lies between Lot 10 and the Star Hill Gallery, facing The Pavilion Shopping Mall. The entrance to Bintang Walk - the ultimate haven for shopping, dining and entertainment – is just a few steps from hotel. It is a 10-minute walk from Chinatown and 20 minutes by car from the National Art Gallery and the Kompleks Budaya Kraf.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.57" OriginalAmount="252.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.16752397" Longitude="101.65250709" StarRating="3" HotelCode="637672|2233995" HotelName="Hyatt House Kuala Lumpur, Mont Kiara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>G-2 Arcoris, 50480 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/642987/642987a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Sepang. Hyatt House Kuala Lumpur Mont Kiara offers wired and wireless internet connections. Visitors can enjoy the convenience of 24-hour reception. Hyatt House Kuala Lumpur Mont Kiara has wheelchair-accessible common areas. This accommodation accepts small pets. The car park may be useful to those arriving by car. Guests can take advantage of the airport transfer service. Visitors travelling for business purposes may make use of the residence's meeting facilities. Customers may enjoy a delectable meal at the establishment's gastronomic venue. Some services may be payable. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.44" OriginalAmount="260.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1485488944671" Longitude="101.70763750543" StarRating="4" HotelCode="319465|1015815" HotelName="Ramada Suites by Wyndham Kuala Lumpur City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong Ceylon, Bukit Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/433155/w_433155_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="266.59" OriginalAmount="261.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.127731652024" Longitude="101.68014360594" StarRating="5" HotelCode="601864|2234975" HotelName="Alila Bangsar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 26/07/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>58 Jalan Ang Seng, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/22/2234975/vS8Bpt1Q_60956e669616707dccffa8106fff1f08.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a cash machine, a library and a laundry service. Wireless internet access is available to guests. Those arriving in their own vehicles can leave them in the car park of the holiday village.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.81" OriginalAmount="262.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1449163457924" Longitude="101.71005785465" StarRating="3" HotelCode="166840|17724" HotelName="Capitol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bulan, Off Jalan Bukit Bintang, 55100 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/6983/a_6983_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Bukit Bintang, the commercial and entertainment centre of Kuala Lumpur. The Sungei Wang Plaza shopping centre lies only a few minutes' walk away, and the BB Plaza shopping centre is also situated very close by. The Batik Malaysia Berhad Outlet should also be visited by those wishing to purchase Malaysian batik fabrics. Just a little further away is the Bintang Walk, the Lot 10 shopping centre, the Kuala Lumpur Plaza with Planet Hollywood and the Starhill Gallery with a Louis Vuitton shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.08" OriginalAmount="262.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1483516854979" Longitude="101.70307158069" StarRating="4" HotelCode="376152|2536435" HotelName="Suasana Suites Bukit Ceylon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Persiaran Raja Chulan, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/87016/2287016/67.jpg?f=15645842</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.46" OriginalAmount="273" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.130916" Longitude="101.685168" StarRating="4" HotelCode="304001|62333" HotelName="Ascott Sentral Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 211 Jalan Tun Sambanthan, KL Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/360927/360927a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="281.44" OriginalAmount="275.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.145241" Longitude="101.712498" StarRating="4" HotelCode="76105|18124" HotelName="Royal Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Walter Grenier, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103527/a_103527_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the Golden Triangle in Kuala Lumpur: a haven for shopping, gourmet dining and entertainment. Just ask the friendly concierge to point the way to Bukit Bintang Plaza and Sungei Wang Plaza; shopping and gastronomic paradises catering to all walks of life. China Town (Petaling Street), Kuala Lumpur Tower and the Pavilion Kuala Lumpur are all just a short drive away. Kuala Lumpur International Airport is about 75 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.27" OriginalAmount="279.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14925101" Longitude="101.70635053" StarRating="4" HotelCode="435709|1987955" HotelName="Verdant Hill Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Changkat Raja Chulan, Bukit Ceylon, 50200 Kuala Lumpur, Selangor</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59987/76fbd411-7ba7-4e5e-a525-3cd97d3dcfe9.jpg?d=636736323020000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="293.76" OriginalAmount="288" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.151116" Longitude="101.71238" StarRating="4" HotelCode="59743|31843" HotelName="Novotel Kuala Lumpur City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Kia Peng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77356/a_77356_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the popular Bukit Bintang shopping district and only 500 metres from Petronas Twin Towers (the worlds tallest building), the hotel offers its guests easy access to the city's trendiest boutiques, cafés and major tourist attractions. The centre of China Town is just 20 minutes away by car, as is Kuala Lumpur city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="295.45" OriginalAmount="289.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.0849316687158" Longitude="101.6736549139" StarRating="3" HotelCode="67211|17994" HotelName="The Pearl Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Batu 5, Jalan Klang Lama, 58000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/86935/a_86935_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Pearl Point Shopping Mall, Jusco J-1 Supermarket, Parkson Grand of Plaza OUG Shopping Complex and Citrus Park, a food court extravaganza. It is also quite close to many other places of interest, for example, Mid Valley Megamall, KL Sentral Station, the National Sports Complex at Bukit Jalil, Malaysia International Exhibition &amp; Convention Centre (M.I.E.C.C), Mines Wonderland, Sunway Lagoon Theme Park and Desa Waterpark. The hotel can be easily accessed from various expressways such as Kesas Highway, KL-Seremban Expressway and the New Pantai Expressway. The recent upgrade of the Jalan Kelang Lama has made travelling even more convenient.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="300.90" OriginalAmount="295" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1503396249702" Longitude="101.71445131302" StarRating="5" HotelCode="29053|151834" HotelName="Pullman Kuala Lumpur City Center Hotel &amp; Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.4 Jalan Conlay,, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46583/a_46583_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Whether for business or pleasure, the hotel is conveniently located near the Central Business District and the prestigious Ampang Embassy Row, yet only a short stroll from the majestic Petronas Twin Towers, Suria KLCC (Kuala Lumpur City Centre) and the entertainment hub and shopping district of Bukit Bintang. It is a 45-minute drive from Kuala Lumpur International Airport to the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303.65" OriginalAmount="297.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.16354283" Longitude="101.70286233" StarRating="4" HotelCode="735131|2227005" HotelName="Tamu Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>120 Jalan Raja Abdullah, Kampong Bharu, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/627819/627819a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.85" OriginalAmount="305.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.166368" Longitude="101.692784" StarRating="4.5" HotelCode="187979|17894" HotelName="Sunway Putra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9th Floor Sunway Putra Place, 100 Jalan Putra, 50350 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/262291/a_262291_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city's major commercial district, directly above The Mall - Malaysia's premier shopping heaven which showcases 200 retail outlets and the Starlight Express theme park. A few paces away guests will find the Putra World Trade Centre (PWTC), a prime trade and convention venue. The hotel is a mere 45-minute drive from Kuala Lumpur International Airport (KLIA). Key public transport services such as the KTM Komuter Train Station and the Light Rail Transit (LRT) stations are right on the doorstep of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.12" OriginalAmount="306" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="2.74425186" Longitude="101.68553459" StarRating="3.5" HotelCode="616038|328282" HotelName="Aerotel Malaysia Transit Hotel KLIA2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur International Airport 2, Level 2M, Gateway@klia2, Landside, Before Immigration Clearance, 64000 Sepang, Selangor</AddressLine>
          </AddressLines>
          <CityName>Sepang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/788146/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Sepang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="323.91" OriginalAmount="317.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1617752864287" Longitude="101.71985059977" StarRating="4.5" HotelCode="162223|CAQ438600" HotelName="DoubleTree By Hilton Hotel Kualar Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>348 Jalan Tun Razak, The Intermark, Centrally located along Jalan Ampang at the Jalan Tun Razak crossing, 50400 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/228737/a_228737_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the corner where Jalan Tun Razak meets Jalan Ampang, near the landmark Petronas Twin Towers, embassies and the Kuala Lumpur Convention Centre. With convenient access to other parts of the city, the hotel is within easy reach of the central business district, popular tourist spots and shopping centres. Ampang Park Light Rapid Transit (LRT) station is a two-minute walk from the hotel, providing guests with convenient connections to Kuala Lumpur Central, the city's main train station, and to Kuala Lumpur International Airport.&lt;br/&gt;&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;Child breakfast from 2025-04-06 to 2025-12-31&lt;b&gt;:-Child breakfast (6 &amp;ndash; 12 years old) &amp;ndash; RM 32 nett per child per day 
Child breakfast (5 years old and below) &amp;ndash; complimentary</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.26" OriginalAmount="320.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.119375" Longitude="101.676208" StarRating="5" HotelCode="311165|84417" HotelName="The Gardens Hotel &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran Syed Putra, Mid Valley City, Kuala Lumpur 59200, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/425394/a_425394_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is strategically located between Kuala Lumpur and Petaling Jaya in the precinct of The Gardens, Mid Valley City. The Gardens features The Gardens Galleria - an upmarket shopping haven featuring key tenants, such as Robinsons, Isetan and the Premier Golden Screen Cineplex, as well as over 200 premium branded boutiques which debuted on 26th of September 2007, plus The Gardens North &amp; South Towers. The city centre, China Town, is a 10-minute drive away, as is the King's palace, Istana Negara, and the National Museum. The Bird Park is 15 minutes' drive from the hotel, and the KLCC shopping centre is 25 minutes' drive away. The hotel is well connected to light and commuter railways and with convenient access to major expressways. It is undoubtedly one of the most compelling leisure, hospitality, retail and office destinations in South East Asia.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329.46" OriginalAmount="323" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1479430722699" Longitude="101.71215209276" StarRating="5" HotelCode="18437|18951" HotelName="Grand Millennium Kuala Lumpur" 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,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22957/a_22957_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is strategically located in the heart of downtown Kuala Lumpur's commercial district, surrounded by major offices, banks and shopping centres. Bintang Walk, with its trendy outdoor cafes, and five major shopping malls with over 3,000 shops are within walking distance of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.48" OriginalAmount="324" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1408416621604" Longitude="101.70954080503" StarRating="2" HotelCode="320332|64145" HotelName="Ceria Hotel Bukit Bintang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>270 Changkat Thambi Dollah, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212359/212359a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.48" OriginalAmount="334.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14813137" Longitude="101.71040928" StarRating="4" HotelCode="421977|1893265" HotelName="The Kuala Lumpur Journal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Business Centre,Golf,Laundry,Lounge,Parking,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Jalan Beremi, Off Jalan Sultan Ismail, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/445781/445781a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Kuala Lumpur Journal is a stylish boutique hotel in KL city centre. Designed with an inviting relaxed vibe where nostalgia meets industrial chic, we're centrally located in the city's main shopping and entertainment district of Bukit Bintang. Just minutes away from the Changkat neighbourhood - the hub of KL nightlife with its thriving bar culture and KL's foodie mecca, Jalan Alor.

We like to think we deliver on the essentials but focus on what modern day travellers really want. Comfort and functionality with smart plugged in connectivity plus FREE High Speed WIFI. Creative communal spaces like Workers Union designed for work and play. Bounty, a bistro with unfussy food that's big on flavour, The Shack, a relaxed alfresco beer garden to unwind. And a spectacular rooftop infinity pool with stunning vistas of the city and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.98" OriginalAmount="337.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.15068" Longitude="101.710366" StarRating="5" HotelCode="211921|920015" HotelName="E&amp;O Residences Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Tengah, Off Jalan Sultan Ismail, 50450 Kuala Lumpur, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/186787/186787a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.74" OriginalAmount="342.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.08450871" Longitude="101.67110212" StarRating="3" HotelCode="436034|2537955" HotelName="Hotel Six Seasons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>4 Lorong 1/137C, Batu 5, Jalan Klang Lama, 58200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/599819/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The wide range of services and facilities makes the hotel the ideal starting point for business and relaxation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="350.15" OriginalAmount="343.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1328643633965" Longitude="101.68604279266" StarRating="4" HotelCode="221497|922885" HotelName="Aloft Kuala Lumpur Sentral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 5 Jalan Stesen Sentral, Kuala Lumpur 50470</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/310840/a_310840_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="351.63" OriginalAmount="344.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1423104835894" Longitude="101.71017587185" StarRating="4.5" HotelCode="61883|17704" HotelName="Berjaya Times Square Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/80013/a_80013_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is sitting on the top of the world with a spectacular view of the city skyline, positioned right in the heart of the Golden Triangle of Kuala Lumpur. Located 15 mins from the tourist centre of Petronas Twin. The Central Market, Kuala Lumpur Lake Gardens and Sunway Lagoon Theme Park are also in the area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.10" OriginalAmount="354.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.12794597" Longitude="101.7237287" StarRating="3.5" HotelCode="572696|2164785" HotelName="Sunway Velocity Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lingkaran SV, Sunway Velocity, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/615123/615123a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="378.20" OriginalAmount="370.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1595577956389" Longitude="101.71826541424" StarRating="5" HotelCode="68101|17954" HotelName="InterContinental Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88082/a_88082_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A 90-minute drive from Kuala Lumpur International Airport, this business hotel is conveniently located along the prestigious Jalan Ampang, the heart of KL's business, shopping and entertainment district. It is only a heartbeat away from Kuala Lumpur City Centre, boasting 2 of the world's tallest buildings. Best of all, it is easily accessible through major road networks and the Ampang Park light rail LRT Station is right at the hotel’s doorstep, with the city’s Chinatown 15 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.04" OriginalAmount="378.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.158161" Longitude="101.703754" StarRating="5" HotelCode="650811|1896485" HotelName="The Face Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1020 Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/477861/477861a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.64" OriginalAmount="382" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1588721936627" Longitude="101.70001029968" StarRating="5" HotelCode="17638|16871" HotelName="Sheraton Imperial Kuala Lumpur Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21537/a_21537_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the golden triangle. Within a short distance of the hotel guests will discover a diverse selection of shops as well as leisure and entertainment venues. Kuala Lumpur International Airport is about 75 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.90" OriginalAmount="395" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1392667291294" Longitude="101.69222695278" StarRating="5" HotelCode="209208|46777" HotelName="The Majestic Hotel Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Sultan Hishamuddin, 50000 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/188488/188488a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Kuala Lumpur. Its setting is especially ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="419.22" OriginalAmount="411" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14692787" Longitude="101.66132725" StarRating="5" HotelCode="571693|228843" HotelName="Sofitel Kuala Lumpur Damansara" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Damanlela, Bukit Damansara, 50490 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/688792/a_688792_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="423.30" OriginalAmount="415" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1434888804587" Longitude="101.70969843864" StarRating="4" HotelCode="24464|15301" HotelName="Meliá Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/35282/a_35282_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Kuala Lumpur, opposite the Times Square Shopping Centre, a one-stop entertainment centre which includes an indoor theme park, retail outlets and an IMAX cinema. It is surrounded by business complexes, major shopping malls and entertainment spots.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="429.46" OriginalAmount="421.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.153435568221" Longitude="101.71146869659" StarRating="4" HotelCode="258358|44994" HotelName="Impiana KLCC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14753/a_14753_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the middle of the liveliest business and shopping district in the city, adjacent to the Kuala Lumpur conference centre. The main tourist attractions such as the world famous Petronas Towers are easily reached on foot. The main railway station is 20 minutes away and Kuala Lumpur international airport is about 1 hour away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="457.41" OriginalAmount="448.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.135227" Longitude="101.685899" StarRating="5" HotelCode="33364|CAN339900" HotelName="Hilton Kuala Lumpur" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Jalan Stesen Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/53051/a_53051_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Malaysia's capital city and within walking distance of the Petronas Towers and the mega mall. The hotel is 30 minutes from Kuala Lumpur International Airport, and 2 minutes from Kuala Lumpur Sental train station.&lt;br/&gt;&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="490.56" OriginalAmount="480.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1571849681218" Longitude="101.70568585396" StarRating="5" HotelCode="16618|18044" HotelName="Renaissance Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Jalan Sultan Ismail and Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20142/a_20142_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel complex is ideal for both business and leisure travellers, as it is located in the heart of Kuala Lumpur's prestigious Golden Triangle, right in the city's major commercial, financial, shopping and entertainment district. The hotel provides an ideal base to explore the dynamic Malaysian capital. It is additionally 70 km from Kuala Lumpur International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="500.82" OriginalAmount="491" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1357007237753" Longitude="101.68651878834" StarRating="5" HotelCode="60398|15868" HotelName="Le Méridien Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Stesen Sentral, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78178/a_78178_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Kuala Lumpur Sentral area, a major transport interchange adjacent to the city centre. There is direct access from the hotel to the state-of-the-art express railway. The journey time from the new international airport to the City Air Terminal at Sentral station is 28 minutes. The area also contains the large central railway station which offers a number of transport possibilities, as well as a major shopping complex.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="500.82" OriginalAmount="491" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="2.7580261165058" Longitude="101.70410335064" StarRating="5" HotelCode="15582|8658" HotelName="Sama-Sama Hotel Kuala Lumpur International Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport 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,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan CTA 4B, Kuala Lumpur International Airport, Sepang 64000, Selangor Darul Ehsan</AddressLine>
          </AddressLines>
          <CityName>Sepang</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18585/a_18585_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Directly beside the main terminal of the Kuala Lumpur international airport, lies this hotel. It is linked to the airport via a sky bridge and within 5 minutes' walk from the hotel. For guests' comfort the hotel offers a free luggage transport service from the airport to the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="512.04" OriginalAmount="502" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1478810767141" Longitude="101.71451390652" StarRating="5" HotelCode="32975|27963" HotelName="The Westin Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52362/a_52362_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Jalan Bukit Bintang, an area known as the Golden Mile, situated in the heart of the city's leading shopping and business district. The area is renowned for its modern shopping malls, restaurants and nightlife. The superb location is a mere stone's throw away from the upscale shopping heavens of Starhill, Lot 10, and K.L.Plaza, and a short walk from Petronas Twin Towers, Menara KLCC and the new KL Monorail. The vibrant Bintang Walk, where pulsating nightlife and entertainment prevail, lies virtually at our doorstep.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="515.10" OriginalAmount="505" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1538640717512" Longitude="101.71499848366" StarRating="4" HotelCode="65770|46774" HotelName="Traders Hotel Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/85202/a_85202_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the nerve centre of Kuala Lumpur's premium conference, office, shopping and transport facilities, in the pulsing city centre, just a stone's throw from the towering twin wonders of Petronas Twin Towers. Petaling Street (China Town) is about a 25-minute drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="554.25" OriginalAmount="543.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1452912894585" Longitude="101.69924587011" StarRating="3" HotelCode="58323|17854" HotelName="Ancasa Hotel &amp; Spa Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tun Tan Cheng Lock, 50500 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/75578/a_75578_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the historical part of the city, close to Kuala Lumpur's business centre. The light rail transit and the capital's Puduraya bus station are just a stone's throw away. The central market is a 10-minute walk away, Chinatown is 2 minutes away and the National Mosque a 30-minute walk away. It is ideally located for business travellers and holidaymakers alike.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="577.32" OriginalAmount="566" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14779" Longitude="101.713649" StarRating="5" HotelCode="259012|15867" HotelName="JW Marriott" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>183 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15142/a_15142_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the central business district of Kuala Lumpur, this luxury city hotel is in immediate proximity to the popular Bintang Walk and provides a distinctive level of luxury and comfort with the impeccable service that is the hotel group’s hallmark. Directly linked to the prestigious Starhill Gallery, guests enjoy convenient access to the best shopping in the city. Petronas Twin Towers, Kuala Lumpur Lake Gardens and the central market on Petaling Street are all in the area. It is an hour by car from Kuala Lumpur International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="595.68" OriginalAmount="584" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1527779456778" Longitude="101.70954641139" StarRating="4" HotelCode="48134|10406" HotelName="EQ" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sultan Ismail, Equatorial Plaza, 50250 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/30568/a_30568_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city's commercial and entertainment district. It is within walking distance of many major offices, as well as the Petronas Twin Towers, Suria KLCC shopping centre and various other shopping and entertainment venues.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="597.72" OriginalAmount="586" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1572582630296" Longitude="101.70039753869" StarRating="4.5" HotelCode="511012|225883" HotelName="Hotel Stripes Kuala Lumpur, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Jalan Kamunting, 50300 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/574241/574241a_hb_a_007.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="603.43" OriginalAmount="591.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.158128" Longitude="101.719147" StarRating="4" HotelCode="67500|227496" HotelName="PNB Perdana Hotel &amp; Suites On The Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Binjai, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/87294/a_87294_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of the city's business, residential and entertainment districts with many foreign embassies and corporate offices nearby. China Town is just 15 minutes away by car, whilst the Mid Valley Megamall is 20 minutes from the hotel. The international airport is approximately 45 minutes' drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="615.59" OriginalAmount="603.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.154006" Longitude="101.711511" StarRating="5" HotelCode="906846|896705" HotelName="Grand Hyatt Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel" CnxPolicy="Free CXL until 29/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Jalan Pinang, Kuala Lumpur 50450</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/248156/a_248156_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 411 rooms. Most of the storeys can be reached by lift. Amenities include a safe. Wireless internet access in public areas allows guests to stay connected. Among the culinary options available at the accommodation are a restaurant, a dining area and a bar. Those arriving in their own vehicles can leave them in the car park of the establishment. Additional services include a babysitting service, room service and a laundry service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="632.40" OriginalAmount="620" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1548308821927" Longitude="101.71082496643" StarRating="5" HotelCode="68113|10082" HotelName="Ascott Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88096/a_88096_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is ideally located in the central business district, adjacent to the famous Petronas Twin Towers. The train station is just a few minutes' walk away, offering immediate access to offices, shopping and entertainment venues.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="657.72" OriginalAmount="644.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14830524" Longitude="101.71477583" StarRating="4.5" HotelCode="744314|2307365" HotelName="Pavilion Hotel Kuala Lumpur Managed by Banyan Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>170 Jalan Bukit Bintang, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/643576/643576a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location
Strategically located in Kuala Lumpur, the capital of Malaysia, Pavilion Hotel Kuala Lumpur Managed by Banyan Tree is a 45-minute drive from the Kuala Lumpur International Airport and accessible to key attractions and shopping areas in the city. Pavilion Hotel Kuala Lumpur offers understated warmth, impeccable service and unrivalled experiences.

Accommodation
With 13 floors, the city oasis features 325 rooms and suites, each filled with its own unique charm for the discerning traveller who seeks a refined urban getaway. Positioned above the six-storey high, award-winning Pavilion Kuala Lumpur and the Couture Precinct extension, convenience is just an elevator away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="818.90" OriginalAmount="802.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1500766077071" Longitude="101.71401506323" StarRating="5" HotelCode="663499|2199825" HotelName="Banyan Tree Kuala Lumpur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jalan Conlay, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/623303/623303a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuala Lumpur, this boutique hotel has the perfect ambience for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="847.84" OriginalAmount="831.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.15265252" Longitude="101.71443563" StarRating="4" HotelCode="813722|2289285" HotelName="The Ruma Hotel And Residences" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Kia Peng, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Setapak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/639905/639905a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuala Lumpur City Centre, The RuMa Hotel and Residences offers luxurious accommodations within the hustle and bustle of Kuala Lumpur Golden Triangle's.  It features an outdoor swimming pool and guests can enjoy meals at the in-house restaurant or have a drink at the bar. Free WiFi is available throughout the property. 

It is 400 m to Aquaria KLCC and KLCC Park while Petronas Twin Towers and Suria KLCC are 700 m away. The upscale Pavilion shopping malls is 500 m away while vibrant shopping &amp; entertainment district of Bukit Bintang is 1.0 km from the property. The KL Tower is within 2.0km from The RuMa Hotel and Residences while Kuala Lumpur International Airport is 66.7 km away. 

All air-conditioned rooms in the hotel are equipped with a seating area, versatile desk, high-definition flatscreen TV, Nespresso coffee machine, personal safe, twin vanity basins and oval soaking bathtub with separate rainforest shower. The RuMa Hotel and Residences offers breathtaking city view with some units provide you with city's famed Petronas Twin Towers.  Guests can approach the 24-hour front desk for currency exchange, tour arrangements, ticketing and concierge services. From refreshments to a specialty restaurant, 

The RuMa covers all of your dining needs. ATAS Modern Malaysian Eatery celebrates unique local flavours in contemporary fashion, while SEVEN, the hotel's lobby bar and lounge is designed as the all-day venue for refreshments, light meals, afternoon tea as well as for a selection of expertly curated and crafted classic cocktails and distillates from around the world. 

To enjoy the 24 hours check-in and check-out benefits, guests are required to provide both Expected Time of Arrival (ETA) and Expected Time of Departure (ETD) at the time of booking or 48 hours prior to arrival dates. This is subject to rooms availability and black-out dates apply.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="913.92" OriginalAmount="896" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.13679099" Longitude="101.68905771" StarRating="5" HotelCode="442587|152015" HotelName="The St. Regis Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Stesen Sentral 2, Kuala Lumpur Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/553019/a_553019_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="927.18" OriginalAmount="909" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1477650200825" Longitude="101.70408885954" StarRating="5" HotelCode="284649|61494" HotelName="Lanson Place Bukit Ceylon Serviced Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Jalan Ceylon, 50200 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59768/13be25ca-b00b-4f8e-be60-aaa38a11f764.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuala Lumpur. The nearest airport is Kuala Lumpur (KUL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1008.27" OriginalAmount="988.50" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D33C82" HotelName="PAN PACIFIC SERVICED SUITES KUALA LUMPUR" Meals="ONLY BED" BedType="ONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KUALA LUMPUR</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32054_image63285398_0.jpg</HotelPictures>
        <HotelDescription>AT the chic Pan Pacific Serviced Suites Kuala Lumpur, you'll get to experience life in the heart of Kuala Lumpur's diverse, energetic Golden Triangle city centre. Living in a big city can be and amazing experience, especially everithing is so conveniently just outside your door, from public transport to endless dining options and entertainment.Whether you're looking for a long stay or short gateway, these Kuala Lumpur serviced apartments are the perfect combo of practicality and charm.  You can choose from 210 luxurious suites in one or two bedrooms layouts, meticulously furnished and exuding with sophistication. Enjoy a wide range of facilities including a dedicated floor devoted to relaxation and wellness.If that's not enough, pop over to the adjacent PARKROYAL COLLECTION Kuala Lumpur's St Gregory spa and pamper yourself with a relaxing treatment or massage. And of course, no trip without exploring the city's iconic landmarks and incredible shopping malls, many of which are just a hop, step and jump away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1487.65" OriginalAmount="1458.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1572063932252" Longitude="101.71221971512" StarRating="5" HotelCode="14377|17914" HotelName="Mandarin Oriental Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuala Lumpur City Centre, P. O. Box 10905, 50088 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16749/a_16749_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an enviable location, offering the ideal mix of leisure, commerce and entertainment. The tallest building in the world, the Petronas Twin Towers, is just next-door. The hotel is just 30 miles from the Kuala Lumpur International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1539.18" OriginalAmount="1509" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1582474717023" Longitude="101.71390148347" StarRating="5" HotelCode="613465|256652" HotelName="Four Seasons Hotel Kuala Lumpur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Four Seasons Place, 145 Jalan Ampang, 50450 Kuala Lumpur, Malaysia</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625967/625967a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3362.94" OriginalAmount="3297" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1586421898485" Longitude="101.70931640774" StarRating="4.5" HotelCode="694875|335666" HotelName="W Kuala Lumpur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>121 Jalan Ampang, 50450 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures>https://www.miki.co.uk/live/hotel/mikiNet/image/v1.0/MY/82001/663/lr/01ex.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.00" OriginalAmount="50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14769602" Longitude="101.69780013" StarRating="3" HotelCode="960867|151539" HotelName="Arenaa Mountbatten by NIDA Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>23 Jalan Tun Perak, 50050 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.72" OriginalAmount="136" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.13220907" Longitude="101.68840387" StarRating="2" HotelCode="585824|236508" HotelName="M&amp;M Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>20 Jalan Thambypillai, Brickfields Kl Sentral, 50470 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.02" OriginalAmount="151" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14599" Longitude="101.703" StarRating="0" HotelCode="967509|430675" HotelName="M Palace Hotel KL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>97 Jalan Tuanku Abdul Rahman, 50100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.38" OriginalAmount="169" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.13680453" Longitude="101.7114696" StarRating="3" HotelCode="961345|271607" HotelName="Kl Short Stay @ D'majestic Place at D'Majestic Place by Swiss Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>376 Jalan Pudu, D' Majestic, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.42" OriginalAmount="171" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.1426201280436" Longitude="101.71116701607" StarRating="3" HotelCode="321190|388007" HotelName="Berjaya Times Square Apartment Complex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Imbi, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuala Lumpur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.94" OriginalAmount="197" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.14428" Longitude="101.7056" StarRating="4" HotelCode="567642|3488" HotelName="Swiss-Garden Hotel &amp; Residences Kuala Lumpur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Babysitting,Bar,Concierge,Conference Hall,Currency Exchange,Elevator,Internet,Kitchen,Laundry,Massage Centre,Meeting Room,Parking,Porter,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool,Telephone Service,Travel Desk,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>117 Jalan Pudu, 55100 Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Kuala Lumpur</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;Swiss-Garden Hotel &amp; Residences Kuala Lumpur is strategically located in the heart of Kuala Lumpur between bustling Bukit Bintang and colourful Chinatown. The hotel was recently refurbished offering business and leisure travellers a refined experience with 310 guest rooms in warm earth tones, equipped with modern amenities for the ultimate ambience. A variety of accommodation is available, ranging from the Deluxe Rooms, Premier Deluxe, Premier Executive to the Family Rooms. For a rejuvenating experience, indulge in the ancient art of Indonesian Balinese massage and experience highly effective tropical spa treatment at our Samsara Spa\n\nLocation\nSituated between the well-known shopping havens in the city, Bintang Walk and the colourful Chinatown, this hotel is perfect for your business, holiday and shopping requirements.\n\nDistance\n70 kms to the nearest airport (kuala lumpur international airport)\n3 km to the nearest station (kuala lumpur sentral)\n1 minute walk to the nearest bus stop\n10 km to the nearest fair site (klcc)\n\nRooms\nDeluxe Room (28sqm) comes with 2 types of beds combinations, 1 king size bed or 2 single beds. The room is designed with distinguished features, complementing the comforting ambience of warm earthen tones for a relaxing experience. Complete with a host of modern amenities.\n\nRestaurant\nFlavors Restaurant\nDiscover a world of culinary flavors at the charming yet chic Flavors Restaurant.\n\nIndulge in a variety of innovative cuisines in a contemporary setting inspired by traditional motifs for the ultimate gastronomical experience.\n\nTste6\nLocated on the 6th floor of the Residences, Tste6 is a trendy and chic outlet with lots in store. Nestled in an urban resort setting with its lush greeneries and flowing water features, Tste6 is the place to be. A stylish contemporary brasserie which offers Great Food, Great Value, Great Ambience \n\nGreen Treats Cafe\nIndulge in healthy treats at the new Green Treats Cafe located at the Lobby level. Featuring a wide variety of freshly baked organic breads, wholesome sandwiches, selection of noodles, cakes, gourmet teas and coffees as well as freshly squeezed juices for total wellness. Green Treats offers a cosy yet trendy atmosphere. Complimentary WIFI access is also available for the tech savvy traveller.\n\nThe Blue Chip Lounge\nThe Blue Chip Lounge is a cocktail of style &amp; elegance With 'live' music and friendly bartenders to conjure up your favourite drinks, this is the ideal venue for private, informal discussions or to simply relax and unwind after a long day.\n\nExterior\nThe modern brilliant white building stands out amongst the office building surrounding the hotel.\n\nLobby\nSpacious lobby warmly welcomes you to an elegant and refined stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="207.71" OriginalAmount="203.64" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBP488300" HotelName="MERCURE KUALA LUMPUR GLENMARIE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.30" OriginalAmount="215" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.15912143" Longitude="101.74681163" StarRating="3" HotelCode="969664|285215" HotelName="M City by St Nomad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>326 Jalan Ampang, 50450 Ampang, Kuala Lumpur</AddressLine>
          </AddressLines>
          <CityName>Ampang</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="232.78" OriginalAmount="228.22" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAZ094600" HotelName="OASIA SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="243.54" OriginalAmount="238.76" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAJ497300" HotelName="ST. GILES BOULEVARD, KUALA LUMPUR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/07/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="264.63" OriginalAmount="259.44" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBS688900" HotelName="HOLIDAY INN KUALA LUMPUR BANGSAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/07/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="331.19" OriginalAmount="324.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="3.0722053" Longitude="101.6085883" StarRating="0" HotelCode="983290|4732315" HotelName="Raintree Resort Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2025">
        <Address>
          <AddressLines>
            <AddressLine>Resort Suites Level B1, Sunway Pyramid Tower, Persiaran Lagoon, Bandar Sunway, 47500 Petaling Jaya, Selangor</AddressLine>
          </AddressLines>
          <CityName>Petaling Jaya</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="351.12" OriginalAmount="344.24" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAN339200" HotelName="THE GARDENS-ST GILES SIGNATURE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="418.85" OriginalAmount="410.64" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBQ999300" HotelName="AMARI KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="431.50" OriginalAmount="423.04" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAJ420200" HotelName="NOVOTEL CITY CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="492.78" OriginalAmount="483.12" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAK046600" HotelName="PARKROYAL COLLECTION" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="540.48" OriginalAmount="529.88" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAW967800" HotelName="LE MERIDIEN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="552.00" OriginalAmount="541.18" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAW923100" HotelName="WESTIN" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="563.73" OriginalAmount="552.68" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAT092100" HotelName="MAJESTIC, AUTOGRAPH COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="625.87" OriginalAmount="613.60" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAN340200" HotelName="JW MARRIOTT KUALA LUMPUR" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="706.72" OriginalAmount="692.86" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBA936700" HotelName="STRIPES, AUTOGRAPH COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="807.86" OriginalAmount="792.02" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAM553600" HotelName="HOTEL ROYAL KUALA LUMPUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 MYR per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Nightclub,Central Heating,Golf,Lounge,Spa,Wheelchair Access,Designated Smoking Area,Swimming Pool,Kitchen,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Dining,Housekeeping,Parking,Printer,Valet Parking,Meeting Room,24 Hour Front Desk,LCD/Projector,Luggage Storage,Bicycle Rental,Business Centre,Kids Play Area,Elevator,Vending Machine,Pets allowed,24 Hour Power Supply,Wake-up Call Service,24 Hour Room Service,Babysitting,Concierge,Porter,Smoking Rooms,Travel Desk,Beauty Salon,Coffee Shop</BasicAmenities>
    <HotelRating>5,4,3,4.5,2.5,2,3.5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,MOTEL,APARTMENT,VILLAGE,RESIDENCES,APARTMENT HOTEL,APARTHOTEL,HOSTELS,AIRPORT HOTEL,GUESTHOUSE</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
43ccda2a-e482-403d-8580-8d4b916a0ac8|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="43ccda2a-e482-403d-8580-8d4b916a0ac8">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="3" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="6" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="62750" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-08-04T00:00:00" End="2025-08-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="187979|17894" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Travelersholiday" Password="Thl2024@@" RequestedCurrency="GBP" ClientNationality="bd" ClientCountry="Bangladesh" 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
43ccda2a-e482-403d-8580-8d4b916a0ac8|DOTWPrice|exception while supplier interation||DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
43ccda2a-e482-403d-8580-8d4b916a0ac8|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
43ccda2a-e482-403d-8580-8d4b916a0ac8|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="43ccda2a-e482-403d-8580-8d4b916a0ac8" TimeStamp="0001-01-01T00:00:00" HotelName="Sunway Putra" HotelCode="187979|37232" StarRating="4.5" GTCityId="0" CityName="Kuala Lumpur" CountryName="Malaysia" Address="9th Floor Sunway Putra Place, 100 Jalan Putra, 50350 Kuala Lumpur" PostCode="50350" PhoneNo="+60340429888" FaxNo="+60340430700" Email="enquirysph@sunwayhotels.com,salessph@sunwayhotels.com,bookroomsph@sunwayhotels.com" CheckInTime="" CheckOutTime="" Latitude="3.166368" Longitude="101.692784" SourceId="27" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe room|Room 2: Deluxe room" RoomTypeCode="211338212|1|308|27|MzA4fEdCUHwyMDI1LTA4LTAx" OriginalAmount="308" TotalPrice="314.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/07/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Bathtub|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-07-28T19:00:00" End="2025-07-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - De Luxe|Room 2: Twin/Double room - De Luxe" RoomTypeCode="239636242|1|368|27|MzY4fEdCUHwyMDI1LTA3LTMx" OriginalAmount="368" TotalPrice="375.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/07/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Bathtub|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-07-27T14:00:00" End="2025-07-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="68" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite - Standard|Room 2: Junior Suite - Standard" RoomTypeCode="232789320|3|493|27|NDkzfEdCUHwyMDI1LTA3LTMw" OriginalAmount="493" TotalPrice="502.86" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/07/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Bathtub|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-07-30T12:00:00" End="2025-07-28T12:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="71" Amount="0" /></CancelPenalty><CancelPenalty Start="2025-07-29T12:00:00" End="2025-07-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - Club|Room 2: Suite - Club" RoomTypeCode="239636150|3|637|27|NjM3fEdCUHwyMDI1LTA3LTMx" OriginalAmount="637" TotalPrice="649.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/07/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Bathtub|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-07-27T14:00:00" End="2025-07-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="68" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://dmcsquare.b-cdn.net/Images/262291/k_262291_A2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/262291/a_262291_B2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/262291/r_262291_C2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/262291/w_262291_D2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/262291/l_262291_E2.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is conveniently located in the city's major commercial district, directly above The Mall - Malaysia's premier shopping heaven which showcases 200 retail outlets and the Starlight Express theme park. A few paces away guests will find the Putra World Trade Centre (PWTC), a prime trade and convention venue. The hotel is a mere 45-minute drive from Kuala Lumpur International Airport (KLIA). Key public transport services such as the KTM Komuter Train Station and the Light Rail Transit (LRT) stations are right on the doorstep of the hotel.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;650 non-smoking rooms await guests at this hotel, which includes a 24-hour reception desk. A safe, 24-hour room service, a laundry service, a hairdresser and a conference room are available. Wheelchair-accessible facilities are available. There are also a number of shops that make for great strolling and browsing. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms are equipped with air conditioning. Some rooms have a balcony, which gives guests additional space for rest and relaxation. Amenities in some rooms include a minibar. Guests will also find a tea/coffee station included among the standard features. Equipped with internet access, a direct dial telephone, a television with satellite/cable channels and a radio, the rooms provide many ways for guests to stay connected and entertained. The bathrooms have a shower and a bathtub.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The hotel provides a number of options for sport and leisure. The outdoor pool complex provides invigorating refreshment. The sun loungers are perfect for soaking up some sun. There are many ways to relax or stay active at the hotel, including a gym and squash. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Guests can choose from a range of snacks and meals including breakfast, lunch or dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;All major credit cards, including American Express, VISA, Diners Club and MasterCard, are accepted for payment.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;**Know Before You Go**&lt;br /&gt;&lt;br /&gt;The reservation will be canceled in case of guest&amp;#39;s no-show till 23:00.&lt;br /&gt;&lt;br /&gt;Children 11 years old and younger stay free when occupying the parent or guardian&amp;#39;s room, using existing bedding.&lt;br /&gt;&lt;br /&gt;**Fees**&lt;br /&gt;&lt;br /&gt;The following fees and deposits are charged by the property at time of service, check-in, or check-out.&lt;br /&gt;&lt;br /&gt;Fee for buffet breakfast: MYR 52 per person (approximately)&lt;br /&gt;&lt;br /&gt;Rollaway bed fee: MYR 35 per night&lt;br /&gt;&lt;br /&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.&lt;br /&gt;&lt;br /&gt;**Mandatory Fees and Taxes**&lt;br /&gt;&lt;br /&gt;You&amp;#39;ll be asked to pay the following charges at the property:&lt;br /&gt;&lt;br /&gt;Cash deposit: MYR 200.00 per night&lt;br /&gt;&lt;br /&gt;A tax of MYR 10.00 per accommodation, per night is imposed by the country of Malaysia and collected at the property. Permanent residents and Malaysian nationals are exempt from the tax. For more details, please contact the property using the information on the reservation confirmation received after booking.&lt;br /&gt;&lt;br /&gt;We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>60-3-40430700</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>60-3-40409888</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4.5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4.5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>650</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Shops</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hairdresser</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun loungers</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Squash</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Tourist Centre</Description><Value>0 Meter</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
43ccda2a-e482-403d-8580-8d4b916a0ac8|RateHawkSearch|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
43ccda2a-e482-403d-8580-8d4b916a0ac8|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="43ccda2a-e482-403d-8580-8d4b916a0ac8">
  <Rooms>
    <Room RoomType="Room 1: Deluxe room" TotalAdult="2" TotalChild="1">
      <Childs>
        <Child Age="3" />
      </Childs>
    </Room>
    <Room RoomType="Room 2: Deluxe room" TotalAdult="2" TotalChild="1">
      <Childs>
        <Child Age="6" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="Travelersholiday" Password="Thl2024@@" RequestedCurrency="GBP" ClientNationality="BD" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="187979|37232" SourceId="27" RoomTypeCode="232789320|3|493|27|NDkzfEdCUHwyMDI1LTA3LTMw" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-08-04T00:00:00" End="2025-08-06T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
43ccda2a-e482-403d-8580-8d4b916a0ac8|WebbedsSunHotelsBlock|successfully done supplier prebooking||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
43ccda2a-e482-403d-8580-8d4b916a0ac8|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2025-07-30T12:00:00" End="2025-07-28T12:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="29" Amount="0" />
      </CancelPenalty>
      <CancelPenalty Start="2025-07-29T12:00:00" End="2025-07-31T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Please note that the cancellation policy is based on the hotel’s time.. 20.00 MYR payable at arrival in hotel. .Estimated total amount of taxes &amp; fees for this booking:20.00 Malaysian Ringgit payable on arrival. Check-in hour 15:00-.Car park NO. Children can stay free when sharing parents beds. Charges in case where other services has been booked by the guest, may apply to the children. Benefits included: Parking, Coffee &amp; tea, Free WiFi, Drinking water, Free pool access, Free fitness center access.. Tourism Tax : W.e.f 1st September 2017, the Malaysia Government will impose a Tourism Tax of MYR10 per room per night on the hotel guests who are non-Malaysian and non-permanent resident of Malaysia. This Tourism Tax will be collected by the hotel from the guest upon check-in/check-out. This is to be applied in-addition to existing fees/taxes levied.Sales and Service Tax : Effective 1 September 2018, the Malaysian government will introduce Sales and Service Tax (SST) to replace the Goods and Services Tax. Under the SST regime, hotel accommodation is a taxable service and will be subjected to 6% service tax.&lt;br/&gt;&lt;br/&gt;Cancellation made less than 108 hours (12:00) prior to the arrival will be charged with 29% of the total booking value.&lt;br/&gt;Cancellation made less than 36 hours (12:00) prior to the arrival will be charged with 100% of the total booking value.</ImportantInfo>
  <TotalAmount>502.86</TotalAmount>
  <TraceId>43ccda2a-e482-403d-8580-8d4b916a0ac8</TraceId>
</CheckRatesRS>||True