<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
238bee9e-39d2-4c76-b441-53d4d535311a|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="238bee9e-39d2-4c76-b441-53d4d535311a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26008" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-21T00:00:00" End="2026-08-28T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="lateef@gateway-travel.com" Password="Mohammed@786" RequestedCurrency="GBP" ClientNationality="QA" 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
238bee9e-39d2-4c76-b441-53d4d535311a|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
238bee9e-39d2-4c76-b441-53d4d535311a|MikiSearch|supplier interation failed||Miki|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
238bee9e-39d2-4c76-b441-53d4d535311a|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
238bee9e-39d2-4c76-b441-53d4d535311a|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:e4668df9-7446-4d9d-b59b-7b8f95dd36f3
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
238bee9e-39d2-4c76-b441-53d4d535311a|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
238bee9e-39d2-4c76-b441-53d4d535311a|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-01T15:16:52.3401838+01:00" Version="0" EchoToken="Search" TransactionIdentifier="238bee9e-39d2-4c76-b441-53d4d535311a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="626.20" OriginalAmount="620.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4261993" Longitude="-5.1448729" StarRating="0" HotelCode="225973|hostal_san_miguel_2" HotelName="San Miguel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Terraza 16, 29680 Estepona, Málaga</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fe/8efe378574835a6002b584ecf5c3f00632d485a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostal San Miguel is set in the historic centre, 200 metres from Rada Beach.  It offers air-conditio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="636.53" OriginalAmount="630.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4636934" Longitude="-5.0363591" StarRating="4" HotelCode="|444724" HotelName="Globales Paraíso Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Rosa, 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/2/4/444724_b7818210843.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="642.12" OriginalAmount="635.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4254727" Longitude="-5.1454025" StarRating="0" HotelCode="|82875" HotelName="La Malagueña by Croma" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Castillo, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/7/5/82875_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Estepona Is situated in 2 minutes away, guests can find a beach. ROOM: The rooms have an air-conditioning system, heating and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="670.64" OriginalAmount="664.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.460843601011" Longitude="-5.0538401630134" StarRating="2" HotelCode="191362|hospederia_v_centenario" HotelName="Hospederia V Centenario" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Marques del Duero 50, Cancelada, 29688 Estepona, Málaga</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/21/432166ee98992e4c3e9a66d9d644c928b86aaae1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Estepona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="670.64" OriginalAmount="664.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.425421161715" Longitude="-5.1453653042992" StarRating="1" HotelCode="225974|hostal_la_malaguena" HotelName="Hostal La Malagueña" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/Raphael 1, Plaza de las Flores, 29680 Estepona, Málaga</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/3f/7c3f2300c797fc07beff1bbb9f2c345a7f97710a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="695.15" OriginalAmount="688.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.463522198884" Longitude="-5.0364327215422" StarRating="4" HotelCode="326392|6840" HotelName="AGH Estepona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera Nacional 340 Km 166,5, Urbanizacion Paraiso Beach, Estepona</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/83/8386f1680f2a60ea/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located in the leisure area of Estepona just a few minutes walk from the sand/...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="744.38" OriginalAmount="737.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.43089" Longitude="-5.12622" StarRating="0" HotelCode="|610624" HotelName="Puerta Almar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Av. Litoral, 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/0/6/2/4/610624_56d67b90102.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="800.93" OriginalAmount="793.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.391457618199" Longitude="-5.2047783136368" StarRating="2" HotelCode="168433|hotel_piedra_paloma" HotelName="Hotel Piedra Paloma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carretera N-340 Km 149, 29680 Estepona, Málaga</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/zz/0fad6b89b00bfe659cdd335d0188b70e870fdc62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located some 5 km from Estepona and about 3 km from Manilva. The hotel is situated in t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="818.48" OriginalAmount="810.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4587862" Longitude="-5.0524145" StarRating="2" HotelCode="|82195" HotelName="Doña Matilde" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Revuelta, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/1/9/5/82195_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Estepona the outskirts of 4 minutes away from the establishment, clients can find the Costa del Sol the beaches of. ROOM: The rooms have an air-conditioning system, WiFi (free of charge), a flat-screen television and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="873.28" OriginalAmount="864.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4256345" Longitude="-5.1510261" StarRating="3" HotelCode="390231|1745808" HotelName="Ona Club Bena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Azahar 1, El Paraíso, 29688 Estepona, Málaga</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/5c/665c56105d07529f0422652a90a603a801c3c57d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant is available to travellers. Wireless internet access (for a fee) is available to guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="883.68" OriginalAmount="874.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.468477447997" Longitude="-5.0193840024501" StarRating="3" HotelCode="7868|421625" HotelName="Hotel Diana Park" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Nueva Atalaya s/n, 29688 Estepona</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/76/01763afe7b509f913e722a42dfe49a2fffd4750e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable club resort is situated at the heart of the tourist centre, within minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="892.55" OriginalAmount="883.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.47607533334" Longitude="-5.0288951396942" StarRating="4" HotelCode="7870|1957577" HotelName="TRH Paraíso Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Golf Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera De Cadiz km 167, Avenida de la Gardenia s/n, 29680 Estepona</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/ba/44ba02d22a23eca84c7d36ae241d1f36d292588b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This golf hotel is located only 10 minutes away from the sandy and pebble beach, with just one stree...</HotelDescription>
        <Offer>Discount:GBP7.36</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="909.00" OriginalAmount="900.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.45916738" Longitude="-5.05192514" StarRating="2" HotelCode="326034|hotel_dona_matilde_2" HotelName="Hotel Doña Matilde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carretera N-340/A-7 km.165, Calle Revuelta Nº10,12, 29688 Estepona, Málaga</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/54/eb540b2b0745bee032a5e45fce069da275fa1feb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;SITUATION: This hotel is in Estepona the outskirts of 4 minutes away from the establishment, clients...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="918.09" OriginalAmount="909.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.424066577419" Longitude="-5.1482639131109" StarRating="3" HotelCode="143320|hotel_caracas_playa" HotelName="Hotel Ciudad Estepona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida San Lorenzo 32, 29680 Estepona, Málaga</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/9f/959f7689cd49295ccce89e5fbed88852baa4d018.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Estepona. The nearest airport is Malaga (AGP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="922.13" OriginalAmount="913.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.42628" Longitude="-5.142198" StarRating="1" HotelCode="188133|hotel_mediterraneo_36" HotelName="Mediterraneo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida España 68, Estepona, Málaga</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/65/586566dc7b11c64e1d1869ec225352d68741f030.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Estepona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="931.47" OriginalAmount="922.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4262934" Longitude="-5.1422715" StarRating="1" HotelCode="|75170" HotelName="Mediterraneo by Croma" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/1/7/0/75170_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is next to the Mediterranean Sea and it is situated on the beachfront La Rada. It is in city centre Estepona. ROOM: The establishment has 34 rooms and sea and mountain views. Each room has a bathroom, a television, a direct line telephone and an air-conditioning system. FACILITIES: The establishment boasts a WiFi area, a living room where guests can watch TV and parking areas. SITUATION: It is 10 minutes away from Malaga Airport, close to restaurants, shops and supermarkets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="931.72" OriginalAmount="922.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.42403" Longitude="-5.14829" StarRating="3" HotelCode="|441906" HotelName="Mare Estepona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida San Lorenzo, 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/9/0/6/441906_45ac4ba1337.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="984.75" OriginalAmount="975.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.429157914276" Longitude="-5.1931715515594" StarRating="3" HotelCode="936508|the_valle_romano_golf_resort_" HotelName="Ona Valle Romano Golf &amp; Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Golf Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Flaminio 2, Urbanización Valle Romano, 29680 Estepona</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/04/8b04c2f3a09e2ec7457b163d74e6b2f2da579790.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Estepona, a few minute’s drive from the beach and 20 minutes from Marbella. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="993.62" OriginalAmount="983.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4288449" Longitude="-5.1928565" StarRating="0" HotelCode="|76091" HotelName="Ona Valle Romano Golf and Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>URB. VALLE ROMANO - C/ FLAMINIO 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/0/9/1/76091_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays, has children's areas, relaxation areas for adults and has fantastic views of the golf course, mountains and garden. APARTMENTS: Guests are offered one- and two-bedroom apartments. FACILITIES: Guests can enjoy a swimming pool. SITUATION: This establishment, is near a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1073.63" OriginalAmount="1063.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.462808" Longitude="-5.046558" StarRating="4" HotelCode="37838|barcelo_estepona_thalasso_spa" HotelName="Exe Estepona Thalasso &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Village,Spa Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Autovía del Mediterráneo km 165, Málaga, Estepona</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/09/250995ded15f0623a40141a4c9efcfeb47e04a32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the New Golden Mile of the Costa del Sol, between Marbella and Estepona, app...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1131.07" OriginalAmount="1119.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4622951" Longitude="-5.0466457" StarRating="4" HotelCode="|30993" HotelName="Exe Estepona Thalasso and Spa - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/9/3/30993_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 89 rooms, 80 double rooms, 6Â junior suites and 3 two bedroom suites. The establishment has various facilities, such as a cafÃ© with a terrace, a piano bar, a TV room and a restaurant with a terrace, This establishment is ideal for holidays or business trips, The establishment has 2 conference rooms, WiFi, room service and a laundry service. SITUATION: This hotel the Costa del Sol it is in Between, the establishment is 500 kilometres away from the beach, is surrounded by golf courses. ROOM: The contemporary style rooms, have with air-conditioning, a bathroom, a direct line telephone, a television, a radio, internet, a safety deposit box (available for a fee) and a mini-bar. FACILITIES: Outdoors, clients have access to a swimming pool and a children's swimming pool. The establishment boasts a gym, a spa, a health club, a swimming pool with salt water, a massage service and a beauty treatment service. Close to the establishment, clients can enjoy golf courses, Guests are offered an entertainment programme. OBSERVATIONS: The establishment offers a transfer service to, the beach, at no extra cost and depending on the season. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1142.22" OriginalAmount="1130.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.472654607738" Longitude="-5.0469329953194" StarRating="4" HotelCode="35400|1771781" HotelName="Pierre &amp; Vacances Residenz Estepona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Hinojo S/N, Urbanización Bel Air, Carretera N340 de Cadiz km 166, 29680 Estepona</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/86/1f86ee22a654c7abb412d761e9c79a2565bf1cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated halfway between San Pedro de Alcántara and Estepona, the apartments are located close to th...</HotelDescription>
        <Offer>Discount:GBP9.42</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1164.18" OriginalAmount="1152.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4761126" Longitude="-5.0289764" StarRating="4" HotelCode="|12033" HotelName="TRH Paraiso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CTRA. DE CADIZ, Km. 167 - URB. EL PARAISO S/N</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/3/3/12033_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guest house offers 7 floors, 176 rooms, 171 double rooms and 5 suites. In the entrance, guests are offered a hall, 3 lifts, a reception and a currency exchange service. With regards to the food and beverage offering, the establishment has a snack bar, a kiosk (seasonal), 2 restaurants and highchairs. The establishment has a TV room, conference rooms and internet. It has a car park. SITUATION: This golf hotel is located near the beach, near the establishment, guests will find the tourist centre, shops, boutiques, bars, restaurants and nightlife. Marbella, Estepona and Puerto Banus it is situated 12 kilometres away from. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, fitted carpets, an air-conditioning system (seasonal), a central heating system (seasonal), a safety deposit box (available for a fee) and a balcony. Clients are offered room service and a launderette. FACILITIES: The establishment has an entertainment programme, a covered swimming pool, a sauna and a massage service. Clients can enjoy play ping-pong and play golf. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: The establishment offers a buffet breakfast and buffet or set-menu dinner. OBSERVATIONS: confirm the check-in time and ask for the check-out time.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1189.43" OriginalAmount="1177.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.458025" Longitude="-5.052253" StarRating="3" HotelCode="211350|6161513" HotelName="Macdonald Villacana Resort" Meals="ROOM ONLY,SELF CATERING" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Cadiz 165/166, 29689 Estepona, Málaga</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/79/6a79ecfc1ba838dc531b4670e8e345cd78c46fe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Estepona. The nearest airport is Malaga (AGP).</HotelDescription>
        <Offer>Discount:GBP9.82</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1368.44" OriginalAmount="1354.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4661788" Longitude="-5.0250642" StarRating="5" HotelCode="|31578" HotelName="Senator Banus Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>URB BENAMARA - CTRA. N-340/ KM 168</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/7/8/31578_a1b8dcc1229.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 3 restaurants, a spa and a massage service. SITUATION: This hotel is near the beach, 10 minutes away from the establishment, guests will find Estepona the city centre of Where you can find restaurants, bars, the tourist centre and a bus station. it is situated 80 kilometres away from Malaga Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1401.63" OriginalAmount="1387.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.427273" Longitude="-5.140719" StarRating="0" HotelCode="|442833" HotelName="Estepona Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pl. Ortiz 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/8/3/3/442833_717523e1217.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1443.82" OriginalAmount="1429.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4718501" Longitude="-5.0474513" StarRating="4" HotelCode="|20410" HotelName="Bakour OH Nice Costa del Sol" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/1/0/20410_1_2133.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a main 4-storey building, 301 apartments, a garden area with a swimming pool. In the establishment entrance, guests will find a lobby with elevators and a reception. Regarding the food and beverage offering, the establishment has a cafÃ©, an inviting bar and a restaurant with air-conditioning, There are many services available at the establishment, including a conference room, internet and a laundry service. Children can enjoy a mini-club and a playground. For an additional charge you can use a car park. SITUATION: The establishment, San Pedro de AlcÃ¡ntara and Estepona it is located between Next to Los Flamingos the golf resort 1 kilometre away from El Saladillo the beach Puerto BanÃºs 10 kilometres away, you can find it is 70 kilometres away from Malaga Airport Gibraltar around 50 kilometres away you can find. ROOM: Guests are offered elegant apartments with a bathroom with a bath, a hairdryer, a living room, a direct line telephone (available for a fee), a television, an American kitchen, a fridge, a microwave, an air-conditioning system, heating, a safe (available for a fee) and a balcony or terrace. FACILITIES: Outdoors, guests have access to a swimming pool with a snack bar, deck chairs and parasols. You can enjoy ping pong, water aerobics, mini-golf, aerobics and archery. The establishment also offers an entertainment programme (seasonal). MEALS: Clients have at their disposal a restaurant. PAYMENT METHODS: Customers can pay by Visa and Mastercard. OBSERVATIONS: pets are permitted on request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1446.78" OriginalAmount="1432.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.434999" Longitude="-5.147334" StarRating="0" HotelCode="|563543" HotelName="Estepona Holiday Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Arrabal Ctra. Genalguacil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/5/4/3/563543_f33f59f1955.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1470.72" OriginalAmount="1456.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.45794" Longitude="-5.05263" StarRating="3" HotelCode="|195699" HotelName="Macdonald Villacana Club Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Cadiz Km.165/166</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/6/9/9/195699_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1475.14" OriginalAmount="1460.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4281006" Longitude="-5.1440001" StarRating="0" HotelCode="|12036" HotelName="Hacienda Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CTRA DE CADIZ KM.163</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/3/6/12036_21.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 25 metres away from the sea. FACILITIES: The establishment boasts an entertainment programme, an adult swimming pool, a children's swimming pool, a garden and a car park. APARTMENTS: The establishment has apartments with bathroom, Equipped with telephone, a fridge, towels, bedclothes and a kitchen. They have balcony and air-conditioninng.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1587.72" OriginalAmount="1572.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.42548666" Longitude="-5.14545348" StarRating="1" HotelCode="424784|hostal_el_pilar_2" HotelName="El Pilar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Flores  10, Estepona</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/bc/0bbcbe84b4fdb97c016a87d032c3a28f43fda3e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;/b&amp;gt; &amp;lt;br /&amp;gt;Located in Velez-Malaga, Hostal El Puerto ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1662.45" OriginalAmount="1645.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4616421" Longitude="-5.0112858" StarRating="4" HotelCode="|12042" HotelName="Sol Marbella Estepona Atalaya Park" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de las Golondrinas S/N</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/4/2/12042_229334c1842.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays, In the entrance, guests are offered a lobby with elevators, a reception with safety deposit boxes and a currency exchange service. The establishment has various facilities, such as a cafÃ©, a kiosk, shops, a hairdresser's, a piano bar, an auditorium, 2 Ã  la carte restaurants, a buffet restaurant with highchairs. The establishment has a conference room, internet, bicycle rental, room service, a laundry service, a car park, a laundry service, a medical care service, a mini-club, a park and games room. SITUATION: This luxurious hotel is located in front of the sea, Between, is on the Costa del Sol the heart of In front of a beach, is surrounded by gardens, green areas, 1 kilometre away, you can find bars, restaurants and a public transport stop. it is 60 kilometres away from Malaga Airport Puerto BanÃºs it is situated 6 kilometres away from San Pedro the establishment is 3 kilometres away from 2 kilometres away, you can find golf courses. ROOM: The establishment has 475 stylish rooms and apartments. All the rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar, satellite or cable TV, a radio, a stereo, central heating, a safety deposit box and a balcony with views. FACILITIES: Outdoors, clients have access to swimming area, 4 swimming pools, a salt water swimming pool, 2 children's swimming pools, a pool bar, deck chairs and parasols. The establishment has a covered swimming pool, a jacuzzi, a sauna, a solarium and a massage service. For a fee, you can enjoy skiing, diving, a golf course and billiards. Clients have access to 9 tennis courts and padel tennis court. At the beach, you can find jet-skiing, windsurfing, surfing, sailing, catamaran excursions and canoeing. The establishment has 6 tennis courts, a ping pong table, a gym, a basketball court and beach volleyball court. Guests can enjoy aerobics, archery and lawn bowling. Our guests can also go cycling and horse-riding. Around the establishment, our guests can find 2 golf courses. MEALS: The establishment offers all meals in a buffet format and a set-menu or Ã  la carte dinner. Clients can book half-board. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1676.60" OriginalAmount="1660.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.417104" Longitude="-5.173198" StarRating="4" HotelCode="48844|h10_estepona_palace" HotelName="H10 Estepona Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel,Golf Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avigunda del Carmen 99, Playa de Guadalobón, 29680 Estepona, Costa del Sol</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b1/d8/b1d811b3cc8d64a11a1a52aa20f97ecdcf8e51bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring superb Andalusian architecture, this top-notch hotel lies directly by a slightly sloping s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1688.99" OriginalAmount="1672.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4254452" Longitude="-5.1454061" StarRating="4" HotelCode="|81897" HotelName="El Pilar Andalucia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Flores, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/8/9/7/81897_70376ca1624.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception. SITUATION: Is situated inlas Flores the Square of 180 metres away, guests will find the beach. ROOM: The establishment has rooms with an air-conditioning system, a television and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1707.13" OriginalAmount="1690.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.408763" Longitude="-5.185871" StarRating="5" HotelCode="50921|8374" HotelName="Elba Estepona Gran Hotel &amp; Thalasso Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera Estepona - Cádiz Km. 151, Urbanizacion Arena Beach, 29680 Estepona</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/d1/d0d166a05ba56467ba15cbaf3f9c0be9ca01efde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the holiday resort of Estepona, only a stone's throw from the beau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1785.41" OriginalAmount="1767.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.461390596915" Longitude="-5.0112891197205" StarRating="4" HotelCode="7867|2096628" HotelName="Sol Marbella Estepona -  Atalaya Park" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="Beach Hotel,Golf Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de las Golondrinas 2, 29688 Estepona, Málaga</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/88/c488db7f16879d0b99afec6292c38dc4d7481425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of the Costa del Sol, between Marbella and Estepona (both aro...</HotelDescription>
        <Offer>Discount:GBP14.73</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2501.77" OriginalAmount="2477.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.45288002827" Longitude="-5.0685757398605" StarRating="5" HotelCode="13885|healthouse_las_dunas_gl_health_beach_spa" HotelName="Healthouse Las Dunas Health &amp; Beach Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera Marbella-Estepona km 163.5, 29689 Estepona, Urbanización La Boladilla Baja</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/9c/7a9cd293a2e283d1cd3d7053d94156ad3ffaee51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly beside the beach approximately 5 km from the centre of Torremo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2611.86" OriginalAmount="2586.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.457047876191" Longitude="-5.0477169306239" StarRating="4" HotelCode="12935|iberostar_costa_del_sol" HotelName="Iberostar Costa del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Urbanizacion Costalita s/n, Puente de Cancelada, 29680 Estepona, Málaga</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/21/aa/21aad3a14726ee4dbcbb7e08bd4cd7ca366e3280.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is peacefully located directly beside the beach and within a short distance of shops, res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2687.40" OriginalAmount="2660.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.45373" Longitude="-5.06803" StarRating="5" HotelCode="|195697" HotelName="Las Dunas Grand Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/6/9/7/195697_198f8991101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2979.59" OriginalAmount="2950.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4567644" Longitude="-5.0474138" StarRating="5" HotelCode="|12030" HotelName="Mett and Beach Resort Marbella Estepona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COSTALITA S/N</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/3/0/12030_27bc5dc1431.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3061.42" OriginalAmount="3031.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4362466677" Longitude="-5.107913017273" StarRating="5" HotelCode="259312|897" HotelName="Kempinski Bahia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carretera De Cádiz km 159, Playa El Padrón, 29680 Estepona, Marbella</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c7/27/c727ddd123d229246ae744f3308d06d12b40d0eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located somewhat above a wide, approximately 1 km long stony strip of b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3104.08" OriginalAmount="3073.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.436291" Longitude="-5.107891" StarRating="5" HotelCode="|12040" HotelName="Hacienda del Mar member of Meliá Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/4/0/12040_4f326a51227.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, has 132 double rooms and 15 suites. The hotel is surrounded by gardens, has swimming pools, a heated swimming pool, waterfalls, exotic plants and palm trees. In the entrance, guests are offered a reception, a concierge and security. The establishment has shops, 2 bars and 4 Ã  la carte restaurants. There are many services available at the establishment, including room service and a laundry service. The establishment boasts a car park and indoor parking. SITUATION: This smart, luxurious hotel is 50 metres away from the beach. 5 minutes away, you can find Estepona, is situated 15 minutes away from Puerto BanÃºs, and 20 minutes away from Marbella. It's 75 kilometres from Malaga Airport. 40 kilometres away from the establishment, guests will find Gibraltar Airport. ROOM: Customers have luxurious rooms with a safe, a television, WiFi, a sofa-bed, a desk, a mini-bar, a bathroom with a shower a bath and a balcony. FACILITIES: There is a variety of facilities and services available at the establishment, including a covered swimming pool, 3 swimming pools and a heated swimming pool. Outdoors, clients have access to a pool bar, deck chairs, parasols and a solarium. Guests also have access to a sauna, a gym, a bicycle hire service and a golf course. At an extra cost, you can find a Turkish bath, a massage service and a tennis court. Our guests can also horse-riding. Guests are offered flamenco shows once a week and a jazz show on Sundays. Some of the services offered are a babysitting service on request. 5 kilometres away, guests can enjoy golf courses. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3225.78" OriginalAmount="3193.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.46026" Longitude="-5.04583" StarRating="0" HotelCode="|447726" HotelName="The Flag Hotel Marbella Estepona - Adults Recommended" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C. Trajano 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/2/6/447726_0edac631258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3579.93" OriginalAmount="3544.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.463226" Longitude="-5.0160795" StarRating="4" HotelCode="|82184" HotelName="Marriott's Playa Andaluza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/1/8/4/82184_62b1e491154.jpg</HotelPictures>
        <HotelDescription>SITUATION: This complex is on the Costa del Sol is situated in Estepona, close to Puerto BanÃºs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="3886.21" OriginalAmount="3847.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.462903114893" Longitude="-5.0140044993016" StarRating="4" HotelCode="284288|3161045" HotelName="Globales Playa Estepona" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="Beach Hotel,Village,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Jose Luis Carrillo Benitez s/n, 29688 Estepona</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/f4/50f486fbe4fa4f15cd62ba97c0b3f9dbc9d5a78a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Costa del Sol in the municipality of Estepona, just 5 km fr...</HotelDescription>
        <Offer>Discount:GBP32.07</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6534.50" OriginalAmount="6469.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.4694329" Longitude="-5.0210408" StarRating="0" HotelCode="|75395" HotelName="Cortijo del Mar Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CTRA NACIONAL 340 KM 168 (SALIDA CC DIANA)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/9/5/75395_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex offers security. SITUATION: This complex is well-connected with Estepona, Puerto Banus and Marbella is situated in a peaceful area. It is 400 metres away from a clubhouse where you can find a restaurant, a spa, jacuzzi, Turkish bath, tennis, padel tennis, mini-club and golf course. ROOM: The establishment has large, bright apartments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6669.71" OriginalAmount="6603.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.471257" Longitude="-5.021783" StarRating="3" HotelCode="175831|1814645" HotelName="Cortijo del Mar Resort And Apartamentos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Alquería, 1, 29680 Estepona</AddressLine>
          </AddressLines>
          <CityName>Estepona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/65/27658daebba088ad9560e7ef595f922e6194f47e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment resort is well connected to Puerto Banus, Estepona and Marbella, and is within easy r...</HotelDescription>
        <Offer>Discount:GBP66.70</Offer>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Bicycle Rental,Currency Exchange,Designated Smoking Area,Wheelchair Access,Kitchen,Heated Pool,Garden</BasicAmenities>
    <HotelRating>5,4,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,SELF CATERING,HALF BOARD,ROOM ONLY,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>BEACH HOTEL,SPA HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,GOLF HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,BUSINESS HOTEL,VILLAGE,CLUB RESORT,GUEST HOUSES,HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
238bee9e-39d2-4c76-b441-53d4d535311a|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|True