<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e1d7f85e-0ca3-41fe-a838-47b358258cf8|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="e1d7f85e-0ca3-41fe-a838-47b358258cf8">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-02-03T00:00:00" End="2025-02-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="" Password="" RequestedCurrency="INR" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e1d7f85e-0ca3-41fe-a838-47b358258cf8|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2024-12-11T11:07:53.9362867+00:00" Version="0" EchoToken="Search" TransactionIdentifier="e1d7f85e-0ca3-41fe-a838-47b358258cf8" Currency="INR">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="43721.28" OriginalAmount="42864.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="51.524415452626" Longitude="-0.076311928761811" StarRating="4" HotelCode="199761|boundary" HotelName="Boundary" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel,boutique hotel" CnxPolicy="Free CXL until 30/01/2025" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Babysitting,Banquet Hall,Bar,Boutique,Conference Hall,Designated Smoking Area,Diet Meals,Internet,Laundry,Massage Centre,Meeting Room,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Boundary Street, Entrance in Red Church Street, Shoreditch, London E2 7DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/311835/311835a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boundary.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Airport Transfer (on Demand),Babysitting,Banquet Hall,Bar,Boutique,Conference Hall,Designated Smoking Area,Diet Meals,Internet,Laundry,Massage Centre,Meeting Room,Restaurant,Room Service,Spa,Wheelchair Access</BasicAmenities>
    <HotelRating>4</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>BOUTIQUE HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e1d7f85e-0ca3-41fe-a838-47b358258cf8|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="e1d7f85e-0ca3-41fe-a838-47b358258cf8">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-02-03T00:00:00" End="2025-02-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="199761|boundary" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="" Password="" RequestedCurrency="INR" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e1d7f85e-0ca3-41fe-a838-47b358258cf8|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e1d7f85e-0ca3-41fe-a838-47b358258cf8|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="e1d7f85e-0ca3-41fe-a838-47b358258cf8" TimeStamp="0001-01-01T00:00:00" HotelName="Boundary" HotelCode="199761|boundary" StarRating="4" GTCityId="40324" CountryCode="GB" CityName="London" CountryName="United Kingdom" Address="2-4 Boundary Street, Entrance in Red Church Street, Shoreditch, London E2 7DD" PostCode="E2 7DD" PhoneNo="+442077291051" FaxNo="" Email="info@boundary.london" CheckInTime="15:00:00" CheckOutTime="12:00:00" Latitude="51.524415452626" Longitude="-0.076311928761811" SourceId="63" Currency="INR"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Double room (full double bed) (king size bed)" RoomTypeCode="h-b2009e6f-47d9-55f5-9824-d93f478d87a8|63|NDI4NjQuMDB8SU5SfDIwMjUtMDItMDM=" OriginalAmount="42864" TotalPrice="43721.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/01/2025"><AdditionalDetails>INR 7144.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-31T00:00:00" End="2025-01-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="43721.28" /></CancelPenalty><CancelPenalty Start="2025-01-31T00:00:00" End="2025-02-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="43720.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard room" RoomTypeCode="h-edb63095-c1b2-5178-8f01-4b7e8f3d8276|63|NDM3MjguMDB8SU5SfDIwMjUtMDItMDM=" OriginalAmount="43728" TotalPrice="44602.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/01/2025"><AdditionalDetails>INR 7288.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-31T00:00:00" End="2025-02-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="21084.42" /></CancelPenalty><CancelPenalty Start="2025-02-01T00:00:00" End="2025-02-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="44601.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Business room" RoomTypeCode="h-3b552110-fb9b-5836-8bb0-86e940b6ed22|63|NTM1NTMuMDB8SU5SfDIwMjQtMTItMTE=" OriginalAmount="53553" TotalPrice="54624.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>INR 8925.50-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2024-12-11T00:00:00" End="2025-02-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="54624.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Duplex Suite (full double bed) (king size bed)" RoomTypeCode="h-38af3ffb-1853-571e-8bf8-381c81b5b242|63|NjU4NjEuMDB8SU5SfDIwMjUtMDItMDM=" OriginalAmount="65861" TotalPrice="67178.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/01/2025"><AdditionalDetails>INR 10976.83-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-31T00:00:00" End="2025-01-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="67178.22" /></CancelPenalty><CancelPenalty Start="2025-01-31T00:00:00" End="2025-02-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="67177.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Duplex Suite" RoomTypeCode="h-9c140c56-0f79-5789-ac4c-799a61e72e31|63|NjcxNTcuMDB8SU5SfDIwMjUtMDItMDM=" OriginalAmount="67157" TotalPrice="68500.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/01/2025"><AdditionalDetails>INR 11192.83-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-31T00:00:00" End="2025-02-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="33040.86" /></CancelPenalty><CancelPenalty Start="2025-02-01T00:00:00" End="2025-02-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="68499.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Suite (full double bed) (king size bed)" RoomTypeCode="h-ba8425f4-b950-5ee1-b3fa-729c25c6661c|63|NzM2MzUuMDB8SU5SfDIwMjUtMDItMDM=" OriginalAmount="73635" TotalPrice="75107.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/01/2025"><AdditionalDetails>INR 12272.50-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-31T00:00:00" End="2025-01-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="75107.70" /></CancelPenalty><CancelPenalty Start="2025-01-31T00:00:00" End="2025-02-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="75106.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Suite" RoomTypeCode="h-5d7b17e3-b7a7-5904-8d25-231462bd335d|63|NzUwMzkuMDB8SU5SfDIwMjUtMDItMDM=" OriginalAmount="75039" TotalPrice="76539.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/01/2025"><AdditionalDetails>INR 12506.50-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-31T00:00:00" End="2025-02-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="37060.68" /></CancelPenalty><CancelPenalty Start="2025-02-01T00:00:00" End="2025-02-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="76538.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Double Duplex room (full double bed)" RoomTypeCode="h-2442c0c3-a56a-5305-a9ba-647875b4ef12|63|NzU1NzguMDB8SU5SfDIwMjUtMDItMDM=" OriginalAmount="75578" TotalPrice="77089.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/01/2025"><AdditionalDetails>INR 12596.33-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Family room|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-31T00:00:00" End="2025-02-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="52034.28" /></CancelPenalty><CancelPenalty Start="2025-02-01T00:00:00" End="2025-02-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="77088.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/1024x768/content/53/05/53055e6026dfc5d2739ca765f2045dd9c8669abe.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/db/8c/db8c7a829b1a3236f6f159e692f0b8d8ea96f6fb.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/7e/76/7e761467a9d97a6513d94615836b1dd290ac05cb.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/e1/21/e121bcd633afe7aeb80cab6426ecb1282461986d.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/af/b4/afb40bada5ef3e4780b9c09b9d4efe92ca682ba5.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/5c/d6/5cd6e2481fbd451e213c1e819578d9c9a24ccc60.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/0e/41/0e41412f02c90c02e7d47c626576201e618596cd.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/56/a4/56a4939e50f70187258561e3bcb761e826c3f404.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/ba/d9/bad9d3ea231d899189db3f6a64b058afedab3431.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/28/fd/28fdcb370d5217833318c4d91710ce628cc3dba6.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/16/70/1670edc00b3fd2513c0d0b36e89ca34f9d9cc8ea.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/78/4c/784c8b53aaf903677548786933b06689efbe740c.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/95/21/9521852f88c888427d9bb0f177dc7461fa433428.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/95/4c/954c10b371f44878166a8e763284d1a1850fe96e.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/ed/e0/ede05d6d08b6745e8fff01bf002b74e06711514f.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/79/d1/79d111b8957fd1c36bc523991442b5a08bfbc6ec.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/47/99/4799cc3a7248d3388394a97c104666baba4b14bc.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/5e/9b/5e9b2a4ad4b396f0e411be8856017ce4f179df78.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/68/0d/680d83604ff3e584f13c43439956228dc021f019.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/69/a3/69a3954cd0964abddc623e1b71590d2c24c59eae.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/83/29/8329709761bcd51e01d16ade4a0b5f004702e17f.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/59/cf/59cf9dc4e9079ab2ad1ec0b7006d2936e9b2b579.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/ce/cc/cecc8c1f029913410516cf9b745f5beb3e515346.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/db/ca/dbca8fae506701a2c5c270a61efcad4b548e3a5e.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/fe/97/fe97315e82271abd12b54becde570cd02389d680.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/bf/4b/bf4b5f3ef3bea7fe9912b6580dd3a16acc7a381d.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/c3/e2/c3e24284fef3e631f7967650a619cd95eba34b73.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/42/0c/420cf71875e098e6c417106e3e3cee8b0fc4a3f0.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/ea/72/ea727fd741722aba9a60b15480c610b9b5bbcf8e.JPEG" /><Image Url="https://cdn.worldota.net/t/1024x768/content/33/94/33943a9cc8bb99933481ed107368998af98d3c22.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/28/f6/28f6b236b7e352efe1196d1c1235b8831c29975f.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/de/e8/dee89d13823444a20b4a053a85a0c596e878ead6.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/29/ca/29ca22fcce2332b03ff5ef31d3cde1c78957eed4.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/ae/15/ae15192f798212e16ae9a32a9366089057d24490.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/99/ff/99ff0655dd5ea3a6a2dd5a18378ee267f9f0e854.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/7b/08/7b08e6e75756025e8fa7b6904bc479e8d92d39e6.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/7f/62/7f62c0cdb45e15f54a474c0892eaeea980e453d1.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/70/bb/70bb618fbada5082cea57d543a06aca4baff416a.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/59/ca/59ca6176e0e72b7cf650650d7d0483f0987d5059.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/8f/a6/8fa61e72eeb816f3ad1ed4f45aa4617063ff946b.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/01/ba/01ba750e8ec26657f061fb9a558103bbb49b1963.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/a4/24/a424d9f99c6727a0185bbf2274a62bf51408989b.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/ce/98/ce98437b6a8daebd07155e794dea560223000265.JPEG" /><Image Url="https://cdn.worldota.net/t/1024x768/content/76/42/7642af57b38aaae0ba0257dca91c9cd2da7a96ae.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/b2/9d/b29d9fd26a342b68519a264b98ec9e11f07a6755.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/a5/77/a5772f196c3d183299867f048d72a39524135e26.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/f6/72/f67234a06449b9f2e9310d89a377dc8f8d710497.jpeg" /><Image Url="https://cdn.worldota.net/t/1024x768/content/3a/d4/3ad4f3522c0ee27a9d399982a1690d6e2339d720.JPEG" /><Image Url="https://cdn.worldota.net/t/1024x768/content/ed/46/ed468c76b4ec9c496cceabf9a724e3a850ee172e.JPEG" /><Image Url="https://cdn.worldota.net/t/1024x768/content/56/fb/56fbeae9d4410665b3cc64c50b3e07b1fc8a36f8.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in London. The nearest airport is Boundary.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;17 rooms are located on 3 storeys and can be reached by lift. The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service and a safe. Wireless internet access (no extra charge) is provided in public areas. The tour desk offers assistance with booking excursions. The hotel has wheelchair-accessible facilities. There are a number of shops, including a supermarket. A garden provides extra space for rest and relaxation in the open air. Further services include a babysitting service (for a fee), room service (limited hours), a laundry service and a coin-operated laundry. Complimentary newspapers are available.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain comfortable temperatures. A minibar and a desk are also available. Additional features include a refrigerator, a mini fridge and a tea/coffee station. An ironing set is provided for guests' convenience. Other features include a telephone, a flatscreen television with cable channels and WiFi. A turndown service provides guests with additional comfort in the evening hours. Slippers are included. Bathrooms are equipped with a shower and bathrobes. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has 6 non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. A sun terrace is a great place to while away the hours. Leisure activities and facilities at the hotel include massage treatments or, for a fee, a gym. Copyright GIATA 2004 - 2022. Multilingual, powered by www.giata.com for client no. 126985</HotelDescription><Facilities><HotelFacilities><Type>General</Type><Description>Shopping on site</Description><Value>Shopping on site</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Air conditioning</Description><Value>Air conditioning</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>24-hour reception</Description><Value>24-hour reception</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Elevator/lift</Description><Value>Elevator/lift</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Currency exchange</Description><Value>Currency exchange</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Smoke-free property</Description><Value>Smoke-free property</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Security guard</Description><Value>Security guard</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Newspapers</Description><Value>Newspapers</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Ticket assistance</Description><Value>Ticket assistance</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Gift shop</Description><Value>Gift shop</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Express check-in/check-out</Description><Value>Express check-in/check-out</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Terrace</Description><Value>Terrace</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Pharmacy</Description><Value>Pharmacy</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Accessibility features</Description><Value>Accessibility features</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Wheelchair Accessible</Description><Value>Wheelchair Accessible</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Iron and board</Description><Value>Iron and board</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Laundry</Description><Value>Laundry</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Safe-deposit box</Description><Value>Safe-deposit box</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Concierge services</Description><Value>Concierge services</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Dry-cleaning</Description><Value>Dry-cleaning</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Wake-up service</Description><Value>Wake-up service</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Bar</Description><Value>Bar</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Coffee/tea for guests</Description><Value>Coffee/tea for guests</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Diet menu (on request)</Description><Value>Diet menu (on request)</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast</Description><Value>Breakfast</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast in the room</Description><Value>Breakfast in the room</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Cafe</Description><Value>Cafe</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Snack bar</Description><Value>Snack bar</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast/lunch to go</Description><Value>Breakfast/lunch to go</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Kitchen</Description><Value>Kitchen</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Kettle</Description><Value>Kettle</Value></HotelFacilities><HotelFacilities><Type>Internet</Type><Description>Free Wi-Fi</Description><Value>Free Wi-Fi</Value></HotelFacilities><HotelFacilities><Type>Transfer</Type><Description>Shuttle</Description><Value>Shuttle</Value></HotelFacilities><HotelFacilities><Type>Transfer</Type><Description>Airport transportation</Description><Value>Airport transportation</Value></HotelFacilities><HotelFacilities><Type>Transfer</Type><Description>Transfer services</Description><Value>Transfer services</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>Spanish</Description><Value>Spanish</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>English</Description><Value>English</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>Italian</Description><Value>Italian</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>French</Description><Value>French</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>Multi-language staff</Description><Value>Multi-language staff</Value></HotelFacilities><HotelFacilities><Type>Tourist services</Type><Description>Tour assistance</Description><Value>Tour assistance</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Sun Deck</Description><Value>Sun Deck</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Event facilities</Description><Value>Event facilities</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Fax and copy machine</Description><Value>Fax and copy machine</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Conference Hall</Description><Value>Conference Hall</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Doctor</Description><Value>Doctor</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Massage</Description><Value>Massage</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>First Aid Kit</Description><Value>First Aid Kit</Value></HotelFacilities><HotelFacilities><Type>Kids</Type><Description>Babysitting and childcare</Description><Value>Babysitting and childcare</Value></HotelFacilities><HotelFacilities><Type>Pets</Type><Description>Pets Not Allowed</Description><Value>Pets Not Allowed</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Temperature control for staff</Description><Value>Temperature control for staff</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Personal protection equipment for staff</Description><Value>Personal protection equipment for staff</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Extra decontamination measures</Description><Value>Extra decontamination measures</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Temperature control for guests</Description><Value>Temperature control for guests</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Personal protection equipment for guests</Description><Value>Personal protection equipment for guests</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Contactless check-in and/or check-out</Description><Value>Contactless check-in and/or check-out</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Individually packaged food</Description><Value>Individually packaged food</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Additional measures against COVID-19</Description><Value>Additional measures against COVID-19</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e1d7f85e-0ca3-41fe-a838-47b358258cf8|RateHawkSearch|successfull supplier interation||RateHawk|True