<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
9c92e47b-39e9-4512-9db4-22d0adef8efa|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="9c92e47b-39e9-4512-9db4-22d0adef8efa">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2024-11-16T00:00:00" End="2024-11-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Abba" Password="Leyton74" RequestedCurrency="GBP" ClientNationality="GB" 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
9c92e47b-39e9-4512-9db4-22d0adef8efa|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c92e47b-39e9-4512-9db4-22d0adef8efa|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c92e47b-39e9-4512-9db4-22d0adef8efa|DOTWSearch|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c92e47b-39e9-4512-9db4-22d0adef8efa|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2024-11-10T10:09:24.1080567+00:00" Version="0" EchoToken="Search" TransactionIdentifier="9c92e47b-39e9-4512-9db4-22d0adef8efa" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="113.10" OriginalAmount="109.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.46236215267" Longitude="39.598822972769" StarRating="3" HotelCode="392331|1681298" HotelName="Al Alya Hotel Rooms And Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Alanbraya, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=7000860</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="1" HotelCode="744175|sidrathul_aaliya_hotel" HotelName="Sidrathul Aaliya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Qurban, Medina 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/56626/3756626/1.jpg?f=15315347</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.52" OriginalAmount="141.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="0" HotelCode="767945|2525595" HotelName="Al Eairy Furnished apt Al Madinah 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2024">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Alkhtab Street, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/94036/3694036/1.jpg?f=15251620</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.98" OriginalAmount="141.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.48822546" Longitude="39.63635305" StarRating="0" HotelCode="761475|3972915" HotelName="Al Eairy Furnished Apts Al Madinah 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2024">
        <Address>
          <AddressLines>
            <AddressLine>P. Mohamed Bin Abdul Aziz &amp; Airport Road, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/94026/3694026/1.jpg?f=15251640</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.75" OriginalAmount="143.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47491084" Longitude="39.63219496" StarRating="0" HotelCode="761358|2527015" HotelName="Al Eairy Furnished Apartment Al Madinah 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Hizam Road, Prince Abdul Majid Road, Medina 52261</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1090372/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|zowar_international" HotelName="Zowar International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="185.61" OriginalAmount="180.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="0" HotelCode="779592|2529615" HotelName="Al Eairy Furnished Apts Al Madinah 13" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prince Abdulmajeed Road, Al Mughaisilah, Medina 42315, Al Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1090383/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.14" OriginalAmount="183.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|2292975" HotelName="Odst Al Madinah Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629988/629988a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel AL.Madinah is now operated by Manazil Al.Mukhtara Company since August 2016. 

ODST hotel is now a 4 stars hotel category. 

ODST Hotel is a prestigious 4 Stars property that located in the hart of the Al.Madinah AL.Munawarah in Northern Central Area called (Al.Markaziah).

