<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c81f355-2b9d-40df-ae17-083d17a1930f|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="9c81f355-2b9d-40df-ae17-083d17a1930f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40675" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-21T00:00:00" End="2026-07-26T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" 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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c81f355-2b9d-40df-ae17-083d17a1930f|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c81f355-2b9d-40df-ae17-083d17a1930f|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c81f355-2b9d-40df-ae17-083d17a1930f|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c81f355-2b9d-40df-ae17-083d17a1930f|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c81f355-2b9d-40df-ae17-083d17a1930f|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-07-08T13:59:56.4027065+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9c81f355-2b9d-40df-ae17-083d17a1930f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="164.90" OriginalAmount="163.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.50167019661" Longitude="-2.2449746944428" StarRating="2" HotelCode="503085|2547555" HotelName="Park View Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>220 Waterloo Road, Manchester M8 0TL</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/cc/96ccf3bd1872086b1c9090a2118e9602f8e6066a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.28" OriginalAmount="167.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.510647" Longitude="-2.217468" StarRating="3" HotelCode="114839|1160938" HotelName="Citi Mansions" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-4 Beech Mount, Manchester, Lancashire M9 5XS</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/7d/ae7d1a610a61381ef8d76f9cd90ce285091577a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="218.19" OriginalAmount="216.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.482364" Longitude="-2.236942" StarRating="3" HotelCode="31802|114572" HotelName="Sachas Hotel Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tib Street, Back Piccadilly, Manchester M4 1SH</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/c6/c2c6789f6830456df66bd954ec47d45a61e66bea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated very centrally within Manchester, on a main road and near Piccadilly Gardens, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479114885703" Longitude="-2.2372586174199" StarRating="3" HotelCode="29387|britannia_hotel__manchester_city_centre" HotelName="Britannia Hotel Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/07/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Portland Street, Manchester M1 3LA</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/74/97745b1306c87dd6b4e91111e0f39d3c2c4bd1b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located close to an abundance of shops and within metres of links to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479414410424" Longitude="-2.2219627251793" StarRating="2" HotelCode="263548|ibis_budget_manchester_centre_pollard_street" HotelName="ibis budget Manchester Centre Pollard Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Pollard Street, Manchester M4 7DB</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/17/f317b63e352626882ab6c434b997a3142d9aa1c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.5176629" Longitude="-2.2131676" StarRating="3" HotelCode="114686|park_city_suites_hotel" HotelName="Citi Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>882-884 Rochdale Road, Blackley, Manchester, Greater Manchester M9 8AH</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/a8/8ea8ddfab3f499f68186528906b7f502de9c5076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.486705" Longitude="-2.254408" StarRating="3" HotelCode="89408|stay_inn_hotel_manchester" HotelName="Stay Inn Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Brackfriars Road, 55, Manchester M3 7DB</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/bb/9abb571d578395071ddf9d6bab257be3ccdbd6a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated less than 100 metres from the city centre, quite close to the GMEX, clubs and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="240.80" OriginalAmount="238.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.55094084" Longitude="-2.19621476" StarRating="2" HotelCode="579815|4295735" HotelName="Assheton Arms Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Market Place, Middleton, Manchester M24 6AE</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/35/3f3545fd699e04689586f779425936dc2a1cd133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Assheton Arms Hotel in Manchester (Middleton), you'll be clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.91" OriginalAmount="242.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.406951" Longitude="-2.265679" StarRating="3" HotelCode="29388|281345" HotelName="Airport Hotel Manchester" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Palatine Road, Northenden, Manchester M22 4FH</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/37/3337f7840d580677b0a114276eddc0548d9ca855.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated for links to the transport network. Manchester Airport is around 5km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.465624812525" Longitude="-2.1932405251312" StarRating="2" HotelCode="114849|travelodge_manchester_sportcity" HotelName="Travelodge Manchester Sportcity" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Birch Street, Off Hyde Road, West Gorton Hyde, Manchester M12 5NT</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/67/5a67cd60415322fb620cd103cbd44044215abbb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.56" OriginalAmount="256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.480264864291" Longitude="-2.2354146838188" StarRating="3" HotelCode="18579|thistle_manchester_city_centre_the_portland" HotelName="ibis Styles Manchester Portland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Portland Street, Manchester M1 6DP</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/85/5b850290158f499282eeb792118654f5719681f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the city centre of Manchester. Links to the public transport sys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.462651" Longitude="-2.18355" StarRating="2" HotelCode="171242|diamond_lodge_hotel_manchester" HotelName="Diamond Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hyde Road, Belle Vue, Manchester M18 7BA</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/91/f7917a5db72017d796beefe2ac8bdc2752a270d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city establishment is situated around a 10-minute drive away from the Manchester Science Park. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.67" OriginalAmount="267.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48154033" Longitude="-2.23316205" StarRating="3" HotelCode="699005|easyhotel_manchester" HotelName="easyHotel Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>33 Dale Street, Bradley House, Manchester M1 2HF</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/cd/c3cd3fe3ab67b0eee1fade6653b47dce96ddbf73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Manchester. The establishment comprises 115 cosy bedrooms. EasyHotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.69" OriginalAmount="269.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.480973563004" Longitude="-2.2348111867905" StarRating="3" HotelCode="35408|gardens_hotel" HotelName="Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/07/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Piccadilly, Manchester M1 2AP</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/9b/bb9b6a98559a13babb5fe1b26f4aaef343fc3106.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Manchester overlooking Piccadilly Gardens, only 5 minutes' wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="277.11" OriginalAmount="274.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.40756375" Longitude="-2.3159613666667" StarRating="3" HotelCode="114398|4267425" HotelName="The Normanhurst" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195 Brooklands Road, Sale, Greater Manchester M33 3PJ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/48/56484d53fc848055d10e1aaaaaecdf5d855484b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.88" OriginalAmount="288.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.36254" Longitude="-2.29392" StarRating="3" HotelCode="115405|holiday_inn_express_manchester_airport_2" HotelName="Holiday Inn Express Manchester Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Runger Lane, Manchester Airport, Manchester M90 5DL</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/87/99877ac5fe23968c66cf90aaa449d31547c3df83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly by Manchester International Airport and the departures area is 3 km a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.88" OriginalAmount="288.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.474193914768" Longitude="-2.2367313876191" StarRating="2" HotelCode="79792|ibis_manchester_centre_princess_street_2" HotelName="ibis Manchester Centre Princess Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Charles Street, Princess Street, Manchester, Lancashire M1 7DG</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/b8/70b89802511f492232b5718e0a93c0dc67cc4f60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.45648177" Longitude="-2.21594876" StarRating="3" HotelCode="579311|rampant_lion_hotel" HotelName="Rampant Lion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Anson Road, Victoria Park, Manchester M14 5BZ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/b2/38b24924b9c3c3cf1ba693697cc0b8c539e978ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.461705" Longitude="-2.278943" StarRating="3" HotelCode="34478|trafford_hall_hotel" HotelName="Trafford Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Talbot Road, Old Trafford, Manchester M16 0PE</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/80/85807e33fda990d95cadd2007d0f738caa079e18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.96" OriginalAmount="296.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.484533558353" Longitude="-2.2442470613769" StarRating="3" HotelCode="296363|the_mitre_hotel" HotelName="The Mitre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Cathedral Gates, Manchester M3 1SW</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/bc/4ebccd5c2eed125072193ce486ab802415326aec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.16" OriginalAmount="316.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.474119918259" Longitude="-2.2347575426102" StarRating="3" HotelCode="94615|days_hotel_manchester__city_centre" HotelName="Pendulum Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weston Building, Sackville Street, Manchester M1 3BB</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/8c/988ca6c8459c45f07574630c9ed4abc0fa26c61e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located in Manchester’s city centre, within walking distance of the city’s ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.27" OriginalAmount="327.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.485552808035" Longitude="-2.235729516533" StarRating="3" HotelCode="176123|holiday_inn_express_manchester_city_centre_men_arena" HotelName="Holiday Inn Express Manchester City Centre - Arena" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Goadsby Street, Off Swan Street, Manchester M4 5JY</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/de/08de87dac9c8d136860ef13e7a7a1556fbea44c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated only 1.6 km from Manchester city centre. The City of Manchester Stadium ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.29" OriginalAmount="329.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.467936" Longitude="-2.284301" StarRating="4" HotelCode="23982|copthorne_hotel_manchester" HotelName="Copthorne Hotel Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Clippers Quay, Salford Quays, Manchester M50 3SN</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/f9/18f9a611daf5219ad3aaef6b03283e990928be41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in quiet surroundings, directly on Clippers Quay, just 2.5 km from the centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.31" OriginalAmount="331.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48631585" Longitude="-2.233997" StarRating="4" HotelCode="776468|ac_hotel_by_marriott_manchester_city_centre" HotelName="AC Hotel Manchester City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>15 Mason Street, Manchester  M45FT</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/36/73367e1ad8d4b8a6ba3e51d2d1878f850884d28c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 4 star hotel is located in the city centre of Manchester and was established in 2018. It is clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.43" OriginalAmount="343.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47745549166" Longitude="-2.239950299263" StarRating="4" HotelCode="77508|macdonald_townhouse_manchester_2" HotelName="Townhouse Hotel Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Portland Street, Manchester, Greater Manchester M1 6DF</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/10/ed107a6589e8658a60239628394a192f903dc2bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the corner of Portland Street and Princess Street in the heart of Mancheste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="347.49" OriginalAmount="344.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.460274" Longitude="-2.162419" StarRating="3" HotelCode="34477|571305" HotelName="Holiday Inn Express Manchester - East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Debdale Park, Hyde Road, Manchester M18 7LJ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/7a/ec7a52ec6cb6aba0502c8404c6b7b36f15595d74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located approximately 2 miles from the City of Manchester Stadium, Sport City and Manchester Velodro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.47" OriginalAmount="347.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.529508" Longitude="-2.245832" StarRating="3" HotelCode="152877|premier_inn_manchester_heaton_park_2" HotelName="Premier Inn Manchester Heaton Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Golf,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Middleton Road, Crumpsall, Manchester M8 4NB</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/1e/e61e9578de1d13218588b3528d19def1a35d4fe1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The full breakfast includes cooked items, vegetarian options and a wide continental selection. Premi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.49" OriginalAmount="349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.484119467752" Longitude="-2.2480183839798" StarRating="3" HotelCode="82522|travelodge_manchester_central" HotelName="Travelodge Manchester Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Blackfriars Street, Manchester M3 5AL</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/c6/2ac623aa6477505750eec1ec712164906768d97f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 650 metres from Salford railway station and 600 metres from Manchester Victoria railway...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.52" OriginalAmount="352.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.484194" Longitude="-2.232026" StarRating="3" HotelCode="114432|travelodge_manchester_ancoats" HotelName="Travelodge Manchester Ancoats" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Great Ancoats Street, Ancoats, Manchester, M4 5AZ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/63/7663718053c1e5b0c39e46556dcbab694cae64c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre about 1 km from Piccadilly Train Station. All of the city's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="356.21" OriginalAmount="352.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.474845481664" Longitude="-2.246800661087" StarRating="4" HotelCode="27279|33604" HotelName="Jurys Inn Manchester" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Great Bridgewater Street, Manchester M1 5LE</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/11/f511ca7002e8966ac6b1167cdc70ea716d8dd0cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the city, close to shopping district, bars, restaurants and ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479731" Longitude="-2.233143" StarRating="4" HotelCode="94608|abode_manchester" HotelName="ABode Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Piccadilly, Manchester M1 2DB, North West England</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/86/0c86b2e047ca26cb782de14482942109427ae864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Manchester about 2 minutes' walk from Piccadilly train station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.465212" Longitude="-2.089833" StarRating="3" HotelCode="36695|village_urban_resort_manchester_hyde" HotelName="De Vere Village Urban Resort Manchester Hyde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Captain Clarke Road, Hyde, Cheshire SK14 4QG, Manchester</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/7a/407a1ed7b13c0fdb94881c1cc91f5cf35060351e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 11 km from the Manchester city centre with easy access to the M60 and M57 moto...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.57" OriginalAmount="357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48079164" Longitude="-2.25641915" StarRating="3" HotelCode="348484|premier_inn_manchester_salford_central" HotelName="Premier Inn Manchester Salford Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Irwell Street, Salford, Greater Manchester, M3 5EN</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/3c/aa3cd6b63ef02dc0210259d61d3d49f16407a576.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.59" OriginalAmount="359.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.508078" Longitude="-2.312266" StarRating="3" HotelCode="152882|premier_inn_manchester_heaton_park" HotelName="Premier Inn Manchester Swinton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>219 Bolton Road, Pendlebury, Manchester M27 8TG</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/a4/17a4a06869b7b16ea1c2731adbf5b474595ba233.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The full all-you-can-eat breakfast includes cooked items, vegetarian options and a wide continental ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.63" OriginalAmount="363.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.483007474349" Longitude="-2.2345124661502" StarRating="3" HotelCode="114350|hilton_chambers_hostel" HotelName="Hilton Chambers Hotels Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Hilton Street, Manchester, Greater Manchester M1 1JJ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/29/d229cb5e0e48da6c203d6aa8f7ba02a2a7b87772.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the vibrant Northern Quarter of Manchester, this youth hostel is the ideal location from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.68" OriginalAmount="368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.537146" Longitude="-2.289217" StarRating="3" HotelCode="152879|premier_inn_manchester_prestwich" HotelName="Premier Inn Manchester Prestwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Bury New Road, Prestwich, Manchester, Greater Manchester M25 3TG</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/a3/f2a3b65b8e60e6f24801111441dfc688b6756607.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The full all-you-can-eat breakfast includes cooked items, vegetarian options and a wide continental ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="373.49" OriginalAmount="369.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.489886" Longitude="-2.241391" StarRating="4" HotelCode="901828|121214" HotelName="Park Inn by Radisson Manchester City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cheetham Hill Road, Manchester M4 4EW</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/5d/1d5de60ca7b7d23380deddb214713ecdd684c889.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located across the road from Victoria train and tram station and Mancheste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="376.53" OriginalAmount="372.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.490019265414" Longitude="-2.2468287897852" StarRating="3" HotelCode="199834|1065608" HotelName="Travelodge Manchester Central Arena" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Great Ducie Street, Manchester M3 1PT</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/21/f921f1c6f3e32360f46b5654c8863dc2daa3e9e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.75" OriginalAmount="375.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.478229683935" Longitude="-2.2418546676636" StarRating="4" HotelCode="76623|arora_hotel_manchester" HotelName="Princess St Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-24 Princess Street, Manchester M1 4LY</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/3d/6b3d9b6c64b29bbccacd88310381a11e50ee50e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Manchester city centre, on the border of Chinatown. This hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.77" OriginalAmount="377.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.473338467009" Longitude="-2.2403445839882" StarRating="3" HotelCode="167801|holiday_inn_express_manchester_city_centre" HotelName="Holiday Inn Express Manchester CC - Oxford Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Oxford Road, Manchester M1 5QA</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/70/1370166da3d6ff1d985727e257af5a6c2ce4653a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.80" OriginalAmount="380.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479773" Longitude="-2.269319" StarRating="3" HotelCode="64152|holiday_inn_manchester_west" HotelName="Holiday Inn Manchester West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Liverpool Street, Manchester M5 4LT</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/94/8e949f8ca2335421f9af14a5fc5bc0e718180bdf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located only around 5 km from the centre of Manchester where guests will fin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.50528405" Longitude="-2.34648329" StarRating="3" HotelCode="448255|hello_hotel" HotelName="Hello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>267 East Lancashire Road, Manchester, M27 0AA</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/d4/85d41d08fa6155c5fc4baf83d2ff325bea772660.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479608612542" Longitude="-2.2373574282417" StarRating="4" HotelCode="31456|mercure_manchester_piccadilly_hotel" HotelName="Mercure Manchester Piccadilly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Portland Street, Manchester M1 4PH</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/ea/6aeadf9a713ab76e3fd20a6de6a467d2bf21a4bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Overlooking Piccadilly Gardens in central Manchester in north-west England, near the moors of Lancas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47338225" Longitude="-2.28200075" StarRating="3" HotelCode="199835|travelodge_manchester_salford_quays" HotelName="Travelodge Manchester Salford Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Markendale Place, Salford M5 3GW</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/c6/7bc667f4419c9259f89d39d6e7916551d6f68d2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.89" OriginalAmount="389.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.517787" Longitude="-2.248333" StarRating="3" HotelCode="114361|westlynne_hotelapartments" HotelName="Westlynne Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>16 Middleton Road, Crumpsall, Manchester M8 5DS</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/15/4f159035f31e7f6f6deff568857d002a0b16bdde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.90" OriginalAmount="390.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.485752" Longitude="-2.236625" StarRating="4" HotelCode="98019|crowne_plaza_hotel_manchester_city_centre" HotelName="Crowne Plaza City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Shudehill, Manchester M4 4AF</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/bc/dcbc662f820782010040fae9ceb3836b6f89621b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the vibrant northern quarter of Manchester city centre, this family-friendly city hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.92" OriginalAmount="392.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.476444826667" Longitude="-2.2423694798317" StarRating="3" HotelCode="152891|premier_inn_manchester_city_centre_portland_street" HotelName="Premier Inn Manchester City Centre Portland Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>112-114 Portland Street, Manchester, Manchester M1 4WB</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/e0/a5e093e374a4b24b83bc18c00813b1ef26cb2a2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a 24-hour front desk and a stylish restaurant. Guests can enjoy international cuisine ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.93" OriginalAmount="393.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.477578" Longitude="-2.240559" StarRating="4" HotelCode="161474|roomzzz_manchester" HotelName="Roomzzz - Manchester City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Princess Street, Manchester M1 4JY</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/68/ae68fe1226f20fd7130b44bd7c0f39606258fe00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located an easy journey from Manchester Piccadilly railway station and Picca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.93" OriginalAmount="393.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479566" Longitude="-2.2314260000001" StarRating="4" HotelCode="476815|la_reserve_aparthotel_manchester" HotelName="La Reserve Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Ducie Street, M1 2JB Manchester</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/49/77/4977c8360ed65e2b4c084dad334606b72fe2736b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.93" OriginalAmount="393.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47896469" Longitude="-2.23431294" StarRating="4" HotelCode="421667|holiday_inn_manchester_city_centre" HotelName="Holiday Inn Manchester - City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>25 Aytoun Street, Manchester, North West England M1 3DT</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/1c/d21c58475b56f6b3876f252c0842b8d89f2185f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Manchester Area. Holiday Inn® Manchester - City Centre hotel is righ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="397.94" OriginalAmount="394.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.425807" Longitude="-2.257924" StarRating="3" HotelCode="152883|premier_inn_manchester_west_didsbury" HotelName="Premier Inn Manchester West Didsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Christie Fields Business Park, Derwent Avenue, West Didsbury, Manchester M21 7QS</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/20/0020c4dd662d8a99d2a2d1b6a5c14802ac975682.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The breakfast buffet includes cooked dishes, vegetarian options and a wide continental selection. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="397.94" OriginalAmount="394.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.364273" Longitude="-2.268346" StarRating="4" HotelCode="47944|crowne_plaza_manchester_airport" HotelName="Crowne Plaza Manchester Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ringway Road Manchester Airport, Manchester M90 3NS</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/81/3081bf989dd9271f56eda0e6a6b963152699453a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located on the Manchester Airport complex, the hotel is within easy access of the M 56, M 6...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.00" OriginalAmount="400.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.470053" Longitude="-2.350535" StarRating="3" HotelCode="152893|premier_inn_manchester_trafford_centre_north" HotelName="Premier Inn Manchester Trafford Centre North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Golf,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Trafford Boulevard, Urmston, Manchester, Greater Manchester M41 7JE</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/2e/492ef52a272d7b6901376af0e37667dd1c210a8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The full breakfast includes cooked items, vegetarian options and a wide continental selection. Premi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.00" OriginalAmount="400.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.457410494742" Longitude="-2.2866982837245" StarRating="3" HotelCode="81012|old_trafford_lodge" HotelName="Hilton Garden Inn Manchester Emirates Old Trafford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Talbot Road, Emirates Old Trafford, Lancashire County Cricket Club, Manchester M16 0PX</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/5f/8b5f48037c6b12e67e6d2aae1df74a2ee22b68b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="404.90" OriginalAmount="400.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.500562" Longitude="-2.38603" StarRating="3" HotelCode="14373|1911196" HotelName="Novotel Manchester West" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Worsley Brow, Worsley, Manchester M28 2YA</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/94/be94e451e47b5d11374c6afcf9bdfb0146ffee48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests will savour the tranquillity of the countryside just 20 minute drive from the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="417.96" OriginalAmount="413.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.366108" Longitude="-2.270595" StarRating="4" HotelCode="29505|CAG703000" HotelName="Hilton Manchester Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Outwood Lane, Manchester Airport, Manchester M90 4WP</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/f1/55f1a57c9a9bc40d215ab957aab827fcc38635b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is just 20 minutes from the centre of Manchester, close to Trafford Park and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.14" OriginalAmount="414.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.487290272181" Longitude="-2.3418730308034" StarRating="4" HotelCode="114623|the_ascott" HotelName="Ascott" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Half Edge Lane, Eccles, Manchester, Greater Manchester M30 9GJ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/5a/615af314d868c822dfa1581dad5d54bf041e5974.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="421.17" OriginalAmount="417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4729650124" Longitude="-2.2468110518575" StarRating="4" HotelCode="336507|innside_manchester" HotelName="INNSIDE Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 First Street, Manchester M15 4RP</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/02/3c02451bbd39f939e8b5e1963fce204ef1914080.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.19" OriginalAmount="419.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.467932332747" Longitude="-2.3569914351905" StarRating="3" HotelCode="73908|premier_inn_manchester_trafford_centre_west" HotelName="Tulip Inn Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/d1/62d10b0f159968d2ce53b40df2ceec6096c3c9f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.26" OriginalAmount="426.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.365003215497" Longitude="-2.2703504562378" StarRating="3" HotelCode="76297|bewleys_hotel_manchester_airport" HotelName="Clayton Hotel Manchester Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Outwood Lane, Manchester M90 4HL</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ed/34edc995303ddc8143cd14893744cd5b5e0c2c3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Manchester Airport just a short walk from all the terminals, the hotel offers a free shut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="433.29" OriginalAmount="429.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.471384175611" Longitude="-2.2875658601189" StarRating="3" HotelCode="152881|premier_inn_manchester__5" HotelName="Premier Inn Manchester Salford Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 The Quays, Salford Quays, Manchester M50 3SQ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/a3/7ea3ada03619250dd5fdf9d30427e292488fcede.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The full breakfast includes cooked items, vegetarian options and a wide continental selection. Premi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.35" OriginalAmount="435.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48505535" Longitude="-2.24671149" StarRating="3" HotelCode="159622|premier_inn_manchester_city_arenaprintworks" HotelName="Premier Inn Manchester City MEN/Printworks" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>North Tower, Victoria Bridge Street, Salford M3 5AS</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/01/17018340a836a0ab91e7fa4478b68f4216a970f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.87" OriginalAmount="435.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.476704" Longitude="-2.256782" StarRating="3" HotelCode="94613|571075" HotelName="Castlefield" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Conference Hall,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Liverpool Road, Manchester M3 4JR</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/55/6a5506c1f1961f104e93d51145e420e28841acba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historical area of the town, opposite the Museum of Science and Industry, this city h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="447.43" OriginalAmount="443.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.478779293689" Longitude="-2.236230367747" StarRating="4" HotelCode="902145|saco_manchester__piccadilly" HotelName="SACO Manchester - Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Minshull Street, Piccadilly, Manchester M1 3ED</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/e3/34e3a7a972bba5de1364ce555384e31b6ccd2775.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Manchester. The nearest airport is Manchester - International (MAN)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="451.47" OriginalAmount="447.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479187" Longitude="-2.233267" StarRating="4" HotelCode="80304|malmaison_manchester" HotelName="Malmaison Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piccadilly, Manchester M1 1LZ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/74/6174ee281e262819829d5d460d0a905973de0faf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Manchester. Its setting is especially ideal for gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="454.50" OriginalAmount="450.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.464291806435" Longitude="-2.2891551607132" StarRating="4" HotelCode="305707|hotel_football_old_trafford" HotelName="Hotel Football" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Sir Matt Busby Way, Manchester M16 0SZ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/cb/cacbde1f9615681ec074a8c40df1063ab886c0a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next door to Old Trafford Football and Cricket Grounds, and a short journey to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.49" OriginalAmount="451.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47579483" Longitude="-2.23863183" StarRating="0" HotelCode="814236|4315585" HotelName="Whitworth Locke" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Princess Street, Manchester M1 6JD</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/db/d5db11dee4675278e5d54088badca9b52798012a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.52" OriginalAmount="452.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4799954" Longitude="-2.2321489" StarRating="3" HotelCode="263549|premier_inn_manchester_city" HotelName="Premier Inn Manchester City (Piccadilly) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>72 Dale Street, Manchester M1 2HR</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/1f/8a1f2823e270d7f418dd4d7dee9b00c1df1c8d06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="460.75" OriginalAmount="456.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4693" Longitude="-2.25345" StarRating="0" HotelCode="962246|4276005" HotelName="Native Manchester" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Ducie Street, Ducie Street Warehouse, Manchester M1 2TP</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/8e/8e8e8f5a5d140b693c73aeb6d3f7baae481b3b72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="461.57" OriginalAmount="457.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.476805" Longitude="-2.24466" StarRating="3" HotelCode="152890|premier_inn_manchester_central" HotelName="Premier Inn Manchester Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/07/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Bishopsgate, 7-11 Lower Mosley Street, Manchester M2 3DW</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/e9/f6e96fd3c4dea4e871def368f22bcc9136114b5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It has modern, air-conditioning, an onsite spa and shop chain Costa Coffee. The breakfast buffet cal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="461.57" OriginalAmount="457.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4860985" Longitude="-2.24180221" StarRating="3" HotelCode="769864|hotel_indigo_manchester_victoria_station" HotelName="Hotel Indigo Manchester Victoria Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Todd Street, Manchester M3 1WU|</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/4a/c54a833cd642bd206cf14c7f4efbf067764db623.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="463.59" OriginalAmount="459.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.478057764414" Longitude="-2.2352788306885" StarRating="4" HotelCode="154514|velvet_hotel" HotelName="Velvet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Canal Street, Manchester, Greater Manchester M1 3HE</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/60/4760a69547cb658d5c157e8ae77428d11405ef7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="463.59" OriginalAmount="459.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.464093" Longitude="-2.33592356" StarRating="3" HotelCode="559032|holiday_inn_express_manchester_traffordcity" HotelName="Holiday Inn Express Manchester - TRAFFORDCITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Mercury Way, Trafford, Urmston, Manchester M41 7PA</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/3c/8f3c026c43dcd5bcb56a1365ce3b6e16f2cb8733.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys can be reached by lift. Services and facilities at the hotel include a baggage s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="467.91" OriginalAmount="463.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.475231805192" Longitude="-2.2298142313957" StarRating="4" HotelCode="74789|468095" HotelName="Macdonald Manchester Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>London Road, Manchester M1 2PG</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/b5/45b500dfa5d1c31c3835344957a647f8b6f333ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located, adjacent to the Manchester Piccadilly train station (a 1-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.66" OriginalAmount="466.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.473212217109" Longitude="-2.2991618766312" StarRating="4" HotelCode="904277|holiday_inn_manchestermedia_city_uk" HotelName="Holiday Inn Manchester Mediacityuk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Media City, Salford, Manchester M50 2EQ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b2/87b2d80fbd2cdb4c68c03ed1b042252c00e66e82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Salford, the hotel is close to Peel Park, the Lowry Art Gallery and the People's History...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.68" OriginalAmount="468.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.469924296047" Longitude="-2.2826609533729" StarRating="4" HotelCode="74805|ramada_manchester_salford_quays" HotelName="AC Hotel Manchester Salford Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Trafford Road, Salford Quays, Manchester M5 3AW</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ca/70ca5eb351c904cfb010c15ed68d2c7e963912c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a great dockside location, the hotel is within easy reach of the city centre for shopping. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="473.57" OriginalAmount="468.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.36402689034" Longitude="-2.2979021072388" StarRating="4" HotelCode="38105|746595" HotelName="Manchester Airport Marriott Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hale Road, Hale Barns, Manchester WA15 8XW</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/de/d2def4eda2cde1ae278a9cfa88c894b8deae0e9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located just 1 km from Manchester Airport, outside the city centre (15 minutes’...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="484.80" OriginalAmount="480.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.481295590653" Longitude="-2.2270454777035" StarRating="4" HotelCode="915086|staycity_serviced_apartments__laystall_st" HotelName="Living by BridgeStreet Manchester City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" HotelFacility="Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Laystall Street, Manchester M1 2JZ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/02/fa0219c7a42486b6449332cf59aae3df5b95b281.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These luxury apartments a 5-minute walk from Manchester Piccadilly Station and Piccadilly Gardens. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="488.70" OriginalAmount="483.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4833" Longitude="-2.230714" StarRating="3" HotelCode="741743|2492675" HotelName="Oxid House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Newton Street, Manchester M1 1AU</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/b6/7cb69b89d564a30c8fa4dcf32c1acf0ffb1adfb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="494.90" OriginalAmount="490.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.478705" Longitude="-2.233327" StarRating="4" HotelCode="387474|doubletree_by_hilton_hotel_manchester__piccadilly" HotelName="DoubleTree by Hilton Hotel Manchester - Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Piccadilly Place, 1 Auburn St., Manchester M1 3DG</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/71/fa7108e9b4ece90cd7fdd64648bf49aa9e77499c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a stone's throw from Mancunian Way and is connected by the Mancheste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="496.38" OriginalAmount="491.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48487099" Longitude="-2.2429754" StarRating="4" HotelCode="623746|2547525" HotelName="Roomzzz Manchester Corn Exchange" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>The Corn Exchange, Exchange Square, Manchester City Centre, Manchester M4 3TR</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/a4/9fa458cf120e43bc642fec27b94fa0b7020b4e00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="501.10" OriginalAmount="496.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.475423369274" Longitude="-2.2507917881012" StarRating="4" HotelCode="70762|64744" HotelName="Hilton Manchester Deansgate" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>303 Deansgate, Manchester M3 4LQ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/c7/bdc7f7f12f33dfdc899084cad4d3b2977d6b0b84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the centre of one of Europe's most exciting destinations, with superb shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="513.08" OriginalAmount="508.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.479345453725" Longitude="-2.2569018602371" StarRating="4" HotelCode="28484|manchester_marriott_victoria_and_albert_hotel_2" HotelName="Marriott Victoria &amp; Albert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Water Street, Manchester M3 4JQ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/b3/2bb3b5c474d4a7f178a2c8f822960c600e8da15a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Manchester, this first-class urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="521.71" OriginalAmount="516.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.46743171" Longitude="-2.23837963" StarRating="3" HotelCode="571941|2158075" HotelName="Crowne Plaza Manchester - Oxford Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Booth Street West, Manchester M15 6PQ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1d/401d2f980f1409316026c34b1a0095b833ae89d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="530.11" OriginalAmount="524.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.470098" Longitude="-2.28844" StarRating="3" HotelCode="34557|62084" HotelName="Holiday Inn Express - Salford Quays" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waterfront Quay, Salford Quays, Manchester M50 3XW</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8b/ae8b8da781e46c8e4657a7885fd294a8e2d5de36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in thriving Salford Quays, surrounded by the water and history of the Manchester Ship Canal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="545.40" OriginalAmount="540.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.476781" Longitude="-2.237345" StarRating="3" HotelCode="296649|le_ville_hotel" HotelName="Le Villé Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 13/07/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>38-42 Canal Street, Manchester M1 3WD</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/89/0289c25832e1284fc36a7617fa2e510441225505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="549.44" OriginalAmount="544.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.4693" Longitude="-2.25345" StarRating="0" HotelCode="967886|the_old_vicarage_lodge" HotelName="The Old Vicarage Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 St Margaret's Road, Manchester M25 2QB</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/14/9b14c7996afee56567125fee53aa924659fe5e1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="554.49" OriginalAmount="549.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47842518" Longitude="-2.23179393" StarRating="4" HotelCode="637973|staycity_aparthotel_manchester_piccadilly" HotelName="Manchester Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Station Approach, 8B Gateway House, Piccadilly, Manchester M1 2GH</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/48/1e/481e0267b29ffd23e852aa2fb19e57f6466c9422.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="557.52" OriginalAmount="552.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.482938" Longitude="-2.237894" StarRating="4" HotelCode="903619|the_light_aparthotel_manchester" HotelName="Church Street by Supercity Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/07/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Church Street, Manchester M4 1PN</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/84/f8841d75df57edc4fdf01d58a39ecb5fa98d7da0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="563.59" OriginalAmount="558.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48237211" Longitude="-2.23237549" StarRating="4" HotelCode="631056|2574855" HotelName="The Cow Hollow Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Newton Street, Corner of Bradleys Court, Northern Quarter, Manchester M1 1ET</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/25/1725c5d644143aaeeb9e8d81d372bc91dd017d47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.63" OriginalAmount="563.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.483643846184" Longitude="-2.2466450929642" StarRating="4" HotelCode="16634|renaissance_manchester_city_centre_hotel" HotelName="Renaissance Manchester City Centre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Blackfriars Street, Manchester M3 2EQ</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/a6/17a6a39cd11b9e0f7a7d3d7971b4152becc796df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Manchester, this comfortable hotel offers excellent connections to the local...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="586.09" OriginalAmount="580.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.364910385543" Longitude="-2.2752964496612" StarRating="4" HotelCode="42191|84270" HotelName="Radisson Blu Manchester Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chicago Avenue, Manchester, Greater Manchester M90 3RA</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/47/ae4758d126bdce309ed9437ea429ce955ef7d330.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is connected to Terminals 1 and 2 at Manchester Airport and is the only hotel, wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.18" OriginalAmount="618.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47457" Longitude="-2.24082" StarRating="4" HotelCode="28485|the_palace_hotel_13" HotelName="The Principal Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oxford Street, Manchester M60 7HA</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/76/3c768de68f70b3c37a31be3ed242d426dae4c3fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This highly traditional hotel lies at the heart of the spa town of Buxton, surrounded by picturesque...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="632.58" OriginalAmount="626.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.46726" Longitude="-2.23775" StarRating="3" HotelCode="571519|2156365" HotelName="Staybridge Suites Manchester - Oxford Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Higher Chatham Street, Manchester M15 6ED</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/628022/628022a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="634.28" OriginalAmount="628.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.485809099808" Longitude="-2.245907780426" StarRating="5" HotelCode="640251|citysuites" HotelName="Citysuites Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Chapel Street, Manchester M3 7NH</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/f8/fbf8e818599ae178a27a86246490c0eb8bb60b19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Manchester City Centre, this aparthotel is within a 10-minute walk of Manche...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="646.66" OriginalAmount="640.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.480728622945" Longitude="-2.2422954025664" StarRating="5" HotelCode="317153|1730578" HotelName="Hotel Gotham" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 King Street, Manchester M2 4WU</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/22/4f2284eb8b62efad6f85a299eb69c48091a11f00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manchester. The nearest airport is Manchester - International (MAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="711.04" OriginalAmount="704.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.477531" Longitude="-2.245057" StarRating="0" HotelCode="29386|the_midland__manchester" HotelName="The Midland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Peter Street, Manchester M60 2DS</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/d8/d8d87179c95c7c1f00b046870f3d8b3eec91fbfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the city of Manchester, this hotel lies just a short distance from the G-Mex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="740.33" OriginalAmount="733.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.47994312" Longitude="-2.2298485" StarRating="0" HotelCode="875989|dakota_manchester" HotelName="Dakota Manchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Ducie Street</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/f0/8cf02dedc30d720fdcd5bf6b8d8a1f268343b4cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="761.94" OriginalAmount="754.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.506340446731" Longitude="-2.3906962832444" StarRating="4" HotelCode="80370|773165" HotelName="Marriott Manchester Worsley Park &amp; Country Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Country House,Spa Hotel,Golf Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Worsley Park, Manchester M28 2QT</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/7a/907a1b0055a20469c7f6589107a02d898a67df3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just a 5-minute drive away from the Trafford Centre. The centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="774.58" OriginalAmount="766.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.477698353846" Longitude="-2.246930974205" StarRating="5" HotelCode="34474|37334" HotelName="Radisson Blu Edwardian Manchester Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Free Trade Hall, Peter Street, Manchester M2 5GP</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9b/b39bc67d4d443a7df3a9f947133ccca22efbe10f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city, spa and conference hotel is located directly in the tourist centre close to the city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="786.79" OriginalAmount="779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.48371711" Longitude="-2.23858558" StarRating="3" HotelCode="611157|blue_rainbow_aparthotel_manchester_high_street" HotelName="High Street Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>58 High Street, Manchester M4 1EF</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/4e/334e3e6cabba11925ae2366384573ebc30272a33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manchester.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="800.11" OriginalAmount="792.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.483267" Longitude="-2.251122" StarRating="5" HotelCode="38107|57824" HotelName="The Lowry Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Dearmans Place, Chapel Wharf, Manchester M3 5LH</AddressLine>
          </AddressLines>
          <CityName>Manchester</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/2c/5d2c81738135f99d9a2284e80a292de66e4ff907.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly located for easy access to central Manchester and the main shopping and commercial distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Jacuzzi,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Diet Meals,Lounge,Massage Centre,Garden,Heated Pool,Golf</BasicAmenities>
    <HotelRating>4,3,5,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,AIRPORT HOTEL,CONFERENCE HOTEL,GUESTHOUSE,HOSTEL,SPA HOTEL,HOTEL DE CHARME,VILLAGE,COUNTRY HOUSE,GOLF HOTEL,HOTEL,APARTMENT</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c81f355-2b9d-40df-ae17-083d17a1930f|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="9c81f355-2b9d-40df-ae17-083d17a1930f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40675" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-21T00:00:00" End="2026-07-26T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="171242|diamond_lodge_hotel_manchester" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c81f355-2b9d-40df-ae17-083d17a1930f|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c81f355-2b9d-40df-ae17-083d17a1930f|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="9c81f355-2b9d-40df-ae17-083d17a1930f" TimeStamp="0001-01-01T00:00:00" HotelName="Diamond Lodge" HotelCode="171242|diamond_lodge_hotel_manchester" StarRating="2" GTCityId="40675" CountryCode="GB" CityName="Manchester" CountryName="United Kingdom" Address="Hyde Road, Belle Vue, Manchester M18 7BA" PostCode="M18 7BA" PhoneNo="+441612310770" FaxNo="+441612310660" Email="reservations@diamondlodge.co.uk" CheckInTime="14:30" CheckOutTime="11:00" Latitude="53.462651" Longitude="-2.18355" SourceId="63" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Double room (full double bed)" RoomTypeCode="h-9c21ddec-b565-5918-b49c-9ce1f086bab7|63|MjYyLjAwfEdCUHwyMDI2LTA3LTA4" OriginalAmount="262" TotalPrice="264.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 43.67-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Hairdryer|Flat-screen TV|Shower/Bathtub|Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-03T00:00:00" End="2026-07-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="264.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Double room (twin beds)" RoomTypeCode="h-1e25d1ff-2203-580f-b8f3-949c894aa303|63|MjYyLjAwfEdCUHwyMDI2LTA3LTA4" OriginalAmount="262" TotalPrice="264.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 43.67-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Hairdryer|Flat-screen TV|Shower/Bathtub|Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-03T00:00:00" End="2026-07-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="264.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/f7/91/f7917a5db72017d796beefe2ac8bdc2752a270d5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f4/39/f4393277b29cc883d214c55f9febb10199615125.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/bd/f3/bdf366318f250fce21fab828db6775e4eacac58e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5a/60/5a60b9ac29ce7109ea811efe767e10b0fcce15b9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/81/49/814929fcc6393cc94a3095d996e1c7ae065dcd94.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f4/c7/f4c7a4928eea15c2b7066b41a4bd091461360fb4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b3/93/b3932f75312150c183f0e950ac55224c8a9ca100.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4b/92/4b92168ce0c560956d47b0480eaea36228e11f54.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This city establishment is situated around a 10-minute drive away from the Manchester Science Park. Guests will find fantastic shopping options at the Trafford Centre, which is located 10 km from the hotel. The hotel is also located just 16 km from Manchester International Airport.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;A pleasant ambience awaits guests in 85 rooms. Staffed 24 hours a day, the reception desk makes check-in and check-out easy. The hotel offers a conference room. Wireless internet access allows guests to stay connected while on holiday. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Individually adjustable heating ensures that rooms maintain just the right temperature. All rooms are carpeted and include a double bed. Guests will also find a tea/coffee station included among the standard features. A television with satellite/cable channels and WiFi provide all the essentials for a comfortable holiday. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Bed and breakfast is bookable. Guests can choose to book options such as breakfast, lunch or dinner. The accommodation also offers snacks.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the establishment: VISA and MasterCard.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Resort fee is included in the accommodation price.</HotelDescription><Facilities><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>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>Ticket assistance</Description><Value>Ticket assistance</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>All Spaces Non-Smoking (public and private)</Description><Value>All Spaces Non-Smoking (public and private)</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Accessibility features</Description><Value>Accessibility features</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>Iron</Description><Value>Iron</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>Breakfast</Description><Value>Breakfast</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Vending machine</Description><Value>Vending machine</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>Tourist services</Type><Description>Tour assistance</Description><Value>Tour assistance</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking</Description><Value>Parking</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>Contactless check-in and/or check-out</Description><Value>Contactless check-in and/or check-out</Value></HotelFacilities></Facilities></HotelRoomRS>||True