<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
4c257d14-84f3-4d0d-a8cb-4e9321e877cb|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="4c257d14-84f3-4d0d-a8cb-4e9321e877cb">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="22211" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-07T00:00:00" End="2026-06-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="chennai@trinityairtravel.com" Password="Chennai@08" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4c257d14-84f3-4d0d-a8cb-4e9321e877cb|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
4c257d14-84f3-4d0d-a8cb-4e9321e877cb|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:f1014e70-d7f6-4dfc-9059-1963af07b998
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4c257d14-84f3-4d0d-a8cb-4e9321e877cb|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4c257d14-84f3-4d0d-a8cb-4e9321e877cb|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-06-05T13:47:30.3357361+01:00" Version="0" EchoToken="Search" TransactionIdentifier="4c257d14-84f3-4d0d-a8cb-4e9321e877cb" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70541308" Longitude="12.54349766" StarRating="2" HotelCode="523966|ao_copenhagen_norrebro" HotelName="a&amp;o Kobenhavn Nørrebro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Tagensvej 135-137, 2200 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/04/9204143bb8cb81b6f967a13085b3fdbb8a96dd38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.06" OriginalAmount="14.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676013" Longitude="12.57435" StarRating="3" HotelCode="146539|1437618" HotelName="Copenhagen Downtown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vandkunsten 5, 1467 København K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/5b/c15b40913d33c5dbf6be085457f912513ab0acda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.35" OriginalAmount="16.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6828535" Longitude="12.5826224" StarRating="1" HotelCode="171992|613455" HotelName="Generator Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Adelgade 5–7, 1304 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/ee/a2ee9831938f302d8886ed301fd05e664a2c8b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 800 metres from Kongens Nytorv metro station, where all lines stop. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.92" OriginalAmount="19.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6696084" Longitude="12.5709933" StarRating="0" HotelCode="|450094" HotelName="Next House Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/9/4/450094_d6039991054.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.00" OriginalAmount="19.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67620889" Longitude="12.560149" StarRating="3" HotelCode="561332|2163195" HotelName="Steel House Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Herholdtsgade 6, 1605 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/42/9442cefcce34acb67724d5679c216a3f4c54b735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.61" OriginalAmount="20.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70212" Longitude="12.53774" StarRating="0" HotelCode="|450145" HotelName="Urban Camper " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2C Lygten</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/5/450145_4f324921355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.50" OriginalAmount="20.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672917" Longitude="12.563198" StarRating="2" HotelCode="|503054" HotelName="Where to sleep -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Reventlowsgade 10A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/3/0/5/4/503054_8785eef1047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.97" OriginalAmount="21.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6529414" Longitude="12.5405617" StarRating="0" HotelCode="|450091" HotelName="aando Copenhagen Sydhavn - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Scandlagade 12/Sydhavens Plads 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/9/1/450091_81ab6840853.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67286113" Longitude="12.56279049" StarRating="2" HotelCode="449440|copenhagen_backpackers_hostel" HotelName="Copenhagen Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Bar,Coffee Shop,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Lounge,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Reventlowsgade 10A, 1651 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/5e/4b5e55885afe1d0017251a722bb36295dcfa3df6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Copenhagen Backpackers - Hostel places you in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.08" OriginalAmount="25.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.691964" Longitude="12.554829" StarRating="0" HotelCode="|450143" HotelName="The Old Factory " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Meinungsgade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/3/450143_c195e7b1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6798486" Longitude="12.59255526" StarRating="0" HotelCode="397955|bedwood_hostel" HotelName="Bedwood Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/c5/94c50ad88742f1331d5de81d1fabd88e9aa53782.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Bedwood Hostel in Copenhagen (Nyhavn - Amalienborg)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.45" OriginalAmount="43.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672414" Longitude="12.557278" StarRating="3" HotelCode="916484|1150838" HotelName="Hotel Viktoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Elevator,Fax,Housekeeping,Internet,LCD/Projector,Lounge,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viktoriagade 2, København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e6/58e6eb31d95551b69db19afa3ad7c93407b40cfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Hotel Viktoria places you in the heart of Copenhagen, walking distance f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.73" OriginalAmount="44.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.679595" Longitude="12.592332" StarRating="2" HotelCode="|450151" HotelName=" Nyhavn63" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nyhavn 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/5/1/450151_906cd991500.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.31" OriginalAmount="49.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671668" Longitude="12.562471" StarRating="2" HotelCode="902156|1437758" HotelName="Saga" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 18-20, 1652 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/3d/b53db6cde66b22c1df76fd71229d2f3e782c0280.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.74" OriginalAmount="52.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6720972" Longitude="12.5611523" StarRating="2" HotelCode="|22981" HotelName="Annex Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HELGOLANDSGADE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/8/1/22981_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 76 rooms. SITUATION: Is situated inVesterbro the district of in the surrounding area, clients have shops, restaurants and cafÃ©s. it is well-connected with the train station, the nightlife. ROOM: The functional rooms, have a bathroom, a direct line telephone, a television and shared bathrooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.33" OriginalAmount="52.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6715968" Longitude="12.5615775" StarRating="1" HotelCode="298239|238236" HotelName="Annex Hotel Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 15, 1653 Kobenhavn V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/66/7966fb57d403985f46170932cfbb3c9409b08439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.08" OriginalAmount="56.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6716874" Longitude="12.5465483" StarRating="0" HotelCode="|450030" HotelName="Cityhub Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97B Vesterbrogade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/3/0/450030_65e87121045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.70" OriginalAmount="60.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672275" Longitude="12.562818" StarRating="2" HotelCode="15090|459335" HotelName="Nebo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Nightclub,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istedgade 6, 1650 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/28/1e2865d41e8c9502256e0f8a5c0f33661747ae86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.78" OriginalAmount="61.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66577645" Longitude="12.5650648" StarRating="0" HotelCode="952696|2472785" HotelName="Cabinn Copenhagen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 1, 1577 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/18/99186a3b13252e87677b6ceaf0bad7881d9e6761.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.67" OriginalAmount="62.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6655539" Longitude="12.5646985" StarRating="2" HotelCode="|386245" HotelName="Cabinn Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/4/5/386245_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.42" OriginalAmount="65.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.631154" Longitude="12.573426" StarRating="2" HotelCode="140646|459265" HotelName="Cabinn Metro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arne Jakobsens Allé 2, 2300 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/b8/cbb88a56e1b37f7037255f7487ae5c346be5a518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located within easy reach of such tourist attractions as the Little Mermaid, Tivoli and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.62" OriginalAmount="66.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67046" Longitude="12.57084" StarRating="2" HotelCode="65588|459245" HotelName="Cabinn City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitchellsgade 14, 1568 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/0c/c70c21575796c6afff93c61d1d37d38970e4719b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Copenhagen close to the Tivoli and the nearest station is Met...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.10" OriginalAmount="67.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.631289" Longitude="12.573593" StarRating="2" HotelCode="|256939" HotelName="Cabinn Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/9/3/9/256939_bc705371652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.20" OriginalAmount="69.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671962" Longitude="12.557912" StarRating="0" HotelCode="|450146" HotelName="Woodah Boutique " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Abel Cathrines Gade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/6/450146_78a43ad1324.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.665749" Longitude="12.599412" StarRating="2" HotelCode="143381|hotel_amager" HotelName="Amager" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amagerbrogade 29, 2300 Kopenhagen S</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e9/62e9cd05a2326a5ee7e5c2649938e6c954af8443.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 25 rooms. A bar is among the facilities. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.95" OriginalAmount="71.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667064020543" Longitude="12.566424241787" StarRating="2" HotelCode="899857|344805" HotelName="Wakeup Copenhagen, Carsten Niebuhrs Gade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carsten Niebuhrs Gade 11, 1577 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/4d/444d267ed59a3af47d9bf2594a56b098ffaeb816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Copenhagen, within walking distance of the Tivoli Gardens, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.665206358256" Longitude="12.580776294553" StarRating="2" HotelCode="146286|hotel_copenhagen_2" HotelName="Hotel Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Egilsgade 33, 2300 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/e7/cbe7c7f0fd9861a5338fcc38d66767268a2f4e4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen - Roskilde Airport (RKE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.90" OriginalAmount="74.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667992" Longitude="12.59679" StarRating="2" HotelCode="|250692" HotelName="Rent A Room Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amagerbrogade 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/6/9/2/250692_808ae0c1620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67195638" Longitude="12.55789472" StarRating="0" HotelCode="616916|woodah_hostel" HotelName="Woodah Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abel Cathrines Gade 1-3, Kbh V, 1654  Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/ab/12abcc989bfb50d9601813c0b0e339b481d8760a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Copenhagen&amp;apos;s Vesterbro district, this hostel offers an in-house bar and café, as wel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.670763066509" Longitude="12.56370306015" StarRating="3" HotelCode="35667|ansgar_hotel" HotelName="Ansgar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 29, 1652 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/85/0f850c9156f54982fcb0d5bad751040ca8fc30b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in the tourist centre of the town, within a stone's throw of lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.48" OriginalAmount="81.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668759546265" Longitude="12.572442510094" StarRating="2" HotelCode="755468|2322695" HotelName="Wakeup Copenhagen Bernstorffsgade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Laundry,Lounge,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 37, København V, 1577 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/d3/a2d35a7094eacda5aa43d5b2deccb14eaf61141c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wakeup  Copenhagen, Bernstorffsgade is a cool and modern budget hotel designed by architect Kim Utzo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672604" Longitude="12.556461" StarRating="3" HotelCode="17282|savoy_hotel_2" HotelName="Savoy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 34, 1620 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/87/4f8797742afc52f7f66401ea19945f6aeebcc960.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of Copenhagen, only minutes away from the famous Tivoli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.69198012" Longitude="12.55477608" StarRating="0" HotelCode="611225|hotel_m18" HotelName="Hotel M18" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meinungsgade 18, 2200 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/0d/100dad060a21e20381ef18154f7b6a191a63cb2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel M18 in Copenhagen (Norrebro), you'll be minutes from St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.57" OriginalAmount="84.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6919931" Longitude="12.5547607" StarRating="3" HotelCode="|256917" HotelName="M18" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meinungsgade 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/9/1/7/256917_8a6e0e01734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.50" OriginalAmount="84.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6725" Longitude="12.5565574" StarRating="3" HotelCode="|24290" HotelName="Savoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTERBROGADE 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/9/0/24290_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was renovated in 2012. SITUATION: This hotel is in the Vesterbro district. Is situated in the centre of Copenhagen. Around the establishment, clients can find cafÃ©s, restaurants, bars and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683012637564" Longitude="12.584157196226" StarRating="2" HotelCode="296740|wakeup_copenhagen__borgergade" HotelName="Wakeup Copenhagen, Borgergade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Borgergade 9, 1300 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/71/0e71af92b4257d8412fed3287c1940f6bb8daf5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located centrally in Copenhagen, just a short walk from several places of interest – 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.75" OriginalAmount="88.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6641923" Longitude="12.6245272" StarRating="2" HotelCode="|449384" HotelName="Go Hotel City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Lergravsvej</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/3/8/4/449384_6c9c33a1316.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.66" OriginalAmount="88.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6913986" Longitude="12.5879002" StarRating="3" HotelCode="|10471" HotelName="Østerport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OSLO PLADS 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/1/10471_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 170 rooms, 40 single rooms and 130 double rooms. The establishment offers guests an elegant hall with a reception, a lift, a safety deposit box service, a currency exchange service, a television room, internet, a cybercafe, a restaurant, a laundry service and conference facilities. SITUATION: Is situated in a central area, this hotel is in Copenhagen western near the establishment, guests will find the tourist attractions, Clients can find parks, cafÃ©s and shops. it is situated 10 kilometres away from Copenhagen Airport. ROOM: The rooms a bathroom, a direct line telephone, satellite or cable TV, a radio, internet (free of charge) and a central heating system. OTHERS: Regarding the food and beverage offering, clients have a breakfast service at the restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.691813622071" Longitude="12.587025235617" StarRating="3" HotelCode="326344|hotel_osterport" HotelName="Hotel Østerport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oslo Plads 5, 2100 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/f3/c9f363490e83042f204eca158f7ebfc5b5c35bb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideal both for business travellers and for those wishing to relax, with a centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672928" Longitude="12.548226" StarRating="3" HotelCode="902390|hotel_sct_thomas_2" HotelName="Sct. Thomas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frederiksberg Allé 7, 1621 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/32/8d32b20357b0f47cfbfbdfcb73bc9066a7a829a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.89" OriginalAmount="92.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6708236" Longitude="12.5637406" StarRating="3" HotelCode="|23151" HotelName="Go Ansgar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COLBJORNSONSGADE 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/5/1/23151_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a five-storey building, 81 rooms, 35 double rooms and 24 apartments. The establishment has a large garden, a lobby with a lift, a kiosk, a reception with safety deposit boxes, a TV room and a restaurant. The establishment also has a conference room, conference facilities, internet and a laundry service. is non-smoking. SITUATION: This hotel is in a central location, the tourist area, near the establishment, you will find a public transport stop, shops, is located 100 metres away from bars, pubs. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.63" OriginalAmount="96.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66662833" Longitude="12.53286657" StarRating="4" HotelCode="783580|2363805" HotelName="Hotel Ottilia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bryggernes Plads 7, 1799 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/b5/edb5770be80c020cd7a41e06f64956ceab52926c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Copenhagen, this boutique hotel has the perfect ambience for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.39" OriginalAmount="104.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67815" Longitude="12.5626928" StarRating="3" HotelCode="|10468" HotelName="Profilhotels Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vester Farimagsgade 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/8/10468_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors, 127 rooms and 5 suites. This building has a reception and a restaurant. SITUATION: Is situated in the city centre, Where customers can find the tourist attractions, the museums and the nightlife. It is 2 minutes away fromTivoli the gardens the railway station, a few minutes walk away, there is a public transport stop. ROOM: The inviting rooms, have a bathroom, a direct line telephone, internet, a mini-bar and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.12" OriginalAmount="106.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678551" Longitude="12.562659" StarRating="3" HotelCode="47739|222606" HotelName="Richmond" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Farimagsgade 33, 1606 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/50/b4502ac196b8ffbafc51cadcd80fb339e51b0722.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Copenhagen just a short distance from many of the city's top a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.31" OriginalAmount="108.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.748158516811" Longitude="12.54115909338" StarRating="3" HotelCode="37882|459565" HotelName="Gentofte Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Diet Meals,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gentoftegade 29, 2820 Gentofte</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/d3/80d3afccdda8f66119e40754497208abe030f457.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city conference hotel is located in Gentofte, a green area approximately 8 km from the city of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67282925786" Longitude="12.560951113701" StarRating="3" HotelCode="50417|819" HotelName="First Hotel Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 3, 1653 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/83/4a83e272cc83dfca0752ba89e79f119a1894053a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Copenhagen. The airport is only 10 km from the hotel, which is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.48" OriginalAmount="109.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.643566" Longitude="12.544877" StarRating="4" HotelCode="|19657" HotelName="Scandic Sluseholmen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOLESTIEN 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/5/7/19657_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is situated in the business area, has good links to the airport, the city centre. ROOM: The contemporary style rooms, have a bathroom, internet, cable television and press (free of charge). FACILITIES: The establishment boasts a sauna with wonderful views and a spa. Regarding the food and beverage offering, there is a restaurant where guests can choose national or international cuisine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.38" OriginalAmount="110.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.654442" Longitude="12.5415789" StarRating="4" HotelCode="|19659" HotelName="Scandic Sydhavnen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SYDHAVNS PLADS 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/5/9/19659_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 5 floors. This establishment was opened in 2002, has 60 rooms, 26 suites, a bar and a restaurant. SITUATION: This welcoming hotel is just 4 kilometres away from the city centre. 200 metres away, there is a public transport stop. ROOM: The comfortable rooms, a bathroom with a hairdryer, a direct line telephone, a safety deposit box (available for a fee) and a mini-bar. FACILITIES: The establishment has a gym and a sauna. Outdoors, clients can enjoy a sunbathing terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.666845171322" Longitude="12.585890293121" StarRating="4" HotelCode="16430|radisson_blu_scandinavia_hotel_copenhagen" HotelName="Radisson Blu Scandinavia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amager Boulevard 70, 2300 Copenhagen S</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c6/39c6ed63f13ca8904dd81e89284367ea47e50487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and centrally located hotel is situated around 20 minutes from the various tourist at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.83" OriginalAmount="112.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668968" Longitude="12.564172" StarRating="3" HotelCode="408865|54144" HotelName="DGI-byen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tietgensgade 65, 1704 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f4/ccf4d0a00cd84c2ac08f5d17d4c8d94f2ec6a03e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.84" OriginalAmount="112.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.712725" Longitude="12.593343" StarRating="4" HotelCode="|445928" HotelName="Comwell Copenhagen Portside Dolce By Wyndham" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alexandriagade 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/2/8/445928_4821c450912.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.93" OriginalAmount="112.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667177" Longitude="12.586019" StarRating="4" HotelCode="|10447" HotelName="Radisson Blu Scandinavia, Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AMAGER BOULEVARD 70</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/7/10447_1bd7ac51411.jpeg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2000. It has 26 floors, 542 rooms, 20 single rooms, 240 double rooms and 48 suites. In the entrance, guests are offered a lobby, a reception with safety deposit boxes, a currency exchange service, a cloakroom, a lift and a cafÃ©. The establishment boasts a kiosk, shops, a bar, a casino, 4 restaurants, a conference room and a car park (for a fee). SITUATION: This hotel is in a central area, 20 minutes away, guests can find the tourist attractions, is 15 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom, with a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet. Are also equipped with a mini-bar, a double bed, an air-conditioning system, central heating and a safe (available for a fee), All the rooms have different decorative styles, It also has disabled access rooms. FACILITIES: Outdoors, guests have access to a swimming pool, For a fee, guests can enjoy a sauna and a covered swimming pool. Clients can enjoy activities such as play squash, Our guests can also use the gym (available for a fee). MEALS: Guests are offered all meals in a buffet format and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, Diners Club, JCB and EC. OBSERVATIONS: Clients have internet at no extra cost.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.11" OriginalAmount="112.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70759" Longitude="12.558743" StarRating="0" HotelCode="|455041" HotelName="Bob W Østerbro Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/4/1/455041_d18482e1229.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.80" OriginalAmount="113.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.626367" Longitude="12.575362" StarRating="3" HotelCode="|449339" HotelName="Four Points Flex by Sheraton Copenhagen Arena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/3/3/9/449339_e3dd78b0815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.82" OriginalAmount="115.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6369019" Longitude="12.6416998" StarRating="3" HotelCode="|23421" HotelName="Best Western Plus Airport Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KASTRUPLUNDGADE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/2/1/23421_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 228 rooms and 6 floors. The establishment boasts a lobby with an elevator, a reception with safety deposit boxes, a bar, an Ã  la carte restaurant and a conference room. The establishment offers guests internet, a car park (for a fee), a laundry service (for a fee) and room service. SITUATION: It is in the outskirts, 7 kilometres away, you can find the city centre, Where you can find shops, 200 metres away, guests have a public transport stop situated 1 kilometre away fromCopenhagen Airport. ROOM: Guests are offered elegant non-smoking rooms with ensuite bathroom with a hairdryer, a direct line telephone, a satellite or cable television and a radio. They also have a mini-bar, a central heating system and internet. FACILITIES: You can find a sauna and a gym. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.697753" Longitude="12.576412" StarRating="2" HotelCode="902115|hotel_rye" HotelName="Rye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ryesgade 115, 2100 København Ø</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b0/04/b004f005c067dd150fca0443b7877b1cb2310d04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.27" OriginalAmount="118.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67247" Longitude="12.560897" StarRating="4" HotelCode="|61610" HotelName="Axel Guldsmeden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HELGOLANDSGADE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/1/0/61610_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This spa hotel and has 129 rooms, The establishment has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a cafÃ© and a restaurant. The establishment offers conference facilities, WiFi (for a fee), a laundry service (for a fee) and bicycle hire. SITUATION: It is inCopenhagen the city centre of close to the establishment, clients can find Tivoli the Gardens Vesterbro the district of close to the establishment, guests have restaurants, shops located 500 metres away from the central station, is 12 kilometres away from the airport. ROOM: The comfortable rooms, have a writing desk, a direct line telephone, cable television, a DVD player, a radio and internet. They also have a safety deposit box, a mini-bar, an ironing set, a bathroom with a shower and a hairdryer. Guests also have at their disposal complimentary bathroom items, a bathrobe, slippers, a wake-up service and a central heating system. FACILITIES: Clients can find a spa with a sauna, a hydromassage bath, heating, a steam bath, yoga and meditation. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.78" OriginalAmount="119.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6775017" Longitude="12.5889997" StarRating="0" HotelCode="|23159" HotelName="Maritime" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PEDER SKRAMSGADE 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/5/9/23159_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a five-storey building, 64 rooms, 21 single rooms and 42 double rooms. In the entrance, guests are offered a lobby with an elevator, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment offers guests a television room, a restaurant, a conference room, with features that offer you the maximum level of comfort, internet and a laundry service. SITUATION: This hotel is in the city centre, is situated close to the harbour, the tourist centre, near the establishment, you will find restaurants, shops, the pedestrian area and the commercial area. ROOM: The stylish rooms, have a bathroom, a hairdryer, satellite or cable TV, a radio, internet, fitted carpets, a central heating system and a direct line telephone. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.26" OriginalAmount="120.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673176" Longitude="12.560972" StarRating="4" HotelCode="22207|230126" HotelName="Scandic Webers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 11B, 1620 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/a8/a8a84d11b8ea5f0d80adc99d49b2e19dcec68c9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Copenhagen within walking distance of the Tivoli Gardens and Ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.39" OriginalAmount="120.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.639697031813" Longitude="12.577907919555" StarRating="4" HotelCode="903979|459225" HotelName="AC Hotel Bella Sky Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Center Boulevard 5, 2300 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/c6/a7c670a149164710352090ad105fcecfb969476d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance of the Fields Shopping Center. The train station is app...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.03" OriginalAmount="121.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6464507" Longitude="12.4594402" StarRating="3" HotelCode="|10444" HotelName="Scandic Hvidovre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KETTEVEJ 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/4/10444_38496e90328.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 200 rooms, a bar and a restaurant. SITUATION: This inviting hotel is just 8 kilometres away from the city centre, 2 kilometres away from a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar and a safe (available for a fee). FACILITIES: The establishment has a covered swimming pool, a sauna, a gym and a sunbathing terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673382849718" Longitude="12.563239489584" StarRating="3" HotelCode="10405|zleep_hotel_astoria_copenhagen" HotelName="Hotel Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Banegaardspladsen 4, 1570 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/3d/683d9110dc1aa63eabf9d1268c34bb3752c84023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located right next to Copenhagen central station (200 m). It is only a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.12" OriginalAmount="122.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.663414043646" Longitude="12.563327550888" StarRating="4" HotelCode="58826|354445" HotelName="Copenhagen Island" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kalvebod Brygge 53, 1560 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bb/56bb8457db976f53fe38dd262476844ae5acdd43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Copenhagen has a new island and a new hotel, in the middle of the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.24" OriginalAmount="123.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6977269" Longitude="12.5763416" StarRating="2" HotelCode="|258226" HotelName="Rye 115" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ryesgade 115</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/8/2/2/6/258226_798cbfb1029.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.51" OriginalAmount="123.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673788199789" Longitude="12.564754486084" StarRating="4" HotelCode="29421|354545" HotelName="Profil Copenhagen Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 4, 1577 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/d4/29d4d665eff1132464a258cf6420510c090ddc06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the middle of Copenhagen, next to the central station and Tivoli gardens. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68801649" Longitude="12.56054879" StarRating="3" HotelCode="227915|hotel_nora_copenhagen" HotelName="Hotel Nora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/87/0f871572e58b053d2a5e70dd2d8c4fbeb89aa5b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set a 12-minute walk from Nørreport Metro and Train Station, this hotel offers brightly decorated ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.01" OriginalAmount="125.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6683882" Longitude="12.4191964" StarRating="3" HotelCode="|10438" HotelName="Scandic Glostrup" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROSKILDEVEJ 550</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/3/8/10438_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated complex in 1999, has 112 rooms, 5 floors, a bar and a restaurant. SITUATION: Is situated in an excellent location, nearby, there is a public transport stop. ROOM: The rooms a bathroom, a direct line telephone, a mini-bar and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.34" OriginalAmount="125.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.682923" Longitude="12.588894" StarRating="4" HotelCode="15838|4984" HotelName="Phoenix Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bredgade 37, 1260 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/df/5bdf2a607319698658d6985e469fc1d078bbdb46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Copenhagen, close to the wonderful Amalienborg cas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.13" OriginalAmount="126.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6728557" Longitude="12.5593864" StarRating="3" HotelCode="|10473" HotelName="Comfort Vesterbro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 23-29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/3/10473_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999, has 403 rooms, 5 floors, 150 double rooms, a bar, an air-conditioned restaurant with a non-smoking area, a car park and indoor parking. SITUATION: This trendy hotel is situated in the central area. It is situated near the Tivoli Gardens. Near the establishment, you will find the central station. 1 kilometre away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, an air-conditioning system, a fridge, a mini-bar and a safety deposit box. FACILITIES: The establishment boasts a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.33" OriginalAmount="126.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.65868" Longitude="12.63124" StarRating="3" HotelCode="|216489" HotelName="Cph Studio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Krimsvej 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/4/8/9/216489_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.42" OriginalAmount="126.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6728156" Longitude="12.5610785" StarRating="4" HotelCode="|22188" HotelName="Mayfair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HELGOLANDSGADE 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/8/8/22188_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 5 floors, 105 rooms, 45 single rooms and 60 double rooms. In the establishment entrance, guests will find a lobby with elevators, a reception with safety deposit boxes, a currency exchange service and a laundry service. With regards to the food and beverage offering, the establishment has a restaurant, The establishment boasts a conference room and internet. SITUATION: Is situated in the city centre, 300 metres away, guests will find a public transport stop, shops, this hotel is situated 10 kilometres away from Copenhagen Airport. ROOM: The rooms have a bathroom, with a hairdryer, a direct line telephone, a radio, internet, central heating and fitted carpets. non-smoking rooms. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.69" OriginalAmount="126.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.665840674786" Longitude="12.565376758575" StarRating="4" HotelCode="142186|330905" HotelName="Tivoli Hotel &amp; Congress Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 2, 1577 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/79/1a79edc74bb60616fb6e14dfa0d24a685da04436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is uniquely located within walking distance of Tivoli Gardens and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.95" OriginalAmount="128.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66733999" Longitude="12.55661878" StarRating="4" HotelCode="613110|2371175" HotelName="Scandic Kødbyen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Skelbækgade 3A, 1717 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/df/10df033900070090700705f0629eeb38cf8f4e53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a popular area in the heart of Copenhagen. It is ideal for business travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.79" OriginalAmount="128.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672872" Longitude="12.55904" StarRating="3" HotelCode="22209|459545" HotelName="Comfort Hotel Vesterbro" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 23-29, 1620 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/bc/76bc09edd07601933ef38bb8a978ddcd6d1ec748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located close to the Tivoli gardens and the main train station. Links to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.80" OriginalAmount="129.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671963" Longitude="12.562498" StarRating="3" HotelCode="57440|354565" HotelName="Good Morning City Copenhagen Star" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 13, 1652 Köpenhamn</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/f6/55f6be8d57b00343e42255a6d5a867b7dbc3ec00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of Copenhagen, and the main train station and the Tivol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.65239001" Longitude="12.54046132" StarRating="3" HotelCode="853842|moxy_copenhagen_sydhavnen" HotelName="Moxy Copenhagen Sydhavnen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Scandiagade 14, 2450 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/47/9e47e2edcf5ee119e364352467769aa5aaa0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.626837" Longitude="12.577711" StarRating="4" HotelCode="146467|crowne_plaza_copenhagen_towers" HotelName="Crowne Plaza Copenhagen Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ørestads Boulevard 114-118, 2300 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/58/2c58f25c20b022661cf221f48654096d4cb526c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located near to the motorway and just 150 m from the metro, with trains to Ør...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.68" OriginalAmount="130.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.675673" Longitude="12.561669" StarRating="4" HotelCode="258307|53654" HotelName="Imperial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Farimagsgade 9, 1606 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/05/4d058057967ce6efb5845cbc6f4bd88eab143532.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located close to the centre town hall and within walking distance of many di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.658713451489" Longitude="12.630839812876" StarRating="3" HotelCode="497968|cph_studio_hotel" HotelName="CPH Studio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Krimsvej 29, 2300 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5d/835d283bb38793e5bc3e32000140580fde93ca93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.46" OriginalAmount="133.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672595" Longitude="12.560795" StarRating="3" HotelCode="13248|222206" HotelName="Best Western Hotel Hebron" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 4, 1653 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/de/afdef1a841571a53a521adfd56e34e7a8991da28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.93" OriginalAmount="133.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.684771248337" Longitude="12.552612125874" StarRating="3" HotelCode="37833|790995" HotelName="Avenue Hotel Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Åboulevard 29, 1960 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/01/8801c4157e169ae72d8248121448a0fe6d5f212a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located immediately beyond the picturesque Copenhagen Lake. The Town Hall Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6724273266" Longitude="12.556605046627" StarRating="4" HotelCode="47738|copenhagen_crown_hotel" HotelName="Coco Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 41, 1620 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/b6/c8b647ba2ddd55e94d23bddc7e5bd076effb45e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near by the railway station and within walking distance of Tivoli Gardens and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68464347707" Longitude="12.566280663014" StarRating="3" HotelCode="63209|ibsens_hotel" HotelName="Ibsens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vendersgade 23, 1363 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4b/654b9a68042a5b8959851630f0ad9a85705cc59b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel overlooks the Nansensgade area, a small oasis in the heart of the city bustling with café ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.33" OriginalAmount="137.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6749211" Longitude="12.55961" StarRating="4" HotelCode="|10477" HotelName="Scandic Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTER SOGADE 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/7/10477_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2000, has 472 standard rooms, 18 floors and 36 suites. Some of the facilities that the establishment offers to guests include a lobby with a reception, a cafÃ©, a bar and a restaurant. The establishment boasts conference rooms, indoor parking, a car park and room service. SITUATION: This establishment is situated in the city centre. Around the establishment, clients can find monuments and the Tivoli Garden. A few minutes walk away, customers can find public transport services. ROOM: The rooms have a bathroom, a direct line telephone (available for a fee), a television, a radio, a mini-bar and a safe (available for a fee). FACILITIES: The establishment boasts a sauna, a solarium and a gym. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.41" OriginalAmount="137.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6753681" Longitude="12.5727912" StarRating="0" HotelCode="|72404" HotelName="One Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Longangstraede 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/0/4/72404_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The First Twentyseven (antes Clarion) is rated three stars. It was renovated in 2007. SITUATION: It is situated in a central area. Near the establishment, guests will find the Square of the town hall. It is situated close to the Gardens Tivoli. This hotel is near the pedestrian area Stroget. ROOM: The establishment has 201 rooms, a WC, a shower, a hairdryer, a direct line telephone, a satellite television, a radio and a desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.77" OriginalAmount="137.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66658" Longitude="12.53283" StarRating="4" HotelCode="|224248" HotelName="Hotel Ottilia By Brøchner Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pasteursvej 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/2/4/8/224248_24.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.02" OriginalAmount="137.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677318234578" Longitude="12.58918941021" StarRating="3" HotelCode="47473|222086" HotelName="Best Western Plus Hotel City Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peder Skrams Gade 24, 1054 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/8a/6c8a4a5e91e980a3efb836339b90f42c81903f4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Copenhagen, this boutique hotel is ideal for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.46" OriginalAmount="139.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.713767" Longitude="12.560134" StarRating="3" HotelCode="|491489" HotelName="STUDIO1A Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/4/8/9/491489_39778941033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.57" OriginalAmount="139.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66429" Longitude="12.625582" StarRating="3" HotelCode="|507300" HotelName="South Studios by Daniel&amp;Jacob's" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Lergravsvej</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/3/0/0/507300_249324f1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.670932" Longitude="12.563262" StarRating="3" HotelCode="200685|hotel_tiffany_4" HotelName="Hotel Tiffany" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Off-Site Parking,Parking,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 28, Centre, København V, 1652 København, Denmark</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4c/a04c08aeb1c5a119ee205f067f274983215eeb72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Tiffany in Copenhagen, you'll be minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.54" OriginalAmount="143.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676187" Longitude="12.5669834" StarRating="4" HotelCode="|10476" HotelName="The Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RADHUSPLADSEN 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/6/10476_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 2003, has 4 floors, 192 rooms, 46 single rooms, 128 double rooms and 18 suites. In the entrance, you can find a lobby with a lift, a bar, a reception with safety deposit boxes and a cloakroom. The establishment boasts a breakfast room, internet, a car park (for a fee), room service and a laundry service. SITUATION: This modern hotel is in a central area, is in front of the Square of the town hall, a few minutes walk away from the establishment, clients can find shops, the railway station and gardens. ROOM: The stylish rooms, have a bathroom, a hairdryer, a television, internet, a mini-bar, a trouser press, an air-conditioning system and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.09" OriginalAmount="143.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.669802" Longitude="12.5738008" StarRating="4" HotelCode="|445020" HotelName="Scandic Spectrum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALVEBOD BRYGGE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/2/0/445020_83c7c351135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.65" OriginalAmount="144.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6565381" Longitude="12.5917853" StarRating="4" HotelCode="|448148" HotelName="Zoku Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/4/8/448148_a86f4f71248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.87" OriginalAmount="146.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.637101" Longitude="12.58315" StarRating="3" HotelCode="|447873" HotelName="Ibis Styles Copenhagen Orestad" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 ORESTADS BOULEVARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/8/7/3/447873_e6f0d6d1130.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.88" OriginalAmount="148.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6733392" Longitude="12.5633032" StarRating="3" HotelCode="|10452" HotelName="Astoria, Bw Signature Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BANEGAARDSPLADSEN 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/2/10452_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This mid-category hotel, was built in 1935, has 3 floors, 94 rooms and an inviting restaurant. SITUATION: It is in a central area, near the establishment, you will find Tivoli the railway station near the Square of the town hall excellent transport links to public transport services, shops and leisure areas. ROOM: The rooms a bathroom, a direct line telephone, a mini-bar, a fridge and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.58" OriginalAmount="149.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67088" Longitude="12.5634" StarRating="3" HotelCode="|216485" HotelName="Tiffany" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/4/8/5/216485_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.43" OriginalAmount="149.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6725006" Longitude="12.5565996" StarRating="3" HotelCode="|10449" HotelName="Coco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/9/10449_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 5 floors, 76 rooms and an inviting restaurant. SITUATION: This cosy hotel is situated in Copenhagen the heart of nearby, you will find StrÃ¸get the commercial area of Where guests can enjoy bars, cafÃ©s, restaurants, shops and shops. In the surrounding area, you can find the tourist area, 100 metres away, there is a public transport stop, is 12 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.00" OriginalAmount="150.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.675371763788" Longitude="12.572683095932" StarRating="4" HotelCode="59870|111612" HotelName="First Hotel Twentyseven" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Løngangstræde 27, 1468 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f2/6ef2c3f3eca77978bcf285471f9e32b1bf7d9841.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lifestyle hotel is an embodiment of the Danish way of life, and is located in the heart of Cope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.84" OriginalAmount="152.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676217" Longitude="12.570274" StarRating="4" HotelCode="15509|230196" HotelName="Scandic Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuspladsen 57, 1550 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/0e/a70ecf676623a53ae7be67dc12ed487e3796055b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the very heart of Copenhagen, on the historic City Hall Square. Tivoli Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.18" OriginalAmount="156.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677438" Longitude="12.567576" StarRating="4" HotelCode="259410|93799" HotelName="First Hotel Kong Frederik" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Voldgade 25, 1552 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8a/bc/8abc3a56c8f002b8180d8f0e7e789249383bf3f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is perfectly located in the heart of Copenhagen, metres from the City Hall Sq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.59" OriginalAmount="156.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681244" Longitude="12.591724" StarRating="4" HotelCode="47512|1425948" HotelName="Hotel Skt. Annæ" 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,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sankt Annae Plads 18-20, Copenhagen 1250</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/84/3584f59e46d974e1886b9deff75212237dd9a29a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys one of the nicest locations in Copenhagen, neighbouring the Royal Palace Amalieborg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.72" OriginalAmount="161.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.707189" Longitude="12.600581" StarRating="4" HotelCode="|453230" HotelName="Fairfield By Marriott Copenhagen Nordhavn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tallinngade 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_ebd99071631.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672754" Longitude="12.552466" StarRating="3" HotelCode="408864|carlton_hotel_guldsmeden" HotelName="66 Guldsmeden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 66, 1620 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/32/9232256eb0386fe98529cbb7c4ee3e9da3fa9d99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the hip Vesterbrogade area in central Copenhagen. Just a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.95" OriginalAmount="165.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681356058575" Longitude="12.593303918838" StarRating="4" HotelCode="69072|230266" HotelName="Scandic Front" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sankt Annæ Plads 21, 1250 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/0f/450f7ef005d91c809e0238081aa2c7577d6b2187.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This trendy hotel is situated directed on the harbour quayside, close to Amalienborg Castle and with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.79" OriginalAmount="166.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677222955045" Longitude="12.590163052082" StarRating="4" HotelCode="47740|53674" HotelName="Copenhagen Strand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Havnegade 37, 1058 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bd/32bdac2a28114aa074af436d24b0a450dc059e5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located by the harbour in Copenhagen, close to the popular Nyhavn and the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.99" OriginalAmount="166.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6817093" Longitude="12.5910652" StarRating="4" HotelCode="|10467" HotelName="Skt. Annæ" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SANKT ANNAE PLADS 18-20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/7/10467_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2001, has 5 floors, 133 standard rooms, 35 single rooms and 98 double rooms. Some of the facilities that the establishment offers to guests include a reception, a safety deposit box service, a currency exchange service and lifts. The establishment offers a conference room, WiFi, room service and a laundry service. SITUATION: This comfortable hotel is in the heart of Copenhagen. 500 metres away, guests can find shops, leisure areas and a public transport stop. It is 12 kilometres away from Copenhagen International Airport. ROOM: The establishment has non-smoking rooms with ensuite bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a mini-bar, internet, a safe and central heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678742" Longitude="12.566736" StarRating="4" HotelCode="15685|hotel_fox_2" HotelName="Hotel SP34" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sankt Peders Stræde 34, 1453 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b8/e9b87a39549ab64cf2f6216558d974f7d2ea50b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in central Copenhagen. City Hall Square and the famous Strøget shopping street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.57" OriginalAmount="169.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683825" Longitude="12.571763" StarRating="0" HotelCode="|445926" HotelName="Scandic Norreport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Frederiksborggade 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/2/6/445926_3d238a90913.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68786384" Longitude="12.59549736" StarRating="0" HotelCode="971719|esplanaden_46" HotelName="CPH Boutique Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Esplanaden 46, 1263 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/fe/13fe683d3952ec98de962a164a282bfcc6c48444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.85" OriginalAmount="170.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677093" Longitude="12.566028" StarRating="3" HotelCode="25644|747175" HotelName="Alexandra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>H.C. Andersens Boulevard 8, 1553 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/80/d38076a1a7fff4066194b2a7a603f144945a805b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.74" OriginalAmount="171.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67283" Longitude="12.551937" StarRating="3" HotelCode="|61606" HotelName="GULDSMEDEN CARLTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTERBROGADE 66, DK-1620 COPENHAGEN V, DENMARK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/0/6/61606_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has bicycle rental, a reception, a lobby and a restaurant. SITUATION: This hotel Vesterbrogade it is in 10 minutes away from the establishment, guests will find the central station ,Tivoli the gardens in the surrounding area, clients have the town hall square, near the establishment, you will find restaurants, bars and shops. it is well-connected with public transport services. ROOM: They have a television, a mini-bar and internet (available for a fee). RESTAURANT: Regarding gastronomy, the establishment offers a restaurant and breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.04" OriginalAmount="171.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676901757044" Longitude="12.565404117871" StarRating="4" HotelCode="29000|244276" HotelName="Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Studiestræde 61, København K, 1554 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/7c/3c7cccc98cd555fa771eb9ec6c3b2aedbc110ba6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is one of Copenhagen's classic hotels in the heart of Copenhagen, close to Tivoli, City H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.36" OriginalAmount="174.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6773475" Longitude="12.5675438" StarRating="4" HotelCode="|10469" HotelName="Bella Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTER VOLDGADE 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/9/10469_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This first class hotel and has 5 floors, was built in 1898, renovated in 2000 110 rooms, 82 double rooms, 8 single rooms and 12 suites. Some of the establishment facilities on offer are a bar, a restaurant, a car park and an indoor car park (for a fee). SITUATION: This luxurious hotel is in Copenhagen the centre of nearby, you will find the Square of the town hall, StrÃ¸get and Tivoli it is located close to 200 metres away, there is a public transport stop. ROOM: The stylish rooms, traditional in style, a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.19" OriginalAmount="175.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6875632" Longitude="12.5930909" StarRating="4" HotelCode="|258414" HotelName="Babette Guldsmeden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bredgade 78</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/8/4/1/4/258414_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.22" OriginalAmount="175.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6847614" Longitude="12.5526953" StarRating="3" HotelCode="|26378" HotelName="Avenue Hotel Copenhagen By Brøchner Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABOULEVARD 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/3/7/8/26378_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1898, renovated in 2005, has 68 rooms, 19 suites and 4 floors. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. You are also offered a bar, a restaurant with highchairs, meeting facilities, a conference room, internet, a car park and a laundry service. SITUATION: It is located behind a lake, a few minutes walk away from the establishment, clients can find the tourist attractions, public transport services situated close to the trade fair ground, restaurants and cafÃ©s. in front of the hotel there is a public transport stop, Clients can also find shops, restaurants, bars, pubs and nightclubs. It is situated 8 kilometres away from the airport, the beach. ROOM: The rooms well-decorated, a bathroom, a shower, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, central heating and a safety deposit box (available for a fee). FACILITIES: It is 5 kilometres away from a golf course. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672" Longitude="12.5699" StarRating="0" HotelCode="982614|nord_hotel_apartments" HotelName="NORD Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nyrnberggade 31, 2300 Copenhagen, Hovedstaden</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/f2/eef27bb53d2ed0d94a3bf8dada03b5105df789a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.66" OriginalAmount="181.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.698013567667" Longitude="12.593731750907" StarRating="4" HotelCode="56955|234356" HotelName="Adina Apartment Hotel Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amerika Plads 7, 2100 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/86/40862268a659a7a50e4821671bbdb507ce89886d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideal for business guests, for tourists as well as for families and groups. It is loca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671582" Longitude="12.561296" StarRating="3" HotelCode="36034|zleep_hotel_centrum" HotelName="Zleep Hotel Copenhagen City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 14, 1653 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/25/46254751c2ea17710d75beaf3b8262b46a8b5731.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.19" OriginalAmount="184.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6738385" Longitude="12.5743105" StarRating="4" HotelCode="27660|459535" HotelName="Hotel Danmark" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Voldgade 89, 1552 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/bb/51bb7ab4e43632b719250959a28d208ccee9d666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 200 m from City Hall Square (Rådhuspladsen) and the pedestrian shopping street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.70" OriginalAmount="185.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676867" Longitude="12.565274" StarRating="4" HotelCode="|448042" HotelName="Henrik's" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/0/4/2/448042_6a6e74f0830.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67954493" Longitude="12.59063175" StarRating="3" HotelCode="386672|hotel_bethel" HotelName="Hotel Bethel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,LCD/Projector,Library,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/7b/b27bb1fb16ed3ac7e37d33b3a21468b1cee4eac0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Bethel, you'll be centrally located in Copenh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.679635" Longitude="12.533388" StarRating="4" HotelCode="26753|380679" HotelName="Scandic Falconer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Falkoner Alle 9, 2000 Frederiksberg, Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39260/a_39260_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located, close to a park and surrounded by various shopping facilities, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.01" OriginalAmount="201.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6795998" Longitude="12.5335999" StarRating="4" HotelCode="|10478" HotelName="Scandic Falkoner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALKONER ALLE 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/8/10478_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 16 floors, 166 rooms, 140 double rooms and 26 suites. This air-conditioned hotel has a lobby, with an elevator, a cafÃ©, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has a bar, a restaurant, a conference room, indoor parking, a car park and a laundry service. SITUATION: Is situated in an excellent location, nearby, there is a park, In the surrounding area, you can find shops, bars and restaurants. 200 metres away, there is a public transport stop, is 25 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom with a shower, with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed and a safe (available for a fee). FACILITIES: For a fee, you can enjoy a sauna, a solarium and a gym. OBSERVATIONS: Guests have internet at no extra cost. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment offers all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67363694868" Longitude="12.56245046854" StarRating="4" HotelCode="12946|grand_hotel_5" HotelName="Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 9, 1620 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/ed/e1ed67e41dbf6796e634832077fd7ea638ee646d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Copenhagen within a short distance of the town hall ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.09" OriginalAmount="203.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.674898" Longitude="12.563675" StarRating="5" HotelCode="16426|radisson_blu_royal_hotel_copenhagen" HotelName="Radisson Collection Hotel, Royal Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hammerichsgade 1, 1611 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/54/eb549152e4e82e59462bbdc551f01267bd9073c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive designer hotel is located in the heart of Copenhagen, near to the Tivoli gardens. Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.78" OriginalAmount="203.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6875063" Longitude="12.5932501" StarRating="3" HotelCode="|10459" HotelName="First Esplanaden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BREDGADE 78</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/9/10459_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant building rooms, has 117 rooms and 4 suites. The establishment boasts a lobby with elevators, a reception, a safety deposit box service, a currency exchange service, WiFi, daily newspapers, a laundry service and a car park. SITUATION: It is located behind the Royal Palace, Around the establishment, clients can find the monuments, boutiques and restaurants. It is 10 minutes away from the pedestrian area, the harbour, 12 minutes away, guests can find the international airport. ROOM: All the rooms have a bathroom, a direct line telephone, a satellite or cable television, a radio, internet (free of charge) and central heating. Clients are offered non-smoking rooms. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.06" OriginalAmount="207.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.684762216403" Longitude="12.56491340006" StarRating="4" HotelCode="371624|459585" HotelName="Kong Arthur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nörre Sögade 11, 1370 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/63/7f63a8eab8bfef33de46c49713c5d1ee58709db1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Facing the idyllic string of lakes and only 5 minutes from central Copenhagen, this hotel enjoys a u...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.90" OriginalAmount="211.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67949" Longitude="12.591" StarRating="3" HotelCode="|216495" HotelName="Bethel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nyhavn 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/4/9/5/216495_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.20" OriginalAmount="211.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6748868" Longitude="12.5641167" StarRating="4" HotelCode="|10445" HotelName="Radisson Collection Royal , Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HAMMERICHSGADE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/5/10445_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1960, renovated in 2000. It has 20 floors, 260 rooms, 55 single rooms, 182 double rooms and 23 suites. This air-conditioned establishment has a lobby, a cafÃ©, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment offers a bar, 2 restaurants, a conference room, indoor parking (for a fee), a car park and a bicycle storage room. SITUATION: This establishment, is in the city centre, near the establishment, guests will find Tivoli the Gardens StrÃ¸get it is a few minutes walk away from monuments and the tourist attractions. it is situated 25 minutes away from the airport. ROOM: Each room has a bathroom with bathrobe, a shower, a hairdryer, an iron, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed, an air-conditioning system and a safe (available for a fee). FACILITIES: For a fee, you can enjoy a sauna and a solarium. OBSERVATIONS: Customers have internet. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment offers all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.45" OriginalAmount="216.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.707389" Longitude="12.600709" StarRating="0" HotelCode="|450863" HotelName="Residence Inn By Marriott Copenhagen Nordhavn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tallinngade 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/8/6/3/450863_5df3aef0821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.54" OriginalAmount="220.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68216" Longitude="12.575203" StarRating="0" HotelCode="|455035" HotelName="Apēron" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pustervig 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/3/5/455035_be03c581234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.67" OriginalAmount="221.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.630524716984" Longitude="12.650998234749" StarRating="5" HotelCode="29418|4974" HotelName="Clarion Hotel Copenhagen Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ellehammersvej 20, 2770 Kopenhagen, Kastrup</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/db/1edb010495cdf00e526068fcfcbca18b1c31ff0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the arrival and departure halls of Copenhagen International Airport. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.53" OriginalAmount="221.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678946" Longitude="12.56646" StarRating="4" HotelCode="|517140" HotelName="Apartments by Brøchners" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/1/4/0/517140_6e5d9c32202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.89" OriginalAmount="222.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6735401" Longitude="12.5626034" StarRating="3" HotelCode="|10451" HotelName="NH Copenhagen Grand Joanne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 9A,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/1/10451_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 153 rooms, 39 single rooms, 77 double rooms and 2 suites. The establishment boasts a lift, a cafÃ©, a bar, a pub, a restaurant and a car park. SITUATION: It is in a central area, Around the establishment, clients can find the town hall, the commercial area and the pedestrian area. It is located 150 metres away fromTivoli the Gardens the establishment is 1,5 kilometres away from Christiansborg the castle 100 metres away, there is a public transport stop situated 10 kilometres away from the airport. ROOM: The comfortable rooms, have marble bathrooms, a shower, a hairdryer, a trouser press, a direct line telephone, a satellite or cable television, a mini-bar and a safety deposit box (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67666114" Longitude="12.56638096" StarRating="0" HotelCode="735345|317220" HotelName="CitizenM Copenhagen Radhuspladsen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hans Christian Andersens Boulevard 12, 1553 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/54/1b541d55adf669fc6f2c5caff61a498da8add068.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.58" OriginalAmount="228.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681737" Longitude="12.577304" StarRating="4" HotelCode="|445010" HotelName="25hours Indre By" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pilestraede 65</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/1/0/445010_982b8220832.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.680311777001" Longitude="12.561331169312" StarRating="5" HotelCode="161147|446106" HotelName="Manon Les Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gyldenlovesgade 19, 1600 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/4e/ba4eebaa8eb52500f646481cc8d6f49a63ae22e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The establishment is a city centre hotel located close to Tivoli, City Hall and the main shopping st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.98" OriginalAmount="239.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681956403551" Longitude="12.593784034252" StarRating="4" HotelCode="47737|354355" HotelName="Copenhagen Admiral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Toldbodgade 24 – 28, 1253 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/cc/92cc11b2b26a74731e5af00c487aa300b3e336c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies some 15 km from the international airport directly beside the water and close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.38" OriginalAmount="246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70546186" Longitude="12.58845662" StarRating="0" HotelCode="956262|charlottehaven" HotelName="Charlottehaven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hjørringgade 12C, 2100 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/bc/f9bcf23ed9617f5340a4b38fa5d324e0f7908568.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.10" OriginalAmount="246.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.630667" Longitude="12.6509392" StarRating="4" HotelCode="|10475" HotelName="Clarion  Copenhagen Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ELLEHAMMERSVEJ 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/5/10475_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, has 12 floors, 382 rooms and 1 Presidential Suite. This establishment with air-conditioning, a bar, 2 restaurants and indoor parking (for a fee). SITUATION: This hotel is close to the terminal. 100 metres away, there is a public transport stop. 1.5 kilometres away from the establishment, guests will find the beach. ROOM: Customers can find soundproofed rooms, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a television, a mini-bar, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: A spa, a jacuzzi, MEALS: Lunch service, PAYMENT METHODS: American Express, Diners Club, Mastercard, Visa</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.03" OriginalAmount="253.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.679320563446" Longitude="12.593582868576" StarRating="4" HotelCode="15264|235336" HotelName="71 Nyhavn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nyhavn 71, 1051 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/53/e953529dc2a7448986d376ad032bf2b5f25772f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of Copenhagen, directly next to the lively Nyhavn canal promenad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="264.08" OriginalAmount="256.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.680747" Longitude="12.571929" StarRating="5" HotelCode="27485|459625" HotelName="Skt. Petri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Krystalgade 22, 1172 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/1c/f91c16622d75830fcbdb4290a9c75893d08ea9ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel enjoys a superb location in the heart of Copenhagen. The famous Strøget ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.30" OriginalAmount="261.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6791" Longitude="12.5937996" StarRating="4" HotelCode="|10454" HotelName="71 Nyhavn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NYHAVN 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/4/10454_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was built in 1804 and renovated in 2001. The establishment boasts 6 floors, 150 standard rooms, 38 double rooms, 2 single rooms and 17 suites. Some of the establishment facilities on offer are a bar and a restaurant. SITUATION: This luxurious hotel is situated in the centre of Copenhagen, close to Nyhavn Canal. Nearby, you will find monuments and the tourist attractions. 500 metres away, there is a public transport stop. It is situated 15 minutes away from the airport. ROOM: The stylish rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.02" OriginalAmount="264.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6690436" Longitude="12.5739912" StarRating="5" HotelCode="|10446" HotelName="Copenhagen Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALVEBOD BRYGGE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/6/10446_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 2001, has 401 rooms, 9 suites and 11 floors. The establishment has various facilities, such as a bar and a restaurant. By paying an additional charge you can enjoy indoor parking and a car park. SITUATION: This business hotel is in Sydhaven Canal. 10 minutes away from the establishment, you can find the Tivoli Gardens and the city centre. It is situated 15 minutes away from the StrÃ¸get shopping street. ROOM: The comfortable, bright rooms have large windows, a bathroom with a hairdryer, a direct line telephone, a satellite television, cable television, an air-conditioning system, a safe (available for a fee) and a mini-bar. FACILITIES: This hotel has a sauna, a steam bath, a gym, some services (available for a fee), a massage service and a sunbathing terrace. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.96" OriginalAmount="266.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6804704" Longitude="12.5711588" StarRating="5" HotelCode="|19658" HotelName="1 Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KRYSTALGADE 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/5/8/19658_943b3c01024.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has 268 rooms, a lobby with an elevator, a reception, a safety deposit box service and a cloakroom. It also has an inviting bar and a restaurant. The establishment has an indoor car park. SITUATION: This hotel is in an excellent location. It is in the city centre. Close to the establishment, clients can find the commercial area of StrÃ¸get where guests can enjoy shops, leisure areas and entertainment. ROOM: Each room has a bathroom with a hairdryer, a mini-bar, an air-conditioning system, internet and a safety deposit box (available for a fee). Some rooms have a balcony or terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.06" OriginalAmount="269.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67892" Longitude="12.58271" StarRating="4" HotelCode="|220332" HotelName="Boutique Hotel Herman K" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bremerholm 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/3/3/2/220332_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.31" OriginalAmount="277.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668841985453" Longitude="12.573933005333" StarRating="5" HotelCode="23104|copenhagen_marriott_hotel" HotelName="Copenhagen Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kalvebod Brygge 5, 1560 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/9e/ba9ec5781fbedf0579ffbf1a5bb6784cb45cc9c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international business hotel is situated directly on the Sydhaven Channel, one of the main cana...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="287.62" OriginalAmount="279.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67892023" Longitude="12.58270436" StarRating="5" HotelCode="632944|2501425" HotelName="Hotel Herman K" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bremerholm 6, 1069 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/d6/0cd6a0667125db2e5f562a6c627aec58acaedd28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.86" OriginalAmount="285.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683128" Longitude="12.570729" StarRating="3" HotelCode="|510256" HotelName="Venders Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/2/5/6/510256_39108ef0925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.73" OriginalAmount="291.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67129124" Longitude="12.56734588" StarRating="0" HotelCode="962796|2501525" HotelName="Villa Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tietgensgade 39, 1704 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/63/ce63c3f64f12846973ba6d3c68eb3be8e80bfc35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="339.30" OriginalAmount="329.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67248625" Longitude="12.57336714" StarRating="5" HotelCode="604688|2305205" HotelName="Nobis Hotel Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Niels Brocks Gade 1, København V, 1574 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/0d/9f0d5bdf87fe0d4d6ad0b118dabf0a11670ef947.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.06" OriginalAmount="402.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678479" Longitude="12.587542" StarRating="3" HotelCode="15426|hotel_sanders" HotelName="Hotel Sanders" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tordenskjoldsgade 15, 1055 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/87/d08782203a46ff723b0a8e82fd771ce16bb56566.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in an peaceful district of the town, close to the popular shopping a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="507.72" OriginalAmount="492.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6785601" Longitude="12.5874813" StarRating="3" HotelCode="|10460" HotelName="Sanders" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TORDENSKJOLDSGADE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/0/10460_a333fd71047.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1867, renovated in 1997, has 5 floors, 94 rooms, 18 single rooms and 76 double rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment also has an inviting bar, a restaurant, internet and a laundry service. SITUATION: This welcoming hotel is in a quiet area. Near the establishment, you will find the commercial area and the opera. It has excellent transport links to the shops, restaurants, bars and pubs. This hotel is 100 metres away from clubs and nightclubs. ROOM: All the rooms have a bathroom, a sitting room, a direct line telephone, satellite or cable TV, a radio, internet, central heating and fitted carpets. MEALS: The establishment offers a buffet breakfast and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="729.70" OriginalAmount="708.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6818767" Longitude="12.5759566" StarRating="0" HotelCode="|450141" HotelName="Rosenborg " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/1/450141_4aee1411258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="763.23" OriginalAmount="741.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672" Longitude="12.5699" StarRating="0" HotelCode="982338|rosenborg_hotel_apartments" HotelName="Rosenborg Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Landemærket 9, Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/5d/165d8b3312efbc7fba9d2aff91750a891714c93e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="881.68" OriginalAmount="856.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.680673" Longitude="12.584635" StarRating="5" HotelCode="47989|dangleterre_2" HotelName="D'Angleterre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kongens Nytorv 34, P.O. Box 9077, 1022 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/57/05573e379e714781ea2baa88b72a17cf9c4d70fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located on the historical King’s Square, overlooking the magnificent buildings ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1152.57" OriginalAmount="1119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673552" Longitude="12.566006" StarRating="5" HotelCode="901336|nimb_hotel" HotelName="Nimb" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 5, 1577 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/95/d295ccbaf56cb2d1d9e5d0b4c2d80d23d1926979.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.15" OriginalAmount="22.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6868254" Longitude="12.5506648" StarRating="0" HotelCode="|250644" HotelName="Sleep In Heaven" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Struenseegade 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.75" OriginalAmount="116.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6880108" Longitude="12.5605407" StarRating="3" HotelCode="|250753" HotelName="Nora Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.18" OriginalAmount="157.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6718189" Longitude="12.5611576" StarRating="0" HotelCode="|257351" HotelName="Andersen Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Designated Smoking Area,24 Hour Front Desk,Coffee Shop,Elevator,Housekeeping,LCD/Projector,Lounge,Luggage Storage,Golf,Heated Pool,Jacuzzi,Massage Centre,Sauna,Shopping Arcade,Wheelchair Access,Diet Meals,Kitchen,Swimming Pool,Spa,Nightclub,Garden,Dry Cleaning,Library,Off-Site Parking,Parking,Concierge,Meeting Room</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HOTEL,SPA HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,ECO HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,GUESTHOUSE,HOSTEL,HOLIDAY HOMES,APARTMENT,HOSTELS,GUEST HOUSES</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
4c257d14-84f3-4d0d-a8cb-4e9321e877cb|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
5f5bafc0-aaea-403f-842d-59e5dee08993|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="5f5bafc0-aaea-403f-842d-59e5dee08993">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="22211" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-07T00:00:00" End="2026-06-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="chennai@trinityairtravel.com" Password="Chennai@08" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
5f5bafc0-aaea-403f-842d-59e5dee08993|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
5f5bafc0-aaea-403f-842d-59e5dee08993|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:f1014e70-d7f6-4dfc-9059-1963af07b998
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
5f5bafc0-aaea-403f-842d-59e5dee08993|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
5f5bafc0-aaea-403f-842d-59e5dee08993|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
5f5bafc0-aaea-403f-842d-59e5dee08993|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-06-05T13:49:44.8837879+01:00" Version="0" EchoToken="Search" TransactionIdentifier="5f5bafc0-aaea-403f-842d-59e5dee08993" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70541308" Longitude="12.54349766" StarRating="2" HotelCode="523966|ao_copenhagen_norrebro" HotelName="a&amp;o Kobenhavn Nørrebro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Tagensvej 135-137, 2200 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/04/9204143bb8cb81b6f967a13085b3fdbb8a96dd38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.06" OriginalAmount="14.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676013" Longitude="12.57435" StarRating="3" HotelCode="146539|1437618" HotelName="Copenhagen Downtown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vandkunsten 5, 1467 København K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/5b/c15b40913d33c5dbf6be085457f912513ab0acda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.35" OriginalAmount="16.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6828535" Longitude="12.5826224" StarRating="1" HotelCode="171992|613455" HotelName="Generator Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Adelgade 5–7, 1304 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/ee/a2ee9831938f302d8886ed301fd05e664a2c8b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 800 metres from Kongens Nytorv metro station, where all lines stop. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.92" OriginalAmount="19.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6696084" Longitude="12.5709933" StarRating="0" HotelCode="|450094" HotelName="Next House Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/9/4/450094_d6039991054.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.00" OriginalAmount="19.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67620889" Longitude="12.560149" StarRating="3" HotelCode="561332|2163195" HotelName="Steel House Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Herholdtsgade 6, 1605 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/42/9442cefcce34acb67724d5679c216a3f4c54b735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.61" OriginalAmount="20.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70212" Longitude="12.53774" StarRating="0" HotelCode="|450145" HotelName="Urban Camper " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2C Lygten</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/5/450145_4f324921355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.50" OriginalAmount="20.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672917" Longitude="12.563198" StarRating="2" HotelCode="|503054" HotelName="Where to sleep -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Reventlowsgade 10A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/3/0/5/4/503054_8785eef1047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.97" OriginalAmount="21.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6529414" Longitude="12.5405617" StarRating="0" HotelCode="|450091" HotelName="aando Copenhagen Sydhavn - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Scandlagade 12/Sydhavens Plads 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/9/1/450091_81ab6840853.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67286113" Longitude="12.56279049" StarRating="2" HotelCode="449440|copenhagen_backpackers_hostel" HotelName="Copenhagen Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Bar,Coffee Shop,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Lounge,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Reventlowsgade 10A, 1651 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/5e/4b5e55885afe1d0017251a722bb36295dcfa3df6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Copenhagen Backpackers - Hostel places you in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.08" OriginalAmount="25.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.691964" Longitude="12.554829" StarRating="0" HotelCode="|450143" HotelName="The Old Factory " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Meinungsgade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/3/450143_c195e7b1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1170094-28479616/3527649612197802964/1295" HotelName="A AND O COPENHAGEN SYDHAVN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48530000/48527800/48527777/2ed9aa47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6798486" Longitude="12.59255526" StarRating="0" HotelCode="397955|bedwood_hostel" HotelName="Bedwood Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/c5/94c50ad88742f1331d5de81d1fabd88e9aa53782.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Bedwood Hostel in Copenhagen (Nyhavn - Amalienborg)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.45" OriginalAmount="43.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672414" Longitude="12.557278" StarRating="3" HotelCode="916484|1150838" HotelName="Hotel Viktoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Elevator,Fax,Housekeeping,Internet,LCD/Projector,Lounge,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viktoriagade 2, København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e6/58e6eb31d95551b69db19afa3ad7c93407b40cfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Hotel Viktoria places you in the heart of Copenhagen, walking distance f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.73" OriginalAmount="44.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.679595" Longitude="12.592332" StarRating="2" HotelCode="|450151" HotelName=" Nyhavn63" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nyhavn 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/5/1/450151_906cd991500.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.31" OriginalAmount="49.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671668" Longitude="12.562471" StarRating="2" HotelCode="902156|1437758" HotelName="Saga" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 18-20, 1652 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/3d/b53db6cde66b22c1df76fd71229d2f3e782c0280.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.74" OriginalAmount="52.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6720972" Longitude="12.5611523" StarRating="2" HotelCode="|22981" HotelName="Annex Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HELGOLANDSGADE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/8/1/22981_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 76 rooms. SITUATION: Is situated inVesterbro the district of in the surrounding area, clients have shops, restaurants and cafÃ©s. it is well-connected with the train station, the nightlife. ROOM: The functional rooms, have a bathroom, a direct line telephone, a television and shared bathrooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.33" OriginalAmount="52.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6715968" Longitude="12.5615775" StarRating="1" HotelCode="298239|238236" HotelName="Annex Hotel Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 15, 1653 Kobenhavn V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/66/7966fb57d403985f46170932cfbb3c9409b08439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.08" OriginalAmount="56.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6716874" Longitude="12.5465483" StarRating="0" HotelCode="|450030" HotelName="Cityhub Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97B Vesterbrogade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/3/0/450030_65e87121045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.65" OriginalAmount="60.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672275" Longitude="12.562818" StarRating="2" HotelCode="15090|459335" HotelName="Nebo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Nightclub,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istedgade 6, 1650 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/28/1e2865d41e8c9502256e0f8a5c0f33661747ae86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.78" OriginalAmount="61.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66577645" Longitude="12.5650648" StarRating="0" HotelCode="952696|2472785" HotelName="Cabinn Copenhagen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 1, 1577 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/18/99186a3b13252e87677b6ceaf0bad7881d9e6761.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.67" OriginalAmount="62.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6655539" Longitude="12.5646985" StarRating="2" HotelCode="|386245" HotelName="Cabinn Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/4/5/386245_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1047256-28473288/3527649612197802964/927" HotelName="SAGA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1383100/1383070/e97c6f67_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.42" OriginalAmount="65.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.631154" Longitude="12.573426" StarRating="2" HotelCode="140646|459265" HotelName="Cabinn Metro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arne Jakobsens Allé 2, 2300 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/b8/cbb88a56e1b37f7037255f7487ae5c346be5a518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located within easy reach of such tourist attractions as the Little Mermaid, Tivoli and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.62" OriginalAmount="66.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67046" Longitude="12.57084" StarRating="2" HotelCode="65588|459245" HotelName="Cabinn City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitchellsgade 14, 1568 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/0c/c70c21575796c6afff93c61d1d37d38970e4719b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Copenhagen close to the Tivoli and the nearest station is Met...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.10" OriginalAmount="67.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.631289" Longitude="12.573593" StarRating="2" HotelCode="|256939" HotelName="Cabinn Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/9/3/9/256939_bc705371652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.20" OriginalAmount="69.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671962" Longitude="12.557912" StarRating="0" HotelCode="|450146" HotelName="Woodah Boutique " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Abel Cathrines Gade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/6/450146_78a43ad1324.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.665749" Longitude="12.599412" StarRating="2" HotelCode="143381|hotel_amager" HotelName="Amager" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amagerbrogade 29, 2300 Kopenhagen S</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e9/62e9cd05a2326a5ee7e5c2649938e6c954af8443.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 25 rooms. A bar is among the facilities. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.95" OriginalAmount="71.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667064020543" Longitude="12.566424241787" StarRating="2" HotelCode="899857|344805" HotelName="Wakeup Copenhagen, Carsten Niebuhrs Gade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carsten Niebuhrs Gade 11, 1577 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/4d/444d267ed59a3af47d9bf2594a56b098ffaeb816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Copenhagen, within walking distance of the Tivoli Gardens, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.665206358256" Longitude="12.580776294553" StarRating="2" HotelCode="146286|hotel_copenhagen_2" HotelName="Hotel Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Egilsgade 33, 2300 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/e7/cbe7c7f0fd9861a5338fcc38d66767268a2f4e4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen - Roskilde Airport (RKE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.90" OriginalAmount="74.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667992" Longitude="12.59679" StarRating="2" HotelCode="|250692" HotelName="Rent A Room Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amagerbrogade 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/6/9/2/250692_808ae0c1620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|632137-28466634/3527649612197802964/491" HotelName="CABINN SCANDINAVIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1900000/1894500/1894407/17f9631e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67195638" Longitude="12.55789472" StarRating="0" HotelCode="616916|woodah_hostel" HotelName="Woodah Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abel Cathrines Gade 1-3, Kbh V, 1654  Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/ab/12abcc989bfb50d9601813c0b0e339b481d8760a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Copenhagen&amp;apos;s Vesterbro district, this hostel offers an in-house bar and café, as wel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.64" OriginalAmount="76.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6725" Longitude="12.5565574" StarRating="3" HotelCode="|24290" HotelName="Savoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTERBROGADE 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/9/0/24290_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was renovated in 2012. SITUATION: This hotel is in the Vesterbro district. Is situated in the centre of Copenhagen. Around the establishment, clients can find cafÃ©s, restaurants, bars and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.670763066509" Longitude="12.56370306015" StarRating="3" HotelCode="35667|ansgar_hotel" HotelName="Ansgar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 29, 1652 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/85/0f850c9156f54982fcb0d5bad751040ca8fc30b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in the tourist centre of the town, within a stone's throw of lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.48" OriginalAmount="81.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668759546265" Longitude="12.572442510094" StarRating="2" HotelCode="755468|2322695" HotelName="Wakeup Copenhagen Bernstorffsgade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Laundry,Lounge,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 37, København V, 1577 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/d3/a2d35a7094eacda5aa43d5b2deccb14eaf61141c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wakeup  Copenhagen, Bernstorffsgade is a cool and modern budget hotel designed by architect Kim Utzo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672604" Longitude="12.556461" StarRating="3" HotelCode="17282|savoy_hotel_2" HotelName="Savoy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 34, 1620 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/87/4f8797742afc52f7f66401ea19945f6aeebcc960.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of Copenhagen, only minutes away from the famous Tivoli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.69198012" Longitude="12.55477608" StarRating="0" HotelCode="611225|hotel_m18" HotelName="Hotel M18" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meinungsgade 18, 2200 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/0d/100dad060a21e20381ef18154f7b6a191a63cb2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel M18 in Copenhagen (Norrebro), you'll be minutes from St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.57" OriginalAmount="84.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6919931" Longitude="12.5547607" StarRating="3" HotelCode="|256917" HotelName="M18" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meinungsgade 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/9/1/7/256917_8a6e0e01734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683012637564" Longitude="12.584157196226" StarRating="2" HotelCode="296740|wakeup_copenhagen__borgergade" HotelName="Wakeup Copenhagen, Borgergade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Borgergade 9, 1300 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/71/0e71af92b4257d8412fed3287c1940f6bb8daf5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located centrally in Copenhagen, just a short walk from several places of interest – 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.75" OriginalAmount="88.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6641923" Longitude="12.6245272" StarRating="2" HotelCode="|449384" HotelName="Go Hotel City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Lergravsvej</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/3/8/4/449384_6c9c33a1316.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.66" OriginalAmount="88.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6913986" Longitude="12.5879002" StarRating="3" HotelCode="|10471" HotelName="Østerport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OSLO PLADS 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/1/10471_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 170 rooms, 40 single rooms and 130 double rooms. The establishment offers guests an elegant hall with a reception, a lift, a safety deposit box service, a currency exchange service, a television room, internet, a cybercafe, a restaurant, a laundry service and conference facilities. SITUATION: Is situated in a central area, this hotel is in Copenhagen western near the establishment, guests will find the tourist attractions, Clients can find parks, cafÃ©s and shops. it is situated 10 kilometres away from Copenhagen Airport. ROOM: The rooms a bathroom, a direct line telephone, satellite or cable TV, a radio, internet (free of charge) and a central heating system. OTHERS: Regarding the food and beverage offering, clients have a breakfast service at the restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672928" Longitude="12.548226" StarRating="3" HotelCode="902390|hotel_sct_thomas_2" HotelName="Sct. Thomas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frederiksberg Allé 7, 1621 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/32/8d32b20357b0f47cfbfbdfcb73bc9066a7a829a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.691813622071" Longitude="12.587025235617" StarRating="3" HotelCode="326344|hotel_osterport" HotelName="Hotel Østerport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oslo Plads 5, 2100 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/f3/c9f363490e83042f204eca158f7ebfc5b5c35bb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideal both for business travellers and for those wishing to relax, with a centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.89" OriginalAmount="92.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6708236" Longitude="12.5637406" StarRating="3" HotelCode="|23151" HotelName="Go Ansgar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COLBJORNSONSGADE 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/5/1/23151_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a five-storey building, 81 rooms, 35 double rooms and 24 apartments. The establishment has a large garden, a lobby with a lift, a kiosk, a reception with safety deposit boxes, a TV room and a restaurant. The establishment also has a conference room, conference facilities, internet and a laundry service. is non-smoking. SITUATION: This hotel is in a central location, the tourist area, near the establishment, you will find a public transport stop, shops, is located 100 metres away from bars, pubs. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.55" OriginalAmount="96.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.712725" Longitude="12.593343" StarRating="4" HotelCode="|445928" HotelName="Comwell Copenhagen Portside Dolce By Wyndham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alexandriagade 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/2/8/445928_4821c450912.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.63" OriginalAmount="96.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66662833" Longitude="12.53286657" StarRating="4" HotelCode="783580|2363805" HotelName="Hotel Ottilia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bryggernes Plads 7, 1799 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/b5/edb5770be80c020cd7a41e06f64956ceab52926c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Copenhagen, this boutique hotel has the perfect ambience for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.39" OriginalAmount="104.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67815" Longitude="12.5626928" StarRating="3" HotelCode="|10468" HotelName="Profilhotels Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vester Farimagsgade 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/8/10468_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors, 127 rooms and 5 suites. This building has a reception and a restaurant. SITUATION: Is situated in the city centre, Where customers can find the tourist attractions, the museums and the nightlife. It is 2 minutes away fromTivoli the gardens the railway station, a few minutes walk away, there is a public transport stop. ROOM: The inviting rooms, have a bathroom, a direct line telephone, internet, a mini-bar and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.68" OriginalAmount="107.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678551" Longitude="12.562659" StarRating="3" HotelCode="47739|222606" HotelName="Richmond" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Farimagsgade 33, 1606 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/50/b4502ac196b8ffbafc51cadcd80fb339e51b0722.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Copenhagen just a short distance from many of the city's top a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.55" OriginalAmount="108.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.748158516811" Longitude="12.54115909338" StarRating="3" HotelCode="37882|459565" HotelName="Gentofte Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Diet Meals,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gentoftegade 29, 2820 Gentofte</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/d3/80d3afccdda8f66119e40754497208abe030f457.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city conference hotel is located in Gentofte, a green area approximately 8 km from the city of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67282925786" Longitude="12.560951113701" StarRating="3" HotelCode="50417|819" HotelName="First Hotel Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 3, 1653 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/83/4a83e272cc83dfca0752ba89e79f119a1894053a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Copenhagen. The airport is only 10 km from the hotel, which is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.48" OriginalAmount="109.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.643566" Longitude="12.544877" StarRating="4" HotelCode="|19657" HotelName="Scandic Sluseholmen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOLESTIEN 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/5/7/19657_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is situated in the business area, has good links to the airport, the city centre. ROOM: The contemporary style rooms, have a bathroom, internet, cable television and press (free of charge). FACILITIES: The establishment boasts a sauna with wonderful views and a spa. Regarding the food and beverage offering, there is a restaurant where guests can choose national or international cuisine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.96" OriginalAmount="109.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6396481" Longitude="12.5782192" StarRating="4" HotelCode="|74801" HotelName="Ac Hotel Bella Sky Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Center Boulevard 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/0/1/74801_0df2bd31421.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Bella Sky Comwell Hotel is rated four stars, is in a skyscraper, has 814 rooms, 3 restaurants and 2 bars. Outdoors, guests can find a car park. If you have an electric car, the hotel can also provide electricity for recharging it. SITUATION: This establishment is 10 minutes away from StrÃ¸get the city centre. In the surrounding area, you can find a commercial centre and cafÃ©s. ROOM: The rooms have modern furniture, large windows, an air-conditioning system, WiFi, a television, video, a mini-bar, a kettle, a coffee maker, a safety deposit box, a hairdryer and room service. Clients are offered for people with allergies (available on request). FACILITIES: The establishment has a gym and a spa (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1907-32593882/3527649612197802964/1554" HotelName="CPH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523500/523402/92460c45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.666845171322" Longitude="12.585890293121" StarRating="4" HotelCode="16430|radisson_blu_scandinavia_hotel_copenhagen" HotelName="Radisson Blu Scandinavia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amager Boulevard 70, 2300 Copenhagen S</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c6/39c6ed63f13ca8904dd81e89284367ea47e50487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and centrally located hotel is situated around 20 minutes from the various tourist at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.83" OriginalAmount="112.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668968" Longitude="12.564172" StarRating="3" HotelCode="408865|54144" HotelName="DGI-byen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tietgensgade 65, 1704 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f4/ccf4d0a00cd84c2ac08f5d17d4c8d94f2ec6a03e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.93" OriginalAmount="112.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667177" Longitude="12.586019" StarRating="4" HotelCode="|10447" HotelName="Radisson Blu Scandinavia, Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AMAGER BOULEVARD 70</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/7/10447_1bd7ac51411.jpeg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2000. It has 26 floors, 542 rooms, 20 single rooms, 240 double rooms and 48 suites. In the entrance, guests are offered a lobby, a reception with safety deposit boxes, a currency exchange service, a cloakroom, a lift and a cafÃ©. The establishment boasts a kiosk, shops, a bar, a casino, 4 restaurants, a conference room and a car park (for a fee). SITUATION: This hotel is in a central area, 20 minutes away, guests can find the tourist attractions, is 15 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom, with a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet. Are also equipped with a mini-bar, a double bed, an air-conditioning system, central heating and a safe (available for a fee), All the rooms have different decorative styles, It also has disabled access rooms. FACILITIES: Outdoors, guests have access to a swimming pool, For a fee, guests can enjoy a sauna and a covered swimming pool. Clients can enjoy activities such as play squash, Our guests can also use the gym (available for a fee). MEALS: Guests are offered all meals in a buffet format and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, Diners Club, JCB and EC. OBSERVATIONS: Clients have internet at no extra cost.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.11" OriginalAmount="112.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70759" Longitude="12.558743" StarRating="0" HotelCode="|455041" HotelName="Bob W Østerbro Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/4/1/455041_d18482e1229.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="116.39" OriginalAmount="113" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|257378-19522313/3527649612197802964/1795" HotelName="WAKEUP COPENHAGEN BORGERGADE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7490000/7483100/7483050/3769ff0d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.80" OriginalAmount="113.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.626367" Longitude="12.575362" StarRating="3" HotelCode="|449339" HotelName="Four Points Flex by Sheraton Copenhagen Arena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/3/3/9/449339_e3dd78b0815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.697753" Longitude="12.576412" StarRating="2" HotelCode="902115|hotel_rye" HotelName="Rye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ryesgade 115, 2100 København Ø</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b0/04/b004f005c067dd150fca0443b7877b1cb2310d04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.05" OriginalAmount="116.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6464507" Longitude="12.4594402" StarRating="3" HotelCode="|10444" HotelName="Scandic Hvidovre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KETTEVEJ 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/4/10444_38496e90328.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 200 rooms, a bar and a restaurant. SITUATION: This inviting hotel is just 8 kilometres away from the city centre, 2 kilometres away from a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar and a safe (available for a fee). FACILITIES: The establishment has a covered swimming pool, a sauna, a gym and a sunbathing terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.23" OriginalAmount="118.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.654486861385" Longitude="12.541333436966" StarRating="4" HotelCode="51288|5034" HotelName="Scandic Sydhavnen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sydhavns Plads 15, 2450 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/1f/ce1f597bcc71183c0f9cf7e57a3681de70501f1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated around 3 km from the centre of Copenhagen and only around 200 m a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.27" OriginalAmount="118.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67247" Longitude="12.560897" StarRating="4" HotelCode="|61610" HotelName="Axel Guldsmeden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HELGOLANDSGADE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/1/0/61610_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This spa hotel and has 129 rooms, The establishment has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a cafÃ© and a restaurant. The establishment offers conference facilities, WiFi (for a fee), a laundry service (for a fee) and bicycle hire. SITUATION: It is inCopenhagen the city centre of close to the establishment, clients can find Tivoli the Gardens Vesterbro the district of close to the establishment, guests have restaurants, shops located 500 metres away from the central station, is 12 kilometres away from the airport. ROOM: The comfortable rooms, have a writing desk, a direct line telephone, cable television, a DVD player, a radio and internet. They also have a safety deposit box, a mini-bar, an ironing set, a bathroom with a shower and a hairdryer. Guests also have at their disposal complimentary bathroom items, a bathrobe, slippers, a wake-up service and a central heating system. FACILITIES: Clients can find a spa with a sauna, a hydromassage bath, heating, a steam bath, yoga and meditation. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.78" OriginalAmount="119.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6775017" Longitude="12.5889997" StarRating="0" HotelCode="|23159" HotelName="Maritime" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PEDER SKRAMSGADE 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/5/9/23159_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a five-storey building, 64 rooms, 21 single rooms and 42 double rooms. In the entrance, guests are offered a lobby with an elevator, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment offers guests a television room, a restaurant, a conference room, with features that offer you the maximum level of comfort, internet and a laundry service. SITUATION: This hotel is in the city centre, is situated close to the harbour, the tourist centre, near the establishment, you will find restaurants, shops, the pedestrian area and the commercial area. ROOM: The stylish rooms, have a bathroom, a hairdryer, satellite or cable TV, a radio, internet, fitted carpets, a central heating system and a direct line telephone. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.22" OriginalAmount="119.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673176" Longitude="12.560972" StarRating="4" HotelCode="22207|230126" HotelName="Scandic Webers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 11B, 1620 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/a8/a8a84d11b8ea5f0d80adc99d49b2e19dcec68c9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Copenhagen within walking distance of the Tivoli Gardens and Ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|648005-28516557/3527649612197802964/1602" HotelName="HOTEL NORA COPENHAGEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/648005/20221128123022792.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1047278-28535204/3527649612197802964/967" HotelName="RYE 115 HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33140000/33139100/33139008/794033b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.79" OriginalAmount="122.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.663414043646" Longitude="12.563327550888" StarRating="4" HotelCode="58826|354445" HotelName="Copenhagen Island" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kalvebod Brygge 53, 1560 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bb/56bb8457db976f53fe38dd262476844ae5acdd43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Copenhagen has a new island and a new hotel, in the middle of the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.72" OriginalAmount="123.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.637101" Longitude="12.58315" StarRating="3" HotelCode="|447873" HotelName="Ibis Styles Copenhagen Orestad" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 ORESTADS BOULEVARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/8/7/3/447873_e6f0d6d1130.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.24" OriginalAmount="123.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6977269" Longitude="12.5763416" StarRating="2" HotelCode="|258226" HotelName="Rye 115" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ryesgade 115</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/8/2/2/6/258226_798cbfb1029.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.44" OriginalAmount="123.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673788199789" Longitude="12.564754486084" StarRating="4" HotelCode="29421|354545" HotelName="Profil Copenhagen Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 4, 1577 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/d4/29d4d665eff1132464a258cf6420510c090ddc06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the middle of Copenhagen, next to the central station and Tivoli gardens. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185680-28566998/3527649612197802964/1115" HotelName="COMWELL HOLTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914700/914618/0d60d8c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68801649" Longitude="12.56054879" StarRating="3" HotelCode="227915|hotel_nora_copenhagen" HotelName="Hotel Nora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/87/0f871572e58b053d2a5e70dd2d8c4fbeb89aa5b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set a 12-minute walk from Nørreport Metro and Train Station, this hotel offers brightly decorated ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.99" OriginalAmount="125.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673382849718" Longitude="12.563239489584" StarRating="3" HotelCode="10405|392955" HotelName="Hotel Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Banegaardspladsen 4, 1570 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/3d/683d9110dc1aa63eabf9d1268c34bb3752c84023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located right next to Copenhagen central station (200 m). It is only a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.01" OriginalAmount="125.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6683882" Longitude="12.4191964" StarRating="3" HotelCode="|10438" HotelName="Scandic Glostrup" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROSKILDEVEJ 550</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/3/8/10438_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated complex in 1999, has 112 rooms, 5 floors, a bar and a restaurant. SITUATION: Is situated in an excellent location, nearby, there is a public transport stop. ROOM: The rooms a bathroom, a direct line telephone, a mini-bar and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.04" OriginalAmount="125.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.682923" Longitude="12.588894" StarRating="4" HotelCode="15838|4984" HotelName="Phoenix Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bredgade 37, 1260 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/df/5bdf2a607319698658d6985e469fc1d078bbdb46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Copenhagen, close to the wonderful Amalienborg cas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.13" OriginalAmount="126.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6728557" Longitude="12.5593864" StarRating="3" HotelCode="|10473" HotelName="Comfort Vesterbro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 23-29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/3/10473_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999, has 403 rooms, 5 floors, 150 double rooms, a bar, an air-conditioned restaurant with a non-smoking area, a car park and indoor parking. SITUATION: This trendy hotel is situated in the central area. It is situated near the Tivoli Gardens. Near the establishment, you will find the central station. 1 kilometre away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, an air-conditioning system, a fridge, a mini-bar and a safety deposit box. FACILITIES: The establishment boasts a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.33" OriginalAmount="126.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.65868" Longitude="12.63124" StarRating="3" HotelCode="|216489" HotelName="Cph Studio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Krimsvej 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/4/8/9/216489_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.35" OriginalAmount="126.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.665840674786" Longitude="12.565376758575" StarRating="4" HotelCode="142186|330905" HotelName="Tivoli Hotel &amp; Congress Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 2, 1577 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/79/1a79edc74bb60616fb6e14dfa0d24a685da04436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is uniquely located within walking distance of Tivoli Gardens and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.42" OriginalAmount="126.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6728156" Longitude="12.5610785" StarRating="4" HotelCode="|22188" HotelName="Mayfair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HELGOLANDSGADE 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/8/8/22188_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 5 floors, 105 rooms, 45 single rooms and 60 double rooms. In the establishment entrance, guests will find a lobby with elevators, a reception with safety deposit boxes, a currency exchange service and a laundry service. With regards to the food and beverage offering, the establishment has a restaurant, The establishment boasts a conference room and internet. SITUATION: Is situated in the city centre, 300 metres away, guests will find a public transport stop, shops, this hotel is situated 10 kilometres away from Copenhagen Airport. ROOM: The rooms have a bathroom, with a hairdryer, a direct line telephone, a radio, internet, central heating and fitted carpets. non-smoking rooms. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.95" OriginalAmount="128.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66733999" Longitude="12.55661878" StarRating="4" HotelCode="613110|2371175" HotelName="Scandic Kødbyen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Skelbækgade 3A, 1717 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/df/10df033900070090700705f0629eeb38cf8f4e53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a popular area in the heart of Copenhagen. It is ideal for business travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.72" OriginalAmount="128.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672872" Longitude="12.55904" StarRating="3" HotelCode="22209|459545" HotelName="Comfort Hotel Vesterbro" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 23-29, 1620 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/bc/76bc09edd07601933ef38bb8a978ddcd6d1ec748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located close to the Tivoli gardens and the main train station. Links to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.65239001" Longitude="12.54046132" StarRating="3" HotelCode="853842|moxy_copenhagen_sydhavnen" HotelName="Moxy Copenhagen Sydhavnen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Scandiagade 14, 2450 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/47/9e47e2edcf5ee119e364352467769aa5aaa0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.626837" Longitude="12.577711" StarRating="4" HotelCode="146467|crowne_plaza_copenhagen_towers" HotelName="Crowne Plaza Copenhagen Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ørestads Boulevard 114-118, 2300 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/58/2c58f25c20b022661cf221f48654096d4cb526c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located near to the motorway and just 150 m from the metro, with trains to Ør...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.68" OriginalAmount="130.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.675673" Longitude="12.561669" StarRating="4" HotelCode="258307|53654" HotelName="Imperial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Farimagsgade 9, 1606 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/05/4d058057967ce6efb5845cbc6f4bd88eab143532.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located close to the centre town hall and within walking distance of many di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.658713451489" Longitude="12.630839812876" StarRating="3" HotelCode="497968|cph_studio_hotel" HotelName="CPH Studio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Krimsvej 29, 2300 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5d/835d283bb38793e5bc3e32000140580fde93ca93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.15" OriginalAmount="132.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671963" Longitude="12.562498" StarRating="3" HotelCode="57440|354565" HotelName="Good Morning City Copenhagen Star" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 13, 1652 Köpenhamn</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/f6/55f6be8d57b00343e42255a6d5a867b7dbc3ec00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of Copenhagen, and the main train station and the Tivol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.46" OriginalAmount="133.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672595" Longitude="12.560795" StarRating="3" HotelCode="13248|222206" HotelName="Best Western Hotel Hebron" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 4, 1653 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/de/afdef1a841571a53a521adfd56e34e7a8991da28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.84" OriginalAmount="133.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.684771248337" Longitude="12.552612125874" StarRating="3" HotelCode="37833|790995" HotelName="Avenue Hotel Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Åboulevard 29, 1960 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/01/8801c4157e169ae72d8248121448a0fe6d5f212a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located immediately beyond the picturesque Copenhagen Lake. The Town Hall Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.21" OriginalAmount="136.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6369019" Longitude="12.6416998" StarRating="3" HotelCode="|23421" HotelName="Best Western Plus Airport Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KASTRUPLUNDGADE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/2/1/23421_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 228 rooms and 6 floors. The establishment boasts a lobby with an elevator, a reception with safety deposit boxes, a bar, an Ã  la carte restaurant and a conference room. The establishment offers guests internet, a car park (for a fee), a laundry service (for a fee) and room service. SITUATION: It is in the outskirts, 7 kilometres away, you can find the city centre, Where you can find shops, 200 metres away, guests have a public transport stop situated 1 kilometre away fromCopenhagen Airport. ROOM: Guests are offered elegant non-smoking rooms with ensuite bathroom with a hairdryer, a direct line telephone, a satellite or cable television and a radio. They also have a mini-bar, a central heating system and internet. FACILITIES: You can find a sauna and a gym. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68464347707" Longitude="12.566280663014" StarRating="3" HotelCode="63209|ibsens_hotel" HotelName="Ibsens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vendersgade 23, 1363 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4b/654b9a68042a5b8959851630f0ad9a85705cc59b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel overlooks the Nansensgade area, a small oasis in the heart of the city bustling with café ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.33" OriginalAmount="137.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6749211" Longitude="12.55961" StarRating="4" HotelCode="|10477" HotelName="Scandic Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTER SOGADE 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/7/10477_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2000, has 472 standard rooms, 18 floors and 36 suites. Some of the facilities that the establishment offers to guests include a lobby with a reception, a cafÃ©, a bar and a restaurant. The establishment boasts conference rooms, indoor parking, a car park and room service. SITUATION: This establishment is situated in the city centre. Around the establishment, clients can find monuments and the Tivoli Garden. A few minutes walk away, customers can find public transport services. ROOM: The rooms have a bathroom, a direct line telephone (available for a fee), a television, a radio, a mini-bar and a safe (available for a fee). FACILITIES: The establishment boasts a sauna, a solarium and a gym. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.41" OriginalAmount="137.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6753681" Longitude="12.5727912" StarRating="0" HotelCode="|72404" HotelName="One Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Longangstraede 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/0/4/72404_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The First Twentyseven (antes Clarion) is rated three stars. It was renovated in 2007. SITUATION: It is situated in a central area. Near the establishment, guests will find the Square of the town hall. It is situated close to the Gardens Tivoli. This hotel is near the pedestrian area Stroget. ROOM: The establishment has 201 rooms, a WC, a shower, a hairdryer, a direct line telephone, a satellite television, a radio and a desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.77" OriginalAmount="137.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66658" Longitude="12.53283" StarRating="4" HotelCode="|224248" HotelName="Hotel Ottilia By Brøchner Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pasteursvej 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/2/4/8/224248_24.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.85" OriginalAmount="137.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6724273266" Longitude="12.556605046627" StarRating="4" HotelCode="47738|354395" HotelName="Coco Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 41, 1620 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/b6/c8b647ba2ddd55e94d23bddc7e5bd076effb45e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near by the railway station and within walking distance of Tivoli Gardens and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.02" OriginalAmount="137.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677318234578" Longitude="12.58918941021" StarRating="3" HotelCode="47473|222086" HotelName="Best Western Plus Hotel City Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peder Skrams Gade 24, 1054 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/8a/6c8a4a5e91e980a3efb836339b90f42c81903f4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Copenhagen, this boutique hotel is ideal for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.46" OriginalAmount="139.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.713767" Longitude="12.560134" StarRating="3" HotelCode="|491489" HotelName="STUDIO1A Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/4/8/9/491489_39778941033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.57" OriginalAmount="139.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66429" Longitude="12.625582" StarRating="3" HotelCode="|507300" HotelName="South Studios by Daniel&amp;Jacob's" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Lergravsvej</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/3/0/0/507300_249324f1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|95737-219105/3527649612197802964/1971" HotelName="THE HUXLEY COPENHAGEN, BW PREMIER COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24100/24029/debfc2ed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.670932" Longitude="12.563262" StarRating="3" HotelCode="200685|hotel_tiffany_4" HotelName="Hotel Tiffany" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Off-Site Parking,Parking,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 28, Centre, København V, 1652 København, Denmark</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4c/a04c08aeb1c5a119ee205f067f274983215eeb72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Tiffany in Copenhagen, you'll be minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.54" OriginalAmount="143.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676187" Longitude="12.5669834" StarRating="4" HotelCode="|10476" HotelName="The Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RADHUSPLADSEN 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/6/10476_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 2003, has 4 floors, 192 rooms, 46 single rooms, 128 double rooms and 18 suites. In the entrance, you can find a lobby with a lift, a bar, a reception with safety deposit boxes and a cloakroom. The establishment boasts a breakfast room, internet, a car park (for a fee), room service and a laundry service. SITUATION: This modern hotel is in a central area, is in front of the Square of the town hall, a few minutes walk away from the establishment, clients can find shops, the railway station and gardens. ROOM: The stylish rooms, have a bathroom, a hairdryer, a television, internet, a mini-bar, a trouser press, an air-conditioning system and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|153834-32594533/3527649612197802964/1029" HotelName="AC BY MARRIOTT BELLA SKY COPENHAGEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4145100/4145020/7ce07019_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.65" OriginalAmount="144.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6565381" Longitude="12.5917853" StarRating="4" HotelCode="|448148" HotelName="Zoku Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/4/8/448148_a86f4f71248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1930-28567041/3527649612197802964/1213" HotelName="RADISSON BLU SCANDINAVIA HOTEL, COPENHAGEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9800/9740/ce35f9ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.747800000000000" Longitude="-5.806200000000000" StarRating="3" HotelCode="0|20617-19572688/3527649612197802964/1812" HotelName="GENTOFTE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Del Cabildo, S/N, Arcos De La Frontera, 11630, Spain</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25400/25379/b02feecb_b.jpg</HotelPictures>
        <HotelDescription>This 3 star hotel is located in the city centre of Arcos De La Frontera and was established in 1966. It is close to the Casco Antiguo. The Hotel has a restaurant, a bar and a coffee shop. All 30 rooms are equipped with minibar, hairdryer, safe, trouser press, ironing set and air conditioning. category: Superior first style: Traditional year Built: 1966 restaurant Count: 1&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.88" OriginalAmount="148.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6733392" Longitude="12.5633032" StarRating="3" HotelCode="|10452" HotelName="Astoria, Bw Signature Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BANEGAARDSPLADSEN 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/2/10452_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This mid-category hotel, was built in 1935, has 3 floors, 94 rooms and an inviting restaurant. SITUATION: It is in a central area, near the establishment, you will find Tivoli the railway station near the Square of the town hall excellent transport links to public transport services, shops and leisure areas. ROOM: The rooms a bathroom, a direct line telephone, a mini-bar, a fridge and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.58" OriginalAmount="149.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67088" Longitude="12.5634" StarRating="3" HotelCode="|216485" HotelName="Tiffany" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/4/8/5/216485_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.43" OriginalAmount="149.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6725006" Longitude="12.5565996" StarRating="3" HotelCode="|10449" HotelName="Coco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/9/10449_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 5 floors, 76 rooms and an inviting restaurant. SITUATION: This cosy hotel is situated in Copenhagen the heart of nearby, you will find StrÃ¸get the commercial area of Where guests can enjoy bars, cafÃ©s, restaurants, shops and shops. In the surrounding area, you can find the tourist area, 100 metres away, there is a public transport stop, is 12 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12355-28506776/3527649612197802964/1755" HotelName="GOOD MORNING+ COPENHAGEN STAR" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523700/523680/615fa6c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.00" OriginalAmount="150.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.675371763788" Longitude="12.572683095932" StarRating="4" HotelCode="59870|111612" HotelName="First Hotel Twentyseven" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Løngangstræde 27, 1468 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f2/6ef2c3f3eca77978bcf285471f9e32b1bf7d9841.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lifestyle hotel is an embodiment of the Danish way of life, and is located in the heart of Cope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.60" OriginalAmount="152.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676217" Longitude="12.570274" StarRating="4" HotelCode="15509|230196" HotelName="Scandic Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuspladsen 57, 1550 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/0e/a70ecf676623a53ae7be67dc12ed487e3796055b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the very heart of Copenhagen, on the historic City Hall Square. Tivoli Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.48" OriginalAmount="152.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.669802" Longitude="12.5738008" StarRating="4" HotelCode="|445020" HotelName="Scandic Spectrum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALVEBOD BRYGGE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/2/0/445020_83c7c351135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.18" OriginalAmount="156.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677438" Longitude="12.567576" StarRating="4" HotelCode="259410|93799" HotelName="First Hotel Kong Frederik" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Voldgade 25, 1552 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8a/bc/8abc3a56c8f002b8180d8f0e7e789249383bf3f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is perfectly located in the heart of Copenhagen, metres from the City Hall Sq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.49" OriginalAmount="156.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681244" Longitude="12.591724" StarRating="4" HotelCode="47512|1425948" HotelName="Hotel Skt. Annæ" 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,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sankt Annae Plads 18-20, Copenhagen 1250</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/84/3584f59e46d974e1886b9deff75212237dd9a29a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys one of the nicest locations in Copenhagen, neighbouring the Royal Palace Amalieborg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|53275-28522796/3527649612197802964/452" HotelName="BEST WESTERN HEBRON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26300/26281/e5d94cf9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|606158-32595197/3527649612197802964/1204" HotelName="MOXY COPENHAGEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33780000/33776800/33776800/cc651b2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.72" OriginalAmount="161.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.707189" Longitude="12.600581" StarRating="4" HotelCode="|453230" HotelName="Fairfield By Marriott Copenhagen Nordhavn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tallinngade 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_ebd99071631.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672754" Longitude="12.552466" StarRating="3" HotelCode="408864|carlton_hotel_guldsmeden" HotelName="66 Guldsmeden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 66, 1620 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/32/9232256eb0386fe98529cbb7c4ee3e9da3fa9d99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the hip Vesterbrogade area in central Copenhagen. Just a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.41" OriginalAmount="165.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681356058575" Longitude="12.593303918838" StarRating="4" HotelCode="69072|230266" HotelName="Scandic Front" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sankt Annæ Plads 21, 1250 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/0f/450f7ef005d91c809e0238081aa2c7577d6b2187.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This trendy hotel is situated directed on the harbour quayside, close to Amalienborg Castle and with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12359-28567000/3527649612197802964/1504" HotelName="PROFILHOTELS COPENHAGEN PLAZA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9536/73e4e6f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.20" OriginalAmount="166.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677222955045" Longitude="12.590163052082" StarRating="4" HotelCode="47740|53674" HotelName="Copenhagen Strand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Havnegade 37, 1058 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bd/32bdac2a28114aa074af436d24b0a450dc059e5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located by the harbour in Copenhagen, close to the popular Nyhavn and the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.99" OriginalAmount="166.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6817093" Longitude="12.5910652" StarRating="4" HotelCode="|10467" HotelName="Skt. Annæ" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SANKT ANNAE PLADS 18-20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/7/10467_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2001, has 5 floors, 133 standard rooms, 35 single rooms and 98 double rooms. Some of the facilities that the establishment offers to guests include a reception, a safety deposit box service, a currency exchange service and lifts. The establishment offers a conference room, WiFi, room service and a laundry service. SITUATION: This comfortable hotel is in the heart of Copenhagen. 500 metres away, guests can find shops, leisure areas and a public transport stop. It is 12 kilometres away from Copenhagen International Airport. ROOM: The establishment has non-smoking rooms with ensuite bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a mini-bar, internet, a safe and central heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678742" Longitude="12.566736" StarRating="4" HotelCode="15685|hotel_fox_2" HotelName="Hotel SP34" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sankt Peders Stræde 34, 1453 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b8/e9b87a39549ab64cf2f6216558d974f7d2ea50b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in central Copenhagen. City Hall Square and the famous Strøget shopping street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.57" OriginalAmount="169.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683825" Longitude="12.571763" StarRating="0" HotelCode="|445926" HotelName="Scandic Norreport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Frederiksborggade 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/2/6/445926_3d238a90913.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1924-27672519/3527649612197802964/70" HotelName="SCANDIC PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/12400/12369/89da3fcd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68786384" Longitude="12.59549736" StarRating="0" HotelCode="971719|esplanaden_46" HotelName="CPH Boutique Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Esplanaden 46, 1263 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/fe/13fe683d3952ec98de962a164a282bfcc6c48444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.85" OriginalAmount="170.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677093" Longitude="12.566028" StarRating="3" HotelCode="25644|747175" HotelName="Alexandra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>H.C. Andersens Boulevard 8, 1553 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/80/d38076a1a7fff4066194b2a7a603f144945a805b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|637747-28587506/3527649612197802964/1286" HotelName="BRYGGEN GULDSMEDEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35700000/35699100/35699030/7a5ba95d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.74" OriginalAmount="171.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67283" Longitude="12.551937" StarRating="3" HotelCode="|61606" HotelName="GULDSMEDEN CARLTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTERBROGADE 66, DK-1620 COPENHAGEN V, DENMARK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/0/6/61606_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has bicycle rental, a reception, a lobby and a restaurant. SITUATION: This hotel Vesterbrogade it is in 10 minutes away from the establishment, guests will find the central station ,Tivoli the gardens in the surrounding area, clients have the town hall square, near the establishment, you will find restaurants, bars and shops. it is well-connected with public transport services. ROOM: They have a television, a mini-bar and internet (available for a fee). RESTAURANT: Regarding gastronomy, the establishment offers a restaurant and breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.94" OriginalAmount="171.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676901757044" Longitude="12.565404117871" StarRating="4" HotelCode="29000|244276" HotelName="Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Studiestræde 61, København K, 1554 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/7c/3c7cccc98cd555fa771eb9ec6c3b2aedbc110ba6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is one of Copenhagen's classic hotels in the heart of Copenhagen, close to Tivoli, City H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1925-28854762/3527649612197802964/1961" HotelName="PHOENIX" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2100/2010/db9446b3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.36" OriginalAmount="174.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6773475" Longitude="12.5675438" StarRating="4" HotelCode="|10469" HotelName="Bella Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTER VOLDGADE 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/9/10469_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This first class hotel and has 5 floors, was built in 1898, renovated in 2000 110 rooms, 82 double rooms, 8 single rooms and 12 suites. Some of the establishment facilities on offer are a bar, a restaurant, a car park and an indoor car park (for a fee). SITUATION: This luxurious hotel is in Copenhagen the centre of nearby, you will find the Square of the town hall, StrÃ¸get and Tivoli it is located close to 200 metres away, there is a public transport stop. ROOM: The stylish rooms, traditional in style, a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.19" OriginalAmount="175.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6875632" Longitude="12.5930909" StarRating="4" HotelCode="|258414" HotelName="Babette Guldsmeden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bredgade 78</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/8/4/1/4/258414_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.22" OriginalAmount="175.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6847614" Longitude="12.5526953" StarRating="3" HotelCode="|26378" HotelName="Avenue Hotel Copenhagen By Brøchner Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABOULEVARD 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/3/7/8/26378_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1898, renovated in 2005, has 68 rooms, 19 suites and 4 floors. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. You are also offered a bar, a restaurant with highchairs, meeting facilities, a conference room, internet, a car park and a laundry service. SITUATION: It is located behind a lake, a few minutes walk away from the establishment, clients can find the tourist attractions, public transport services situated close to the trade fair ground, restaurants and cafÃ©s. in front of the hotel there is a public transport stop, Clients can also find shops, restaurants, bars, pubs and nightclubs. It is situated 8 kilometres away from the airport, the beach. ROOM: The rooms well-decorated, a bathroom, a shower, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, central heating and a safety deposit box (available for a fee). FACILITIES: It is 5 kilometres away from a golf course. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672" Longitude="12.5699" StarRating="0" HotelCode="982614|nord_hotel_apartments" HotelName="NORD Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nyrnberggade 31, 2300 Copenhagen, Hovedstaden</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/f2/eef27bb53d2ed0d94a3bf8dada03b5105df789a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.56" OriginalAmount="181.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.698013567667" Longitude="12.593731750907" StarRating="4" HotelCode="56955|234356" HotelName="Adina Apartment Hotel Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amerika Plads 7, 2100 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/86/40862268a659a7a50e4821671bbdb507ce89886d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideal for business guests, for tourists as well as for families and groups. It is loca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671582" Longitude="12.561296" StarRating="3" HotelCode="36034|zleep_hotel_centrum" HotelName="Zleep Hotel Copenhagen City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 14, 1653 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/25/46254751c2ea17710d75beaf3b8262b46a8b5731.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.70" OriginalAmount="185.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676867" Longitude="12.565274" StarRating="4" HotelCode="|448042" HotelName="Henrik's" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/0/4/2/448042_6a6e74f0830.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.58" OriginalAmount="186.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6738385" Longitude="12.5743105" StarRating="4" HotelCode="27660|hotel_danmark" HotelName="Hotel Danmark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Voldgade 89, 1552 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/bb/51bb7ab4e43632b719250959a28d208ccee9d666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 200 m from City Hall Square (Rådhuspladsen) and the pedestrian shopping street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.4989743" Longitude="7.4514084" StarRating="4" HotelCode="0|23200-28877149/3527649612197802964/1897" HotelName="SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2 BERSWORDTSTRASSE, DORTMUND, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910700/910632/abcefc3f_b.jpg</HotelPictures>
        <HotelDescription>Steigenberger Hotel Dortmund is an upscale 4 star hotel offering contemporary accommodation in a large city in the Ruhrarea of west Germany.
Newly renovated in summer 2012, the Steigenberger Hotel Dortmund combines top-class living comfort with a relaxed and homelike atmosphere.
The cosy seating and cultural photographs in the hotel restaurant provide an informal atmosphere. You can relax in the bar and enjoy a light dish or a local Dortmund beer on the terrace in summertime.
The Steigenberger is close to the Signal-Iduna-Park (Germany's largest football stadium), the Westfallenhallen and the congress centre. You also have good public transport access to all parts of Essen and nearby exhibition cities in North Rhine-Westphalia.
Private parking is possible on site and costs EUR 14 per car/day.

Spa and gym area in the hotel will be closed due to Covid 19 until further notice&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67954493" Longitude="12.59063175" StarRating="3" HotelCode="386672|hotel_bethel" HotelName="Hotel Bethel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,LCD/Projector,Library,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/7b/b27bb1fb16ed3ac7e37d33b3a21468b1cee4eac0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Bethel, you'll be centrally located in Copenh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.679635" Longitude="12.533388" StarRating="4" HotelCode="26753|380679" HotelName="Scandic Falconer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Falkoner Alle 9, 2000 Frederiksberg, Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39260/a_39260_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located, close to a park and surrounded by various shopping facilities, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.00" OriginalAmount="200" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1902-32413816/3527649612197802964/1009" HotelName="ASCOT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4700/4628/7ebff1fc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.01" OriginalAmount="201.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6795998" Longitude="12.5335999" StarRating="4" HotelCode="|10478" HotelName="Scandic Falkoner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALKONER ALLE 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/8/10478_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 16 floors, 166 rooms, 140 double rooms and 26 suites. This air-conditioned hotel has a lobby, with an elevator, a cafÃ©, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has a bar, a restaurant, a conference room, indoor parking, a car park and a laundry service. SITUATION: Is situated in an excellent location, nearby, there is a park, In the surrounding area, you can find shops, bars and restaurants. 200 metres away, there is a public transport stop, is 25 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom with a shower, with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed and a safe (available for a fee). FACILITIES: For a fee, you can enjoy a sauna, a solarium and a gym. OBSERVATIONS: Guests have internet at no extra cost. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment offers all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67363694868" Longitude="12.56245046854" StarRating="4" HotelCode="12946|grand_hotel_5" HotelName="Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 9, 1620 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/ed/e1ed67e41dbf6796e634832077fd7ea638ee646d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Copenhagen within a short distance of the town hall ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.09" OriginalAmount="203.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.674898" Longitude="12.563675" StarRating="5" HotelCode="16426|radisson_blu_royal_hotel_copenhagen" HotelName="Radisson Collection Hotel, Royal Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hammerichsgade 1, 1611 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/54/eb549152e4e82e59462bbdc551f01267bd9073c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive designer hotel is located in the heart of Copenhagen, near to the Tivoli gardens. Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.78" OriginalAmount="203.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6875063" Longitude="12.5932501" StarRating="3" HotelCode="|10459" HotelName="First Esplanaden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BREDGADE 78</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/9/10459_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant building rooms, has 117 rooms and 4 suites. The establishment boasts a lobby with elevators, a reception, a safety deposit box service, a currency exchange service, WiFi, daily newspapers, a laundry service and a car park. SITUATION: It is located behind the Royal Palace, Around the establishment, clients can find the monuments, boutiques and restaurants. It is 10 minutes away from the pedestrian area, the harbour, 12 minutes away, guests can find the international airport. ROOM: All the rooms have a bathroom, a direct line telephone, a satellite or cable television, a radio, internet (free of charge) and central heating. Clients are offered non-smoking rooms. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.06" OriginalAmount="207.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.684762216403" Longitude="12.56491340006" StarRating="4" HotelCode="371624|459585" HotelName="Kong Arthur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nörre Sögade 11, 1370 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/63/7f63a8eab8bfef33de46c49713c5d1ee58709db1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Facing the idyllic string of lakes and only 5 minutes from central Copenhagen, this hotel enjoys a u...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.90" OriginalAmount="211.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67949" Longitude="12.591" StarRating="3" HotelCode="|216495" HotelName="Bethel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nyhavn 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/4/9/5/216495_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.20" OriginalAmount="211.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6748868" Longitude="12.5641167" StarRating="4" HotelCode="|10445" HotelName="Radisson Collection Royal , Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HAMMERICHSGADE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/5/10445_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1960, renovated in 2000. It has 20 floors, 260 rooms, 55 single rooms, 182 double rooms and 23 suites. This air-conditioned establishment has a lobby, a cafÃ©, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment offers a bar, 2 restaurants, a conference room, indoor parking (for a fee), a car park and a bicycle storage room. SITUATION: This establishment, is in the city centre, near the establishment, guests will find Tivoli the Gardens StrÃ¸get it is a few minutes walk away from monuments and the tourist attractions. it is situated 25 minutes away from the airport. ROOM: Each room has a bathroom with bathrobe, a shower, a hairdryer, an iron, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed, an air-conditioning system and a safe (available for a fee). FACILITIES: For a fee, you can enjoy a sauna and a solarium. OBSERVATIONS: Customers have internet. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment offers all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.45" OriginalAmount="216.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.707389" Longitude="12.600709" StarRating="0" HotelCode="|450863" HotelName="Residence Inn By Marriott Copenhagen Nordhavn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tallinngade 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/8/6/3/450863_5df3aef0821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.19" OriginalAmount="217.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6791" Longitude="12.5937996" StarRating="4" HotelCode="|10454" HotelName="71 Nyhavn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NYHAVN 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/4/10454_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was built in 1804 and renovated in 2001. The establishment boasts 6 floors, 150 standard rooms, 38 double rooms, 2 single rooms and 17 suites. Some of the establishment facilities on offer are a bar and a restaurant. SITUATION: This luxurious hotel is situated in the centre of Copenhagen, close to Nyhavn Canal. Nearby, you will find monuments and the tourist attractions. 500 metres away, there is a public transport stop. It is situated 15 minutes away from the airport. ROOM: The stylish rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.54" OriginalAmount="220.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68216" Longitude="12.575203" StarRating="0" HotelCode="|455035" HotelName="Apēron" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pustervig 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/3/5/455035_be03c581234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.55" OriginalAmount="220.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.630524716984" Longitude="12.650998234749" StarRating="5" HotelCode="29418|4974" HotelName="Clarion Hotel Copenhagen Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ellehammersvej 20, 2770 Kopenhagen, Kastrup</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/db/1edb010495cdf00e526068fcfcbca18b1c31ff0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the arrival and departure halls of Copenhagen International Airport. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1239345-28582974/3527649612197802964/871" HotelName="SCANDIC CPH STRANDPARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/61000000/60290000/60287100/60287021/114188ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.53" OriginalAmount="221.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678946" Longitude="12.56646" StarRating="4" HotelCode="|517140" HotelName="Apartments by Brøchners" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/1/4/0/517140_6e5d9c32202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.89" OriginalAmount="222.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6735401" Longitude="12.5626034" StarRating="3" HotelCode="|10451" HotelName="NH Copenhagen Grand Joanne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 9A,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/1/10451_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 153 rooms, 39 single rooms, 77 double rooms and 2 suites. The establishment boasts a lift, a cafÃ©, a bar, a pub, a restaurant and a car park. SITUATION: It is in a central area, Around the establishment, clients can find the town hall, the commercial area and the pedestrian area. It is located 150 metres away fromTivoli the Gardens the establishment is 1,5 kilometres away from Christiansborg the castle 100 metres away, there is a public transport stop situated 10 kilometres away from the airport. ROOM: The comfortable rooms, have marble bathrooms, a shower, a hairdryer, a trouser press, a direct line telephone, a satellite or cable television, a mini-bar and a safety deposit box (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.36" OriginalAmount="226.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681737" Longitude="12.577304" StarRating="4" HotelCode="|445010" HotelName="25hours Indre By" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pilestraede 65</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/1/0/445010_982b8220832.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67666114" Longitude="12.56638096" StarRating="0" HotelCode="735345|317220" HotelName="CitizenM Copenhagen Radhuspladsen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hans Christian Andersens Boulevard 12, 1553 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/54/1b541d55adf669fc6f2c5caff61a498da8add068.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1911-32418512/3527649612197802964/21" HotelName="NH GRAND JOANNE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/30000/24900/24835/630171a8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|20552-32593875/3527649612197802964/1315" HotelName="DANMARK" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16160000/16156200/16156164/10745e50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1238996-21674565/3527649612197802964/93" HotelName="WIDE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45270000/45264000/45263901/2d207d2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.680311777001" Longitude="12.561331169312" StarRating="5" HotelCode="161147|446106" HotelName="Manon Les Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gyldenlovesgade 19, 1600 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/4e/ba4eebaa8eb52500f646481cc8d6f49a63ae22e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The establishment is a city centre hotel located close to Tivoli, City Hall and the main shopping st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.98" OriginalAmount="239.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681956403551" Longitude="12.593784034252" StarRating="4" HotelCode="47737|354355" HotelName="Copenhagen Admiral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Toldbodgade 24 – 28, 1253 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/cc/92cc11b2b26a74731e5af00c487aa300b3e336c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies some 15 km from the international airport directly beside the water and close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.38" OriginalAmount="246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70546186" Longitude="12.58845662" StarRating="0" HotelCode="956262|charlottehaven" HotelName="Charlottehaven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hjørringgade 12C, 2100 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/bc/f9bcf23ed9617f5340a4b38fa5d324e0f7908568.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.10" OriginalAmount="246.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.630667" Longitude="12.6509392" StarRating="4" HotelCode="|10475" HotelName="Clarion  Copenhagen Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ELLEHAMMERSVEJ 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/5/10475_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, has 12 floors, 382 rooms and 1 Presidential Suite. This establishment with air-conditioning, a bar, 2 restaurants and indoor parking (for a fee). SITUATION: This hotel is close to the terminal. 100 metres away, there is a public transport stop. 1.5 kilometres away from the establishment, guests will find the beach. ROOM: Customers can find soundproofed rooms, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a television, a mini-bar, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: A spa, a jacuzzi, MEALS: Lunch service, PAYMENT METHODS: American Express, Diners Club, Mastercard, Visa</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="260.21" OriginalAmount="252.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.679320563446" Longitude="12.593582868576" StarRating="4" HotelCode="15264|235336" HotelName="71 Nyhavn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nyhavn 71, 1051 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/53/e953529dc2a7448986d376ad032bf2b5f25772f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of Copenhagen, directly next to the lively Nyhavn canal promenad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="264.08" OriginalAmount="256.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.680747" Longitude="12.571929" StarRating="5" HotelCode="27485|459625" HotelName="Skt. Petri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Krystalgade 22, 1172 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/1c/f91c16622d75830fcbdb4290a9c75893d08ea9ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel enjoys a superb location in the heart of Copenhagen. The famous Strøget ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|75955-32593903/3527649612197802964/1646" HotelName="MANON LES SUITES GULDSMEDEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1420000/1414000/1413976/6a6c6826_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1931-28594692/3527649612197802964/733" HotelName="RADISSON COLLECTION ROYAL HOTEL, COPENHAGEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25400/25382/30260054_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.96" OriginalAmount="266.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6804704" Longitude="12.5711588" StarRating="5" HotelCode="|19658" HotelName="1 Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KRYSTALGADE 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/5/8/19658_943b3c01024.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has 268 rooms, a lobby with an elevator, a reception, a safety deposit box service and a cloakroom. It also has an inviting bar and a restaurant. The establishment has an indoor car park. SITUATION: This hotel is in an excellent location. It is in the city centre. Close to the establishment, clients can find the commercial area of StrÃ¸get where guests can enjoy shops, leisure areas and entertainment. ROOM: Each room has a bathroom with a hairdryer, a mini-bar, an air-conditioning system, internet and a safety deposit box (available for a fee). Some rooms have a balcony or terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.06" OriginalAmount="269.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67892" Longitude="12.58271" StarRating="4" HotelCode="|220332" HotelName="Boutique Hotel Herman K" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bremerholm 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/3/3/2/220332_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.31" OriginalAmount="277.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668841985453" Longitude="12.573933005333" StarRating="5" HotelCode="23104|copenhagen_marriott_hotel" HotelName="Copenhagen Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kalvebod Brygge 5, 1560 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/9e/ba9ec5781fbedf0579ffbf1a5bb6784cb45cc9c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international business hotel is situated directly on the Sydhaven Channel, one of the main cana...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="287.62" OriginalAmount="279.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67892023" Longitude="12.58270436" StarRating="5" HotelCode="632944|2501425" HotelName="Hotel Herman K" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bremerholm 6, 1069 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/d6/0cd6a0667125db2e5f562a6c627aec58acaedd28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.86" OriginalAmount="285.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683128" Longitude="12.570729" StarRating="3" HotelCode="|510256" HotelName="Venders Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/2/5/6/510256_39108ef0925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="296.64" OriginalAmount="288" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1316139-28584781/3527649612197802964/439" HotelName="25HOURS HOTEL INDRE BY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74720000/74711400/74711314/41e6e2f9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.73" OriginalAmount="291.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67129124" Longitude="12.56734588" StarRating="0" HotelCode="962796|2501525" HotelName="Villa Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tietgensgade 39, 1704 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/63/ce63c3f64f12846973ba6d3c68eb3be8e80bfc35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.27" OriginalAmount="316.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6690436" Longitude="12.5739912" StarRating="5" HotelCode="|10446" HotelName="Copenhagen Marriott" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALVEBOD BRYGGE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/6/10446_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 2001, has 401 rooms, 9 suites and 11 floors. The establishment has various facilities, such as a bar and a restaurant. By paying an additional charge you can enjoy indoor parking and a car park. SITUATION: This business hotel is in Sydhaven Canal. 10 minutes away from the establishment, you can find the Tivoli Gardens and the city centre. It is situated 15 minutes away from the StrÃ¸get shopping street. ROOM: The comfortable, bright rooms have large windows, a bathroom with a hairdryer, a direct line telephone, a satellite television, cable television, an air-conditioning system, a safe (available for a fee) and a mini-bar. FACILITIES: This hotel has a sauna, a steam bath, a gym, some services (available for a fee), a massage service and a sunbathing terrace. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="329.60" OriginalAmount="320" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|25066-28567002/3527649612197802964/631" HotelName="1 HOTEL COPENHAGEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/915800/915768/bf9d4395_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="339.30" OriginalAmount="329.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67248625" Longitude="12.57336714" StarRating="5" HotelCode="604688|2305205" HotelName="Nobis Hotel Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Niels Brocks Gade 1, København V, 1574 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/0d/9f0d5bdf87fe0d4d6ad0b118dabf0a11670ef947.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.20" OriginalAmount="340" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|498497-32593836/3527649612197802964/1667" HotelName="NOBIS COPENHAGEN A MEMBER OF DESIGNS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19750000/19749800/19749725/9d47b013_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.06" OriginalAmount="402.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678479" Longitude="12.587542" StarRating="3" HotelCode="15426|hotel_sanders" HotelName="Hotel Sanders" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tordenskjoldsgade 15, 1055 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/87/d08782203a46ff723b0a8e82fd771ce16bb56566.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in an peaceful district of the town, close to the popular shopping a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="507.72" OriginalAmount="492.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6785601" Longitude="12.5874813" StarRating="3" HotelCode="|10460" HotelName="Sanders" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TORDENSKJOLDSGADE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/0/10460_a333fd71047.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1867, renovated in 1997, has 5 floors, 94 rooms, 18 single rooms and 76 double rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment also has an inviting bar, a restaurant, internet and a laundry service. SITUATION: This welcoming hotel is in a quiet area. Near the establishment, you will find the commercial area and the opera. It has excellent transport links to the shops, restaurants, bars and pubs. This hotel is 100 metres away from clubs and nightclubs. ROOM: All the rooms have a bathroom, a sitting room, a direct line telephone, satellite or cable TV, a radio, internet, central heating and fitted carpets. MEALS: The establishment offers a buffet breakfast and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="729.70" OriginalAmount="708.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6818767" Longitude="12.5759566" StarRating="0" HotelCode="|450141" HotelName="Rosenborg " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/1/450141_4aee1411258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="763.23" OriginalAmount="741.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672" Longitude="12.5699" StarRating="0" HotelCode="982338|rosenborg_hotel_apartments" HotelName="Rosenborg Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Landemærket 9, Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/5d/165d8b3312efbc7fba9d2aff91750a891714c93e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="881.68" OriginalAmount="856.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.680673" Longitude="12.584635" StarRating="5" HotelCode="47989|dangleterre_2" HotelName="D'Angleterre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kongens Nytorv 34, P.O. Box 9077, 1022 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/57/05573e379e714781ea2baa88b72a17cf9c4d70fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located on the historical King’s Square, overlooking the magnificent buildings ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1152.57" OriginalAmount="1119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673552" Longitude="12.566006" StarRating="5" HotelCode="901336|nimb_hotel" HotelName="Nimb" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 5, 1577 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/95/d295ccbaf56cb2d1d9e5d0b4c2d80d23d1926979.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.15" OriginalAmount="22.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6868254" Longitude="12.5506648" StarRating="0" HotelCode="|250644" HotelName="Sleep In Heaven" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Struenseegade 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.75" OriginalAmount="116.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6880108" Longitude="12.5605407" StarRating="3" HotelCode="|250753" HotelName="Nora Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.18" OriginalAmount="157.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6718189" Longitude="12.5611576" StarRating="0" HotelCode="|257351" HotelName="Andersen Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Designated Smoking Area,24 Hour Front Desk,Coffee Shop,Elevator,Housekeeping,LCD/Projector,Lounge,Luggage Storage,Golf,Heated Pool,Jacuzzi,Massage Centre,Sauna,Shopping Arcade,Wheelchair Access,Diet Meals,Kitchen,Swimming Pool,Spa,Nightclub,Garden,Concierge,Library,Meeting Room,Dry Cleaning,Parking,Off-Site Parking</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HOTEL,SPA HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,ECO HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,GUESTHOUSE,HOSTEL,APARTMENT,HOSTELS,GUEST HOUSES,HOLIDAY HOMES</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
e7a14912-746e-47fa-89ac-9696a6a3daff|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="e7a14912-746e-47fa-89ac-9696a6a3daff">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="22211" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-07T00:00:00" End="2026-06-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="chennai@trinityairtravel.com" Password="Chennai@08" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e7a14912-746e-47fa-89ac-9696a6a3daff|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
e7a14912-746e-47fa-89ac-9696a6a3daff|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e7a14912-746e-47fa-89ac-9696a6a3daff|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:f1014e70-d7f6-4dfc-9059-1963af07b998
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e7a14912-746e-47fa-89ac-9696a6a3daff|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e7a14912-746e-47fa-89ac-9696a6a3daff|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-06-05T13:50:37.3538125+01:00" Version="0" EchoToken="Search" TransactionIdentifier="e7a14912-746e-47fa-89ac-9696a6a3daff" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70541308" Longitude="12.54349766" StarRating="2" HotelCode="523966|ao_copenhagen_norrebro" HotelName="a&amp;o Kobenhavn Nørrebro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Tagensvej 135-137, 2200 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/04/9204143bb8cb81b6f967a13085b3fdbb8a96dd38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.06" OriginalAmount="14.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676013" Longitude="12.57435" StarRating="3" HotelCode="146539|1437618" HotelName="Copenhagen Downtown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vandkunsten 5, 1467 København K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/5b/c15b40913d33c5dbf6be085457f912513ab0acda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.35" OriginalAmount="16.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6828535" Longitude="12.5826224" StarRating="1" HotelCode="171992|613455" HotelName="Generator Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Adelgade 5–7, 1304 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/ee/a2ee9831938f302d8886ed301fd05e664a2c8b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 800 metres from Kongens Nytorv metro station, where all lines stop. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.92" OriginalAmount="19.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6696084" Longitude="12.5709933" StarRating="0" HotelCode="|450094" HotelName="Next House Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/9/4/450094_d6039991054.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.00" OriginalAmount="19.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67620889" Longitude="12.560149" StarRating="3" HotelCode="561332|2163195" HotelName="Steel House Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Herholdtsgade 6, 1605 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/42/9442cefcce34acb67724d5679c216a3f4c54b735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.61" OriginalAmount="20.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70212" Longitude="12.53774" StarRating="0" HotelCode="|450145" HotelName="Urban Camper " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2C Lygten</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/5/450145_4f324921355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.50" OriginalAmount="20.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672917" Longitude="12.563198" StarRating="2" HotelCode="|503054" HotelName="Where to sleep -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Reventlowsgade 10A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/3/0/5/4/503054_8785eef1047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.97" OriginalAmount="21.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6529414" Longitude="12.5405617" StarRating="0" HotelCode="|450091" HotelName="aando Copenhagen Sydhavn - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Scandlagade 12/Sydhavens Plads 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/9/1/450091_81ab6840853.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67286113" Longitude="12.56279049" StarRating="2" HotelCode="449440|copenhagen_backpackers_hostel" HotelName="Copenhagen Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Bar,Coffee Shop,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Lounge,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Reventlowsgade 10A, 1651 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/5e/4b5e55885afe1d0017251a722bb36295dcfa3df6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Copenhagen Backpackers - Hostel places you in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.08" OriginalAmount="25.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.691964" Longitude="12.554829" StarRating="0" HotelCode="|450143" HotelName="The Old Factory " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Meinungsgade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/3/450143_c195e7b1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6798486" Longitude="12.59255526" StarRating="0" HotelCode="397955|bedwood_hostel" HotelName="Bedwood Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/c5/94c50ad88742f1331d5de81d1fabd88e9aa53782.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Bedwood Hostel in Copenhagen (Nyhavn - Amalienborg)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.45" OriginalAmount="43.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672414" Longitude="12.557278" StarRating="3" HotelCode="916484|1150838" HotelName="Hotel Viktoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Elevator,Fax,Housekeeping,Internet,LCD/Projector,Lounge,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viktoriagade 2, København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e6/58e6eb31d95551b69db19afa3ad7c93407b40cfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Hotel Viktoria places you in the heart of Copenhagen, walking distance f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.73" OriginalAmount="44.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.679595" Longitude="12.592332" StarRating="2" HotelCode="|450151" HotelName=" Nyhavn63" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nyhavn 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/5/1/450151_906cd991500.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.31" OriginalAmount="49.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671668" Longitude="12.562471" StarRating="2" HotelCode="902156|1437758" HotelName="Saga" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 18-20, 1652 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/3d/b53db6cde66b22c1df76fd71229d2f3e782c0280.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.74" OriginalAmount="52.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6720972" Longitude="12.5611523" StarRating="2" HotelCode="|22981" HotelName="Annex Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HELGOLANDSGADE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/8/1/22981_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 76 rooms. SITUATION: Is situated inVesterbro the district of in the surrounding area, clients have shops, restaurants and cafÃ©s. it is well-connected with the train station, the nightlife. ROOM: The functional rooms, have a bathroom, a direct line telephone, a television and shared bathrooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.33" OriginalAmount="52.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6715968" Longitude="12.5615775" StarRating="1" HotelCode="298239|238236" HotelName="Annex Hotel Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 15, 1653 Kobenhavn V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/66/7966fb57d403985f46170932cfbb3c9409b08439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.08" OriginalAmount="56.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6716874" Longitude="12.5465483" StarRating="0" HotelCode="|450030" HotelName="Cityhub Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97B Vesterbrogade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/3/0/450030_65e87121045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.65" OriginalAmount="60.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672275" Longitude="12.562818" StarRating="2" HotelCode="15090|459335" HotelName="Nebo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Nightclub,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istedgade 6, 1650 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/28/1e2865d41e8c9502256e0f8a5c0f33661747ae86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.78" OriginalAmount="61.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66577645" Longitude="12.5650648" StarRating="0" HotelCode="952696|2472785" HotelName="Cabinn Copenhagen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 1, 1577 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/18/99186a3b13252e87677b6ceaf0bad7881d9e6761.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.67" OriginalAmount="62.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6655539" Longitude="12.5646985" StarRating="2" HotelCode="|386245" HotelName="Cabinn Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/4/5/386245_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.42" OriginalAmount="65.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.631154" Longitude="12.573426" StarRating="2" HotelCode="140646|459265" HotelName="Cabinn Metro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arne Jakobsens Allé 2, 2300 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/b8/cbb88a56e1b37f7037255f7487ae5c346be5a518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located within easy reach of such tourist attractions as the Little Mermaid, Tivoli and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.62" OriginalAmount="66.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67046" Longitude="12.57084" StarRating="2" HotelCode="65588|459245" HotelName="Cabinn City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitchellsgade 14, 1568 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/0c/c70c21575796c6afff93c61d1d37d38970e4719b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Copenhagen close to the Tivoli and the nearest station is Met...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.10" OriginalAmount="67.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.631289" Longitude="12.573593" StarRating="2" HotelCode="|256939" HotelName="Cabinn Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/9/3/9/256939_bc705371652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.20" OriginalAmount="69.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671962" Longitude="12.557912" StarRating="0" HotelCode="|450146" HotelName="Woodah Boutique " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Abel Cathrines Gade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/6/450146_78a43ad1324.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.665749" Longitude="12.599412" StarRating="2" HotelCode="143381|hotel_amager" HotelName="Amager" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amagerbrogade 29, 2300 Kopenhagen S</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e9/62e9cd05a2326a5ee7e5c2649938e6c954af8443.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 25 rooms. A bar is among the facilities. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.95" OriginalAmount="71.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667064020543" Longitude="12.566424241787" StarRating="2" HotelCode="899857|344805" HotelName="Wakeup Copenhagen, Carsten Niebuhrs Gade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carsten Niebuhrs Gade 11, 1577 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/4d/444d267ed59a3af47d9bf2594a56b098ffaeb816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Copenhagen, within walking distance of the Tivoli Gardens, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.665206358256" Longitude="12.580776294553" StarRating="2" HotelCode="146286|hotel_copenhagen_2" HotelName="Hotel Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Egilsgade 33, 2300 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/e7/cbe7c7f0fd9861a5338fcc38d66767268a2f4e4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen - Roskilde Airport (RKE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.90" OriginalAmount="74.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667992" Longitude="12.59679" StarRating="2" HotelCode="|250692" HotelName="Rent A Room Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amagerbrogade 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/6/9/2/250692_808ae0c1620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67195638" Longitude="12.55789472" StarRating="0" HotelCode="616916|woodah_hostel" HotelName="Woodah Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abel Cathrines Gade 1-3, Kbh V, 1654  Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/ab/12abcc989bfb50d9601813c0b0e339b481d8760a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Copenhagen&amp;apos;s Vesterbro district, this hostel offers an in-house bar and café, as wel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.66" OriginalAmount="76.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6725" Longitude="12.5565574" StarRating="3" HotelCode="|24290" HotelName="Savoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTERBROGADE 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/9/0/24290_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was renovated in 2012. SITUATION: This hotel is in the Vesterbro district. Is situated in the centre of Copenhagen. Around the establishment, clients can find cafÃ©s, restaurants, bars and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.670763066509" Longitude="12.56370306015" StarRating="3" HotelCode="35667|ansgar_hotel" HotelName="Ansgar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 29, 1652 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/85/0f850c9156f54982fcb0d5bad751040ca8fc30b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in the tourist centre of the town, within a stone's throw of lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.48" OriginalAmount="81.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668759546265" Longitude="12.572442510094" StarRating="2" HotelCode="755468|2322695" HotelName="Wakeup Copenhagen Bernstorffsgade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Laundry,Lounge,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 37, København V, 1577 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/d3/a2d35a7094eacda5aa43d5b2deccb14eaf61141c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wakeup  Copenhagen, Bernstorffsgade is a cool and modern budget hotel designed by architect Kim Utzo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672604" Longitude="12.556461" StarRating="3" HotelCode="17282|savoy_hotel_2" HotelName="Savoy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 34, 1620 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/87/4f8797742afc52f7f66401ea19945f6aeebcc960.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of Copenhagen, only minutes away from the famous Tivoli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.69198012" Longitude="12.55477608" StarRating="0" HotelCode="611225|hotel_m18" HotelName="Hotel M18" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meinungsgade 18, 2200 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/0d/100dad060a21e20381ef18154f7b6a191a63cb2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel M18 in Copenhagen (Norrebro), you'll be minutes from St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.57" OriginalAmount="84.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6919931" Longitude="12.5547607" StarRating="3" HotelCode="|256917" HotelName="M18" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meinungsgade 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/9/1/7/256917_8a6e0e01734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683012637564" Longitude="12.584157196226" StarRating="2" HotelCode="296740|wakeup_copenhagen__borgergade" HotelName="Wakeup Copenhagen, Borgergade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Borgergade 9, 1300 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/71/0e71af92b4257d8412fed3287c1940f6bb8daf5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located centrally in Copenhagen, just a short walk from several places of interest – 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.75" OriginalAmount="88.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6641923" Longitude="12.6245272" StarRating="2" HotelCode="|449384" HotelName="Go Hotel City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Lergravsvej</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/3/8/4/449384_6c9c33a1316.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.66" OriginalAmount="88.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6913986" Longitude="12.5879002" StarRating="3" HotelCode="|10471" HotelName="Østerport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OSLO PLADS 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/1/10471_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 170 rooms, 40 single rooms and 130 double rooms. The establishment offers guests an elegant hall with a reception, a lift, a safety deposit box service, a currency exchange service, a television room, internet, a cybercafe, a restaurant, a laundry service and conference facilities. SITUATION: Is situated in a central area, this hotel is in Copenhagen western near the establishment, guests will find the tourist attractions, Clients can find parks, cafÃ©s and shops. it is situated 10 kilometres away from Copenhagen Airport. ROOM: The rooms a bathroom, a direct line telephone, satellite or cable TV, a radio, internet (free of charge) and a central heating system. OTHERS: Regarding the food and beverage offering, clients have a breakfast service at the restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672928" Longitude="12.548226" StarRating="3" HotelCode="902390|hotel_sct_thomas_2" HotelName="Sct. Thomas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frederiksberg Allé 7, 1621 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/32/8d32b20357b0f47cfbfbdfcb73bc9066a7a829a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.691813622071" Longitude="12.587025235617" StarRating="3" HotelCode="326344|hotel_osterport" HotelName="Hotel Østerport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oslo Plads 5, 2100 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/f3/c9f363490e83042f204eca158f7ebfc5b5c35bb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideal both for business travellers and for those wishing to relax, with a centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.89" OriginalAmount="92.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6708236" Longitude="12.5637406" StarRating="3" HotelCode="|23151" HotelName="Go Ansgar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COLBJORNSONSGADE 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/5/1/23151_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a five-storey building, 81 rooms, 35 double rooms and 24 apartments. The establishment has a large garden, a lobby with a lift, a kiosk, a reception with safety deposit boxes, a TV room and a restaurant. The establishment also has a conference room, conference facilities, internet and a laundry service. is non-smoking. SITUATION: This hotel is in a central location, the tourist area, near the establishment, you will find a public transport stop, shops, is located 100 metres away from bars, pubs. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.57" OriginalAmount="96.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.712725" Longitude="12.593343" StarRating="4" HotelCode="|445928" HotelName="Comwell Copenhagen Portside Dolce By Wyndham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alexandriagade 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/2/8/445928_4821c450912.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.63" OriginalAmount="96.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66662833" Longitude="12.53286657" StarRating="4" HotelCode="783580|2363805" HotelName="Hotel Ottilia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bryggernes Plads 7, 1799 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/b5/edb5770be80c020cd7a41e06f64956ceab52926c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Copenhagen, this boutique hotel has the perfect ambience for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.39" OriginalAmount="104.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67815" Longitude="12.5626928" StarRating="3" HotelCode="|10468" HotelName="Profilhotels Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vester Farimagsgade 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/8/10468_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors, 127 rooms and 5 suites. This building has a reception and a restaurant. SITUATION: Is situated in the city centre, Where customers can find the tourist attractions, the museums and the nightlife. It is 2 minutes away fromTivoli the gardens the railway station, a few minutes walk away, there is a public transport stop. ROOM: The inviting rooms, have a bathroom, a direct line telephone, internet, a mini-bar and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.68" OriginalAmount="107.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678551" Longitude="12.562659" StarRating="3" HotelCode="47739|222606" HotelName="Richmond" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Farimagsgade 33, 1606 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/50/b4502ac196b8ffbafc51cadcd80fb339e51b0722.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Copenhagen just a short distance from many of the city's top a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.55" OriginalAmount="108.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.748158516811" Longitude="12.54115909338" StarRating="3" HotelCode="37882|459565" HotelName="Gentofte Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Diet Meals,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gentoftegade 29, 2820 Gentofte</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/d3/80d3afccdda8f66119e40754497208abe030f457.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city conference hotel is located in Gentofte, a green area approximately 8 km from the city of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67282925786" Longitude="12.560951113701" StarRating="3" HotelCode="50417|819" HotelName="First Hotel Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 3, 1653 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/83/4a83e272cc83dfca0752ba89e79f119a1894053a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Copenhagen. The airport is only 10 km from the hotel, which is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.48" OriginalAmount="109.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.643566" Longitude="12.544877" StarRating="4" HotelCode="|19657" HotelName="Scandic Sluseholmen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOLESTIEN 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/5/7/19657_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is situated in the business area, has good links to the airport, the city centre. ROOM: The contemporary style rooms, have a bathroom, internet, cable television and press (free of charge). FACILITIES: The establishment boasts a sauna with wonderful views and a spa. Regarding the food and beverage offering, there is a restaurant where guests can choose national or international cuisine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.99" OriginalAmount="109.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6396481" Longitude="12.5782192" StarRating="4" HotelCode="|74801" HotelName="Ac Hotel Bella Sky Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Center Boulevard 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/0/1/74801_0df2bd31421.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Bella Sky Comwell Hotel is rated four stars, is in a skyscraper, has 814 rooms, 3 restaurants and 2 bars. Outdoors, guests can find a car park. If you have an electric car, the hotel can also provide electricity for recharging it. SITUATION: This establishment is 10 minutes away from StrÃ¸get the city centre. In the surrounding area, you can find a commercial centre and cafÃ©s. ROOM: The rooms have modern furniture, large windows, an air-conditioning system, WiFi, a television, video, a mini-bar, a kettle, a coffee maker, a safety deposit box, a hairdryer and room service. Clients are offered for people with allergies (available on request). FACILITIES: The establishment has a gym and a spa (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.666845171322" Longitude="12.585890293121" StarRating="4" HotelCode="16430|radisson_blu_scandinavia_hotel_copenhagen" HotelName="Radisson Blu Scandinavia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amager Boulevard 70, 2300 Copenhagen S</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c6/39c6ed63f13ca8904dd81e89284367ea47e50487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and centrally located hotel is situated around 20 minutes from the various tourist at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.83" OriginalAmount="112.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668968" Longitude="12.564172" StarRating="3" HotelCode="408865|54144" HotelName="DGI-byen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tietgensgade 65, 1704 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f4/ccf4d0a00cd84c2ac08f5d17d4c8d94f2ec6a03e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.93" OriginalAmount="112.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667177" Longitude="12.586019" StarRating="4" HotelCode="|10447" HotelName="Radisson Blu Scandinavia, Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AMAGER BOULEVARD 70</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/7/10447_1bd7ac51411.jpeg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2000. It has 26 floors, 542 rooms, 20 single rooms, 240 double rooms and 48 suites. In the entrance, guests are offered a lobby, a reception with safety deposit boxes, a currency exchange service, a cloakroom, a lift and a cafÃ©. The establishment boasts a kiosk, shops, a bar, a casino, 4 restaurants, a conference room and a car park (for a fee). SITUATION: This hotel is in a central area, 20 minutes away, guests can find the tourist attractions, is 15 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom, with a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet. Are also equipped with a mini-bar, a double bed, an air-conditioning system, central heating and a safe (available for a fee), All the rooms have different decorative styles, It also has disabled access rooms. FACILITIES: Outdoors, guests have access to a swimming pool, For a fee, guests can enjoy a sauna and a covered swimming pool. Clients can enjoy activities such as play squash, Our guests can also use the gym (available for a fee). MEALS: Guests are offered all meals in a buffet format and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, Diners Club, JCB and EC. OBSERVATIONS: Clients have internet at no extra cost.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.11" OriginalAmount="112.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70759" Longitude="12.558743" StarRating="0" HotelCode="|455041" HotelName="Bob W Østerbro Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/4/1/455041_d18482e1229.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="116.39" OriginalAmount="113" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|257378-19522313/8669819854893004661/49" HotelName="WAKEUP COPENHAGEN BORGERGADE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7490000/7483100/7483050/3769ff0d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.80" OriginalAmount="113.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.626367" Longitude="12.575362" StarRating="3" HotelCode="|449339" HotelName="Four Points Flex by Sheraton Copenhagen Arena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/3/3/9/449339_e3dd78b0815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.697753" Longitude="12.576412" StarRating="2" HotelCode="902115|hotel_rye" HotelName="Rye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ryesgade 115, 2100 København Ø</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b0/04/b004f005c067dd150fca0443b7877b1cb2310d04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.05" OriginalAmount="116.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6464507" Longitude="12.4594402" StarRating="3" HotelCode="|10444" HotelName="Scandic Hvidovre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KETTEVEJ 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/4/10444_38496e90328.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 200 rooms, a bar and a restaurant. SITUATION: This inviting hotel is just 8 kilometres away from the city centre, 2 kilometres away from a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar and a safe (available for a fee). FACILITIES: The establishment has a covered swimming pool, a sauna, a gym and a sunbathing terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.23" OriginalAmount="118.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.654486861385" Longitude="12.541333436966" StarRating="4" HotelCode="51288|5034" HotelName="Scandic Sydhavnen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sydhavns Plads 15, 2450 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/1f/ce1f597bcc71183c0f9cf7e57a3681de70501f1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated around 3 km from the centre of Copenhagen and only around 200 m a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.27" OriginalAmount="118.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67247" Longitude="12.560897" StarRating="4" HotelCode="|61610" HotelName="Axel Guldsmeden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HELGOLANDSGADE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/1/0/61610_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This spa hotel and has 129 rooms, The establishment has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a cafÃ© and a restaurant. The establishment offers conference facilities, WiFi (for a fee), a laundry service (for a fee) and bicycle hire. SITUATION: It is inCopenhagen the city centre of close to the establishment, clients can find Tivoli the Gardens Vesterbro the district of close to the establishment, guests have restaurants, shops located 500 metres away from the central station, is 12 kilometres away from the airport. ROOM: The comfortable rooms, have a writing desk, a direct line telephone, cable television, a DVD player, a radio and internet. They also have a safety deposit box, a mini-bar, an ironing set, a bathroom with a shower and a hairdryer. Guests also have at their disposal complimentary bathroom items, a bathrobe, slippers, a wake-up service and a central heating system. FACILITIES: Clients can find a spa with a sauna, a hydromassage bath, heating, a steam bath, yoga and meditation. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.78" OriginalAmount="119.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6775017" Longitude="12.5889997" StarRating="0" HotelCode="|23159" HotelName="Maritime" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PEDER SKRAMSGADE 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/5/9/23159_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a five-storey building, 64 rooms, 21 single rooms and 42 double rooms. In the entrance, guests are offered a lobby with an elevator, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment offers guests a television room, a restaurant, a conference room, with features that offer you the maximum level of comfort, internet and a laundry service. SITUATION: This hotel is in the city centre, is situated close to the harbour, the tourist centre, near the establishment, you will find restaurants, shops, the pedestrian area and the commercial area. ROOM: The stylish rooms, have a bathroom, a hairdryer, satellite or cable TV, a radio, internet, fitted carpets, a central heating system and a direct line telephone. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.22" OriginalAmount="119.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673176" Longitude="12.560972" StarRating="4" HotelCode="22207|230126" HotelName="Scandic Webers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 11B, 1620 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/a8/a8a84d11b8ea5f0d80adc99d49b2e19dcec68c9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Copenhagen within walking distance of the Tivoli Gardens and Ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.79" OriginalAmount="122.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.663414043646" Longitude="12.563327550888" StarRating="4" HotelCode="58826|354445" HotelName="Copenhagen Island" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kalvebod Brygge 53, 1560 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bb/56bb8457db976f53fe38dd262476844ae5acdd43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Copenhagen has a new island and a new hotel, in the middle of the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.76" OriginalAmount="123.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.637101" Longitude="12.58315" StarRating="3" HotelCode="|447873" HotelName="Ibis Styles Copenhagen Orestad" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 ORESTADS BOULEVARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/8/7/3/447873_e6f0d6d1130.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.24" OriginalAmount="123.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6977269" Longitude="12.5763416" StarRating="2" HotelCode="|258226" HotelName="Rye 115" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ryesgade 115</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/8/2/2/6/258226_798cbfb1029.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.44" OriginalAmount="123.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673788199789" Longitude="12.564754486084" StarRating="4" HotelCode="29421|354545" HotelName="Profil Copenhagen Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 4, 1577 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/d4/29d4d665eff1132464a258cf6420510c090ddc06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the middle of Copenhagen, next to the central station and Tivoli gardens. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68801649" Longitude="12.56054879" StarRating="3" HotelCode="227915|hotel_nora_copenhagen" HotelName="Hotel Nora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/87/0f871572e58b053d2a5e70dd2d8c4fbeb89aa5b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set a 12-minute walk from Nørreport Metro and Train Station, this hotel offers brightly decorated ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.99" OriginalAmount="125.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673382849718" Longitude="12.563239489584" StarRating="3" HotelCode="10405|392955" HotelName="Hotel Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Banegaardspladsen 4, 1570 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/3d/683d9110dc1aa63eabf9d1268c34bb3752c84023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located right next to Copenhagen central station (200 m). It is only a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.01" OriginalAmount="125.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6683882" Longitude="12.4191964" StarRating="3" HotelCode="|10438" HotelName="Scandic Glostrup" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROSKILDEVEJ 550</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/3/8/10438_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated complex in 1999, has 112 rooms, 5 floors, a bar and a restaurant. SITUATION: Is situated in an excellent location, nearby, there is a public transport stop. ROOM: The rooms a bathroom, a direct line telephone, a mini-bar and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.04" OriginalAmount="125.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.682923" Longitude="12.588894" StarRating="4" HotelCode="15838|4984" HotelName="Phoenix Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bredgade 37, 1260 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/df/5bdf2a607319698658d6985e469fc1d078bbdb46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Copenhagen, close to the wonderful Amalienborg cas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.13" OriginalAmount="126.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6728557" Longitude="12.5593864" StarRating="3" HotelCode="|10473" HotelName="Comfort Vesterbro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 23-29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/3/10473_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999, has 403 rooms, 5 floors, 150 double rooms, a bar, an air-conditioned restaurant with a non-smoking area, a car park and indoor parking. SITUATION: This trendy hotel is situated in the central area. It is situated near the Tivoli Gardens. Near the establishment, you will find the central station. 1 kilometre away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, an air-conditioning system, a fridge, a mini-bar and a safety deposit box. FACILITIES: The establishment boasts a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.33" OriginalAmount="126.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.65868" Longitude="12.63124" StarRating="3" HotelCode="|216489" HotelName="Cph Studio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Krimsvej 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/4/8/9/216489_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.35" OriginalAmount="126.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.665840674786" Longitude="12.565376758575" StarRating="4" HotelCode="142186|330905" HotelName="Tivoli Hotel &amp; Congress Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 2, 1577 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/79/1a79edc74bb60616fb6e14dfa0d24a685da04436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is uniquely located within walking distance of Tivoli Gardens and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.42" OriginalAmount="126.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6728156" Longitude="12.5610785" StarRating="4" HotelCode="|22188" HotelName="Mayfair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HELGOLANDSGADE 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/8/8/22188_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 5 floors, 105 rooms, 45 single rooms and 60 double rooms. In the establishment entrance, guests will find a lobby with elevators, a reception with safety deposit boxes, a currency exchange service and a laundry service. With regards to the food and beverage offering, the establishment has a restaurant, The establishment boasts a conference room and internet. SITUATION: Is situated in the city centre, 300 metres away, guests will find a public transport stop, shops, this hotel is situated 10 kilometres away from Copenhagen Airport. ROOM: The rooms have a bathroom, with a hairdryer, a direct line telephone, a radio, internet, central heating and fitted carpets. non-smoking rooms. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.95" OriginalAmount="128.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66733999" Longitude="12.55661878" StarRating="4" HotelCode="613110|2371175" HotelName="Scandic Kødbyen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Skelbækgade 3A, 1717 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/df/10df033900070090700705f0629eeb38cf8f4e53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a popular area in the heart of Copenhagen. It is ideal for business travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.72" OriginalAmount="128.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672872" Longitude="12.55904" StarRating="3" HotelCode="22209|459545" HotelName="Comfort Hotel Vesterbro" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 23-29, 1620 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/bc/76bc09edd07601933ef38bb8a978ddcd6d1ec748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located close to the Tivoli gardens and the main train station. Links to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.626837" Longitude="12.577711" StarRating="4" HotelCode="146467|crowne_plaza_copenhagen_towers" HotelName="Crowne Plaza Copenhagen Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ørestads Boulevard 114-118, 2300 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/58/2c58f25c20b022661cf221f48654096d4cb526c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located near to the motorway and just 150 m from the metro, with trains to Ør...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.65239001" Longitude="12.54046132" StarRating="3" HotelCode="853842|moxy_copenhagen_sydhavnen" HotelName="Moxy Copenhagen Sydhavnen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Scandiagade 14, 2450 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/47/9e47e2edcf5ee119e364352467769aa5aaa0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.68" OriginalAmount="130.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.675673" Longitude="12.561669" StarRating="4" HotelCode="258307|53654" HotelName="Imperial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Farimagsgade 9, 1606 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/05/4d058057967ce6efb5845cbc6f4bd88eab143532.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located close to the centre town hall and within walking distance of many di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.658713451489" Longitude="12.630839812876" StarRating="3" HotelCode="497968|cph_studio_hotel" HotelName="CPH Studio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Krimsvej 29, 2300 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5d/835d283bb38793e5bc3e32000140580fde93ca93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.15" OriginalAmount="132.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671963" Longitude="12.562498" StarRating="3" HotelCode="57440|354565" HotelName="Good Morning City Copenhagen Star" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 13, 1652 Köpenhamn</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/f6/55f6be8d57b00343e42255a6d5a867b7dbc3ec00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of Copenhagen, and the main train station and the Tivol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.46" OriginalAmount="133.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672595" Longitude="12.560795" StarRating="3" HotelCode="13248|222206" HotelName="Best Western Hotel Hebron" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 4, 1653 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/de/afdef1a841571a53a521adfd56e34e7a8991da28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.84" OriginalAmount="133.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.684771248337" Longitude="12.552612125874" StarRating="3" HotelCode="37833|790995" HotelName="Avenue Hotel Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Åboulevard 29, 1960 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/01/8801c4157e169ae72d8248121448a0fe6d5f212a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located immediately beyond the picturesque Copenhagen Lake. The Town Hall Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.21" OriginalAmount="136.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6369019" Longitude="12.6416998" StarRating="3" HotelCode="|23421" HotelName="Best Western Plus Airport Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KASTRUPLUNDGADE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/2/1/23421_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 228 rooms and 6 floors. The establishment boasts a lobby with an elevator, a reception with safety deposit boxes, a bar, an Ã  la carte restaurant and a conference room. The establishment offers guests internet, a car park (for a fee), a laundry service (for a fee) and room service. SITUATION: It is in the outskirts, 7 kilometres away, you can find the city centre, Where you can find shops, 200 metres away, guests have a public transport stop situated 1 kilometre away fromCopenhagen Airport. ROOM: Guests are offered elegant non-smoking rooms with ensuite bathroom with a hairdryer, a direct line telephone, a satellite or cable television and a radio. They also have a mini-bar, a central heating system and internet. FACILITIES: You can find a sauna and a gym. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68464347707" Longitude="12.566280663014" StarRating="3" HotelCode="63209|ibsens_hotel" HotelName="Ibsens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vendersgade 23, 1363 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4b/654b9a68042a5b8959851630f0ad9a85705cc59b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel overlooks the Nansensgade area, a small oasis in the heart of the city bustling with café ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.33" OriginalAmount="137.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6749211" Longitude="12.55961" StarRating="4" HotelCode="|10477" HotelName="Scandic Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTER SOGADE 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/7/10477_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2000, has 472 standard rooms, 18 floors and 36 suites. Some of the facilities that the establishment offers to guests include a lobby with a reception, a cafÃ©, a bar and a restaurant. The establishment boasts conference rooms, indoor parking, a car park and room service. SITUATION: This establishment is situated in the city centre. Around the establishment, clients can find monuments and the Tivoli Garden. A few minutes walk away, customers can find public transport services. ROOM: The rooms have a bathroom, a direct line telephone (available for a fee), a television, a radio, a mini-bar and a safe (available for a fee). FACILITIES: The establishment boasts a sauna, a solarium and a gym. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.41" OriginalAmount="137.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6753681" Longitude="12.5727912" StarRating="0" HotelCode="|72404" HotelName="One Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Longangstraede 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/0/4/72404_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The First Twentyseven (antes Clarion) is rated three stars. It was renovated in 2007. SITUATION: It is situated in a central area. Near the establishment, guests will find the Square of the town hall. It is situated close to the Gardens Tivoli. This hotel is near the pedestrian area Stroget. ROOM: The establishment has 201 rooms, a WC, a shower, a hairdryer, a direct line telephone, a satellite television, a radio and a desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.77" OriginalAmount="137.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66658" Longitude="12.53283" StarRating="4" HotelCode="|224248" HotelName="Hotel Ottilia By Brøchner Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pasteursvej 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/2/4/8/224248_24.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.85" OriginalAmount="137.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6724273266" Longitude="12.556605046627" StarRating="4" HotelCode="47738|354395" HotelName="Coco Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 41, 1620 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/b6/c8b647ba2ddd55e94d23bddc7e5bd076effb45e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near by the railway station and within walking distance of Tivoli Gardens and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.02" OriginalAmount="137.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677318234578" Longitude="12.58918941021" StarRating="3" HotelCode="47473|222086" HotelName="Best Western Plus Hotel City Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peder Skrams Gade 24, 1054 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/8a/6c8a4a5e91e980a3efb836339b90f42c81903f4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Copenhagen, this boutique hotel is ideal for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.46" OriginalAmount="139.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.713767" Longitude="12.560134" StarRating="3" HotelCode="|491489" HotelName="STUDIO1A Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/4/8/9/491489_39778941033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.57" OriginalAmount="139.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66429" Longitude="12.625582" StarRating="3" HotelCode="|507300" HotelName="South Studios by Daniel&amp;Jacob's" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Lergravsvej</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/3/0/0/507300_249324f1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|95737-219105/8669819854893004661/222" HotelName="THE HUXLEY COPENHAGEN, BW PREMIER COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24100/24029/debfc2ed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.670932" Longitude="12.563262" StarRating="3" HotelCode="200685|hotel_tiffany_4" HotelName="Hotel Tiffany" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Off-Site Parking,Parking,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 28, Centre, København V, 1652 København, Denmark</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4c/a04c08aeb1c5a119ee205f067f274983215eeb72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Tiffany in Copenhagen, you'll be minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.54" OriginalAmount="143.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676187" Longitude="12.5669834" StarRating="4" HotelCode="|10476" HotelName="The Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RADHUSPLADSEN 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/6/10476_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 2003, has 4 floors, 192 rooms, 46 single rooms, 128 double rooms and 18 suites. In the entrance, you can find a lobby with a lift, a bar, a reception with safety deposit boxes and a cloakroom. The establishment boasts a breakfast room, internet, a car park (for a fee), room service and a laundry service. SITUATION: This modern hotel is in a central area, is in front of the Square of the town hall, a few minutes walk away from the establishment, clients can find shops, the railway station and gardens. ROOM: The stylish rooms, have a bathroom, a hairdryer, a television, internet, a mini-bar, a trouser press, an air-conditioning system and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.65" OriginalAmount="144.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6565381" Longitude="12.5917853" StarRating="4" HotelCode="|448148" HotelName="Zoku Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/4/8/448148_a86f4f71248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.747800000000000" Longitude="-5.806200000000000" StarRating="3" HotelCode="0|20617-19572688/8669819854893004661/38" HotelName="GENTOFTE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Del Cabildo, S/N, Arcos De La Frontera, 11630, Spain</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25400/25379/b02feecb_b.jpg</HotelPictures>
        <HotelDescription>This 3 star hotel is located in the city centre of Arcos De La Frontera and was established in 1966. It is close to the Casco Antiguo. The Hotel has a restaurant, a bar and a coffee shop. All 30 rooms are equipped with minibar, hairdryer, safe, trouser press, ironing set and air conditioning. category: Superior first style: Traditional year Built: 1966 restaurant Count: 1&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.88" OriginalAmount="148.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6733392" Longitude="12.5633032" StarRating="3" HotelCode="|10452" HotelName="Astoria, Bw Signature Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BANEGAARDSPLADSEN 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/2/10452_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This mid-category hotel, was built in 1935, has 3 floors, 94 rooms and an inviting restaurant. SITUATION: It is in a central area, near the establishment, you will find Tivoli the railway station near the Square of the town hall excellent transport links to public transport services, shops and leisure areas. ROOM: The rooms a bathroom, a direct line telephone, a mini-bar, a fridge and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.58" OriginalAmount="149.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67088" Longitude="12.5634" StarRating="3" HotelCode="|216485" HotelName="Tiffany" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/4/8/5/216485_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.43" OriginalAmount="149.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6725006" Longitude="12.5565996" StarRating="3" HotelCode="|10449" HotelName="Coco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/9/10449_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 5 floors, 76 rooms and an inviting restaurant. SITUATION: This cosy hotel is situated in Copenhagen the heart of nearby, you will find StrÃ¸get the commercial area of Where guests can enjoy bars, cafÃ©s, restaurants, shops and shops. In the surrounding area, you can find the tourist area, 100 metres away, there is a public transport stop, is 12 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.00" OriginalAmount="150.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.675371763788" Longitude="12.572683095932" StarRating="4" HotelCode="59870|111612" HotelName="First Hotel Twentyseven" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Løngangstræde 27, 1468 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f2/6ef2c3f3eca77978bcf285471f9e32b1bf7d9841.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lifestyle hotel is an embodiment of the Danish way of life, and is located in the heart of Cope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.60" OriginalAmount="152.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676217" Longitude="12.570274" StarRating="4" HotelCode="15509|230196" HotelName="Scandic Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuspladsen 57, 1550 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/0e/a70ecf676623a53ae7be67dc12ed487e3796055b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the very heart of Copenhagen, on the historic City Hall Square. Tivoli Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.48" OriginalAmount="152.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.669802" Longitude="12.5738008" StarRating="4" HotelCode="|445020" HotelName="Scandic Spectrum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALVEBOD BRYGGE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/2/0/445020_83c7c351135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.18" OriginalAmount="156.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677438" Longitude="12.567576" StarRating="4" HotelCode="259410|93799" HotelName="First Hotel Kong Frederik" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Voldgade 25, 1552 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8a/bc/8abc3a56c8f002b8180d8f0e7e789249383bf3f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is perfectly located in the heart of Copenhagen, metres from the City Hall Sq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.49" OriginalAmount="156.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681244" Longitude="12.591724" StarRating="4" HotelCode="47512|1425948" HotelName="Hotel Skt. Annæ" 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,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sankt Annae Plads 18-20, Copenhagen 1250</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/84/3584f59e46d974e1886b9deff75212237dd9a29a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys one of the nicest locations in Copenhagen, neighbouring the Royal Palace Amalieborg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.72" OriginalAmount="161.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.707189" Longitude="12.600581" StarRating="4" HotelCode="|453230" HotelName="Fairfield By Marriott Copenhagen Nordhavn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tallinngade 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_ebd99071631.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672754" Longitude="12.552466" StarRating="3" HotelCode="408864|carlton_hotel_guldsmeden" HotelName="66 Guldsmeden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 66, 1620 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/32/9232256eb0386fe98529cbb7c4ee3e9da3fa9d99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the hip Vesterbrogade area in central Copenhagen. Just a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.41" OriginalAmount="165.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681356058575" Longitude="12.593303918838" StarRating="4" HotelCode="69072|230266" HotelName="Scandic Front" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sankt Annæ Plads 21, 1250 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/0f/450f7ef005d91c809e0238081aa2c7577d6b2187.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This trendy hotel is situated directed on the harbour quayside, close to Amalienborg Castle and with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.20" OriginalAmount="166.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677222955045" Longitude="12.590163052082" StarRating="4" HotelCode="47740|53674" HotelName="Copenhagen Strand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Havnegade 37, 1058 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bd/32bdac2a28114aa074af436d24b0a450dc059e5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located by the harbour in Copenhagen, close to the popular Nyhavn and the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.99" OriginalAmount="166.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6817093" Longitude="12.5910652" StarRating="4" HotelCode="|10467" HotelName="Skt. Annæ" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SANKT ANNAE PLADS 18-20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/7/10467_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2001, has 5 floors, 133 standard rooms, 35 single rooms and 98 double rooms. Some of the facilities that the establishment offers to guests include a reception, a safety deposit box service, a currency exchange service and lifts. The establishment offers a conference room, WiFi, room service and a laundry service. SITUATION: This comfortable hotel is in the heart of Copenhagen. 500 metres away, guests can find shops, leisure areas and a public transport stop. It is 12 kilometres away from Copenhagen International Airport. ROOM: The establishment has non-smoking rooms with ensuite bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a mini-bar, internet, a safe and central heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|53275-219109/8669819854893004661/251" HotelName="BEST WESTERN HEBRON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26300/26281/e5d94cf9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678742" Longitude="12.566736" StarRating="4" HotelCode="15685|hotel_fox_2" HotelName="Hotel SP34" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sankt Peders Stræde 34, 1453 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b8/e9b87a39549ab64cf2f6216558d974f7d2ea50b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in central Copenhagen. City Hall Square and the famous Strøget shopping street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.57" OriginalAmount="169.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683825" Longitude="12.571763" StarRating="0" HotelCode="|445926" HotelName="Scandic Norreport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Frederiksborggade 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/2/6/445926_3d238a90913.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68786384" Longitude="12.59549736" StarRating="0" HotelCode="971719|esplanaden_46" HotelName="CPH Boutique Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Esplanaden 46, 1263 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/fe/13fe683d3952ec98de962a164a282bfcc6c48444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.85" OriginalAmount="170.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677093" Longitude="12.566028" StarRating="3" HotelCode="25644|747175" HotelName="Alexandra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>H.C. Andersens Boulevard 8, 1553 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/80/d38076a1a7fff4066194b2a7a603f144945a805b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.74" OriginalAmount="171.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67283" Longitude="12.551937" StarRating="3" HotelCode="|61606" HotelName="GULDSMEDEN CARLTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTERBROGADE 66, DK-1620 COPENHAGEN V, DENMARK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/0/6/61606_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has bicycle rental, a reception, a lobby and a restaurant. SITUATION: This hotel Vesterbrogade it is in 10 minutes away from the establishment, guests will find the central station ,Tivoli the gardens in the surrounding area, clients have the town hall square, near the establishment, you will find restaurants, bars and shops. it is well-connected with public transport services. ROOM: They have a television, a mini-bar and internet (available for a fee). RESTAURANT: Regarding gastronomy, the establishment offers a restaurant and breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.94" OriginalAmount="171.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676901757044" Longitude="12.565404117871" StarRating="4" HotelCode="29000|244276" HotelName="Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Studiestræde 61, København K, 1554 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/7c/3c7cccc98cd555fa771eb9ec6c3b2aedbc110ba6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is one of Copenhagen's classic hotels in the heart of Copenhagen, close to Tivoli, City H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1925-28854762/8669819854893004661/84" HotelName="PHOENIX" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2100/2010/db9446b3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.36" OriginalAmount="174.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6773475" Longitude="12.5675438" StarRating="4" HotelCode="|10469" HotelName="Bella Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTER VOLDGADE 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/9/10469_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This first class hotel and has 5 floors, was built in 1898, renovated in 2000 110 rooms, 82 double rooms, 8 single rooms and 12 suites. Some of the establishment facilities on offer are a bar, a restaurant, a car park and an indoor car park (for a fee). SITUATION: This luxurious hotel is in Copenhagen the centre of nearby, you will find the Square of the town hall, StrÃ¸get and Tivoli it is located close to 200 metres away, there is a public transport stop. ROOM: The stylish rooms, traditional in style, a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.19" OriginalAmount="175.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6875632" Longitude="12.5930909" StarRating="4" HotelCode="|258414" HotelName="Babette Guldsmeden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bredgade 78</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/8/4/1/4/258414_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.22" OriginalAmount="175.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6847614" Longitude="12.5526953" StarRating="3" HotelCode="|26378" HotelName="Avenue Hotel Copenhagen By Brøchner Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABOULEVARD 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/3/7/8/26378_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1898, renovated in 2005, has 68 rooms, 19 suites and 4 floors. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. You are also offered a bar, a restaurant with highchairs, meeting facilities, a conference room, internet, a car park and a laundry service. SITUATION: It is located behind a lake, a few minutes walk away from the establishment, clients can find the tourist attractions, public transport services situated close to the trade fair ground, restaurants and cafÃ©s. in front of the hotel there is a public transport stop, Clients can also find shops, restaurants, bars, pubs and nightclubs. It is situated 8 kilometres away from the airport, the beach. ROOM: The rooms well-decorated, a bathroom, a shower, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, central heating and a safety deposit box (available for a fee). FACILITIES: It is 5 kilometres away from a golf course. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672" Longitude="12.5699" StarRating="0" HotelCode="982614|nord_hotel_apartments" HotelName="NORD Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nyrnberggade 31, 2300 Copenhagen, Hovedstaden</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/f2/eef27bb53d2ed0d94a3bf8dada03b5105df789a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.56" OriginalAmount="181.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.698013567667" Longitude="12.593731750907" StarRating="4" HotelCode="56955|234356" HotelName="Adina Apartment Hotel Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amerika Plads 7, 2100 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/86/40862268a659a7a50e4821671bbdb507ce89886d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideal for business guests, for tourists as well as for families and groups. It is loca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671582" Longitude="12.561296" StarRating="3" HotelCode="36034|zleep_hotel_centrum" HotelName="Zleep Hotel Copenhagen City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 14, 1653 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/25/46254751c2ea17710d75beaf3b8262b46a8b5731.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.70" OriginalAmount="185.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676867" Longitude="12.565274" StarRating="4" HotelCode="|448042" HotelName="Henrik's" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/0/4/2/448042_6a6e74f0830.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.58" OriginalAmount="186.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6738385" Longitude="12.5743105" StarRating="4" HotelCode="27660|hotel_danmark" HotelName="Hotel Danmark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Voldgade 89, 1552 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/bb/51bb7ab4e43632b719250959a28d208ccee9d666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 200 m from City Hall Square (Rådhuspladsen) and the pedestrian shopping street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.4989743" Longitude="7.4514084" StarRating="4" HotelCode="0|23200-28877149/8669819854893004661/191" HotelName="SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2 BERSWORDTSTRASSE, DORTMUND, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910700/910632/abcefc3f_b.jpg</HotelPictures>
        <HotelDescription>Steigenberger Hotel Dortmund is an upscale 4 star hotel offering contemporary accommodation in a large city in the Ruhrarea of west Germany.
Newly renovated in summer 2012, the Steigenberger Hotel Dortmund combines top-class living comfort with a relaxed and homelike atmosphere.
The cosy seating and cultural photographs in the hotel restaurant provide an informal atmosphere. You can relax in the bar and enjoy a light dish or a local Dortmund beer on the terrace in summertime.
The Steigenberger is close to the Signal-Iduna-Park (Germany's largest football stadium), the Westfallenhallen and the congress centre. You also have good public transport access to all parts of Essen and nearby exhibition cities in North Rhine-Westphalia.
Private parking is possible on site and costs EUR 14 per car/day.

Spa and gym area in the hotel will be closed due to Covid 19 until further notice&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67954493" Longitude="12.59063175" StarRating="3" HotelCode="386672|hotel_bethel" HotelName="Hotel Bethel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,LCD/Projector,Library,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/7b/b27bb1fb16ed3ac7e37d33b3a21468b1cee4eac0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Bethel, you'll be centrally located in Copenh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.679635" Longitude="12.533388" StarRating="4" HotelCode="26753|380679" HotelName="Scandic Falconer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Falkoner Alle 9, 2000 Frederiksberg, Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39260/a_39260_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located, close to a park and surrounded by various shopping facilities, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.01" OriginalAmount="201.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6795998" Longitude="12.5335999" StarRating="4" HotelCode="|10478" HotelName="Scandic Falkoner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALKONER ALLE 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/8/10478_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 16 floors, 166 rooms, 140 double rooms and 26 suites. This air-conditioned hotel has a lobby, with an elevator, a cafÃ©, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has a bar, a restaurant, a conference room, indoor parking, a car park and a laundry service. SITUATION: Is situated in an excellent location, nearby, there is a park, In the surrounding area, you can find shops, bars and restaurants. 200 metres away, there is a public transport stop, is 25 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom with a shower, with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed and a safe (available for a fee). FACILITIES: For a fee, you can enjoy a sauna, a solarium and a gym. OBSERVATIONS: Guests have internet at no extra cost. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment offers all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67363694868" Longitude="12.56245046854" StarRating="4" HotelCode="12946|grand_hotel_5" HotelName="Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 9, 1620 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/ed/e1ed67e41dbf6796e634832077fd7ea638ee646d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Copenhagen within a short distance of the town hall ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.09" OriginalAmount="203.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.674898" Longitude="12.563675" StarRating="5" HotelCode="16426|radisson_blu_royal_hotel_copenhagen" HotelName="Radisson Collection Hotel, Royal Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hammerichsgade 1, 1611 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/54/eb549152e4e82e59462bbdc551f01267bd9073c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive designer hotel is located in the heart of Copenhagen, near to the Tivoli gardens. Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.83" OriginalAmount="203.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6875063" Longitude="12.5932501" StarRating="3" HotelCode="|10459" HotelName="First Esplanaden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BREDGADE 78</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/9/10459_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant building rooms, has 117 rooms and 4 suites. The establishment boasts a lobby with elevators, a reception, a safety deposit box service, a currency exchange service, WiFi, daily newspapers, a laundry service and a car park. SITUATION: It is located behind the Royal Palace, Around the establishment, clients can find the monuments, boutiques and restaurants. It is 10 minutes away from the pedestrian area, the harbour, 12 minutes away, guests can find the international airport. ROOM: All the rooms have a bathroom, a direct line telephone, a satellite or cable television, a radio, internet (free of charge) and central heating. Clients are offered non-smoking rooms. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.06" OriginalAmount="207.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.684762216403" Longitude="12.56491340006" StarRating="4" HotelCode="371624|459585" HotelName="Kong Arthur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nörre Sögade 11, 1370 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/63/7f63a8eab8bfef33de46c49713c5d1ee58709db1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Facing the idyllic string of lakes and only 5 minutes from central Copenhagen, this hotel enjoys a u...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.90" OriginalAmount="211.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67949" Longitude="12.591" StarRating="3" HotelCode="|216495" HotelName="Bethel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nyhavn 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/4/9/5/216495_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.20" OriginalAmount="211.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6748868" Longitude="12.5641167" StarRating="4" HotelCode="|10445" HotelName="Radisson Collection Royal , Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HAMMERICHSGADE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/5/10445_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1960, renovated in 2000. It has 20 floors, 260 rooms, 55 single rooms, 182 double rooms and 23 suites. This air-conditioned establishment has a lobby, a cafÃ©, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment offers a bar, 2 restaurants, a conference room, indoor parking (for a fee), a car park and a bicycle storage room. SITUATION: This establishment, is in the city centre, near the establishment, guests will find Tivoli the Gardens StrÃ¸get it is a few minutes walk away from monuments and the tourist attractions. it is situated 25 minutes away from the airport. ROOM: Each room has a bathroom with bathrobe, a shower, a hairdryer, an iron, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed, an air-conditioning system and a safe (available for a fee). FACILITIES: For a fee, you can enjoy a sauna and a solarium. OBSERVATIONS: Customers have internet. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment offers all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.45" OriginalAmount="216.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.707389" Longitude="12.600709" StarRating="0" HotelCode="|450863" HotelName="Residence Inn By Marriott Copenhagen Nordhavn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tallinngade 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/8/6/3/450863_5df3aef0821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.24" OriginalAmount="217.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6791" Longitude="12.5937996" StarRating="4" HotelCode="|10454" HotelName="71 Nyhavn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NYHAVN 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/4/10454_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was built in 1804 and renovated in 2001. The establishment boasts 6 floors, 150 standard rooms, 38 double rooms, 2 single rooms and 17 suites. Some of the establishment facilities on offer are a bar and a restaurant. SITUATION: This luxurious hotel is situated in the centre of Copenhagen, close to Nyhavn Canal. Nearby, you will find monuments and the tourist attractions. 500 metres away, there is a public transport stop. It is situated 15 minutes away from the airport. ROOM: The stylish rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.54" OriginalAmount="220.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68216" Longitude="12.575203" StarRating="0" HotelCode="|455035" HotelName="Apēron" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pustervig 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/3/5/455035_be03c581234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.55" OriginalAmount="220.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.630524716984" Longitude="12.650998234749" StarRating="5" HotelCode="29418|4974" HotelName="Clarion Hotel Copenhagen Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ellehammersvej 20, 2770 Kopenhagen, Kastrup</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/db/1edb010495cdf00e526068fcfcbca18b1c31ff0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the arrival and departure halls of Copenhagen International Airport. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.53" OriginalAmount="221.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678946" Longitude="12.56646" StarRating="4" HotelCode="|517140" HotelName="Apartments by Brøchners" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/1/4/0/517140_6e5d9c32202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.89" OriginalAmount="222.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6735401" Longitude="12.5626034" StarRating="3" HotelCode="|10451" HotelName="NH Copenhagen Grand Joanne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 9A,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/1/10451_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 153 rooms, 39 single rooms, 77 double rooms and 2 suites. The establishment boasts a lift, a cafÃ©, a bar, a pub, a restaurant and a car park. SITUATION: It is in a central area, Around the establishment, clients can find the town hall, the commercial area and the pedestrian area. It is located 150 metres away fromTivoli the Gardens the establishment is 1,5 kilometres away from Christiansborg the castle 100 metres away, there is a public transport stop situated 10 kilometres away from the airport. ROOM: The comfortable rooms, have marble bathrooms, a shower, a hairdryer, a trouser press, a direct line telephone, a satellite or cable television, a mini-bar and a safety deposit box (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.36" OriginalAmount="226.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681737" Longitude="12.577304" StarRating="4" HotelCode="|445010" HotelName="25hours Indre By" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pilestraede 65</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/1/0/445010_982b8220832.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67666114" Longitude="12.56638096" StarRating="0" HotelCode="735345|317220" HotelName="CitizenM Copenhagen Radhuspladsen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hans Christian Andersens Boulevard 12, 1553 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/54/1b541d55adf669fc6f2c5caff61a498da8add068.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1911-32418512/8669819854893004661/199" HotelName="NH GRAND JOANNE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/30000/24900/24835/630171a8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.680311777001" Longitude="12.561331169312" StarRating="5" HotelCode="161147|446106" HotelName="Manon Les Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gyldenlovesgade 19, 1600 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/4e/ba4eebaa8eb52500f646481cc8d6f49a63ae22e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The establishment is a city centre hotel located close to Tivoli, City Hall and the main shopping st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.98" OriginalAmount="239.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681956403551" Longitude="12.593784034252" StarRating="4" HotelCode="47737|354355" HotelName="Copenhagen Admiral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Toldbodgade 24 – 28, 1253 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/cc/92cc11b2b26a74731e5af00c487aa300b3e336c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies some 15 km from the international airport directly beside the water and close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.38" OriginalAmount="246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70546186" Longitude="12.58845662" StarRating="0" HotelCode="956262|charlottehaven" HotelName="Charlottehaven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hjørringgade 12C, 2100 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/bc/f9bcf23ed9617f5340a4b38fa5d324e0f7908568.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.10" OriginalAmount="246.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.630667" Longitude="12.6509392" StarRating="4" HotelCode="|10475" HotelName="Clarion  Copenhagen Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ELLEHAMMERSVEJ 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/5/10475_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, has 12 floors, 382 rooms and 1 Presidential Suite. This establishment with air-conditioning, a bar, 2 restaurants and indoor parking (for a fee). SITUATION: This hotel is close to the terminal. 100 metres away, there is a public transport stop. 1.5 kilometres away from the establishment, guests will find the beach. ROOM: Customers can find soundproofed rooms, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a television, a mini-bar, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: A spa, a jacuzzi, MEALS: Lunch service, PAYMENT METHODS: American Express, Diners Club, Mastercard, Visa</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="260.21" OriginalAmount="252.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.679320563446" Longitude="12.593582868576" StarRating="4" HotelCode="15264|235336" HotelName="71 Nyhavn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nyhavn 71, 1051 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/53/e953529dc2a7448986d376ad032bf2b5f25772f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of Copenhagen, directly next to the lively Nyhavn canal promenad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="264.08" OriginalAmount="256.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.680747" Longitude="12.571929" StarRating="5" HotelCode="27485|459625" HotelName="Skt. Petri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Krystalgade 22, 1172 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/1c/f91c16622d75830fcbdb4290a9c75893d08ea9ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel enjoys a superb location in the heart of Copenhagen. The famous Strøget ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.96" OriginalAmount="266.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6804704" Longitude="12.5711588" StarRating="5" HotelCode="|19658" HotelName="1 Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KRYSTALGADE 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/5/8/19658_943b3c01024.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has 268 rooms, a lobby with an elevator, a reception, a safety deposit box service and a cloakroom. It also has an inviting bar and a restaurant. The establishment has an indoor car park. SITUATION: This hotel is in an excellent location. It is in the city centre. Close to the establishment, clients can find the commercial area of StrÃ¸get where guests can enjoy shops, leisure areas and entertainment. ROOM: Each room has a bathroom with a hairdryer, a mini-bar, an air-conditioning system, internet and a safety deposit box (available for a fee). Some rooms have a balcony or terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.06" OriginalAmount="269.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67892" Longitude="12.58271" StarRating="4" HotelCode="|220332" HotelName="Boutique Hotel Herman K" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bremerholm 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/3/3/2/220332_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.31" OriginalAmount="277.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668841985453" Longitude="12.573933005333" StarRating="5" HotelCode="23104|copenhagen_marriott_hotel" HotelName="Copenhagen Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kalvebod Brygge 5, 1560 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/9e/ba9ec5781fbedf0579ffbf1a5bb6784cb45cc9c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international business hotel is situated directly on the Sydhaven Channel, one of the main cana...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="287.62" OriginalAmount="279.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67892023" Longitude="12.58270436" StarRating="5" HotelCode="632944|2501425" HotelName="Hotel Herman K" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bremerholm 6, 1069 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/d6/0cd6a0667125db2e5f562a6c627aec58acaedd28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.86" OriginalAmount="285.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683128" Longitude="12.570729" StarRating="3" HotelCode="|510256" HotelName="Venders Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/2/5/6/510256_39108ef0925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.73" OriginalAmount="291.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67129124" Longitude="12.56734588" StarRating="0" HotelCode="962796|2501525" HotelName="Villa Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tietgensgade 39, 1704 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/63/ce63c3f64f12846973ba6d3c68eb3be8e80bfc35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.27" OriginalAmount="316.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6690436" Longitude="12.5739912" StarRating="5" HotelCode="|10446" HotelName="Copenhagen Marriott" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALVEBOD BRYGGE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/6/10446_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 2001, has 401 rooms, 9 suites and 11 floors. The establishment has various facilities, such as a bar and a restaurant. By paying an additional charge you can enjoy indoor parking and a car park. SITUATION: This business hotel is in Sydhaven Canal. 10 minutes away from the establishment, you can find the Tivoli Gardens and the city centre. It is situated 15 minutes away from the StrÃ¸get shopping street. ROOM: The comfortable, bright rooms have large windows, a bathroom with a hairdryer, a direct line telephone, a satellite television, cable television, an air-conditioning system, a safe (available for a fee) and a mini-bar. FACILITIES: This hotel has a sauna, a steam bath, a gym, some services (available for a fee), a massage service and a sunbathing terrace. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="339.30" OriginalAmount="329.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67248625" Longitude="12.57336714" StarRating="5" HotelCode="604688|2305205" HotelName="Nobis Hotel Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Niels Brocks Gade 1, København V, 1574 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/0d/9f0d5bdf87fe0d4d6ad0b118dabf0a11670ef947.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.06" OriginalAmount="402.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678479" Longitude="12.587542" StarRating="3" HotelCode="15426|hotel_sanders" HotelName="Hotel Sanders" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tordenskjoldsgade 15, 1055 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/87/d08782203a46ff723b0a8e82fd771ce16bb56566.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in an peaceful district of the town, close to the popular shopping a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="507.72" OriginalAmount="492.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6785601" Longitude="12.5874813" StarRating="3" HotelCode="|10460" HotelName="Sanders" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TORDENSKJOLDSGADE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/0/10460_a333fd71047.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1867, renovated in 1997, has 5 floors, 94 rooms, 18 single rooms and 76 double rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment also has an inviting bar, a restaurant, internet and a laundry service. SITUATION: This welcoming hotel is in a quiet area. Near the establishment, you will find the commercial area and the opera. It has excellent transport links to the shops, restaurants, bars and pubs. This hotel is 100 metres away from clubs and nightclubs. ROOM: All the rooms have a bathroom, a sitting room, a direct line telephone, satellite or cable TV, a radio, internet, central heating and fitted carpets. MEALS: The establishment offers a buffet breakfast and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="729.70" OriginalAmount="708.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6818767" Longitude="12.5759566" StarRating="0" HotelCode="|450141" HotelName="Rosenborg " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/1/450141_4aee1411258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="763.23" OriginalAmount="741.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672" Longitude="12.5699" StarRating="0" HotelCode="982338|rosenborg_hotel_apartments" HotelName="Rosenborg Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Landemærket 9, Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/5d/165d8b3312efbc7fba9d2aff91750a891714c93e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="881.68" OriginalAmount="856.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.680673" Longitude="12.584635" StarRating="5" HotelCode="47989|dangleterre_2" HotelName="D'Angleterre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kongens Nytorv 34, P.O. Box 9077, 1022 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/57/05573e379e714781ea2baa88b72a17cf9c4d70fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located on the historical King’s Square, overlooking the magnificent buildings ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1152.57" OriginalAmount="1119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673552" Longitude="12.566006" StarRating="5" HotelCode="901336|nimb_hotel" HotelName="Nimb" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 5, 1577 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/95/d295ccbaf56cb2d1d9e5d0b4c2d80d23d1926979.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.15" OriginalAmount="22.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6868254" Longitude="12.5506648" StarRating="0" HotelCode="|250644" HotelName="Sleep In Heaven" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Struenseegade 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.75" OriginalAmount="116.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6880108" Longitude="12.5605407" StarRating="3" HotelCode="|250753" HotelName="Nora Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.18" OriginalAmount="157.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6718189" Longitude="12.5611576" StarRating="0" HotelCode="|257351" HotelName="Andersen Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Designated Smoking Area,Lounge,Spa,Massage Centre,Swimming Pool,Wheelchair Access,Diet Meals,Garden,Heated Pool,24 Hour Front Desk,Coffee Shop,Elevator,Housekeeping,LCD/Projector,Luggage Storage,Dry Cleaning,Parking,Library,Off-Site Parking,Concierge,Meeting Room</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,SPA HOTEL,AIRPORT HOTEL,ECO HOTEL,HOTEL DE CHARME,APARTMENT HOTEL,GUESTHOUSE,HOSTEL,HOTEL,HOSTELS,GUEST HOUSES,HOLIDAY HOMES,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
e7a14912-746e-47fa-89ac-9696a6a3daff|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="e7a14912-746e-47fa-89ac-9696a6a3daff">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="22211" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-07T00:00:00" End="2026-06-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|453230" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="chennai@trinityairtravel.com" Password="Chennai@08" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" 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
e7a14912-746e-47fa-89ac-9696a6a3daff|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="e7a14912-746e-47fa-89ac-9696a6a3daff" TimeStamp="0001-01-01T00:00:00" HotelName="Fairfield By Marriott Copenhagen Nordhavn" HotelCode="453230" GTCityId="22211" CountryCode="DK" CityName="Copenhagen" CountryName="Denmark" Address="Tallinngade 10" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Double room for individual use" RoomTypeCode="453230H38_1090H2HRHRo82dm|1780663900.DGGBAH-GBRAd1468offj|187.14|94|MTg3LjE0fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="162" TotalPrice="166.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="161.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_ec5adc21632.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_ecc32701632.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_ed7d22a1633.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_ebd99071631.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_eb01e6c1631.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_eb6e7781631.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_ede9bed1633.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_ea2774c1630.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_ea971261630.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_ed2de9e1633.jpg" /></Images><HotelDescription /></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e7a14912-746e-47fa-89ac-9696a6a3daff|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="e7a14912-746e-47fa-89ac-9696a6a3daff">
  <Rooms>
    <Room RoomType="Room 1: Double room for individual use" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="chennai@trinityairtravel.com" Password="Chennai@08" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="453230" SourceId="94" RoomTypeCode="453230H38_1090H2HRHRo82dm|1780663900.DGGBAH-GBRAd1468offj|187.14|94|MTg3LjE0fEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-06-07T00:00:00" End="2026-06-08T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||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
e7a14912-746e-47fa-89ac-9696a6a3daff|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-06-07T00:00:00" End="2026-06-08T00:00:00">
        <AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="166.72" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>166.72</TotalAmount>
  <TraceId>e7a14912-746e-47fa-89ac-9696a6a3daff</TraceId>
</CheckRatesRS>||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
e7a14912-746e-47fa-89ac-9696a6a3daff|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="e7a14912-746e-47fa-89ac-9696a6a3daff">
  <Rooms>
    <Room RoomType="Room 1: Double room for individual use" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="chennai@trinityairtravel.com" Password="Chennai@08" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="453230" SourceId="94" RoomTypeCode="453230H38_1090H2HRHRo82dm|1780663900.DGGBAH-GBRAd1468offj|187.14|94|MTg3LjE0fEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-06-07T00:00:00" End="2026-06-08T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||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
e7a14912-746e-47fa-89ac-9696a6a3daff|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-06-07T00:00:00" End="2026-06-08T00:00:00">
        <AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="166.72" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>166.72</TotalAmount>
  <TraceId>e7a14912-746e-47fa-89ac-9696a6a3daff</TraceId>
</CheckRatesRS>||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
fcf0f383-20aa-4c35-a0c4-ef740d5c7406|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="fcf0f383-20aa-4c35-a0c4-ef740d5c7406">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="22211" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-07T00:00:00" End="2026-06-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="chennai@trinityairtravel.com" Password="Chennai@08" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fcf0f383-20aa-4c35-a0c4-ef740d5c7406|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
fcf0f383-20aa-4c35-a0c4-ef740d5c7406|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:f1014e70-d7f6-4dfc-9059-1963af07b998
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fcf0f383-20aa-4c35-a0c4-ef740d5c7406|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fcf0f383-20aa-4c35-a0c4-ef740d5c7406|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fcf0f383-20aa-4c35-a0c4-ef740d5c7406|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-06-05T13:55:43.5986189+01:00" Version="0" EchoToken="Search" TransactionIdentifier="fcf0f383-20aa-4c35-a0c4-ef740d5c7406" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70541308" Longitude="12.54349766" StarRating="2" HotelCode="523966|ao_copenhagen_norrebro" HotelName="a&amp;o Kobenhavn Nørrebro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Tagensvej 135-137, 2200 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/04/9204143bb8cb81b6f967a13085b3fdbb8a96dd38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.06" OriginalAmount="14.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676013" Longitude="12.57435" StarRating="3" HotelCode="146539|1437618" HotelName="Copenhagen Downtown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vandkunsten 5, 1467 København K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/5b/c15b40913d33c5dbf6be085457f912513ab0acda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1167040-18328462/7587759643097082624/1982" HotelName="A AND O COPENHAGEN NORREBRO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17760000/17750900/17750826/a6260c23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.35" OriginalAmount="16.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6828535" Longitude="12.5826224" StarRating="1" HotelCode="171992|613455" HotelName="Generator Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Adelgade 5–7, 1304 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/ee/a2ee9831938f302d8886ed301fd05e664a2c8b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 800 metres from Kongens Nytorv metro station, where all lines stop. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.92" OriginalAmount="19.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6696084" Longitude="12.5709933" StarRating="0" HotelCode="|450094" HotelName="Next House Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/9/4/450094_d6039991054.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.00" OriginalAmount="19.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67620889" Longitude="12.560149" StarRating="3" HotelCode="561332|2163195" HotelName="Steel House Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Herholdtsgade 6, 1605 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/42/9442cefcce34acb67724d5679c216a3f4c54b735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.61" OriginalAmount="20.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70212" Longitude="12.53774" StarRating="0" HotelCode="|450145" HotelName="Urban Camper " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2C Lygten</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/5/450145_4f324921355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.50" OriginalAmount="20.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672917" Longitude="12.563198" StarRating="2" HotelCode="|503054" HotelName="Where to sleep -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Reventlowsgade 10A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/3/0/5/4/503054_8785eef1047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.97" OriginalAmount="21.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6529414" Longitude="12.5405617" StarRating="0" HotelCode="|450091" HotelName="aando Copenhagen Sydhavn - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Scandlagade 12/Sydhavens Plads 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/9/1/450091_81ab6840853.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67286113" Longitude="12.56279049" StarRating="2" HotelCode="449440|copenhagen_backpackers_hostel" HotelName="Copenhagen Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Bar,Coffee Shop,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Lounge,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Reventlowsgade 10A, 1651 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/5e/4b5e55885afe1d0017251a722bb36295dcfa3df6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Copenhagen Backpackers - Hostel places you in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.08" OriginalAmount="25.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.691964" Longitude="12.554829" StarRating="0" HotelCode="|450143" HotelName="The Old Factory " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Meinungsgade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/3/450143_c195e7b1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1170094-28877255/7587759643097082624/4919" HotelName="A AND O COPENHAGEN SYDHAVN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48530000/48527800/48527777/2ed9aa47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6798486" Longitude="12.59255526" StarRating="0" HotelCode="397955|bedwood_hostel" HotelName="Bedwood Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/c5/94c50ad88742f1331d5de81d1fabd88e9aa53782.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Bedwood Hostel in Copenhagen (Nyhavn - Amalienborg)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.45" OriginalAmount="43.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672414" Longitude="12.557278" StarRating="3" HotelCode="916484|1150838" HotelName="Hotel Viktoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Elevator,Fax,Housekeeping,Internet,LCD/Projector,Lounge,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viktoriagade 2, København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e6/58e6eb31d95551b69db19afa3ad7c93407b40cfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Hotel Viktoria places you in the heart of Copenhagen, walking distance f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.73" OriginalAmount="44.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.679595" Longitude="12.592332" StarRating="2" HotelCode="|450151" HotelName=" Nyhavn63" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nyhavn 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/5/1/450151_906cd991500.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|185721-25371003/7587759643097082624/4214" HotelName="VIKTORIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4750000/4741900/4741809/5c31c70c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.31" OriginalAmount="49.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671668" Longitude="12.562471" StarRating="2" HotelCode="902156|1437758" HotelName="Saga" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 18-20, 1652 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/3d/b53db6cde66b22c1df76fd71229d2f3e782c0280.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.74" OriginalAmount="52.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6720972" Longitude="12.5611523" StarRating="2" HotelCode="|22981" HotelName="Annex Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HELGOLANDSGADE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/8/1/22981_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 76 rooms. SITUATION: Is situated inVesterbro the district of in the surrounding area, clients have shops, restaurants and cafÃ©s. it is well-connected with the train station, the nightlife. ROOM: The functional rooms, have a bathroom, a direct line telephone, a television and shared bathrooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.33" OriginalAmount="52.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6715968" Longitude="12.5615775" StarRating="1" HotelCode="298239|238236" HotelName="Annex Hotel Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 15, 1653 Kobenhavn V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/66/7966fb57d403985f46170932cfbb3c9409b08439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1047256-26261703/7587759643097082624/5075" HotelName="SAGA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1383100/1383070/e97c6f67_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.08" OriginalAmount="56.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6716874" Longitude="12.5465483" StarRating="0" HotelCode="|450030" HotelName="Cityhub Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97B Vesterbrogade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/3/0/450030_65e87121045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.70" OriginalAmount="60.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672275" Longitude="12.562818" StarRating="2" HotelCode="15090|459335" HotelName="Nebo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Nightclub,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istedgade 6, 1650 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/28/1e2865d41e8c9502256e0f8a5c0f33661747ae86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.78" OriginalAmount="61.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66577645" Longitude="12.5650648" StarRating="0" HotelCode="952696|2472785" HotelName="Cabinn Copenhagen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 1, 1577 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/18/99186a3b13252e87677b6ceaf0bad7881d9e6761.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.67" OriginalAmount="62.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6655539" Longitude="12.5646985" StarRating="2" HotelCode="|386245" HotelName="Cabinn Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/4/5/386245_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.42" OriginalAmount="65.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.631154" Longitude="12.573426" StarRating="2" HotelCode="140646|459265" HotelName="Cabinn Metro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arne Jakobsens Allé 2, 2300 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/b8/cbb88a56e1b37f7037255f7487ae5c346be5a518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located within easy reach of such tourist attractions as the Little Mermaid, Tivoli and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1047259-26261709/7587759643097082624/4817" HotelName="CITY HOTEL NEBO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1180000/1176400/1176352/9c3a5cf6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.62" OriginalAmount="66.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67046" Longitude="12.57084" StarRating="2" HotelCode="65588|459245" HotelName="Cabinn City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitchellsgade 14, 1568 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/0c/c70c21575796c6afff93c61d1d37d38970e4719b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Copenhagen close to the Tivoli and the nearest station is Met...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.10" OriginalAmount="67.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.631289" Longitude="12.573593" StarRating="2" HotelCode="|256939" HotelName="Cabinn Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/9/3/9/256939_bc705371652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|632137-24744172/7587759643097082624/5733" HotelName="CABINN SCANDINAVIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1900000/1894500/1894407/17f9631e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.20" OriginalAmount="69.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671962" Longitude="12.557912" StarRating="0" HotelCode="|450146" HotelName="Woodah Boutique " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Abel Cathrines Gade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/6/450146_78a43ad1324.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.665749" Longitude="12.599412" StarRating="2" HotelCode="143381|hotel_amager" HotelName="Amager" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amagerbrogade 29, 2300 Kopenhagen S</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e9/62e9cd05a2326a5ee7e5c2649938e6c954af8443.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 25 rooms. A bar is among the facilities. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.95" OriginalAmount="71.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667064020543" Longitude="12.566424241787" StarRating="2" HotelCode="899857|344805" HotelName="Wakeup Copenhagen, Carsten Niebuhrs Gade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carsten Niebuhrs Gade 11, 1577 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/4d/444d267ed59a3af47d9bf2594a56b098ffaeb816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Copenhagen, within walking distance of the Tivoli Gardens, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.665206358256" Longitude="12.580776294553" StarRating="2" HotelCode="146286|hotel_copenhagen_2" HotelName="Hotel Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Egilsgade 33, 2300 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/e7/cbe7c7f0fd9861a5338fcc38d66767268a2f4e4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen - Roskilde Airport (RKE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.90" OriginalAmount="74.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667992" Longitude="12.59679" StarRating="2" HotelCode="|250692" HotelName="Rent A Room Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amagerbrogade 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/6/9/2/250692_808ae0c1620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.604818" Longitude="-0.522124" StarRating="2" HotelCode="0|110288-18131572/7587759643097082624/2726" HotelName="WAKEUP CARSTEN NIEBUHRS GADE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>S/N Avenida de Los Tilos S/N, BENASQUE, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2787400/2787385/5e9d8025_b.jpg</HotelPictures>
        <HotelDescription>Located in the county of Ribagorza, in the centre of the Pyrenees, this hotel enjoys a stunning location in Benasque Valley, also nicknamed as ‘the Hidden Valley'. Ideal for nature enthusiasts, the area offers a range of natural breathtaking landscapes home to protected species and is ideal to go hiking or practice horse riding, fishing, and mountain biking. Ski lovers will appreciate Cerler ski resort, featuring some of the steepest slopes of the Pyrenees and situated some 30 kilometres away. The spacious and bright guest rooms face either the mountains or the ancient part of the village, and are decorated in two styles. They all are equipped with wooden furniture and stunning photographs of the valley. The onsite facilities include a restaurant serving delicious homemade dishes as well as a summer terrace and complimentary outdoor parking.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.670763066509" Longitude="12.56370306015" StarRating="3" HotelCode="35667|ansgar_hotel" HotelName="Ansgar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 29, 1652 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/85/0f850c9156f54982fcb0d5bad751040ca8fc30b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in the tourist centre of the town, within a stone's throw of lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.48" OriginalAmount="81.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668759546265" Longitude="12.572442510094" StarRating="2" HotelCode="755468|2322695" HotelName="Wakeup Copenhagen Bernstorffsgade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Laundry,Lounge,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 37, København V, 1577 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/d3/a2d35a7094eacda5aa43d5b2deccb14eaf61141c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wakeup  Copenhagen, Bernstorffsgade is a cool and modern budget hotel designed by architect Kim Utzo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.69198012" Longitude="12.55477608" StarRating="0" HotelCode="611225|hotel_m18" HotelName="Hotel M18" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meinungsgade 18, 2200 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/0d/100dad060a21e20381ef18154f7b6a191a63cb2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel M18 in Copenhagen (Norrebro), you'll be minutes from St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672604" Longitude="12.556461" StarRating="3" HotelCode="17282|savoy_hotel_2" HotelName="Savoy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 34, 1620 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/87/4f8797742afc52f7f66401ea19945f6aeebcc960.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of Copenhagen, only minutes away from the famous Tivoli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.57" OriginalAmount="84.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6919931" Longitude="12.5547607" StarRating="3" HotelCode="|256917" HotelName="M18" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meinungsgade 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/9/1/7/256917_8a6e0e01734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683012637564" Longitude="12.584157196226" StarRating="2" HotelCode="296740|wakeup_copenhagen__borgergade" HotelName="Wakeup Copenhagen, Borgergade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Borgergade 9, 1300 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/71/0e71af92b4257d8412fed3287c1940f6bb8daf5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located centrally in Copenhagen, just a short walk from several places of interest – 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.75" OriginalAmount="88.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6641923" Longitude="12.6245272" StarRating="2" HotelCode="|449384" HotelName="Go Hotel City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Lergravsvej</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/3/8/4/449384_6c9c33a1316.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.66" OriginalAmount="88.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6913986" Longitude="12.5879002" StarRating="3" HotelCode="|10471" HotelName="Østerport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OSLO PLADS 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/1/10471_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 170 rooms, 40 single rooms and 130 double rooms. The establishment offers guests an elegant hall with a reception, a lift, a safety deposit box service, a currency exchange service, a television room, internet, a cybercafe, a restaurant, a laundry service and conference facilities. SITUATION: Is situated in a central area, this hotel is in Copenhagen western near the establishment, guests will find the tourist attractions, Clients can find parks, cafÃ©s and shops. it is situated 10 kilometres away from Copenhagen Airport. ROOM: The rooms a bathroom, a direct line telephone, satellite or cable TV, a radio, internet (free of charge) and a central heating system. OTHERS: Regarding the food and beverage offering, clients have a breakfast service at the restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672928" Longitude="12.548226" StarRating="3" HotelCode="902390|hotel_sct_thomas_2" HotelName="Sct. Thomas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frederiksberg Allé 7, 1621 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/32/8d32b20357b0f47cfbfbdfcb73bc9066a7a829a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.691813622071" Longitude="12.587025235617" StarRating="3" HotelCode="326344|hotel_osterport" HotelName="Hotel Østerport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oslo Plads 5, 2100 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/f3/c9f363490e83042f204eca158f7ebfc5b5c35bb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideal both for business travellers and for those wishing to relax, with a centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.89" OriginalAmount="92.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6708236" Longitude="12.5637406" StarRating="3" HotelCode="|23151" HotelName="Go Ansgar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COLBJORNSONSGADE 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/5/1/23151_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a five-storey building, 81 rooms, 35 double rooms and 24 apartments. The establishment has a large garden, a lobby with a lift, a kiosk, a reception with safety deposit boxes, a TV room and a restaurant. The establishment also has a conference room, conference facilities, internet and a laundry service. is non-smoking. SITUATION: This hotel is in a central location, the tourist area, near the establishment, you will find a public transport stop, shops, is located 100 metres away from bars, pubs. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="95.79" OriginalAmount="93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|26442-18118562/7587759643097082624/1826" HotelName="SAVOY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523700/523640/1f3bc7d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="96.82" OriginalAmount="94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|257378-25479524/7587759643097082624/4063" HotelName="WAKEUP COPENHAGEN BORGERGADE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7490000/7483100/7483050/3769ff0d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.63" OriginalAmount="96.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66662833" Longitude="12.53286657" StarRating="4" HotelCode="783580|2363805" HotelName="Hotel Ottilia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bryggernes Plads 7, 1799 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/b5/edb5770be80c020cd7a41e06f64956ceab52926c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Copenhagen, this boutique hotel has the perfect ambience for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185712-25370995/7587759643097082624/4180" HotelName="SCT THOMAS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2800000/2794600/2794596/35be870a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|901307-26137133/7587759643097082624/5027" HotelName="GO CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41070000/41065200/41065190/d38b9eaf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9537-25188338/7587759643097082624/4725" HotelName="OSTERPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/12900/12851/774ffb80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1439363-28883068/7587759643097082624/5591" HotelName="BOB W OSTERBRO COPENHAGEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100590000/100587500/100587449/07ae5e6c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.38" OriginalAmount="104.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67815" Longitude="12.5626928" StarRating="3" HotelCode="|10468" HotelName="Profilhotels Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vester Farimagsgade 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/8/10468_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors, 127 rooms and 5 suites. This building has a reception and a restaurant. SITUATION: Is situated in the city centre, Where customers can find the tourist attractions, the museums and the nightlife. It is 2 minutes away fromTivoli the gardens the railway station, a few minutes walk away, there is a public transport stop. ROOM: The inviting rooms, have a bathroom, a direct line telephone, internet, a mini-bar and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|598344-25750502/7587759643097082624/4803" HotelName="OTTILIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113570000/113569200/113569182/0c246843_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.12" OriginalAmount="106.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678551" Longitude="12.562659" StarRating="3" HotelCode="47739|222606" HotelName="Richmond" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Farimagsgade 33, 1606 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/50/b4502ac196b8ffbafc51cadcd80fb339e51b0722.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Copenhagen just a short distance from many of the city's top a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.31" OriginalAmount="108.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.748158516811" Longitude="12.54115909338" StarRating="3" HotelCode="37882|459565" HotelName="Gentofte Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Diet Meals,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gentoftegade 29, 2820 Gentofte</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/d3/80d3afccdda8f66119e40754497208abe030f457.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city conference hotel is located in Gentofte, a green area approximately 8 km from the city of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67282925786" Longitude="12.560951113701" StarRating="3" HotelCode="50417|819" HotelName="First Hotel Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 3, 1653 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/83/4a83e272cc83dfca0752ba89e79f119a1894053a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Copenhagen. The airport is only 10 km from the hotel, which is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.38" OriginalAmount="110.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.654442" Longitude="12.5415789" StarRating="4" HotelCode="|19659" HotelName="Scandic Sydhavnen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SYDHAVNS PLADS 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/5/9/19659_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 5 floors. This establishment was opened in 2002, has 60 rooms, 26 suites, a bar and a restaurant. SITUATION: This welcoming hotel is just 4 kilometres away from the city centre. 200 metres away, there is a public transport stop. ROOM: The comfortable rooms, a bathroom with a hairdryer, a direct line telephone, a safety deposit box (available for a fee) and a mini-bar. FACILITIES: The establishment has a gym and a sauna. Outdoors, clients can enjoy a sunbathing terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.42" OriginalAmount="111.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.643444601362" Longitude="12.545040249824" StarRating="4" HotelCode="326343|593295" HotelName="Scandic Sluseholmen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Molestien 11, 2450 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/a3/81a3989fd35f502991d9044ea03423a1b59f365c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located somewhat outside of the centre of Copenhagen, within 300 m of links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1907-32593882/7587759643097082624/1233" HotelName="CPH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523500/523402/92460c45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.666845171322" Longitude="12.585890293121" StarRating="4" HotelCode="16430|radisson_blu_scandinavia_hotel_copenhagen" HotelName="Radisson Blu Scandinavia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amager Boulevard 70, 2300 Copenhagen S</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c6/39c6ed63f13ca8904dd81e89284367ea47e50487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and centrally located hotel is situated around 20 minutes from the various tourist at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.83" OriginalAmount="112.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668968" Longitude="12.564172" StarRating="3" HotelCode="408865|54144" HotelName="DGI-byen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tietgensgade 65, 1704 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f4/ccf4d0a00cd84c2ac08f5d17d4c8d94f2ec6a03e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.84" OriginalAmount="112.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.712725" Longitude="12.593343" StarRating="4" HotelCode="|445928" HotelName="Comwell Copenhagen Portside Dolce By Wyndham" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alexandriagade 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/2/8/445928_4821c450912.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.93" OriginalAmount="112.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667177" Longitude="12.586019" StarRating="4" HotelCode="|10447" HotelName="Radisson Blu Scandinavia, Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AMAGER BOULEVARD 70</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/7/10447_1bd7ac51411.jpeg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2000. It has 26 floors, 542 rooms, 20 single rooms, 240 double rooms and 48 suites. In the entrance, guests are offered a lobby, a reception with safety deposit boxes, a currency exchange service, a cloakroom, a lift and a cafÃ©. The establishment boasts a kiosk, shops, a bar, a casino, 4 restaurants, a conference room and a car park (for a fee). SITUATION: This hotel is in a central area, 20 minutes away, guests can find the tourist attractions, is 15 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom, with a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet. Are also equipped with a mini-bar, a double bed, an air-conditioning system, central heating and a safe (available for a fee), All the rooms have different decorative styles, It also has disabled access rooms. FACILITIES: Outdoors, guests have access to a swimming pool, For a fee, guests can enjoy a sauna and a covered swimming pool. Clients can enjoy activities such as play squash, Our guests can also use the gym (available for a fee). MEALS: Guests are offered all meals in a buffet format and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, Diners Club, JCB and EC. OBSERVATIONS: Clients have internet at no extra cost.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.11" OriginalAmount="112.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70759" Longitude="12.558743" StarRating="0" HotelCode="|455041" HotelName="Bob W Østerbro Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/4/1/455041_d18482e1229.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="116.39" OriginalAmount="113" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185680-25370963/7587759643097082624/5069" HotelName="COMWELL HOLTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914700/914618/0d60d8c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.80" OriginalAmount="113.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.626367" Longitude="12.575362" StarRating="3" HotelCode="|449339" HotelName="Four Points Flex by Sheraton Copenhagen Arena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/3/3/9/449339_e3dd78b0815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.697753" Longitude="12.576412" StarRating="2" HotelCode="902115|hotel_rye" HotelName="Rye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ryesgade 115, 2100 København Ø</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b0/04/b004f005c067dd150fca0443b7877b1cb2310d04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.747800000000000" Longitude="-5.806200000000000" StarRating="3" HotelCode="0|20617-25210343/7587759643097082624/5156" HotelName="GENTOFTE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Del Cabildo, S/N, Arcos De La Frontera, 11630, Spain</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25400/25379/b02feecb_b.jpg</HotelPictures>
        <HotelDescription>This 3 star hotel is located in the city centre of Arcos De La Frontera and was established in 1966. It is close to the Casco Antiguo. The Hotel has a restaurant, a bar and a coffee shop. All 30 rooms are equipped with minibar, hairdryer, safe, trouser press, ironing set and air conditioning. category: Superior first style: Traditional year Built: 1966 restaurant Count: 1&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.27" OriginalAmount="118.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67247" Longitude="12.560897" StarRating="4" HotelCode="|61610" HotelName="Axel Guldsmeden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HELGOLANDSGADE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/1/0/61610_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This spa hotel and has 129 rooms, The establishment has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a cafÃ© and a restaurant. The establishment offers conference facilities, WiFi (for a fee), a laundry service (for a fee) and bicycle hire. SITUATION: It is inCopenhagen the city centre of close to the establishment, clients can find Tivoli the Gardens Vesterbro the district of close to the establishment, guests have restaurants, shops located 500 metres away from the central station, is 12 kilometres away from the airport. ROOM: The comfortable rooms, have a writing desk, a direct line telephone, cable television, a DVD player, a radio and internet. They also have a safety deposit box, a mini-bar, an ironing set, a bathroom with a shower and a hairdryer. Guests also have at their disposal complimentary bathroom items, a bathrobe, slippers, a wake-up service and a central heating system. FACILITIES: Clients can find a spa with a sauna, a hydromassage bath, heating, a steam bath, yoga and meditation. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.77" OriginalAmount="119.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6775017" Longitude="12.5889997" StarRating="0" HotelCode="|23159" HotelName="Maritime" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PEDER SKRAMSGADE 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/5/9/23159_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a five-storey building, 64 rooms, 21 single rooms and 42 double rooms. In the entrance, guests are offered a lobby with an elevator, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment offers guests a television room, a restaurant, a conference room, with features that offer you the maximum level of comfort, internet and a laundry service. SITUATION: This hotel is in the city centre, is situated close to the harbour, the tourist centre, near the establishment, you will find restaurants, shops, the pedestrian area and the commercial area. ROOM: The stylish rooms, have a bathroom, a hairdryer, satellite or cable TV, a radio, internet, fitted carpets, a central heating system and a direct line telephone. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.26" OriginalAmount="120.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673176" Longitude="12.560972" StarRating="4" HotelCode="22207|230126" HotelName="Scandic Webers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 11B, 1620 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/a8/a8a84d11b8ea5f0d80adc99d49b2e19dcec68c9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Copenhagen within walking distance of the Tivoli Gardens and Ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.39" OriginalAmount="120.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.639697031813" Longitude="12.577907919555" StarRating="4" HotelCode="903979|459225" HotelName="AC Hotel Bella Sky Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Center Boulevard 5, 2300 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/c6/a7c670a149164710352090ad105fcecfb969476d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance of the Fields Shopping Center. The train station is app...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|648005-28516557/7587759643097082624/1282" HotelName="HOTEL NORA COPENHAGEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/648005/20221128123022792.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.03" OriginalAmount="121.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6464507" Longitude="12.4594402" StarRating="3" HotelCode="|10444" HotelName="Scandic Hvidovre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KETTEVEJ 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/4/10444_38496e90328.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 200 rooms, a bar and a restaurant. SITUATION: This inviting hotel is just 8 kilometres away from the city centre, 2 kilometres away from a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar and a safe (available for a fee). FACILITIES: The establishment has a covered swimming pool, a sauna, a gym and a sunbathing terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1047278-28535204/7587759643097082624/549" HotelName="RYE 115 HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33140000/33139100/33139008/794033b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.12" OriginalAmount="122.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.663414043646" Longitude="12.563327550888" StarRating="4" HotelCode="58826|354445" HotelName="Copenhagen Island" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kalvebod Brygge 53, 1560 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bb/56bb8457db976f53fe38dd262476844ae5acdd43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Copenhagen has a new island and a new hotel, in the middle of the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.24" OriginalAmount="123.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6977269" Longitude="12.5763416" StarRating="2" HotelCode="|258226" HotelName="Rye 115" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ryesgade 115</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/8/2/2/6/258226_798cbfb1029.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.51" OriginalAmount="123.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673788199789" Longitude="12.564754486084" StarRating="4" HotelCode="29421|354545" HotelName="Profil Copenhagen Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 4, 1577 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/d4/29d4d665eff1132464a258cf6420510c090ddc06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the middle of Copenhagen, next to the central station and Tivoli gardens. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.01" OriginalAmount="125.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6683882" Longitude="12.4191964" StarRating="3" HotelCode="|10438" HotelName="Scandic Glostrup" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROSKILDEVEJ 550</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/3/8/10438_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated complex in 1999, has 112 rooms, 5 floors, a bar and a restaurant. SITUATION: Is situated in an excellent location, nearby, there is a public transport stop. ROOM: The rooms a bathroom, a direct line telephone, a mini-bar and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.06" OriginalAmount="125.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673382849718" Longitude="12.563239489584" StarRating="3" HotelCode="10405|392955" HotelName="Hotel Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Banegaardspladsen 4, 1570 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/3d/683d9110dc1aa63eabf9d1268c34bb3752c84023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located right next to Copenhagen central station (200 m). It is only a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.34" OriginalAmount="125.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.682923" Longitude="12.588894" StarRating="4" HotelCode="15838|4984" HotelName="Phoenix Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bredgade 37, 1260 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/df/5bdf2a607319698658d6985e469fc1d078bbdb46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Copenhagen, close to the wonderful Amalienborg cas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1919-24421014/7587759643097082624/5948" HotelName="FIRST MAYFAIR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6800/6709/4c95761a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.13" OriginalAmount="126.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6728557" Longitude="12.5593864" StarRating="3" HotelCode="|10473" HotelName="Comfort Vesterbro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 23-29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/3/10473_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999, has 403 rooms, 5 floors, 150 double rooms, a bar, an air-conditioned restaurant with a non-smoking area, a car park and indoor parking. SITUATION: This trendy hotel is situated in the central area. It is situated near the Tivoli Gardens. Near the establishment, you will find the central station. 1 kilometre away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, an air-conditioning system, a fridge, a mini-bar and a safety deposit box. FACILITIES: The establishment boasts a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.33" OriginalAmount="126.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.65868" Longitude="12.63124" StarRating="3" HotelCode="|216489" HotelName="Cph Studio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Krimsvej 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/4/8/9/216489_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.42" OriginalAmount="126.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6728156" Longitude="12.5610785" StarRating="4" HotelCode="|22188" HotelName="Mayfair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HELGOLANDSGADE 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/8/8/22188_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 5 floors, 105 rooms, 45 single rooms and 60 double rooms. In the establishment entrance, guests will find a lobby with elevators, a reception with safety deposit boxes, a currency exchange service and a laundry service. With regards to the food and beverage offering, the establishment has a restaurant, The establishment boasts a conference room and internet. SITUATION: Is situated in the city centre, 300 metres away, guests will find a public transport stop, shops, this hotel is situated 10 kilometres away from Copenhagen Airport. ROOM: The rooms have a bathroom, with a hairdryer, a direct line telephone, a radio, internet, central heating and fitted carpets. non-smoking rooms. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.69" OriginalAmount="126.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.665840674786" Longitude="12.565376758575" StarRating="4" HotelCode="142186|330905" HotelName="Tivoli Hotel &amp; Congress Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 2, 1577 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/79/1a79edc74bb60616fb6e14dfa0d24a685da04436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is uniquely located within walking distance of Tivoli Gardens and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.95" OriginalAmount="128.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66733999" Longitude="12.55661878" StarRating="4" HotelCode="613110|2371175" HotelName="Scandic Kødbyen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Skelbækgade 3A, 1717 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/df/10df033900070090700705f0629eeb38cf8f4e53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a popular area in the heart of Copenhagen. It is ideal for business travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.79" OriginalAmount="128.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672872" Longitude="12.55904" StarRating="3" HotelCode="22209|459545" HotelName="Comfort Hotel Vesterbro" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 23-29, 1620 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/bc/76bc09edd07601933ef38bb8a978ddcd6d1ec748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located close to the Tivoli gardens and the main train station. Links to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.80" OriginalAmount="129.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671963" Longitude="12.562498" StarRating="3" HotelCode="57440|354565" HotelName="Good Morning City Copenhagen Star" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 13, 1652 Köpenhamn</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/f6/55f6be8d57b00343e42255a6d5a867b7dbc3ec00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of Copenhagen, and the main train station and the Tivol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.65239001" Longitude="12.54046132" StarRating="3" HotelCode="853842|moxy_copenhagen_sydhavnen" HotelName="Moxy Copenhagen Sydhavnen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Scandiagade 14, 2450 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/47/9e47e2edcf5ee119e364352467769aa5aaa0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.626837" Longitude="12.577711" StarRating="4" HotelCode="146467|crowne_plaza_copenhagen_towers" HotelName="Crowne Plaza Copenhagen Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ørestads Boulevard 114-118, 2300 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/58/2c58f25c20b022661cf221f48654096d4cb526c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located near to the motorway and just 150 m from the metro, with trains to Ør...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.68" OriginalAmount="130.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.675673" Longitude="12.561669" StarRating="4" HotelCode="258307|53654" HotelName="Imperial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Farimagsgade 9, 1606 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/05/4d058057967ce6efb5845cbc6f4bd88eab143532.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located close to the centre town hall and within walking distance of many di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.658713451489" Longitude="12.630839812876" StarRating="3" HotelCode="497968|cph_studio_hotel" HotelName="CPH Studio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Krimsvej 29, 2300 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5d/835d283bb38793e5bc3e32000140580fde93ca93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1323477-26635607/7587759643097082624/5180" HotelName="BY THE LAKES APARTMENTS - INTO THIS PLACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57240000/57231700/57231627/7bed8aaa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.99" OriginalAmount="133" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12359-25202281/7587759643097082624/4525" HotelName="PROFILHOTELS COPENHAGEN PLAZA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9536/73e4e6f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.46" OriginalAmount="133.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672595" Longitude="12.560795" StarRating="3" HotelCode="13248|222206" HotelName="Best Western Hotel Hebron" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 4, 1653 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/de/afdef1a841571a53a521adfd56e34e7a8991da28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.93" OriginalAmount="133.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.684771248337" Longitude="12.552612125874" StarRating="3" HotelCode="37833|790995" HotelName="Avenue Hotel Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Åboulevard 29, 1960 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/01/8801c4157e169ae72d8248121448a0fe6d5f212a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located immediately beyond the picturesque Copenhagen Lake. The Town Hall Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1930-18115850/7587759643097082624/3426" HotelName="RADISSON BLU SCANDINAVIA HOTEL, COPENHAGEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9800/9740/ce35f9ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1352167-21698763/7587759643097082624/3505" HotelName="IBIS STYLES COPENHAGEN ORESTAD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88210000/88207800/88207800/6d04b526_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|600079-18213419/7587759643097082624/1559" HotelName="SCANDIC KODBYEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21500000/21490400/21490305/79c8a71b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1925-25189451/7587759643097082624/4403" HotelName="PHOENIX" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2100/2010/db9446b3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.21" OriginalAmount="136.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6369019" Longitude="12.6416998" StarRating="3" HotelCode="|23421" HotelName="Best Western Plus Airport Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KASTRUPLUNDGADE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/2/1/23421_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 228 rooms and 6 floors. The establishment boasts a lobby with an elevator, a reception with safety deposit boxes, a bar, an Ã  la carte restaurant and a conference room. The establishment offers guests internet, a car park (for a fee), a laundry service (for a fee) and room service. SITUATION: It is in the outskirts, 7 kilometres away, you can find the city centre, Where you can find shops, 200 metres away, guests have a public transport stop situated 1 kilometre away fromCopenhagen Airport. ROOM: Guests are offered elegant non-smoking rooms with ensuite bathroom with a hairdryer, a direct line telephone, a satellite or cable television and a radio. They also have a mini-bar, a central heating system and internet. FACILITIES: You can find a sauna and a gym. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|136727-25307000/7587759643097082624/3979" HotelName="TIVOLI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3510000/3508900/3508854/6c67e336_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1903-25187352/7587759643097082624/4762" HotelName="ASTORIA, BW SIGNATURE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18100/18031/7598a3ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68464347707" Longitude="12.566280663014" StarRating="3" HotelCode="63209|ibsens_hotel" HotelName="Ibsens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vendersgade 23, 1363 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4b/654b9a68042a5b8959851630f0ad9a85705cc59b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel overlooks the Nansensgade area, a small oasis in the heart of the city bustling with café ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.33" OriginalAmount="137.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6749211" Longitude="12.55961" StarRating="4" HotelCode="|10477" HotelName="Scandic Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTER SOGADE 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/7/10477_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2000, has 472 standard rooms, 18 floors and 36 suites. Some of the facilities that the establishment offers to guests include a lobby with a reception, a cafÃ©, a bar and a restaurant. The establishment boasts conference rooms, indoor parking, a car park and room service. SITUATION: This establishment is situated in the city centre. Around the establishment, clients can find monuments and the Tivoli Garden. A few minutes walk away, customers can find public transport services. ROOM: The rooms have a bathroom, a direct line telephone (available for a fee), a television, a radio, a mini-bar and a safe (available for a fee). FACILITIES: The establishment boasts a sauna, a solarium and a gym. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.41" OriginalAmount="137.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6753681" Longitude="12.5727912" StarRating="0" HotelCode="|72404" HotelName="One Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Longangstraede 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/0/4/72404_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The First Twentyseven (antes Clarion) is rated three stars. It was renovated in 2007. SITUATION: It is situated in a central area. Near the establishment, guests will find the Square of the town hall. It is situated close to the Gardens Tivoli. This hotel is near the pedestrian area Stroget. ROOM: The establishment has 201 rooms, a WC, a shower, a hairdryer, a direct line telephone, a satellite television, a radio and a desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.76" OriginalAmount="137.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66658" Longitude="12.53283" StarRating="4" HotelCode="|224248" HotelName="Hotel Ottilia By Brøchner Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pasteursvej 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/2/4/8/224248_24.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.92" OriginalAmount="137.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6724273266" Longitude="12.556605046627" StarRating="4" HotelCode="47738|354395" HotelName="Coco Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 41, 1620 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/b6/c8b647ba2ddd55e94d23bddc7e5bd076effb45e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near by the railway station and within walking distance of Tivoli Gardens and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.02" OriginalAmount="137.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677318234578" Longitude="12.58918941021" StarRating="3" HotelCode="47473|222086" HotelName="Best Western Plus Hotel City Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peder Skrams Gade 24, 1054 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/8a/6c8a4a5e91e980a3efb836339b90f42c81903f4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Copenhagen, this boutique hotel is ideal for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.46" OriginalAmount="139.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.713767" Longitude="12.560134" StarRating="3" HotelCode="|491489" HotelName="STUDIO1A Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/4/8/9/491489_39778941033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.57" OriginalAmount="139.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66429" Longitude="12.625582" StarRating="3" HotelCode="|507300" HotelName="South Studios by Daniel&amp;Jacob's" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Lergravsvej</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/3/0/0/507300_249324f1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|95737-219105/7587759643097082624/3805" HotelName="THE HUXLEY COPENHAGEN, BW PREMIER COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24100/24029/debfc2ed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.670932" Longitude="12.563262" StarRating="3" HotelCode="200685|hotel_tiffany_4" HotelName="Hotel Tiffany" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Off-Site Parking,Parking,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Colbjørnsensgade 28, Centre, København V, 1652 København, Denmark</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4c/a04c08aeb1c5a119ee205f067f274983215eeb72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Tiffany in Copenhagen, you'll be minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.54" OriginalAmount="143.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676187" Longitude="12.5669834" StarRating="4" HotelCode="|10476" HotelName="The Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RADHUSPLADSEN 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/6/10476_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 2003, has 4 floors, 192 rooms, 46 single rooms, 128 double rooms and 18 suites. In the entrance, you can find a lobby with a lift, a bar, a reception with safety deposit boxes and a cloakroom. The establishment boasts a breakfast room, internet, a car park (for a fee), room service and a laundry service. SITUATION: This modern hotel is in a central area, is in front of the Square of the town hall, a few minutes walk away from the establishment, clients can find shops, the railway station and gardens. ROOM: The stylish rooms, have a bathroom, a hairdryer, a television, internet, a mini-bar, a trouser press, an air-conditioning system and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.09" OriginalAmount="143.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.669802" Longitude="12.5738008" StarRating="4" HotelCode="|445020" HotelName="Scandic Spectrum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALVEBOD BRYGGE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/2/0/445020_83c7c351135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|153834-32594533/7587759643097082624/576" HotelName="AC BY MARRIOTT BELLA SKY COPENHAGEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4145100/4145020/7ce07019_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.65" OriginalAmount="144.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6565381" Longitude="12.5917853" StarRating="4" HotelCode="|448148" HotelName="Zoku Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/4/8/448148_a86f4f71248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|53275-25230431/7587759643097082624/4795" HotelName="BEST WESTERN HEBRON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26300/26281/e5d94cf9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12356-25201015/7587759643097082624/5003" HotelName="COCO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523400/523397/30d080d4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|616962-18324719/7587759643097082624/2482" HotelName="TIFFANY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/900200/900175/e7561175_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12355-28506776/7587759643097082624/1382" HotelName="GOOD MORNING+ COPENHAGEN STAR" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523700/523680/615fa6c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.00" OriginalAmount="150.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.675371763788" Longitude="12.572683095932" StarRating="4" HotelCode="59870|111612" HotelName="First Hotel Twentyseven" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Løngangstræde 27, 1468 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f2/6ef2c3f3eca77978bcf285471f9e32b1bf7d9841.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lifestyle hotel is an embodiment of the Danish way of life, and is located in the heart of Cope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.84" OriginalAmount="152.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676217" Longitude="12.570274" StarRating="4" HotelCode="15509|230196" HotelName="Scandic Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuspladsen 57, 1550 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/0e/a70ecf676623a53ae7be67dc12ed487e3796055b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the very heart of Copenhagen, on the historic City Hall Square. Tivoli Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|606158-21719752/7587759643097082624/3897" HotelName="MOXY COPENHAGEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33780000/33776800/33776800/cc651b2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431118-27594667/7587759643097082624/5246" HotelName="BEACH TRAIL APARTMENTS BY DANIEL&amp;amp;JACOBS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95430000/95423300/95423278/a18d17d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1444484-28883070/7587759643097082624/5336" HotelName="FLORA APARTMENT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104930000/104927700/104927667/e0a9697b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.18" OriginalAmount="156.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677438" Longitude="12.567576" StarRating="4" HotelCode="259410|93799" HotelName="First Hotel Kong Frederik" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Voldgade 25, 1552 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8a/bc/8abc3a56c8f002b8180d8f0e7e789249383bf3f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is perfectly located in the heart of Copenhagen, metres from the City Hall Sq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.59" OriginalAmount="156.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681244" Longitude="12.591724" StarRating="4" HotelCode="47512|1425948" HotelName="Hotel Skt. Annæ" 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,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sankt Annae Plads 18-20, Copenhagen 1250</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/84/3584f59e46d974e1886b9deff75212237dd9a29a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys one of the nicest locations in Copenhagen, neighbouring the Royal Palace Amalieborg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.4989743" Longitude="7.4514084" StarRating="4" HotelCode="0|23200-18118242/7587759643097082624/1814" HotelName="SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2 BERSWORDTSTRASSE, DORTMUND, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910700/910632/abcefc3f_b.jpg</HotelPictures>
        <HotelDescription>Steigenberger Hotel Dortmund is an upscale 4 star hotel offering contemporary accommodation in a large city in the Ruhrarea of west Germany.
Newly renovated in summer 2012, the Steigenberger Hotel Dortmund combines top-class living comfort with a relaxed and homelike atmosphere.
The cosy seating and cultural photographs in the hotel restaurant provide an informal atmosphere. You can relax in the bar and enjoy a light dish or a local Dortmund beer on the terrace in summertime.
The Steigenberger is close to the Signal-Iduna-Park (Germany's largest football stadium), the Westfallenhallen and the congress centre. You also have good public transport access to all parts of Essen and nearby exhibition cities in North Rhine-Westphalia.
Private parking is possible on site and costs EUR 14 per car/day.

Spa and gym area in the hotel will be closed due to Covid 19 until further notice&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1444542-28883797/7587759643097082624/5297" HotelName="QUEENS COURTYARD BY DANIEL AND JACOB'S" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102640000/102637300/102637286/10960d51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1924-24737873/7587759643097082624/6703" HotelName="SCANDIC PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/12400/12369/89da3fcd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.72" OriginalAmount="161.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.707189" Longitude="12.600581" StarRating="4" HotelCode="|453230" HotelName="Fairfield By Marriott Copenhagen Nordhavn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tallinngade 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_ebd99071631.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672754" Longitude="12.552466" StarRating="3" HotelCode="408864|carlton_hotel_guldsmeden" HotelName="66 Guldsmeden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 66, 1620 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/32/9232256eb0386fe98529cbb7c4ee3e9da3fa9d99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the hip Vesterbrogade area in central Copenhagen. Just a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|637747-27583861/7587759643097082624/5354" HotelName="BRYGGEN GULDSMEDEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35700000/35699100/35699030/7a5ba95d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.95" OriginalAmount="165.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681356058575" Longitude="12.593303918838" StarRating="4" HotelCode="69072|230266" HotelName="Scandic Front" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sankt Annæ Plads 21, 1250 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/0f/450f7ef005d91c809e0238081aa2c7577d6b2187.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This trendy hotel is situated directed on the harbour quayside, close to Amalienborg Castle and with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.79" OriginalAmount="166.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677222955045" Longitude="12.590163052082" StarRating="4" HotelCode="47740|53674" HotelName="Copenhagen Strand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Havnegade 37, 1058 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bd/32bdac2a28114aa074af436d24b0a450dc059e5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located by the harbour in Copenhagen, close to the popular Nyhavn and the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.99" OriginalAmount="166.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6817093" Longitude="12.5910652" StarRating="4" HotelCode="|10467" HotelName="Skt. Annæ" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SANKT ANNAE PLADS 18-20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/7/10467_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2001, has 5 floors, 133 standard rooms, 35 single rooms and 98 double rooms. Some of the facilities that the establishment offers to guests include a reception, a safety deposit box service, a currency exchange service and lifts. The establishment offers a conference room, WiFi, room service and a laundry service. SITUATION: This comfortable hotel is in the heart of Copenhagen. 500 metres away, guests can find shops, leisure areas and a public transport stop. It is 12 kilometres away from Copenhagen International Airport. ROOM: The establishment has non-smoking rooms with ensuite bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a mini-bar, internet, a safe and central heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1916-25189447/7587759643097082624/4670" HotelName="BELLA GRANDE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/450000/445300/445245/5c98f95d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12353-25202280/7587759643097082624/4029" HotelName="SKT ANNAE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/531900/531881/e5a85ea4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.1061948" Longitude="17.0307608" StarRating="3" HotelCode="0|51692-28877717/7587759643097082624/6622" HotelName="ANDERSEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>2 Heleny Modrzejewskiej, WROCLAW, PL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/51692/51692_1.jpg</HotelPictures>
        <HotelDescription>This breath-taking and romantic hotel is set in a stunning position right in the heart of Wroclaw, allowing its visitors to explore the surrounding area and discover some of the most important sightseeing points of interest and entertainment venues such as the Wroclawska Opera or the Teatr Polski - Scena Kameralna. Everyone staying at this accommodation will truly appreciate the elegant furnishings and stylish decoration that will help its guests to enjoy an authentic luxurious and up-scale stay. All guest rooms boast superb features such as marble bathrooms and a delicate interior design with exotic marble pieces and silk textiles. Among a wide range of luxurious on-site facilities, visitors will truly take advantage of the well-appointed wellness and spa centre and amazing dining and conference facilities offered.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.57" OriginalAmount="169.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683825" Longitude="12.571763" StarRating="0" HotelCode="|445926" HotelName="Scandic Norreport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Frederiksborggade 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/2/6/445926_3d238a90913.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68786384" Longitude="12.59549736" StarRating="0" HotelCode="971719|esplanaden_46" HotelName="CPH Boutique Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Esplanaden 46, 1263 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/fe/13fe683d3952ec98de962a164a282bfcc6c48444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.85" OriginalAmount="170.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677093" Longitude="12.566028" StarRating="3" HotelCode="25644|747175" HotelName="Alexandra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>H.C. Andersens Boulevard 8, 1553 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/80/d38076a1a7fff4066194b2a7a603f144945a805b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.73" OriginalAmount="171.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67283" Longitude="12.551937" StarRating="3" HotelCode="|61606" HotelName="GULDSMEDEN CARLTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VESTERBROGADE 66, DK-1620 COPENHAGEN V, DENMARK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/0/6/61606_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has bicycle rental, a reception, a lobby and a restaurant. SITUATION: This hotel Vesterbrogade it is in 10 minutes away from the establishment, guests will find the central station ,Tivoli the gardens in the surrounding area, clients have the town hall square, near the establishment, you will find restaurants, bars and shops. it is well-connected with public transport services. ROOM: They have a television, a mini-bar and internet (available for a fee). RESTAURANT: Regarding gastronomy, the establishment offers a restaurant and breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.04" OriginalAmount="171.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676901757044" Longitude="12.565404117871" StarRating="4" HotelCode="29000|244276" HotelName="Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Studiestræde 61, København K, 1554 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/7c/3c7cccc98cd555fa771eb9ec6c3b2aedbc110ba6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is one of Copenhagen's classic hotels in the heart of Copenhagen, close to Tivoli, City H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.22" OriginalAmount="174" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|901337-26137155/7587759643097082624/4238" HotelName="SLEEPCPH APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64420000/64418200/64418132/b4753a5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="180.25" OriginalAmount="175" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1444541-28883793/7587759643097082624/5333" HotelName="MEKANO APARTMENT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108750000/108741600/108741532/5ad39c9f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.19" OriginalAmount="175.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6875632" Longitude="12.5930909" StarRating="4" HotelCode="|258414" HotelName="Babette Guldsmeden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bredgade 78</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/8/4/1/4/258414_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.22" OriginalAmount="175.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6847614" Longitude="12.5526953" StarRating="3" HotelCode="|26378" HotelName="Avenue Hotel Copenhagen By Brøchner Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABOULEVARD 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/3/7/8/26378_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1898, renovated in 2005, has 68 rooms, 19 suites and 4 floors. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. You are also offered a bar, a restaurant with highchairs, meeting facilities, a conference room, internet, a car park and a laundry service. SITUATION: It is located behind a lake, a few minutes walk away from the establishment, clients can find the tourist attractions, public transport services situated close to the trade fair ground, restaurants and cafÃ©s. in front of the hotel there is a public transport stop, Clients can also find shops, restaurants, bars, pubs and nightclubs. It is situated 8 kilometres away from the airport, the beach. ROOM: The rooms well-decorated, a bathroom, a shower, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, central heating and a safety deposit box (available for a fee). FACILITIES: It is 5 kilometres away from a golf course. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.74" OriginalAmount="176.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678742" Longitude="12.566736" StarRating="4" HotelCode="15685|1024608" HotelName="Hotel SP34" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sankt Peders Stræde 34, 1453 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b8/e9b87a39549ab64cf2f6216558d974f7d2ea50b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in central Copenhagen. City Hall Square and the famous Strøget shopping street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672" Longitude="12.5699" StarRating="0" HotelCode="982614|nord_hotel_apartments" HotelName="NORD Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nyrnberggade 31, 2300 Copenhagen, Hovedstaden</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/f2/eef27bb53d2ed0d94a3bf8dada03b5105df789a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1936-25187356/7587759643097082624/4147" HotelName="STRAND" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/530600/530596/61844c20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1444431-28878212/7587759643097082624/5285" HotelName="CLOVER HOUSE BY DANIELANDJACOB'S" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113750000/113748300/113748257/25a9771a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.66" OriginalAmount="181.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.698013567667" Longitude="12.593731750907" StarRating="4" HotelCode="56955|234356" HotelName="Adina Apartment Hotel Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amerika Plads 7, 2100 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/86/40862268a659a7a50e4821671bbdb507ce89886d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideal for business guests, for tourists as well as for families and groups. It is loca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.671582" Longitude="12.561296" StarRating="3" HotelCode="36034|zleep_hotel_centrum" HotelName="Zleep Hotel Copenhagen City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 14, 1653 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/25/46254751c2ea17710d75beaf3b8262b46a8b5731.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.19" OriginalAmount="184.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6738385" Longitude="12.5743105" StarRating="4" HotelCode="27660|459535" HotelName="Hotel Danmark" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Voldgade 89, 1552 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/bb/51bb7ab4e43632b719250959a28d208ccee9d666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 200 m from City Hall Square (Rådhuspladsen) and the pedestrian shopping street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.70" OriginalAmount="185.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676867" Longitude="12.565274" StarRating="4" HotelCode="|448042" HotelName="Henrik's" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/0/4/2/448042_6a6e74f0830.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1902-25189443/7587759643097082624/4303" HotelName="ASCOT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4700/4628/7ebff1fc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1238996-26593994/7587759643097082624/4231" HotelName="WIDE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45270000/45264000/45263901/2d207d2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|30695-25214448/7587759643097082624/3990" HotelName="SP34" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14800/14797/5a6a69bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1239345-20597542/7587759643097082624/3240" HotelName="SCANDIC CPH STRANDPARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/61000000/60290000/60287100/60287021/114188ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|53234-25231827/7587759643097082624/4355" HotelName="ADINA APARTMENT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1384100/1384085/6995c02e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67954493" Longitude="12.59063175" StarRating="3" HotelCode="386672|hotel_bethel" HotelName="Hotel Bethel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,LCD/Projector,Library,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/7b/b27bb1fb16ed3ac7e37d33b3a21468b1cee4eac0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Bethel, you'll be centrally located in Copenh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="202.91" OriginalAmount="197" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1323502-26635633/7587759643097082624/5183" HotelName="BY THE SQUARE - INTO THIS PLACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18960000/18960000/18959978/a7ac1837_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.679635" Longitude="12.533388" StarRating="4" HotelCode="26753|380679" HotelName="Scandic Falconer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Falkoner Alle 9, 2000 Frederiksberg, Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39260/a_39260_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located, close to a park and surrounded by various shopping facilities, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.01" OriginalAmount="201.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6795998" Longitude="12.5335999" StarRating="4" HotelCode="|10478" HotelName="Scandic Falkoner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALKONER ALLE 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/8/10478_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 16 floors, 166 rooms, 140 double rooms and 26 suites. This air-conditioned hotel has a lobby, with an elevator, a cafÃ©, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has a bar, a restaurant, a conference room, indoor parking, a car park and a laundry service. SITUATION: Is situated in an excellent location, nearby, there is a park, In the surrounding area, you can find shops, bars and restaurants. 200 metres away, there is a public transport stop, is 25 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom with a shower, with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed and a safe (available for a fee). FACILITIES: For a fee, you can enjoy a sauna, a solarium and a gym. OBSERVATIONS: Guests have internet at no extra cost. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment offers all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67363694868" Longitude="12.56245046854" StarRating="4" HotelCode="12946|grand_hotel_5" HotelName="Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 9, 1620 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/ed/e1ed67e41dbf6796e634832077fd7ea638ee646d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Copenhagen within a short distance of the town hall ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.09" OriginalAmount="203.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.674898" Longitude="12.563675" StarRating="5" HotelCode="16426|radisson_blu_royal_hotel_copenhagen" HotelName="Radisson Collection Hotel, Royal Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hammerichsgade 1, 1611 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/54/eb549152e4e82e59462bbdc551f01267bd9073c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive designer hotel is located in the heart of Copenhagen, near to the Tivoli gardens. Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.96" OriginalAmount="203.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6875063" Longitude="12.5932501" StarRating="3" HotelCode="|10459" HotelName="First Esplanaden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BREDGADE 78</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/9/10459_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant building rooms, has 117 rooms and 4 suites. The establishment boasts a lobby with elevators, a reception, a safety deposit box service, a currency exchange service, WiFi, daily newspapers, a laundry service and a car park. SITUATION: It is located behind the Royal Palace, Around the establishment, clients can find the monuments, boutiques and restaurants. It is 10 minutes away from the pedestrian area, the harbour, 12 minutes away, guests can find the international airport. ROOM: All the rooms have a bathroom, a direct line telephone, a satellite or cable television, a radio, internet (free of charge) and central heating. Clients are offered non-smoking rooms. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.06" OriginalAmount="207.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.684762216403" Longitude="12.56491340006" StarRating="4" HotelCode="371624|459585" HotelName="Kong Arthur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nörre Sögade 11, 1370 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/63/7f63a8eab8bfef33de46c49713c5d1ee58709db1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Facing the idyllic string of lakes and only 5 minutes from central Copenhagen, this hotel enjoys a u...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|20552-25211927/7587759643097082624/4542" HotelName="DANMARK" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16160000/16156200/16156164/10745e50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1331377-26642328/7587759643097082624/4993" HotelName="BETHEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9360000/9353800/9353715/6e33ea7a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="217.33" OriginalAmount="211" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|616967-25780880/7587759643097082624/5177" HotelName="NORD COLLECTION APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35610000/35608900/35608805/e44f2b21_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.20" OriginalAmount="211.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6748868" Longitude="12.5641167" StarRating="4" HotelCode="|10445" HotelName="Radisson Collection Royal , Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HAMMERICHSGADE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/5/10445_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1960, renovated in 2000. It has 20 floors, 260 rooms, 55 single rooms, 182 double rooms and 23 suites. This air-conditioned establishment has a lobby, a cafÃ©, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment offers a bar, 2 restaurants, a conference room, indoor parking (for a fee), a car park and a bicycle storage room. SITUATION: This establishment, is in the city centre, near the establishment, guests will find Tivoli the Gardens StrÃ¸get it is a few minutes walk away from monuments and the tourist attractions. it is situated 25 minutes away from the airport. ROOM: Each room has a bathroom with bathrobe, a shower, a hairdryer, an iron, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed, an air-conditioning system and a safe (available for a fee). FACILITIES: For a fee, you can enjoy a sauna and a solarium. OBSERVATIONS: Customers have internet. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment offers all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.45" OriginalAmount="216.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.707389" Longitude="12.600709" StarRating="0" HotelCode="|450863" HotelName="Residence Inn By Marriott Copenhagen Nordhavn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tallinngade 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/8/6/3/450863_5df3aef0821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.54" OriginalAmount="220.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68216" Longitude="12.575203" StarRating="0" HotelCode="|455035" HotelName="Apēron" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pustervig 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/3/5/455035_be03c581234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.67" OriginalAmount="221.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.630524716984" Longitude="12.650998234749" StarRating="5" HotelCode="29418|4974" HotelName="Clarion Hotel Copenhagen Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ellehammersvej 20, 2770 Kopenhagen, Kastrup</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/db/1edb010495cdf00e526068fcfcbca18b1c31ff0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the arrival and departure halls of Copenhagen International Airport. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.52" OriginalAmount="221.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678946" Longitude="12.56646" StarRating="4" HotelCode="|517140" HotelName="Apartments by Brøchners" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/1/4/0/517140_6e5d9c32202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.89" OriginalAmount="222.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6735401" Longitude="12.5626034" StarRating="3" HotelCode="|10451" HotelName="NH Copenhagen Grand Joanne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 9A,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/1/10451_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 153 rooms, 39 single rooms, 77 double rooms and 2 suites. The establishment boasts a lift, a cafÃ©, a bar, a pub, a restaurant and a car park. SITUATION: It is in a central area, Around the establishment, clients can find the town hall, the commercial area and the pedestrian area. It is located 150 metres away fromTivoli the Gardens the establishment is 1,5 kilometres away from Christiansborg the castle 100 metres away, there is a public transport stop situated 10 kilometres away from the airport. ROOM: The comfortable rooms, have marble bathrooms, a shower, a hairdryer, a trouser press, a direct line telephone, a satellite or cable television, a mini-bar and a safety deposit box (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67666114" Longitude="12.56638096" StarRating="0" HotelCode="735345|317220" HotelName="CitizenM Copenhagen Radhuspladsen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hans Christian Andersens Boulevard 12, 1553 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/54/1b541d55adf669fc6f2c5caff61a498da8add068.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1911-32418512/7587759643097082624/19" HotelName="NH GRAND JOANNE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/30000/24900/24835/630171a8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.58" OriginalAmount="228.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681737" Longitude="12.577304" StarRating="4" HotelCode="|445010" HotelName="25hours Indre By" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pilestraede 65</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/1/0/445010_982b8220832.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.680311777001" Longitude="12.561331169312" StarRating="5" HotelCode="161147|446106" HotelName="Manon Les Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gyldenlovesgade 19, 1600 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/4e/ba4eebaa8eb52500f646481cc8d6f49a63ae22e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The establishment is a city centre hotel located close to Tivoli, City Hall and the main shopping st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.98" OriginalAmount="239.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681956403551" Longitude="12.593784034252" StarRating="4" HotelCode="47737|354355" HotelName="Copenhagen Admiral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Toldbodgade 24 – 28, 1253 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/cc/92cc11b2b26a74731e5af00c487aa300b3e336c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies some 15 km from the international airport directly beside the water and close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.79" OriginalAmount="245.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6791" Longitude="12.5937996" StarRating="4" HotelCode="|10454" HotelName="71 Nyhavn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NYHAVN 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/4/10454_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was built in 1804 and renovated in 2001. The establishment boasts 6 floors, 150 standard rooms, 38 double rooms, 2 single rooms and 17 suites. Some of the establishment facilities on offer are a bar and a restaurant. SITUATION: This luxurious hotel is situated in the centre of Copenhagen, close to Nyhavn Canal. Nearby, you will find monuments and the tourist attractions. 500 metres away, there is a public transport stop. It is situated 15 minutes away from the airport. ROOM: The stylish rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.38" OriginalAmount="246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70546186" Longitude="12.58845662" StarRating="0" HotelCode="956262|charlottehaven" HotelName="Charlottehaven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hjørringgade 12C, 2100 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/bc/f9bcf23ed9617f5340a4b38fa5d324e0f7908568.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.10" OriginalAmount="246.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.630667" Longitude="12.6509392" StarRating="4" HotelCode="|10475" HotelName="Clarion  Copenhagen Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ELLEHAMMERSVEJ 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/5/10475_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, has 12 floors, 382 rooms and 1 Presidential Suite. This establishment with air-conditioning, a bar, 2 restaurants and indoor parking (for a fee). SITUATION: This hotel is close to the terminal. 100 metres away, there is a public transport stop. 1.5 kilometres away from the establishment, guests will find the beach. ROOM: Customers can find soundproofed rooms, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a television, a mini-bar, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: A spa, a jacuzzi, MEALS: Lunch service, PAYMENT METHODS: American Express, Diners Club, Mastercard, Visa</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="254.41" OriginalAmount="247" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|901201-26137021/7587759643097082624/5365" HotelName="AP?RON APARTMENT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45840000/45839200/45839131/c753fbaf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="254.41" OriginalAmount="247" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1316139-28877210/7587759643097082624/6638" HotelName="25HOURS HOTEL INDRE BY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74720000/74711400/74711314/41e6e2f9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="256.47" OriginalAmount="249" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13422-24738744/7587759643097082624/6731" HotelName="ADMIRAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6400/6329/09e6ef3d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.56" OriginalAmount="252" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|75955-27577599/7587759643097082624/5315" HotelName="MANON LES SUITES GULDSMEDEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1420000/1414000/1413976/6a6c6826_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.03" OriginalAmount="253.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.679320563446" Longitude="12.593582868576" StarRating="4" HotelCode="15264|235336" HotelName="71 Nyhavn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nyhavn 71, 1051 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/53/e953529dc2a7448986d376ad032bf2b5f25772f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of Copenhagen, directly next to the lively Nyhavn canal promenad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="264.08" OriginalAmount="256.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.680747" Longitude="12.571929" StarRating="5" HotelCode="27485|459625" HotelName="Skt. Petri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Krystalgade 22, 1172 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/1c/f91c16622d75830fcbdb4290a9c75893d08ea9ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel enjoys a superb location in the heart of Copenhagen. The famous Strøget ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431117-27589251/7587759643097082624/5212" HotelName="APARTMENTS BY BROCHNER HOTELS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/82000000/81190000/81182900/81182839/fe70c53f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="271.92" OriginalAmount="264" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1444516-28883508/7587759643097082624/4237" HotelName="THE LITTLE BLUE HOUSE 2 BY DANIELANDJACOBS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112630000/112626900/112626872/0a9eb710_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1931-28594692/7587759643097082624/504" HotelName="RADISSON COLLECTION ROYAL HOTEL, COPENHAGEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25400/25382/30260054_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.96" OriginalAmount="266.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6804704" Longitude="12.5711588" StarRating="5" HotelCode="|19658" HotelName="1 Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KRYSTALGADE 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/5/8/19658_943b3c01024.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has 268 rooms, a lobby with an elevator, a reception, a safety deposit box service and a cloakroom. It also has an inviting bar and a restaurant. The establishment has an indoor car park. SITUATION: This hotel is in an excellent location. It is in the city centre. Close to the establishment, clients can find the commercial area of StrÃ¸get where guests can enjoy shops, leisure areas and entertainment. ROOM: Each room has a bathroom with a hairdryer, a mini-bar, an air-conditioning system, internet and a safety deposit box (available for a fee). Some rooms have a balcony or terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|25066-18121138/7587759643097082624/3292" HotelName="1 HOTEL COPENHAGEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/915800/915768/bf9d4395_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.06" OriginalAmount="269.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67892" Longitude="12.58271" StarRating="4" HotelCode="|220332" HotelName="Boutique Hotel Herman K" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bremerholm 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/3/3/2/220332_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.31" OriginalAmount="277.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668841985453" Longitude="12.573933005333" StarRating="5" HotelCode="23104|copenhagen_marriott_hotel" HotelName="Copenhagen Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kalvebod Brygge 5, 1560 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/9e/ba9ec5781fbedf0579ffbf1a5bb6784cb45cc9c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international business hotel is situated directly on the Sydhaven Channel, one of the main cana...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="287.62" OriginalAmount="279.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67892023" Longitude="12.58270436" StarRating="5" HotelCode="632944|2501425" HotelName="Hotel Herman K" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bremerholm 6, 1069 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/d6/0cd6a0667125db2e5f562a6c627aec58acaedd28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.86" OriginalAmount="285.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683128" Longitude="12.570729" StarRating="3" HotelCode="|510256" HotelName="Venders Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/2/5/6/510256_39108ef0925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.73" OriginalAmount="291.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67129124" Longitude="12.56734588" StarRating="0" HotelCode="962796|2501525" HotelName="Villa Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tietgensgade 39, 1704 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/63/ce63c3f64f12846973ba6d3c68eb3be8e80bfc35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.06" OriginalAmount="302" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431116-32715204/7587759643097082624/1420" HotelName="25HOURS HOTEL PAPER ISLAND" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103390000/103382200/103382141/b2662968_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.27" OriginalAmount="316.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6690436" Longitude="12.5739912" StarRating="5" HotelCode="|10446" HotelName="Copenhagen Marriott" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALVEBOD BRYGGE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/6/10446_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 2001, has 401 rooms, 9 suites and 11 floors. The establishment has various facilities, such as a bar and a restaurant. By paying an additional charge you can enjoy indoor parking and a car park. SITUATION: This business hotel is in Sydhaven Canal. 10 minutes away from the establishment, you can find the Tivoli Gardens and the city centre. It is situated 15 minutes away from the StrÃ¸get shopping street. ROOM: The comfortable, bright rooms have large windows, a bathroom with a hairdryer, a direct line telephone, a satellite television, cable television, an air-conditioning system, a safe (available for a fee) and a mini-bar. FACILITIES: This hotel has a sauna, a steam bath, a gym, some services (available for a fee), a massage service and a sunbathing terrace. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="326.51" OriginalAmount="317" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431121-27592076/7587759643097082624/5361" HotelName="HYPERNYM HOTEL &amp;amp; SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91360000/91358000/91357985/0e75472a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="328.57" OriginalAmount="319" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1444450-28881128/7587759643097082624/5187" HotelName="SANDERS MAIN - CUTE 2-BDR APT CLOSE TO NYHAVN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68730000/68727100/68727003/d908ac9b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="339.30" OriginalAmount="329.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67248625" Longitude="12.57336714" StarRating="5" HotelCode="604688|2305205" HotelName="Nobis Hotel Copenhagen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Niels Brocks Gade 1, København V, 1574 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/0d/9f0d5bdf87fe0d4d6ad0b118dabf0a11670ef947.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.20" OriginalAmount="340" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|498497-32593836/7587759643097082624/1337" HotelName="NOBIS COPENHAGEN A MEMBER OF DESIGNS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19750000/19749800/19749725/9d47b013_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="393.46" OriginalAmount="382" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.388648" Longitude="24.610037" StarRating="4" HotelCode="0|57932-27046830/7587759643097082624/3466" HotelName="ASCOT APARTMENTS (1-BEDROOM APARTMENT)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>- SCALETTA, SCALETA, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/57932/2009716102935156.jpg</HotelPictures>
        <HotelDescription>This hotel lies in the small village of Scaleta on a hill overlooking the coastal road, around 100 m from the beach. Restaurants, bars, shops and nightclubs are all located close by and Rethymnon lies around 11 km away. Furthermore, links to the public transport network lie within easy walking distance. This popular hotel invites guests to make use of the small supermarket and a jeweller. The comfortable rooms come with a bathroom with a shower and hairdryer. In the spacious grounds, guests will find a swimming pool with a children's pool, a sun terrace with sun loungers and parasols laid out ready for use and a poolside snack bar. Sport enthusiasts may play a game of tennis, table tennis or beach volleyball, just to name a few of the activities offered. The sumptuous breakfast and dinner buffet will be sure to hit the spot for guests.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.06" OriginalAmount="402.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678479" Longitude="12.587542" StarRating="3" HotelCode="15426|hotel_sanders" HotelName="Hotel Sanders" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tordenskjoldsgade 15, 1055 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/87/d08782203a46ff723b0a8e82fd771ce16bb56566.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in an peaceful district of the town, close to the popular shopping a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="447.02" OriginalAmount="434" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1444449-28881122/7587759643097082624/5186" HotelName="SANDERS LEAVES - PLEASANT 4-BDR APT WITH CITY VIEW" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/62000000/61490000/61487800/61487729/13476dac_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="507.71" OriginalAmount="492.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6785601" Longitude="12.5874813" StarRating="3" HotelCode="|10460" HotelName="Sanders" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TORDENSKJOLDSGADE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/0/10460_a333fd71047.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1867, renovated in 1997, has 5 floors, 94 rooms, 18 single rooms and 76 double rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment also has an inviting bar, a restaurant, internet and a laundry service. SITUATION: This welcoming hotel is in a quiet area. Near the establishment, you will find the commercial area and the opera. It has excellent transport links to the shops, restaurants, bars and pubs. This hotel is 100 metres away from clubs and nightclubs. ROOM: All the rooms have a bathroom, a sitting room, a direct line telephone, satellite or cable TV, a radio, internet, central heating and fitted carpets. MEALS: The establishment offers a buffet breakfast and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="729.70" OriginalAmount="708.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6818767" Longitude="12.5759566" StarRating="0" HotelCode="|450141" HotelName="Rosenborg " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/1/450141_4aee1411258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="763.23" OriginalAmount="741.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672" Longitude="12.5699" StarRating="0" HotelCode="982338|rosenborg_hotel_apartments" HotelName="Rosenborg Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Landemærket 9, Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/5d/165d8b3312efbc7fba9d2aff91750a891714c93e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="813.70" OriginalAmount="790" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|616982-25780900/7587759643097082624/5176" HotelName="ROSENBORG APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37670000/37661100/37661016/03c6f141_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="881.68" OriginalAmount="856.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.680673" Longitude="12.584635" StarRating="5" HotelCode="47989|dangleterre_2" HotelName="D'Angleterre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kongens Nytorv 34, P.O. Box 9077, 1022 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/57/05573e379e714781ea2baa88b72a17cf9c4d70fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located on the historical King’s Square, overlooking the magnificent buildings ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1152.57" OriginalAmount="1119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673552" Longitude="12.566006" StarRating="5" HotelCode="901336|nimb_hotel" HotelName="Nimb" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 5, 1577 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/95/d295ccbaf56cb2d1d9e5d0b4c2d80d23d1926979.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.15" OriginalAmount="22.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6868254" Longitude="12.5506648" StarRating="0" HotelCode="|250644" HotelName="Sleep In Heaven" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Struenseegade 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.75" OriginalAmount="116.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6880108" Longitude="12.5605407" StarRating="3" HotelCode="|250753" HotelName="Nora Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.18" OriginalAmount="157.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6718189" Longitude="12.5611576" StarRating="0" HotelCode="|257351" HotelName="Andersen Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Designated Smoking Area,Lounge,Spa,Massage Centre,Swimming Pool,Wheelchair Access,Diet Meals,Garden,Heated Pool,24 Hour Front Desk,Coffee Shop,Elevator,Housekeeping,LCD/Projector,Luggage Storage,Concierge,Library,Meeting Room,Dry Cleaning,Parking,Off-Site Parking</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,SPA HOTEL,AIRPORT HOTEL,ECO HOTEL,HOTEL DE CHARME,APARTMENT HOTEL,GUESTHOUSE,HOSTEL,HOTEL,GUEST HOUSES,HOSTELS</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
fcf0f383-20aa-4c35-a0c4-ef740d5c7406|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="fcf0f383-20aa-4c35-a0c4-ef740d5c7406">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="22211" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-07T00:00:00" End="2026-06-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="903979|459225" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="chennai@trinityairtravel.com" Password="Chennai@08" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" 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
fcf0f383-20aa-4c35-a0c4-ef740d5c7406|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
fcf0f383-20aa-4c35-a0c4-ef740d5c7406|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fcf0f383-20aa-4c35-a0c4-ef740d5c7406|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="fcf0f383-20aa-4c35-a0c4-ef740d5c7406" TimeStamp="0001-01-01T00:00:00" HotelName="AC Hotel Bella Sky Copenhagen" HotelCode="903979|bella_sky_comwell_hotel_copenhagen" StarRating="4" GTCityId="22211" CountryCode="DK" CityName="Copenhagen" CountryName="Denmark" Address="Center Boulevard 5, 2300 København" PostCode="2300" PhoneNo="+4532473000" FaxNo="+4532627242" Email="hotel@bellasky.dk" CheckInTime="15:00" CheckOutTime="12:00" Latitude="55.639697031813" Longitude="12.577907919555" SourceId="63" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, QUEEN BED" RoomTypeCode="0|0|1176350365|1780664199037185B2129B36||no|459225|16|MTIwLjc3fEdCUHwyMDI2LTA2LTA1" OriginalAmount="121" TotalPrice="124.39" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, and a security system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Deposit: DKK 250 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately DKK 195 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Uncovered self parking fee: DKK 240 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: DKK 200 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: DKK 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Reservations are required for golf tee times. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;A car is not required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 1 people: 28.43 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="124.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room Queen bed" RoomTypeCode="178575644|1|124|27|MTI0fEdCUHwyMDI2LTA2LTA2" OriginalAmount="124" TotalPrice="127.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T09:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="124" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, STANDARD, QUEEN BED" RoomTypeCode="0|0|1322745945|1780664200020093B2153B0||yes|459225|16|MTI1LjYyfEdCUHwyMDI2LTA2LTA1" OriginalAmount="126" TotalPrice="129.39" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="129.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, QUEEN BED" RoomTypeCode="0|0|1176268235|1780664199037185B2129B19||no|459225|16|MTI4LjIwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="128" TotalPrice="132.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, and a security system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Deposit: DKK 250 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately DKK 195 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Uncovered self parking fee: DKK 240 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: DKK 200 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: DKK 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Reservations are required for golf tee times. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;A car is not required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 1 people: 30.18 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="132.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, TWIN BEDS" RoomTypeCode="0|0|1176245725|1780664199037185B2129B24||no|459225|16|MTI4LjIwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="128" TotalPrice="132.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, and a security system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Deposit: DKK 250 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately DKK 195 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Uncovered self parking fee: DKK 240 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: DKK 200 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: DKK 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Reservations are required for golf tee times. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;A car is not required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 1 people: 30.18 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="132.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE BED" RoomTypeCode="0|0|1196395095|1780664201102498B2057B1||no|459225|16|MTI5LjMyfEdCUHwyMDI2LTA2LTA1" OriginalAmount="129" TotalPrice="133.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="133.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM" RoomTypeCode="0|0|1218756745|1780664201102498B2057B5||no|459225|16|MTI5LjMyfEdCUHwyMDI2LTA2LTA1" OriginalAmount="129" TotalPrice="133.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="133.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, QUEEN BED" RoomTypeCode="0|0|1322519205|1780664200020093B2153B5||no|459225|16|MTMyLjg3fEdCUHwyMDI2LTA2LTA1" OriginalAmount="133" TotalPrice="136.86" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="136.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Single room" RoomTypeCode="288638719|1|134|27|MTM0fEdCUHwyMDI2LTA2LTA1" OriginalAmount="134" TotalPrice="138.02" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.1383501+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="134" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, TWIN BEDS" RoomTypeCode="0|0|1196395075|1780664201102498B2057B8||no|459225|16|MTM3LjI4fEdCUHwyMDI2LTA2LTA1" OriginalAmount="137" TotalPrice="141.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="141.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, 2 BEDS" RoomTypeCode="0|0|1207306115|1780664201102498B2057B11||no|459225|16|MTM3LjI4fEdCUHwyMDI2LTA2LTA1" OriginalAmount="137" TotalPrice="141.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="141.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin room" RoomTypeCode="178677144|3|139|27|MTM5fEdCUHwyMDI2LTA2LTA1" OriginalAmount="139" TotalPrice="143.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2489831+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="139" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, QUEEN BED, CITY VIEW" RoomTypeCode="0|0|1176507285|1780664199037185B2129B14||no|459225|16|MTQzLjA1fEdCUHwyMDI2LTA2LTA1" OriginalAmount="143" TotalPrice="147.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, and a security system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Deposit: DKK 250 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately DKK 195 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Uncovered self parking fee: DKK 240 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: DKK 200 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: DKK 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Reservations are required for golf tee times. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;A car is not required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 1 people: 33.67 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="147.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Guest, Standard Room with Queen Bed, Larger Area" RoomTypeCode="0|0|1450719365|1780664199050803B2091B18||no|459225|16|MTQ3LjE1fEdCUHwyMDI2LTA2LTA1" OriginalAmount="147" TotalPrice="151.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="151.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Guest, Standard Room with Twin Bed, Larger Area" RoomTypeCode="0|0|1450672045|1780664199050803B2091B20||no|459225|16|MTQ3LjE1fEdCUHwyMDI2LTA2LTA1" OriginalAmount="147" TotalPrice="151.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="151.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, TWIN BEDS, CITY VIEW" RoomTypeCode="0|0|1177138555|1780664199037185B2129B31||no|459225|16|MTQ3LjY2fEdCUHwyMDI2LTA2LTA1" OriginalAmount="148" TotalPrice="152.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, and a security system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Deposit: DKK 250 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately DKK 195 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Uncovered self parking fee: DKK 240 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: DKK 200 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: DKK 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Reservations are required for golf tee times. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;A car is not required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 1 people: 34.84 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="152.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room Queen bed - City View" RoomTypeCode="287851638|1|149|27|MTQ5fEdCUHwyMDI2LTA2LTA1" OriginalAmount="149" TotalPrice="153.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.3426658+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="149" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, STANDARD, QUEEN BED, LARGE" RoomTypeCode="0|0|1322405805|1780664199044678B2021B8||no|459225|16|MTQ5LjYwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="150" TotalPrice="154.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Age Restriction Disclosure: The reservation holder must be 21 years of age or older.
Guarantee Policy: Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund.
Room Charge Disclosure: Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received.
Check-in Policy: The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="154.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, STANDARD, TWIN BEDS, LARGE" RoomTypeCode="0|0|1322381805|1780664199027661B2172B5||no|459225|16|MTQ5LjkxfEdCUHwyMDI2LTA2LTA1" OriginalAmount="150" TotalPrice="154.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="154.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Larger Double room with city view (full double bed) (queen size bed)" RoomTypeCode="h-f3b99615-5e93-5db4-a341-892e470fd520|63|MTUxLjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="151" TotalPrice="155.53" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>GBP 30.20-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="155.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Larger Double room with city view (twin beds)" RoomTypeCode="h-5a8bfcbb-4493-58c5-b1a9-0f48d44abca6|63|MTUxLjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="151" TotalPrice="155.53" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>GBP 30.20-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="155.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (twin beds)" RoomTypeCode="h-1258114c-1c30-50f6-b461-ddb5cf9cef47|63|MTUzLjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="153" TotalPrice="157.59" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>GBP 30.60-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="157.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed) (queen size bed)" RoomTypeCode="h-330bb1ff-141f-597c-a194-5ce1e9697701|63|MTUzLjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="153" TotalPrice="157.59" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>GBP 30.60-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="157.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE BED, CITY VIEW" RoomTypeCode="0|0|1196395085|1780664201102498B2057B14||no|459225|16|MTUzLjE3fEdCUHwyMDI2LTA2LTA1" OriginalAmount="153" TotalPrice="157.77" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="157.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, DOUBLE BED, CITY VIEW" RoomTypeCode="0|0|1218756735|1780664201102498B2057B17||no|459225|16|MTUzLjE3fEdCUHwyMDI2LTA2LTA1" OriginalAmount="153" TotalPrice="157.77" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="157.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Single room - City View" RoomTypeCode="287997514|1|154|27|MTU0fEdCUHwyMDI2LTA2LTA1" OriginalAmount="154" TotalPrice="158.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.4368354+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="154" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, TWIN BEDS, LARGE" RoomTypeCode="0|0|1322381825|1780664200064272B2054B3||no|459225|16|MTU0LjA4fEdCUHwyMDI2LTA2LTA1" OriginalAmount="154" TotalPrice="158.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="158.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, QUEEN BED, LARGE" RoomTypeCode="0|0|1322381815|1780664199106758B2119B10||yes|459225|16|MTU3Ljg3fEdCUHwyMDI2LTA2LTA1" OriginalAmount="158" TotalPrice="162.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="162.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, TWIN BEDS" RoomTypeCode="0|0|1176390635|1780664199037185B2129B7||no|459225|16|MTU3LjkwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="158" TotalPrice="162.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, and a security system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Deposit: DKK 250 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately DKK 195 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Uncovered self parking fee: DKK 240 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: DKK 200 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: DKK 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Reservations are required for golf tee times. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;A car is not required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 1 people: 37.17 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="162.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, QUEEN BED" RoomTypeCode="0|0|1176136935|1780664199037185B2129B2||no|459225|16|MTU3LjkwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="158" TotalPrice="162.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, and a security system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Deposit: DKK 250 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately DKK 195 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Uncovered self parking fee: DKK 240 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: DKK 200 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: DKK 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Reservations are required for golf tee times. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;A car is not required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 1 people: 37.17 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="162.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, TWIN BEDS, CITY VIEW" RoomTypeCode="0|0|1196395115|1780664201102498B2057B20||no|459225|16|MTU4LjQ4fEdCUHwyMDI2LTA2LTA1" OriginalAmount="158" TotalPrice="163.23" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="163.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, CITY VIEW" RoomTypeCode="0|0|1218756755|1780664201102498B2057B24||no|459225|16|MTU4LjQ4fEdCUHwyMDI2LTA2LTA1" OriginalAmount="158" TotalPrice="163.23" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2014792+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="163.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room Queen bed - City View" RoomTypeCode="284464080|3|159|27|MTU5fEdCUHwyMDI2LTA2LTA2" OriginalAmount="159" TotalPrice="163.77" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T09:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="159" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Larger Double room (twin beds)" RoomTypeCode="h-150ff26a-c4e9-50df-b723-5282776b2a2a|63|MTYwLjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="160" TotalPrice="164.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>GBP 32.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="164.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Larger Double room (full double bed) (queen size bed)" RoomTypeCode="h-2103cd42-0657-51b3-bc6d-123652480379|63|MTYwLjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="160" TotalPrice="164.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>GBP 32.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="164.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, DELUXE, TWIN BEDS" RoomTypeCode="0|0|1293699055|1780664200020093B2153B18||no|459225|16|MTYzLjY1fEdCUHwyMDI2LTA2LTA1" OriginalAmount="164" TotalPrice="168.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="168.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, DELUXE, QUEEN BED" RoomTypeCode="0|0|1293699065|1780664200020093B2153B21||no|459225|16|MTYzLjY1fEdCUHwyMDI2LTA2LTA1" OriginalAmount="164" TotalPrice="168.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="168.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Guest, Standard Room City View with Queen Bed, Larger Area" RoomTypeCode="0|0|1450719355|1780664199050803B2091B6||no|459225|16|MTY0LjE5fEdCUHwyMDI2LTA2LTA1" OriginalAmount="164" TotalPrice="169.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="169.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Guest, Standard Room City View with Twin Bed, Larger Area" RoomTypeCode="0|0|1450672035|1780664199050803B2091B8||no|459225|16|MTY0LjE5fEdCUHwyMDI2LTA2LTA1" OriginalAmount="164" TotalPrice="169.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="169.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Single room - De Luxe" RoomTypeCode="324120387|1|165|27|MTY1fEdCUHwyMDI2LTA2LTA1" OriginalAmount="165" TotalPrice="169.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.5462165+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="165" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room Queen bed - De Luxe" RoomTypeCode="324120386|1|165|27|MTY1fEdCUHwyMDI2LTA2LTA1" OriginalAmount="165" TotalPrice="169.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.6871011+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="165" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, STANDARD, QUEEN BED, CITY VIEW, LARGE" RoomTypeCode="0|0|1322387385|1780664199044678B2021B6||no|459225|16|MTY2LjkzfEdCUHwyMDI2LTA2LTA1" OriginalAmount="167" TotalPrice="171.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Age Restriction Disclosure: The reservation holder must be 21 years of age or older.
Guarantee Policy: Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund.
Room Charge Disclosure: Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received.
Check-in Policy: The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="171.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, STANDARD, TWIN BEDS, CITY VIEW, LARGE" RoomTypeCode="0|0|1322405815|1780664199027661B2172B7||no|459225|16|MTY3LjI3fEdCUHwyMDI2LTA2LTA1" OriginalAmount="167" TotalPrice="172.29" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="172.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, DOUBLE BED" RoomTypeCode="0|0|1196395105|1780664201102498B2057B27||no|459225|16|MTY5LjA4fEdCUHwyMDI2LTA2LTA1" OriginalAmount="169" TotalPrice="174.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="174.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room Queen bed - De Luxe" RoomTypeCode="179295408|3|174|27|MTc0fEdCUHwyMDI2LTA2LTA2" OriginalAmount="174" TotalPrice="179.22" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T09:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="174" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: GUEST ROOM, QUEEN BED, CITY VIEW, LARGE" RoomTypeCode="0|1331|1293699035|1780664200020093B2153B25||no|459225|16|MTc1LjMxfEdCUHwyMDI2LTA2LTA1" OriginalAmount="175" TotalPrice="180.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="180.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: GUEST ROOM, TWIN BEDS, CITY VIEW, LARGE, HIGH FLOOR" RoomTypeCode="0|1331|1293699045|1780664200020093B2153B27||no|459225|16|MTc1LjMxfEdCUHwyMDI2LTA2LTA1" OriginalAmount="175" TotalPrice="180.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="180.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, TWIN BEDS, LARGE" RoomTypeCode="0|0|1176245705|1780664201102498B2057B32||yes|459225|16|MTc5LjA1fEdCUHwyMDI2LTA2LTA1" OriginalAmount="179" TotalPrice="184.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="184.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, QUEEN BED, LARGE" RoomTypeCode="0|0|1176313425|1780664201102498B2057B34||yes|459225|16|MTc5LjA1fEdCUHwyMDI2LTA2LTA1" OriginalAmount="179" TotalPrice="184.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="184.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - City View" RoomTypeCode="318238643|1|181|27|MTgxfEdCUHwyMDI2LTA2LTA1" OriginalAmount="181" TotalPrice="186.43" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.8431082+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="181" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe, Guest Room with Queen Bed, Larger Area" RoomTypeCode="0|0|1450725275|1780664199050803B2091B2||no|459225|16|MTgxLjI0fEdCUHwyMDI2LTA2LTA1" OriginalAmount="181" TotalPrice="186.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="186.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, DELUXE, QUEEN BED, LARGE" RoomTypeCode="0|0|1322387315|1780664199044678B2021B3||no|459225|16|MTg0LjI2fEdCUHwyMDI2LTA2LTA1" OriginalAmount="184" TotalPrice="189.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Age Restriction Disclosure: The reservation holder must be 21 years of age or older.
Guarantee Policy: Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund.
Room Charge Disclosure: Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received.
Check-in Policy: The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="189.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, QUEEN BED, CITY VIEW, LARGE" RoomTypeCode="0|0|1176313345|1780664201102498B2057B40||yes|459225|16|MTk5Ljc4fEdCUHwyMDI2LTA2LTA1" OriginalAmount="200" TotalPrice="205.77" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="205.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, TWIN BEDS, CITY VIEW, LARGE" RoomTypeCode="0|0|1196488655|1780664201102498B2057B36||yes|459225|16|MjA2LjY5fEdCUHwyMDI2LTA2LTA1" OriginalAmount="207" TotalPrice="212.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="212.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, CITY VIEW, HIGH FLOOR" RoomTypeCode="0|0|1219004635|1780664201102498B2057B38||yes|459225|16|MjA2LjY5fEdCUHwyMDI2LTA2LTA1" OriginalAmount="207" TotalPrice="212.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="212.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PREMIUM, QUEEN BED, CORNER" RoomTypeCode="0|0|1176189315|1780664199037185B2129B11||no|459225|16|MjE3LjM4fEdCUHwyMDI2LTA2LTA1" OriginalAmount="217" TotalPrice="223.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, and a security system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Deposit: DKK 250 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately DKK 195 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Uncovered self parking fee: DKK 240 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: DKK 200 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: DKK 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Reservations are required for golf tee times. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;A car is not required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 1 people: 53.25 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="223.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Executive Premium Double room (full double bed) (queen size bed, corner room)" RoomTypeCode="h-db5f56eb-4649-54c6-be2e-5cdbaa8034d6|63|MjE5LjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="219" TotalPrice="225.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>GBP 43.80-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="225.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE" RoomTypeCode="0|0|1177986055|1780664201102498B2057B44||yes|459225|16|MjIwLjUyfEdCUHwyMDI2LTA2LTA1" OriginalAmount="221" TotalPrice="227.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="227.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, QUEEN BED" RoomTypeCode="0|0|1176444715|1780664199050803B2091B1||no|459225|16|MjI2LjY5fEdCUHwyMDI2LTA2LTA1" OriginalAmount="227" TotalPrice="233.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="233.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room Queen bed - Executive" RoomTypeCode="241557862|1|231|27|MjMxfEdCUHwyMDI2LTA2LTA2" OriginalAmount="231" TotalPrice="237.93" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T10:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="231" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, JUNIOR SUITE, CORNER" RoomTypeCode="0|0|1176189365|1780664199037185B2129B28||no|459225|16|MjMzLjcyfEdCUHwyMDI2LTA2LTA1" OriginalAmount="234" TotalPrice="240.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, and a security system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott)&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Deposit: DKK 250 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately DKK 195 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Uncovered self parking fee: DKK 240 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: DKK 200 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: DKK 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Reservations are required for golf tee times. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;A car is not required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 1 people: 57.25 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="240.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 1 Bedroom Double Junior Suite (full double bed) (king size bed, corner room)" RoomTypeCode="h-a42ea7a6-d2fc-5f1e-be50-563410ca9ebc|63|MjM1LjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="235" TotalPrice="242.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>GBP 47.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="242.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PREMIUM, DOUBLE BED, CORNER" RoomTypeCode="0|0|1461547455|1780664201102498B2057B58||no|459225|16|MjM2LjM0fEdCUHwyMDI2LTA2LTA1" OriginalAmount="236" TotalPrice="243.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="243.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PREMIUM, CORNER" RoomTypeCode="0|0|1218756775|1780664201102498B2057B59||no|459225|16|MjM2LjM0fEdCUHwyMDI2LTA2LTA1" OriginalAmount="236" TotalPrice="243.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="243.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, JUNIOR SUITE, KING BED, CORNER" RoomTypeCode="0|0|1176313305|1780664199106758B2119B27||yes|459225|16|MjQwLjkzfEdCUHwyMDI2LTA2LTA1" OriginalAmount="241" TotalPrice="248.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="248.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GUEST ROOM, PREMIUM, EXECUTIVE, QUEEN BED, CORNER" RoomTypeCode="0|0|1322382195|1780664199106758B2119B29||yes|459225|16|MjQzLjIwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="243" TotalPrice="250.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="250.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite" RoomTypeCode="0|0|1121508115|1780664199050803B2091B0||no|459225|16|MjQzLjc0fEdCUHwyMDI2LTA2LTA1" OriginalAmount="244" TotalPrice="251.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="251.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite" RoomTypeCode="248332253|1|249|27|MjQ5fEdCUHwyMDI2LTA2LTA2" OriginalAmount="249" TotalPrice="256.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T10:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="249" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite - Single use" RoomTypeCode="292193398|1|249|27|MjQ5fEdCUHwyMDI2LTA2LTA2" OriginalAmount="249" TotalPrice="256.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T10:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="249" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: JUNIOR SUITE, CORNER" RoomTypeCode="0|0|1218756765|1780664201102498B2057B53||no|459225|16|MjU0LjEwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="254" TotalPrice="261.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="261.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PREMIUM, EXECUTIVE, QUEEN BED, CORNER" RoomTypeCode="0|0|1176245765|1780664201102498B2057B46||yes|459225|16|Mjc1LjgyfEdCUHwyMDI2LTA2LTA1" OriginalAmount="276" TotalPrice="284.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="284.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PREMIUM, EXECUTIVE" RoomTypeCode="0|0|1508577445|1780664201102498B2057B48||yes|459225|16|Mjc1LjgyfEdCUHwyMDI2LTA2LTA1" OriginalAmount="276" TotalPrice="284.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="284.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite 1 bedroom" RoomTypeCode="304484852|1|286|27|Mjg2fEdCUHwyMDI2LTA2LTA1" OriginalAmount="286" TotalPrice="294.58" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:43.1880891+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="286" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Premium Double room (full double bed) (queen size bed, corner room)" RoomTypeCode="h-cbc919a2-115e-54c8-ab48-7dde3a138c38|63|Mjg3LjAwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="287" TotalPrice="295.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 57.40-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-31T00:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="295.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 1 Bedroom Double Junior Suite (full double bed) (king size bed, corner room)" RoomTypeCode="h-81b39423-ebc1-564b-9023-b70519c3c02c|63|MzcyLjAwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="372" TotalPrice="383.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 74.40-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-31T00:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="383.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, 2 ROOMS, SUITE, QUEEN BED, CORNER" RoomTypeCode="0|0|1177344905|1780664199106758B2119B31||yes|459225|16|NDYyLjY0fEdCUHwyMDI2LTA2LTA1" OriginalAmount="463" TotalPrice="476.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="476.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 1 Bedroom Double Suite (full double bed) (queen size bed, corner room)" RoomTypeCode="h-6902c55d-999d-5411-b01a-1efa27551a9a|63|NDc3LjAwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="477" TotalPrice="491.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 95.40-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-31T00:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="491.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, SUITE, QUEEN BED, CORNER" RoomTypeCode="0|0|1196395125|1780664201102498B2057B55||yes|459225|16|NTI0LjY4fEdCUHwyMDI2LTA2LTA1" OriginalAmount="525" TotalPrice="540.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="540.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE, CORNER" RoomTypeCode="0|0|1500087605|1780664201102498B2057B57||yes|459225|16|NTI0LjY4fEdCUHwyMDI2LTA2LTA1" OriginalAmount="525" TotalPrice="540.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T13:56:42.2171314+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="540.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/a7/c6/a7c670a149164710352090ad105fcecfb969476d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0a/c9/0ac94216d48f5f9a7983bbe788eeafbf08b7c34a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6f/7e/6f7ed66536f1d4cd4e40c1e07d49bd27f3cb6f4d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/50/9c/509cdfc298aef974d17eef2f95cdccdc2858a8bf.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/11/0a/110a796f27692a4018d9e2aa0a28d0b3dd488789.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/21/b9/21b956938294773f3c3f72ffb2e2a2b005b3e592.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b5/85/b585b2640ee8c4c872015db676caba376d356309.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7f/7e/7f7e7dbe4a8922f290fe22ba5ffe30b998742903.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4c/c5/4cc542c65aae05878911c21c167f0dcd6281c7ae.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a7/20/a720249bef7f4c56940e783fe37bebf245db5faa.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a8/00/a80029d5966cf863ca422f0ebb59bb2fab85d77a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e7/2d/e72d94837d03c9a241b77b531aff3c3a5fdc061a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9a/4a/9a4a8f04f03ce95c8b39ea685da98b59657d6fe2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0a/32/0a32fadf3ba9c916cc5f52967b1c03a32832d470.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/14/fe/14feb8df42e596c15a8b1f3b022c314ddb8b1eb2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3d/e9/3de96565f806940353ead17d809a9a1a7f5ad77f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ce/23/ce23dd4ee46f2766c946a434c43084a5592883db.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/76/76/76765235f11932129e7e448b7d8cc18b4e42ffda.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/36/f6/36f639b396ae2b64b59e7fbba8e48c24800b417a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f8/3b/f83bd9dbcadc987442377c577e7772ccd06a2b27.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9c/c4/9cc4e6905f005d0b5e215d14c14b374285bc1dd9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/8e/8a/8e8a633e8fc055765a3d01946e59a1c6b0ba4bce.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9c/54/9c54186ede4d68621ac24cf78e77057b0ced342d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/cf/a2/cfa2fe30fe7e16faae78868b198fd7bcd3c0ceba.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/27/62/2762ddcaedcd4d7331ed4239b948ab610cb1489f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e6/9f/e69fd1e496d6400c2ebfea8467e366b41ca999b1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/01/36/01367251343745a081663094a5938514a3c9ee9e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/50/f6/50f66473a09d74e904e6c3df3aec50bf6ce15572.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e0/55/e05527afb42d452f18987dc0599f6c627ad7ef18.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5e/19/5e1919cd4861123c2fdf7f720829318119a2f28b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e8/bc/e8bc142d62c4bcbac12bf96bc5a4ba77867c30fb.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c3/b9/c3b948b228d6b918b934db8c2b7abf87d3d2beb6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/43/09/4309557b818d8231025b9a451a52d3eccb441652.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/82/47/82478b758eac325ed36e96719a436d79c4316ae9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/07/a3/07a376790f54dc11a25aa7b2119c23df766b7702.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ac/02/ac02ba593aca571f151b9ebfea9702a0eec2af8c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/58/4f/584ff3ba43775d4d641cd0ec4d4e951679c179e1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e8/83/e883d19197a3a185d9b5533f29ab6ea847c9dfbb.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a9/d3/a9d32b48f05f2f90af0c7cab6f9ce895e0d9c89d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3f/97/3f979b3f94b96ec1034d4c759f9e382c705e3da3.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;The hotel is located within walking distance of the Fields Shopping Center. The train station is approximately 700 m away and the beach is roughly 4.5 km away. The hotel has its own metro station, meaning that guests are able to take the metro straight from the hotel to the centre of Copenhagen, which can be reached in only 10 minutes. This also means that guests can travel the approximately 3 km from Copenhagen Airport, Kastrup to the hotel in just 9 minutes.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has 814 rooms, including 77 single rooms and 447 double rooms, which are located on 23 storeys and are reachable by lift. Staffed 24 hours a day, the reception desk makes check-in and check-out easy. Amenities include a cloakroom, safe, currency exchange service and cash machine. Wireless internet access allows guests to stay connected while on holiday. Wheelchair-accessible facilities are available. There are a number of shops, including a supermarket. Guests arriving by car can park their vehicles in the car park for a fee. Further services include a car hire service, room service (for a fee) and a laundry service. Active guests can make use of the bicycle hire service (for a fee) to explore the surrounding area. The business centre is on hand for guests' business requirements and provides a fax machine.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain just the right temperature. A safe and a minibar are also available. Additional features include a mini fridge and a tea/coffee station. An ironing set is provided for guests' convenience. Other features include a telephone, a television with satellite/cable channels, a radio and WiFi. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has family rooms and non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The heated swimming pool allows guests to enjoy a swim in any kind of weather (for a fee). Fine weather can be enjoyed on the terrace. The hot tub in the pool area promises pure relaxation. Leisure options at the hotel include cycling/mountain biking, golf, a gym and a spa. For a fee, guests can also enjoy a sauna, a steam bath and massage treatments. 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;Travellers can choose between the following bookable options: breakfast, lunch and dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;All major credit cards, including American Express, VISA, Diners Club, JCB and MasterCard, are accepted for payment.</HotelDescription><Facilities><HotelFacilities><Type>General</Type><Description>ATM</Description><Value>ATM</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Shopping on site</Description><Value>Shopping on site</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Air conditioning</Description><Value>Air conditioning</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Currency exchange</Description><Value>Currency exchange</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Smoke-free property</Description><Value>Smoke-free property</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Security guard</Description><Value>Security guard</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Newspapers</Description><Value>Newspapers</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Ticket assistance</Description><Value>Ticket assistance</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Gift shop</Description><Value>Gift shop</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Express check-in/check-out</Description><Value>Express check-in/check-out</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Television in lobby</Description><Value>Television in lobby</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Fire Extinguisher</Description><Value>Fire Extinguisher</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Reception desk</Description><Value>Reception desk</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Accessibility features</Description><Value>Accessibility features</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Wheelchair Accessible</Description><Value>Wheelchair Accessible</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Wheelchair access to restaurant</Description><Value>Wheelchair access to restaurant</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>Ironing</Description><Value>Ironing</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Laundry</Description><Value>Laundry</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Safe-deposit box</Description><Value>Safe-deposit box</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Concierge services</Description><Value>Concierge services</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Dry-cleaning</Description><Value>Dry-cleaning</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Wake-up service</Description><Value>Wake-up service</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>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>Diet menu (on request)</Description><Value>Diet menu (on request)</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast</Description><Value>Breakfast</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Buffet breakfast</Description><Value>Buffet breakfast</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Cafe</Description><Value>Cafe</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Restaurant (buffet style)</Description><Value>Restaurant (buffet style)</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Kitchen</Description><Value>Kitchen</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Kettle</Description><Value>Kettle</Value></HotelFacilities><HotelFacilities><Type>Internet</Type><Description>Free Wi-Fi</Description><Value>Free Wi-Fi</Value></HotelFacilities><HotelFacilities><Type>Transfer</Type><Description>Car rental</Description><Value>Car rental</Value></HotelFacilities><HotelFacilities><Type>Transfer</Type><Description>Airport transportation</Description><Value>Airport transportation</Value></HotelFacilities><HotelFacilities><Type>Transfer</Type><Description>Transfer services</Description><Value>Transfer services</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>Spanish</Description><Value>Spanish</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>German</Description><Value>German</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>English</Description><Value>English</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>French</Description><Value>French</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>Multi-language staff</Description><Value>Multi-language staff</Value></HotelFacilities><HotelFacilities><Type>Tourist services</Type><Description>Tour assistance</Description><Value>Tour assistance</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Bike rental</Description><Value>Bike rental</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Hiking</Description><Value>Hiking</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking</Description><Value>Parking</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking nearby</Description><Value>Parking nearby</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Swimming pool</Description><Value>Swimming pool</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Fax and copy machine</Description><Value>Fax and copy machine</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Meeting and presentation facilities</Description><Value>Meeting and presentation facilities</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Conference Hall</Description><Value>Conference Hall</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Cycling</Description><Value>Cycling</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Golf course</Description><Value>Golf course</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Fitness facilities</Description><Value>Fitness facilities</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Doctor</Description><Value>Doctor</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Massage</Description><Value>Massage</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Sauna</Description><Value>Sauna</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Spa</Description><Value>Spa</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>First Aid Kit</Description><Value>First Aid Kit</Value></HotelFacilities><HotelFacilities><Type>Kids</Type><Description>Babysitting and childcare</Description><Value>Babysitting and childcare</Value></HotelFacilities><HotelFacilities><Type>Pets</Type><Description>Pets allowed</Description><Value>Pets allowed</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Personal protection equipment for staff</Description><Value>Personal protection equipment for staff</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Extra decontamination measures</Description><Value>Extra decontamination measures</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Personal protection equipment for guests</Description><Value>Personal protection equipment for guests</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Contactless check-in and/or check-out</Description><Value>Contactless check-in and/or check-out</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Additional measures against COVID-19</Description><Value>Additional measures against COVID-19</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fcf0f383-20aa-4c35-a0c4-ef740d5c7406|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="fcf0f383-20aa-4c35-a0c4-ef740d5c7406">
  <Rooms>
    <Room RoomType="Room 1: Twin room" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="chennai@trinityairtravel.com" Password="Chennai@08" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="903979|bella_sky_comwell_hotel_copenhagen" SourceId="27" RoomTypeCode="178677144|3|139|27|MTM5fEdCUHwyMDI2LTA2LTA1" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-06-07T00:00:00" End="2026-06-08T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||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
fcf0f383-20aa-4c35-a0c4-ef740d5c7406|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-06-05T13:57:11.2088559+01:00" End="2026-06-08T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="143.17" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>CheckIn instructions: Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards, debit cards, and cashCashless transactions are availableThis property uses some solar energySafety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, and a security systemThis property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Marriott) . CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.. Mandatory fees: You'll be asked to pay the following charges at the property. Fees may include applicable taxes: Deposit: DKK 250 per accommodation, per night We have included all charges provided to us by the property. . Optional fees: Fee for buffet breakfast: approximately DKK 195 per personUncovered self parking fee: DKK 240 per day (in/out privileges)Pet fee: DKK 200 per accommodation, per nightService animals are exempt from feesRollaway bed fee: DKK 150 per night The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. . Know before you go: Reservations are required for golf tee times. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. Only registered guests are allowed in the guestrooms. The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. A car is not required for transportation to and from this property. Cashless payment methods are available for all transactions.Contactless check-in and contactless check-out are available.This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly). . Tax Recovery Charges and Service Fees for 1 people: 32.98 USD (This amount is included within the total price).&lt;br/&gt;&lt;br/&gt;Please note that this room is non-refundable and non-amendable. If the booking is cancelled, no money will be refunded.</ImportantInfo>
  <TotalAmount>143.17</TotalAmount>
  <TraceId>fcf0f383-20aa-4c35-a0c4-ef740d5c7406</TraceId>
</CheckRatesRS>||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
fcf0f383-20aa-4c35-a0c4-ef740d5c7406|WebbedsSunHotelsBlock|successfully done supplier prebooking||WebbedsSunHotels|True