Locations:
ODST Hotel enjoys an exceptional location in hart of the northern Central area of the (Al.Markaziah), around 170 Meters from the Al.Masjid AL.Nabawai Al.Shareef (Prophets' Holy Mosque), It is a 5 minutest walking distance to Holy Mosque, and location surrounded by luxurious hotels, shopping males and restaurants.

Accommodation:
Featuring 700 Rooms, Spread over 14 floors the hotel has been thoughtful equipped to meet the needs of hajj and Umrah pilgrims, business Travels, and families. All rooms offer ultimate level in convenience and comfort, coupled with incomparable view of the Prophets city.

Dining:
With special restaurant located at level M of the building, the hotel offers exceptional Arabic, Asian, and international dining, Plus that there some other external food brands available in the hotel including dominos pizza, fried chickens &amp; other.

Facilities:
A wide range of facilities ensures guest hospitality. These include complementary WIFI in the lobby and general areas, 24 hr front disk services, limousine services, and car parking services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.08" OriginalAmount="236.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47219639" Longitude="39.61287646" StarRating="4" HotelCode="352738|al_saha_hotel" HotelName="Al Saha Hotel – By Al Rawda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Markaziah Al Shemaliah, Beside Al Bukhary Mousque, PO Box 25739 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/69684/2069684/1.jpg?f=15075024</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Saha Hotel - By Al Rawda is minutes from Al-Masjid al-Nabawi and close to Baqi Al Gharqad. This hotel is within close proximity of Quba Mosque and Al-Rashid Mega Mall.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 216 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have bathtubs or showers and hair dryers. Conveniences include safes, housekeeping is provided daily, and cribs/infant beds (complimentary) can be requested.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities such as complimentary wireless Internet access, concierge services, and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Enjoy a satisfying meal at a restaurant serving guests of Al Saha Hotel - By Al Rawda.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include dry cleaning/laundry services and an elevator (lift). This hotel has 3 meeting rooms available for events.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="254.74" OriginalAmount="247.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|2525015" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10529110</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.97" OriginalAmount="277.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.46528193" Longitude="39.61188467" StarRating="0" HotelCode="864046|2329985" HotelName="Coral Al Madinah Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al Ansari, Bani Khidrah District, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/30252/3830252/8.jpg?f=15668574</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="291.86" OriginalAmount="283.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|2345385" HotelName="Saja Al Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/613309/613309a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="309.00" OriginalAmount="300.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47348164" Longitude="39.61311597" StarRating="5" HotelCode="353519|al_eiman_royal_hotel" HotelName="Al Eiman Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD-DINNER" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area North, Al Madina, 20012 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/149827/d23e0c96-96ef-4b2a-86b6-7b9c23e8c562.jpg?d=636875760310000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="310.48" OriginalAmount="301.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724" HotelName="Madinah Mövenpick Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="351.16" OriginalAmount="340.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1023042/w_1023042_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="367.06" OriginalAmount="356.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|1622948" HotelName="Le Meridien Medina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/108421/a_108421_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.48" OriginalAmount="409.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|35714" HotelName="Mövenpick Anwar Al Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/322264/322264a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="490.69" OriginalAmount="476.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.4721477" Longitude="39.61198578" StarRating="4" HotelCode="352214|2575145" HotelName="Dallah Taibah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zar Street, PO Box 6747, Madinah Al-Munawarah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/69233/2069233/1.jpg?f=14961925</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Dallah Taibah Hotel in Medina, you'll be in a shopping district and minutes from Al-Masjid al-Nabawi, and close to Baqi Al Gharqad. This 4-star hotel is within close proximity of Quba Mosque and Al-Rashid Mega Mall.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 477 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and slippers.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities such as complimentary wireless Internet access, concierge services, and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Enjoy a satisfying meal at a restaurant serving guests of Dallah Taibah Hotel. Quench your thirst with your favorite drink at a bar/lounge.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a business center, dry cleaning/laundry services, and an elevator (lift). Limited parking is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="496.46" OriginalAmount="482.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4.5" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/69939/2069939/1.jpg?f=15599867</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="498.21" OriginalAmount="483.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|PZAM" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street Madina, P.O. Box 40233</AddressLine>
          </AddressLines>
          <PostalCode>(0)148211889</PostalCode>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/427649/a_427649_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="503.14" OriginalAmount="488.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/319024/319024a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="535.83" OriginalAmount="520.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.471382519462" Longitude="39.612612187647" StarRating="4" HotelCode="236168|2520835" HotelName="Golden Tulip Al Zahabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/395003/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="538.55" OriginalAmount="522.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/492370/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="543.57" OriginalAmount="527.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|21984" HotelName="Hilton Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/66471/a_66471_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="558.40" OriginalAmount="542.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|897695" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST,ROOM ONLY,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/11/2024" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/321221/321221a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="670.81" OriginalAmount="651.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|2322255" HotelName="Millennium Madinah Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/632746/632746a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floors, designed to delight corporate and Air Crew accommodation alike.  It is strategically located on King Salman road at the heart of Prince Mohammad Bin Abdul Aziz International Airport area, located near to the Harmain Train station &amp; Madinah Knowledge city area. It is a 20-minute drive from The Grand Prophet Holy Mosque Medinah, and a 10-minute drive to downtown shopping district. The hotel offers, 3 different function rooms of various size up to 100 square meters to arrange conferences, and meeting facilities that are a state of art.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="675.80" OriginalAmount="656.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|21954" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/394749/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="760.03" OriginalAmount="737.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035" HotelName="Marriott Executive Apartments Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/16/50/1650fca6e1eb0beddab257ef1889d4b1f29550a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="771.31" OriginalAmount="748.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|21964" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/69434/788e560f-b9da-459a-92cb-7634c3a89a12.jpg?d=636597593960000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="812.75" OriginalAmount="789.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/517033/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1096.99" OriginalAmount="1065.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4.5" HotelCode="207932|917335" HotelName="Crowne Plaza Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/320827/320827a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2322.05" OriginalAmount="2254.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2024" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/69638/2069638/53.jpg?f=15513833</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2809.04" OriginalAmount="2727.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/143209/a_143209_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.68" OriginalAmount="206.49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|2367555" HotelName="Rawda Al Aqiq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>As Salam St.,, 25739 Al Madinah, Saudi Arabia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>Rawdat Al Aqiq Hotel offers accommodation in Al Madinah. Guests can enjoy the on-site restaurant. Every room at this hotel is air conditioned and features a flat-screen TV. You will find a kettle in the room. There is a 24-hour front desk at the property. Laundry service is available for an additional charge. The Prophet&amp;#039;s Mosque is 300 m from Rawdat Al Aqiq Hotel, while Old Bazaar is 800 m away. Prince Mohammed Airport is 14 km from the property.&lt;br/&gt;The Rawda Al Aqiq Hotel is a  hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="639.70" OriginalAmount="621.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.473440193168" Longitude="39.610848175973" StarRating="5" HotelCode="|IHQS" HotelName="InterContinental Dar Al Hijra Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street Central Area</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Central Heating,Designated Smoking Area,Laundry,24 Hour Security,Banquet Hall,Business Centre,Currency Exchange,Dining,Garden,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Airport Transfer (on Demand),24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,LCD/Projector,Luggage Storage</BasicAmenities>
    <HotelRating>5,4,1,4.5,3</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>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
9c92e47b-39e9-4512-9db4-22d0adef8efa|RateHawkSearch|successfull supplier interation||RateHawk|True