<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|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="67e0ed8d-adf2-408f-b0b4-5fe800a8f87c">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="8" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="8" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="49502" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-27T00:00:00" End="2026-05-29T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="bookings@travel196flags.com" Password="Venkat@287" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|InfiniteSearch|error while generating search request: Exception- Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 54|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:906c94bb-5437-4140-9340-78830fdcf74c
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-05-21T07:46:55.8784634+01:00" Version="0" EchoToken="Search" TransactionIdentifier="67e0ed8d-adf2-408f-b0b4-5fe800a8f87c" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.05083487" Longitude="77.19141646" StarRating="1" HotelCode="474548|double_tree_villa" HotelName="Double Tree Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sooryanelli Road, Chinnakanal, Munnar, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/1c/3f1cbd1806452049bc83119f14c9f43709a6f13b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.087300706541" Longitude="77.068125693577" StarRating="3" HotelCode="196323|leisure_inn_le_celestium_" HotelName="Le Celestium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Colony Road, Near Tea County, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/a6/1aa6fb6b374859338f07fea69686d169c4327f38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.089874" Longitude="77.055356" StarRating="3" HotelCode="286952|hotel_c7_2" HotelName="Hotel C7" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tea Museum Road, Nullatanni, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/7b/597b2d3217f900deec41f14903cbe924e2b96f75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.03207795" Longitude="77.04105985" StarRating="0" HotelCode="671308|snow_line_resort" HotelName="Snow Line Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chithirapuram Post Office</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/66/da6637cd8437154b6cfc75586db64b9aa31c82b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.03" OriginalAmount="134.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.043788" Longitude="77.049129982556" StarRating="3" HotelCode="386487|1704158" HotelName="Spice Jungle Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Near Recreation Club, Pallivasal, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/77/1877d687dc8dd9362403c846732aa1dd8c3c3647.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.074668319752" Longitude="77.06156283617" StarRating="3" HotelCode="196325|96967" HotelName="Clouds Valley Leisure" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kannan Devan Hills, A.M. Road, Munnar 685612</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/7d/3e7d5b968d0552cffe63d07b4bc54b79a2b0e058.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.78" OriginalAmount="137.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0439171" Longitude="77.0488487" StarRating="0" HotelCode="|335119" HotelName="Spice Jungle Holiday Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Near Recreation Club</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/5/1/1/9/335119_4f41d141123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.087675" Longitude="77.061841" StarRating="3" HotelCode="202486|96982" HotelName="Eastend Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Temple Road, Munnar, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/c8/29c86c8596be82d526ebc6cab088cda583254eea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 38 rooms. Services and facilities at the hotel include a rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.087041800248" Longitude="77.061483385582" StarRating="3" HotelCode="467573|jays_tourist_home_3" HotelName="Jays Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mattuppetty, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/ea/28ead2dfbbc0ff8822d4c25431763ab50edbca4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.040847991262" Longitude="76.97560598102" StarRating="1" HotelCode="286942|ela_ecoland_nature_retreat" HotelName="Ela Ecoland Nature Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Manuakulam Road, Vattiyar Post Office, Kallar, Munnar 685611, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/c6/3cc6aa3d75427c8614e98e9e7e00ddebfbc6670b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.029557405137" Longitude="77.040503592048" StarRating="3" HotelCode="196319|96953" HotelName="Bella Vista Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chithirapuram Post Office, Munnar 685565, Idukki District, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/5d/af5d2d6b1168ca0bc32c14ccc36e6967fc883746.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.99" OriginalAmount="154.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.054903322956" Longitude="77.068724312654" StarRating="3" HotelCode="303029|1755758" HotelName="Olive Brook Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Pothamedu, Idukki, Dhanushkodi Road, Pallivasal, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/03/4a03ea61b8d472eec50dd76817ca68c47041b95e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.92" OriginalAmount="164.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.03255633" Longitude="77.16027867" StarRating="3" HotelCode="390311|joys_resort_munnar" HotelName="Joys Resorts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Near to Power Station, Chinnakanal, Munnar 685618</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c2/d2c280ead757d62246285352610bc328db54e3b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.084856" Longitude="77.059456" StarRating="3" HotelCode="74833|96820" HotelName="Abad Copper Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kannan Devan Hills, Munnar, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/fd/50fde2da8bdf92f7867011f92c84a5632375f5b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.41" OriginalAmount="170.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.069942369508" Longitude="77.061096079895" StarRating="3" HotelCode="202484|1053318" HotelName="Hotel Hillview Munnar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>A.M. Road, Kannan Devan Hills, Near Blossom Park, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/8d/b98d262a07a8983f05e10ef4dc057f237a4e56d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.02985952" Longitude="77.04889643" StarRating="0" HotelCode="827910|491530" HotelName="Dream Coconut Villa Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chithirapuram Powerhouse Road, Munnar 685565, Idukki District, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/c6/aec62d431f3864979888dd34761c195c489cae2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.61" OriginalAmount="187.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0549" Longitude="77.0658" StarRating="0" HotelCode="821258|casa_montana_6" HotelName="Casa Montana Munnar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AM Road, Old Munnar, Munnar 685612</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/36/3436fe806095ee656e029c69183dba83ff1ca795.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.078696" Longitude="77.06432" StarRating="2" HotelCode="196339|97008" HotelName="Green Spaces Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ottamaram, Near Oak Fields Resort, Pothamedu Via, Bisonvalley Road, Munnar, Kerala 685612</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/ab/53ab9519c6f1e00286b022134d4e28162a1ec23d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar. The nearest airport is Bangalore (BLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.31" OriginalAmount="190.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.087274" Longitude="77.065719" StarRating="2" HotelCode="|553558" HotelName="Lumino Dwellings" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tea County Rd KTDC Ikka Nagar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/5/5/8/553558_f9e64201325.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.086784907518" Longitude="77.061486248479" StarRating="3" HotelCode="202488|issacs_residency" HotelName="Issacs Residency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Top station Mattupetty Road, Munnar 685612, Iddukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/06/cd06efd47a4eca154dbb708612bc37f5bf979913.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.032494657764" Longitude="77.03746154602" StarRating="4" HotelCode="384861|munnar_tea_country_resort" HotelName="Munnar Tea Country Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Thattathimukku, Chithirapuram Post Office, Munnar 685565, Idukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/52/2552cfe3f71291c7509d8d1b1b80ec3bcdc3aa98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.040651" Longitude="77.173053" StarRating="3" HotelCode="26684|379406" HotelName="Fort Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Chinnakanal, Munnar 685618, Idukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/d2/e4d283a367787074a9071c2b9d451f55e07439d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.33" OriginalAmount="211" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.04414073" Longitude="77.04900053" StarRating="3" HotelCode="756280|334363" HotelName="Tree Blanche Munnar" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Near Recreation Club, Pallivasal, Munnar</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/93/a3933233b80ff15df4cd51e0aa59aef7079d0922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.66" OriginalAmount="222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.015519766726" Longitude="77.048800764418" StarRating="0" HotelCode="448544|gokulam_home_stay_" HotelName="Gokulam Homestay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Etty City, Anachal, Chithirapuram Post Office, Munnar 685565, Idukki</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/85/708560da465111afb60130921bb07e2373938f50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.087225" Longitude="77.065787" StarRating="2" HotelCode="196337|emmel_dwellings" HotelName="Emmel Dwellings" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Opp. KTDC Tea County, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e1/66e11145c0ed748a0376c42c758cdcf416f74e8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 30 rooms. Services and facilities at the hotel include a restaurant, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.96" OriginalAmount="232.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.03954" Longitude="77.16713" StarRating="4" HotelCode="175999|sterling_terrace_greens" HotelName="Sterling Munnar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chinnakanal Suryanelli Road, Chinnakanal Village, Munnar 685612, Idukki District</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/44/9a44ec72c69cbec50654f39f9bb1b42408d892eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the village of Chinnakanal, close to the Anaiyirangal dam and offering pano...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.085388045962" Longitude="77.060266357565" StarRating="3" HotelCode="202481|westwood_riverside_garden_resort" HotelName="Westwood Riverside Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>MSA Road, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/78/20780fb32309f948fbc2af12f8374e37f28ffc0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0549" Longitude="77.0658" StarRating="3" HotelCode="348704|monsoon_grande" HotelName="Monsoon Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Health Centre Chithirapuram, Munnar 685565, Idukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/e1/b8e1fdb26ce45b4cbd4dd3370c9c270c79258452.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.26" OriginalAmount="242.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.02874033" Longitude="77.04516974" StarRating="4" HotelCode="349645|orchid_highlands_munnar" HotelName="Orchid Highlands Munnar" Meals="HALF-BOARD" BedType="HALF-BOARD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Power House Road, Chithirapuram, Munnar Idukki 685565, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/67/ba677f696f1b79e6770bc44033076b12dca7ef9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.67" OriginalAmount="289" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.02892245" Longitude="77.04973236" StarRating="3" HotelCode="438678|97009" HotelName="Green Trees Munnar" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Power House Road, Chithirapuram, Dobipalam, Munnar 685565</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/e4/aee44858f6c93356a5d096ce7bf3b022d4b98d60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.48" OriginalAmount="290.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.083678" Longitude="77.061543" StarRating="4" HotelCode="74838|13374" HotelName="Tea County, KTDC Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/66/71669bcffe05ff000eb31fe0ef470d0203dfc506.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The nearest airport is Cochin International Airport, about 115 km away from the hotel, whilst the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.23" OriginalAmount="341.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.028202" Longitude="77.044053" StarRating="3" HotelCode="196321|swiss_county" HotelName="Swiss County" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chitirapuram P.O., Pallivasal, Munnar, Kerala 685565</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/be/b3bebe7d275f4b430228b308b8bee3f4d88d2774.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="430.74" OriginalAmount="418.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0488252" Longitude="77.0388653" StarRating="3" HotelCode="|339904" HotelName="Nature Zone Jungle Resort" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pullipara,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/9/0/4/339904_317437d1241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="433.63" OriginalAmount="421.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.089165822954" Longitude="77.059623529451" StarRating="3" HotelCode="286963|nature_zone_jungle_resort" HotelName="Nature Zone Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pulippara, Pallivasal, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/14/41147f563fd6ada273a43bf01b5de7ee649757dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="464.53" OriginalAmount="451.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.174785729956" Longitude="77.239400061502" StarRating="3" HotelCode="202490|camp_noel" HotelName="Camp Noel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Bar,Bicycle Rental,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pazhathottam, Koviloor P.O, 685615 Munnar</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/d4/d6d477a69a308df23607520d84c9a04b5711b905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="474.83" OriginalAmount="461" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.098845854227" Longitude="77.058433630664" StarRating="3" HotelCode="97356|97144" HotelName="The Windermere Estate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Munnar-Bison Valley Road, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/16/a21641851877649c4f0a72cd27506f78307cae2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="474.99" OriginalAmount="461.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="9.9957672" Longitude="77.1015251" StarRating="3" HotelCode="|341226" HotelName="Dream Catcher Plantation Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dream Catcher Plantation resort, Ratnagiri, Bisonvalley Road, Munnar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/1/2/2/6/341226_85cd1dd1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.33" OriginalAmount="511.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.045144" Longitude="77.179197" StarRating="4" HotelCode="202483|mountain_club__munnar" HotelName="Mountain Club Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chinnakanal Suryanelli Road, Chinnakanal, Munnar 685618, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/03/e4031a39636f2c5de18939b712b41ee249e53194.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563.41" OriginalAmount="547" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0549" Longitude="77.0658" StarRating="5" HotelCode="610633|270962" HotelName="Elixir Hills" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Pulimoottil Estate, Near Letchmi Tea Factory, Letchmi Tea Estate, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5c/555c35b682295da41fb17923a35ce18bbb24c06b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="673.62" OriginalAmount="654.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.01735967" Longitude="77.16260778" StarRating="4" HotelCode="353713|spice_tree_munnar_2" HotelName="Spice Tree Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Muttukad-Periakanal Road, Chinnakkanal Post Office, Munnar 685618, Idukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/0d/f40d856fff74128501e09321ca1c11c5645ca8e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.70" OriginalAmount="173.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0700019" Longitude="77.0607018" StarRating="3" HotelCode="|339910" HotelName="Hillview Munnar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Near blossom hydel park,Kannan devan hills,A.M.Road,Munnar,Idukki Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.90" OriginalAmount="192.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0742907" Longitude="77.0643711" StarRating="3" HotelCode="|340161" HotelName="Westwood Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MSA Road, Old Munnar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.34" OriginalAmount="266.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0344958" Longitude="77.0450699" StarRating="4" HotelCode="|268304" HotelName="Broad Bean Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chithirapuram Power House, Chithirapuram P.O</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Fax,Internet,Restaurant,Room Service,Telephone Service,Conference Hall,Massage Centre,Lounge,Spa,Bar,Air Conditioning,Currency Exchange,Laundry,Bicycle Rental,Kitchen,Swimming Pool</BasicAmenities>
    <HotelRating>3,5,2,4,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|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="67e0ed8d-adf2-408f-b0b4-5fe800a8f87c">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="8" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="8" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="49502" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-27T00:00:00" End="2026-05-29T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="bookings@travel196flags.com" Password="Venkat@287" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:906c94bb-5437-4140-9340-78830fdcf74c
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-05-21T07:48:13.857269+01:00" Version="0" EchoToken="Search" TransactionIdentifier="67e0ed8d-adf2-408f-b0b4-5fe800a8f87c" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.03207795" Longitude="77.04105985" StarRating="0" HotelCode="671308|snow_line_resort" HotelName="Snow Line Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chithirapuram Post Office</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/66/da6637cd8437154b6cfc75586db64b9aa31c82b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.83" OriginalAmount="137.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.043788" Longitude="77.049129982556" StarRating="3" HotelCode="386487|1704158|Bed &amp; Breakfast" HotelName="Spice Jungle Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Near Recreation Club, Pallivasal, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/77/1877d687dc8dd9362403c846732aa1dd8c3c3647.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.087675" Longitude="77.061841" StarRating="3" HotelCode="202486|96982" HotelName="Eastend Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Temple Road, Munnar, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/c8/29c86c8596be82d526ebc6cab088cda583254eea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 38 rooms. Services and facilities at the hotel include a rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.44" OriginalAmount="153.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0746234" Longitude="77.0617372" StarRating="4" HotelCode="|339689" HotelName="Clouds Valley Leisure" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kannan Devan Hills, A.M Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/6/8/9/339689_9a3bdb91014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.029557405137" Longitude="77.040503592048" StarRating="3" HotelCode="196319|96953" HotelName="Bella Vista Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chithirapuram Post Office, Munnar 685565, Idukki District, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/5d/af5d2d6b1168ca0bc32c14ccc36e6967fc883746.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.99" OriginalAmount="154.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.054903322956" Longitude="77.068724312654" StarRating="3" HotelCode="303029|1755758|Bed &amp; Breakfast" HotelName="Olive Brook Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Pothamedu, Idukki, Dhanushkodi Road, Pallivasal, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/03/4a03ea61b8d472eec50dd76817ca68c47041b95e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.92" OriginalAmount="164.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.03255633" Longitude="77.16027867" StarRating="3" HotelCode="390311|joys_resort_munnar" HotelName="Joys Resorts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Near to Power Station, Chinnakanal, Munnar 685618</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c2/d2c280ead757d62246285352610bc328db54e3b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.084856" Longitude="77.059456" StarRating="3" HotelCode="74833|96820" HotelName="Abad Copper Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kannan Devan Hills, Munnar, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/fd/50fde2da8bdf92f7867011f92c84a5632375f5b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.089874" Longitude="77.055356" StarRating="3" HotelCode="286952|430802" HotelName="Hotel C7" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tea Museum Road, Nullatanni, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/7b/597b2d3217f900deec41f14903cbe924e2b96f75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.078696" Longitude="77.06432" StarRating="2" HotelCode="196339|97008" HotelName="Green Spaces Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ottamaram, Near Oak Fields Resort, Pothamedu Via, Bisonvalley Road, Munnar, Kerala 685612</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/ab/53ab9519c6f1e00286b022134d4e28162a1ec23d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar. The nearest airport is Bangalore (BLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.086784907518" Longitude="77.061486248479" StarRating="3" HotelCode="202488|issacs_residency" HotelName="Issacs Residency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Top station Mattupetty Road, Munnar 685612, Iddukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/06/cd06efd47a4eca154dbb708612bc37f5bf979913.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.032494657764" Longitude="77.03746154602" StarRating="4" HotelCode="384861|munnar_tea_country_resort" HotelName="Munnar Tea Country Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Thattathimukku, Chithirapuram Post Office, Munnar 685565, Idukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/52/2552cfe3f71291c7509d8d1b1b80ec3bcdc3aa98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.15" OriginalAmount="205" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497213-22267901/6698472362471005522/2" HotelName="MUNNAR TEA COUNTRY RESORT - MTCR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10170000/10168400/10168353/ead0e1ad_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.040651" Longitude="77.173053" StarRating="3" HotelCode="26684|379406" HotelName="Fort Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Chinnakanal, Munnar 685618, Idukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/d2/e4d283a367787074a9071c2b9d451f55e07439d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.33" OriginalAmount="211" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.04414073" Longitude="77.04900053" StarRating="3" HotelCode="756280|334363" HotelName="Tree Blanche Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Near Recreation Club, Pallivasal, Munnar</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/93/a3933233b80ff15df4cd51e0aa59aef7079d0922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.66" OriginalAmount="222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.015519766726" Longitude="77.048800764418" StarRating="0" HotelCode="448544|gokulam_home_stay_" HotelName="Gokulam Homestay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Etty City, Anachal, Chithirapuram Post Office, Munnar 685565, Idukki</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/85/708560da465111afb60130921bb07e2373938f50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.66" OriginalAmount="222" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497234-22267904/6698472362471005522/8" HotelName="ORCHID HIGHLANDS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32710000/32708000/32707964/79ebbae9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0549" Longitude="77.0658" StarRating="3" HotelCode="348704|monsoon_grande" HotelName="Monsoon Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Health Centre Chithirapuram, Munnar 685565, Idukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/e1/b8e1fdb26ce45b4cbd4dd3370c9c270c79258452.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.49" OriginalAmount="283" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.02985952" Longitude="77.04889643" StarRating="0" HotelCode="827910|491530" HotelName="Dream Coconut Villa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chithirapuram Powerhouse Road, Munnar 685565, Idukki District, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/c6/aec62d431f3864979888dd34761c195c489cae2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.67" OriginalAmount="289" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.02892245" Longitude="77.04973236" StarRating="3" HotelCode="438678|97009" HotelName="Green Trees Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Power House Road, Chithirapuram, Dobipalam, Munnar 685565</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/e4/aee44858f6c93356a5d096ce7bf3b022d4b98d60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.48" OriginalAmount="290.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.083678" Longitude="77.061543" StarRating="4" HotelCode="74838|13374|Bed &amp; Breakfast" HotelName="Tea County, KTDC Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/66/71669bcffe05ff000eb31fe0ef470d0203dfc506.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The nearest airport is Cochin International Airport, about 115 km away from the hotel, whilst the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="374.92" OriginalAmount="364" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.03954" Longitude="77.16713" StarRating="4" HotelCode="175999|431291" HotelName="Sterling Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chinnakanal Suryanelli Road, Chinnakanal Village, Munnar 685612, Idukki District</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/44/9a44ec72c69cbec50654f39f9bb1b42408d892eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the village of Chinnakanal, close to the Anaiyirangal dam and offering pano...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="433.63" OriginalAmount="421.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.089165822954" Longitude="77.059623529451" StarRating="3" HotelCode="286963|nature_zone_jungle_resort" HotelName="Nature Zone Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pulippara, Pallivasal, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/14/41147f563fd6ada273a43bf01b5de7ee649757dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="433.63" OriginalAmount="421" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|213955-22231185/6698472362471005522/18" HotelName="STERLING TERRACE GREENS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2240000/2233300/2233282/6f4c9baf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="452.17" OriginalAmount="439" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497243-22267905/6698472362471005522/0" HotelName="PARAKKAT NATURE RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16280000/16272400/16272320/d09d758a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="464.53" OriginalAmount="451.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.174785729956" Longitude="77.239400061502" StarRating="3" HotelCode="202490|camp_noel" HotelName="Camp Noel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Bar,Bicycle Rental,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pazhathottam, Koviloor P.O, 685615 Munnar</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/d4/d6d477a69a308df23607520d84c9a04b5711b905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="474.83" OriginalAmount="461" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.098845854227" Longitude="77.058433630664" StarRating="3" HotelCode="97356|97144" HotelName="The Windermere Estate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Munnar-Bison Valley Road, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/16/a21641851877649c4f0a72cd27506f78307cae2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="474.99" OriginalAmount="461.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="9.9957672" Longitude="77.1015251" StarRating="3" HotelCode="|341226" HotelName="Dream Catcher Plantation Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dream Catcher Plantation resort, Ratnagiri, Bisonvalley Road, Munnar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/1/2/2/6/341226_85cd1dd1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.33" OriginalAmount="511.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.045144" Longitude="77.179197" StarRating="4" HotelCode="202483|mountain_club__munnar" HotelName="Mountain Club Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chinnakanal Suryanelli Road, Chinnakanal, Munnar 685618, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/03/e4031a39636f2c5de18939b712b41ee249e53194.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563.41" OriginalAmount="547" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0549" Longitude="77.0658" StarRating="5" HotelCode="610633|270962" HotelName="Elixir Hills" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Pulimoottil Estate, Near Letchmi Tea Factory, Letchmi Tea Estate, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5c/555c35b682295da41fb17923a35ce18bbb24c06b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="673.62" OriginalAmount="654.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.01735967" Longitude="77.16260778" StarRating="4" HotelCode="353713|spice_tree_munnar_2" HotelName="Spice Tree Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Muttukad-Periakanal Road, Chinnakkanal Post Office, Munnar 685618, Idukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/0d/f40d856fff74128501e09321ca1c11c5645ca8e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Internet,Lounge,Laundry,Restaurant,Room Service,Telephone Service,Fax,Massage Centre,Bicycle Rental,Bar,Conference Hall,Air Conditioning,Spa,Currency Exchange,Kitchen,Swimming Pool</BasicAmenities>
    <HotelRating>4,1,2,3,5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|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="67e0ed8d-adf2-408f-b0b4-5fe800a8f87c">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="8" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="8" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="49502" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-27T00:00:00" End="2026-05-29T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="bookings@travel196flags.com" Password="Venkat@287" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:906c94bb-5437-4140-9340-78830fdcf74c
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
67e0ed8d-adf2-408f-b0b4-5fe800a8f87c|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-05-21T07:48:19.934124+01:00" Version="0" EchoToken="Search" TransactionIdentifier="67e0ed8d-adf2-408f-b0b4-5fe800a8f87c" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.03207795" Longitude="77.04105985" StarRating="0" HotelCode="671308|snow_line_resort" HotelName="Snow Line Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chithirapuram Post Office</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/66/da6637cd8437154b6cfc75586db64b9aa31c82b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.83" OriginalAmount="137.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.043788" Longitude="77.049129982556" StarRating="3" HotelCode="386487|1704158|Bed &amp; Breakfast" HotelName="Spice Jungle Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Near Recreation Club, Pallivasal, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/77/1877d687dc8dd9362403c846732aa1dd8c3c3647.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.087675" Longitude="77.061841" StarRating="3" HotelCode="202486|96982" HotelName="Eastend Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Temple Road, Munnar, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/c8/29c86c8596be82d526ebc6cab088cda583254eea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 38 rooms. Services and facilities at the hotel include a rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.44" OriginalAmount="153.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0746234" Longitude="77.0617372" StarRating="4" HotelCode="|339689" HotelName="Clouds Valley Leisure" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kannan Devan Hills, A.M Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/6/8/9/339689_9a3bdb91014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.029557405137" Longitude="77.040503592048" StarRating="3" HotelCode="196319|96953" HotelName="Bella Vista Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chithirapuram Post Office, Munnar 685565, Idukki District, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/5d/af5d2d6b1168ca0bc32c14ccc36e6967fc883746.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.99" OriginalAmount="154.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.054903322956" Longitude="77.068724312654" StarRating="3" HotelCode="303029|1755758|Bed &amp; Breakfast" HotelName="Olive Brook Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Pothamedu, Idukki, Dhanushkodi Road, Pallivasal, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/03/4a03ea61b8d472eec50dd76817ca68c47041b95e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.92" OriginalAmount="164.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.03255633" Longitude="77.16027867" StarRating="3" HotelCode="390311|joys_resort_munnar" HotelName="Joys Resorts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Near to Power Station, Chinnakanal, Munnar 685618</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c2/d2c280ead757d62246285352610bc328db54e3b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.084856" Longitude="77.059456" StarRating="3" HotelCode="74833|96820" HotelName="Abad Copper Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kannan Devan Hills, Munnar, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/fd/50fde2da8bdf92f7867011f92c84a5632375f5b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.089874" Longitude="77.055356" StarRating="3" HotelCode="286952|430802" HotelName="Hotel C7" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tea Museum Road, Nullatanni, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/7b/597b2d3217f900deec41f14903cbe924e2b96f75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.078696" Longitude="77.06432" StarRating="2" HotelCode="196339|97008" HotelName="Green Spaces Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ottamaram, Near Oak Fields Resort, Pothamedu Via, Bisonvalley Road, Munnar, Kerala 685612</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/ab/53ab9519c6f1e00286b022134d4e28162a1ec23d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar. The nearest airport is Bangalore (BLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.086784907518" Longitude="77.061486248479" StarRating="3" HotelCode="202488|issacs_residency" HotelName="Issacs Residency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Top station Mattupetty Road, Munnar 685612, Iddukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/06/cd06efd47a4eca154dbb708612bc37f5bf979913.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.032494657764" Longitude="77.03746154602" StarRating="4" HotelCode="384861|munnar_tea_country_resort" HotelName="Munnar Tea Country Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Thattathimukku, Chithirapuram Post Office, Munnar 685565, Idukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/52/2552cfe3f71291c7509d8d1b1b80ec3bcdc3aa98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.15" OriginalAmount="205" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497213-22267901/6698472362471005522/2" HotelName="MUNNAR TEA COUNTRY RESORT - MTCR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10170000/10168400/10168353/ead0e1ad_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.040651" Longitude="77.173053" StarRating="3" HotelCode="26684|379406" HotelName="Fort Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Chinnakanal, Munnar 685618, Idukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/d2/e4d283a367787074a9071c2b9d451f55e07439d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.33" OriginalAmount="211" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.04414073" Longitude="77.04900053" StarRating="3" HotelCode="756280|334363" HotelName="Tree Blanche Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Near Recreation Club, Pallivasal, Munnar</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/93/a3933233b80ff15df4cd51e0aa59aef7079d0922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.66" OriginalAmount="222" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497234-22267904/6698472362471005522/8" HotelName="ORCHID HIGHLANDS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32710000/32708000/32707964/79ebbae9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.66" OriginalAmount="222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.015519766726" Longitude="77.048800764418" StarRating="0" HotelCode="448544|gokulam_home_stay_" HotelName="Gokulam Homestay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Etty City, Anachal, Chithirapuram Post Office, Munnar 685565, Idukki</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/85/708560da465111afb60130921bb07e2373938f50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0549" Longitude="77.0658" StarRating="3" HotelCode="348704|monsoon_grande" HotelName="Monsoon Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Health Centre Chithirapuram, Munnar 685565, Idukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/e1/b8e1fdb26ce45b4cbd4dd3370c9c270c79258452.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.49" OriginalAmount="283" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.02985952" Longitude="77.04889643" StarRating="0" HotelCode="827910|491530" HotelName="Dream Coconut Villa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chithirapuram Powerhouse Road, Munnar 685565, Idukki District, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/c6/aec62d431f3864979888dd34761c195c489cae2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.67" OriginalAmount="289" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.02892245" Longitude="77.04973236" StarRating="3" HotelCode="438678|97009" HotelName="Green Trees Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Power House Road, Chithirapuram, Dobipalam, Munnar 685565</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/e4/aee44858f6c93356a5d096ce7bf3b022d4b98d60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.48" OriginalAmount="290.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.083678" Longitude="77.061543" StarRating="4" HotelCode="74838|13374|Bed &amp; Breakfast" HotelName="Tea County, KTDC Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/66/71669bcffe05ff000eb31fe0ef470d0203dfc506.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The nearest airport is Cochin International Airport, about 115 km away from the hotel, whilst the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="374.92" OriginalAmount="364" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.03954" Longitude="77.16713" StarRating="4" HotelCode="175999|431291" HotelName="Sterling Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chinnakanal Suryanelli Road, Chinnakanal Village, Munnar 685612, Idukki District</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/44/9a44ec72c69cbec50654f39f9bb1b42408d892eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the village of Chinnakanal, close to the Anaiyirangal dam and offering pano...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="433.63" OriginalAmount="421" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|213955-22231185/6698472362471005522/18" HotelName="STERLING TERRACE GREENS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2240000/2233300/2233282/6f4c9baf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="433.63" OriginalAmount="421.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.089165822954" Longitude="77.059623529451" StarRating="3" HotelCode="286963|nature_zone_jungle_resort" HotelName="Nature Zone Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pulippara, Pallivasal, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/14/41147f563fd6ada273a43bf01b5de7ee649757dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="452.17" OriginalAmount="439" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497243-22267905/6698472362471005522/0" HotelName="PARAKKAT NATURE RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16280000/16272400/16272320/d09d758a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="464.53" OriginalAmount="451.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.174785729956" Longitude="77.239400061502" StarRating="3" HotelCode="202490|camp_noel" HotelName="Camp Noel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Bar,Bicycle Rental,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pazhathottam, Koviloor P.O, 685615 Munnar</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/d4/d6d477a69a308df23607520d84c9a04b5711b905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Munnar. The nearest airport is Cochin (COK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="474.83" OriginalAmount="461" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.098845854227" Longitude="77.058433630664" StarRating="3" HotelCode="97356|97144" HotelName="The Windermere Estate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Munnar-Bison Valley Road, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/16/a21641851877649c4f0a72cd27506f78307cae2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="474.99" OriginalAmount="461.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="9.9957672" Longitude="77.1015251" StarRating="3" HotelCode="|341226" HotelName="Dream Catcher Plantation Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dream Catcher Plantation resort, Ratnagiri, Bisonvalley Road, Munnar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/1/2/2/6/341226_85cd1dd1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.33" OriginalAmount="511.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.045144" Longitude="77.179197" StarRating="4" HotelCode="202483|mountain_club__munnar" HotelName="Mountain Club Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chinnakanal Suryanelli Road, Chinnakanal, Munnar 685618, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/03/e4031a39636f2c5de18939b712b41ee249e53194.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563.41" OriginalAmount="547" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0549" Longitude="77.0658" StarRating="5" HotelCode="610633|270962" HotelName="Elixir Hills" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Pulimoottil Estate, Near Letchmi Tea Factory, Letchmi Tea Estate, Munnar 685612, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5c/555c35b682295da41fb17923a35ce18bbb24c06b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="673.62" OriginalAmount="654.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.01735967" Longitude="77.16260778" StarRating="4" HotelCode="353713|spice_tree_munnar_2" HotelName="Spice Tree Munnar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Muttukad-Periakanal Road, Chinnakkanal Post Office, Munnar 685618, Idukki, Kerala</AddressLine>
          </AddressLines>
          <CityName>Munnar</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/0d/f40d856fff74128501e09321ca1c11c5645ca8e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Munnar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Fax,Internet,Restaurant,Room Service,Telephone Service,Conference Hall,Massage Centre,Lounge,Spa,Bar,Air Conditioning,Currency Exchange,Laundry,Bicycle Rental,Kitchen,Swimming Pool</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
  </Filter>
</HotelSearchRS>||True