<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
bbf3b573-a4ef-46fc-915e-facdd5791366|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="bbf3b573-a4ef-46fc-915e-facdd5791366">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-20T00:00:00" End="2026-05-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ghulam@malikexpress.com" Password="Zahra@123" RequestedCurrency="GBP" ClientNationality="PK" 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
bbf3b573-a4ef-46fc-915e-facdd5791366|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
bbf3b573-a4ef-46fc-915e-facdd5791366|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:e942a619-f409-47a7-8be9-fcc4ff110906
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
bbf3b573-a4ef-46fc-915e-facdd5791366|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
bbf3b573-a4ef-46fc-915e-facdd5791366|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-05-20T10:00:48.6293532+01:00" Version="0" EchoToken="Search" TransactionIdentifier="bbf3b573-a4ef-46fc-915e-facdd5791366" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="18.49" OriginalAmount="17.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.462015" Longitude="39.617626" StarRating="1" HotelCode="|491010" HotelName="Sidra Alia AL-DAHABI hotel - فندق السدرة العالية الذهبي" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Qurban</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/0/1/0/491010_d4c5b462352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="1" HotelCode="744175|sidrathul_aaliya_hotel" HotelName="Sidrathul Aaliya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Qurban, Medina 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b6/71b66a97d82b2e30d498933e263ad13fa6136e55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.4858102" Longitude="39.6085145" StarRating="0" HotelCode="701629|al_eairy_furnished_apartments_al_madinah_9" HotelName="Al Eairy Apartments Madinah 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sayyid Ash Shuhada Street, Next To Ambar Sery Mosque, Al Madinah 52261</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/3c/3e3c4f08db197d95a110ce7dcc7098242f42ab94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.06" OriginalAmount="26.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.482627" Longitude="39.565177" StarRating="0" HotelCode="|510759" HotelName="SALSBIL AL ALMASI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al qibltin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/7/5/9/510759_76bd7cd0942.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47491084" Longitude="39.63219496" StarRating="0" HotelCode="761358|al_eairy_furnished_apt_al_madinah_3" HotelName="Al Eairy Furnished Apartment Al Madinah 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Hizam Road, Prince Abdul Majid Road, Medina 52261</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/5a/da5a8094445a6c2178bd08bbedfcdff79e75153a.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.45" OriginalAmount="27.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.461724" Longitude="39.624747" StarRating="0" HotelCode="|508868" HotelName="Aya Hostel For Shared Bedrooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mohammed Jawzaqy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/8/8/6/8/508868_2c2018d1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1147722-26442687/6752677421318095320/99" HotelName="AL EAIRY FURNISHED APT AL MADINAH 3" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18290000/18286000/18285936/e0baf95b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1137892-26426476/6752677421318095320/124" HotelName="AL EAIRY FURNISHED APARTMENTS AL MADINAH 9" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18290000/18282300/18282207/4076ba10_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.45438469" Longitude="39.59098974" StarRating="0" HotelCode="359395|shmoukh_hotel" HotelName="Shomookh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Road , Al Usayfirin District, 11534 Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/e2/0ae255e3419a698fc544429633e7343a5d2ae471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454621-32416690/6752677421318095320/140" HotelName="SEDRA GLOBAL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111280000/111278800/111278731/3cb9aacb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.57" OriginalAmount="46.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.452486" Longitude="39.591589" StarRating="0" HotelCode="|470947" HotelName="The Seasons Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Branch Road 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/9/4/7/470947_4c32c011240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318501-26629312/6752677421318095320/102" HotelName="Y PLATINUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64400000/64392500/64392435/c3f5a2f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.09" OriginalAmount="48.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.484865" Longitude="39.682216" StarRating="0" HotelCode="|467200" HotelName="Flavor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prince Muqrin Ibn Abdulaziz</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/2/0/0/467200_1a7c3941758.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.00" OriginalAmount="53.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.486662" Longitude="39.64796" StarRating="0" HotelCode="|461529" HotelName="Hafawah Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Rd ( second ring )</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/5/2/9/461529_1dc5d391149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.54" OriginalAmount="54.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.482186" Longitude="39.648529" StarRating="0" HotelCode="|490595" HotelName="Sela Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ghalib Bin Jonaih Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/5/9/5/490595_bb2d3cb2355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.71" OriginalAmount="55.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.503515" Longitude="39.724093" StarRating="0" HotelCode="|554359" HotelName="E hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/3/5/9/554359_6649f111306.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.40" OriginalAmount="60.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.02" OriginalAmount="69.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="4" HotelCode="|470954" HotelName="The Seasonss" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/9/5/4/470954_1756bce1155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.15" OriginalAmount="72.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.434601" Longitude="39.656897" StarRating="0" HotelCode="|470658" HotelName="Hasana Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Branch Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/5/8/470658_e5083921257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427907-27594500/6752677421318095320/126" HotelName="THE SEASONS HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95260000/95257800/95257736/5c2b7589_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318502-26629314/6752677421318095320/30" HotelName="SEASON STAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57150000/57144900/57144870/72b9da16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.39" OriginalAmount="121.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|2322255" HotelName="Millennium Madinah Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/46/ca467fdd8197c82573cd3d6f40f0490102192c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.54" OriginalAmount="125.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|1622948" HotelName="Le Meridien Medina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|nozol_al_shakreen_hotel" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|457757-25626622/6752677421318095320/182" HotelName="GOLDEN TULIP AL SHAKREEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10630000/10624000/10623980/e5631671_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.42" OriginalAmount="160.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248" HotelName="Al Mukhtara International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|odst_al_madinah_hotel" HotelName="Odst Al Madinah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.19" OriginalAmount="176.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724" HotelName="Madinah Mövenpick Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-32729994/6752677421318095320/168" HotelName="NEW MADINAH HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-32732856/6752677421318095320/120" HotelName="AL MUKHTARA INTERNATIONAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32740233/6752677421318095320/108" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.95" OriginalAmount="238.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.61" OriginalAmount="287.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.4721477" Longitude="39.61198578" StarRating="4" HotelCode="352214|dallah_taibah_hotel" HotelName="Dallah Taibah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zar Street, PO Box 6747, Madinah Al-Munawarah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/0d/1b0d5e12d9d7effc2b2c3b189d5466d913fce4b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Dallah Taibah Hotel in Medina, you'll be in a shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="331.81" OriginalAmount="322.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|2345385" HotelName="Saja Al Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="353.29" OriginalAmount="343" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-25665845/6752677421318095320/88" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="589.48" OriginalAmount="572.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4" HotelCode="207932|917335" HotelName="Crowne Plaza Madinah" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3f/c73fb6cb9ae21983ccdf719e941356fedbe0260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="599.13" OriginalAmount="581.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|1626188" HotelName="Millennium Al Aqeeq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="661.26" OriginalAmount="642" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413735-30815228/6752677421318095320/115" HotelName="AL MANAKHA ROTANA MADINAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105780000/105779700/105779680/0119fd5f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="689.07" OriginalAmount="669" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-32732858/6752677421318095320/129" HotelName="MILLENNIUM AL AQEEQ" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1005.28" OriginalAmount="976.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1103.54" OriginalAmount="1071.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|897695" HotelName="Shaza Al Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1250.42" OriginalAmount="1214" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-25401551/6752677421318095320/34" HotelName="SOFITEL SHAHD AL MADINAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/d5d2c630_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1267.05" OriginalAmount="1230.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.472759" Longitude="39.610839" StarRating="5" HotelCode="|556058" HotelName="MADEN-مادن" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/0/5/8/556058_a233f601518.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1292.42" OriginalAmount="1254.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1349.30" OriginalAmount="1310" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|305543-25510767/6752677421318095320/0" HotelName="ROYAL INN AL-NOKHBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17860000/17853900/17853828/f0f16e0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Valet Parking,Wheelchair Access,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,LCD/Projector,Luggage Storage,Designated Smoking Area,Dining,Garden</BasicAmenities>
    <HotelRating>1,2,4,5,3</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
916e2a4c-8327-43b6-9c64-ef8afaf12e95|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="916e2a4c-8327-43b6-9c64-ef8afaf12e95">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-20T00:00:00" End="2026-05-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ghulam@malikexpress.com" Password="Zahra@123" RequestedCurrency="GBP" ClientNationality="PK" 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
916e2a4c-8327-43b6-9c64-ef8afaf12e95|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
916e2a4c-8327-43b6-9c64-ef8afaf12e95|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:e942a619-f409-47a7-8be9-fcc4ff110906
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
916e2a4c-8327-43b6-9c64-ef8afaf12e95|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
916e2a4c-8327-43b6-9c64-ef8afaf12e95|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-05-20T10:01:16.8074033+01:00" Version="0" EchoToken="Search" TransactionIdentifier="916e2a4c-8327-43b6-9c64-ef8afaf12e95" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="18.49" OriginalAmount="17.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.462015" Longitude="39.617626" StarRating="1" HotelCode="|491010" HotelName="Sidra Alia AL-DAHABI hotel - فندق السدرة العالية الذهبي" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Qurban</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/0/1/0/491010_d4c5b462352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="1" HotelCode="744175|sidrathul_aaliya_hotel" HotelName="Sidrathul Aaliya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Qurban, Medina 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b6/71b66a97d82b2e30d498933e263ad13fa6136e55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.4858102" Longitude="39.6085145" StarRating="0" HotelCode="701629|al_eairy_furnished_apartments_al_madinah_9" HotelName="Al Eairy Apartments Madinah 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sayyid Ash Shuhada Street, Next To Ambar Sery Mosque, Al Madinah 52261</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/3c/3e3c4f08db197d95a110ce7dcc7098242f42ab94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.06" OriginalAmount="26.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.482627" Longitude="39.565177" StarRating="0" HotelCode="|510759" HotelName="SALSBIL AL ALMASI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al qibltin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/7/5/9/510759_76bd7cd0942.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47491084" Longitude="39.63219496" StarRating="0" HotelCode="761358|al_eairy_furnished_apt_al_madinah_3" HotelName="Al Eairy Furnished Apartment Al Madinah 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Hizam Road, Prince Abdul Majid Road, Medina 52261</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/5a/da5a8094445a6c2178bd08bbedfcdff79e75153a.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.45" OriginalAmount="27.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.461724" Longitude="39.624747" StarRating="0" HotelCode="|508868" HotelName="Aya Hostel For Shared Bedrooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mohammed Jawzaqy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/8/8/6/8/508868_2c2018d1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.45438469" Longitude="39.59098974" StarRating="0" HotelCode="359395|shmoukh_hotel" HotelName="Shomookh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Road , Al Usayfirin District, 11534 Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/e2/0ae255e3419a698fc544429633e7343a5d2ae471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.57" OriginalAmount="46.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.452486" Longitude="39.591589" StarRating="0" HotelCode="|470947" HotelName="The Seasons Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Branch Road 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/9/4/7/470947_4c32c011240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.09" OriginalAmount="48.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.484865" Longitude="39.682216" StarRating="0" HotelCode="|467200" HotelName="Flavor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prince Muqrin Ibn Abdulaziz</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/2/0/0/467200_1a7c3941758.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.00" OriginalAmount="53.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.486662" Longitude="39.64796" StarRating="0" HotelCode="|461529" HotelName="Hafawah Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Rd ( second ring )</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/5/2/9/461529_1dc5d391149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.54" OriginalAmount="54.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.482186" Longitude="39.648529" StarRating="0" HotelCode="|490595" HotelName="Sela Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ghalib Bin Jonaih Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/5/9/5/490595_bb2d3cb2355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.71" OriginalAmount="55.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.503515" Longitude="39.724093" StarRating="0" HotelCode="|554359" HotelName="E hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/3/5/9/554359_6649f111306.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.40" OriginalAmount="60.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.82" OriginalAmount="61.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="4" HotelCode="|470954" HotelName="The Seasonss" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/9/5/4/470954_1756bce1155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.15" OriginalAmount="72.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.434601" Longitude="39.656897" StarRating="0" HotelCode="|470658" HotelName="Hasana Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Branch Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/5/8/470658_e5083921257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.39" OriginalAmount="121.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|2322255" HotelName="Millennium Madinah Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/46/ca467fdd8197c82573cd3d6f40f0490102192c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.54" OriginalAmount="125.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|1622948" HotelName="Le Meridien Medina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|nozol_al_shakreen_hotel" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.42" OriginalAmount="160.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248" HotelName="Al Mukhtara International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|odst_al_madinah_hotel" HotelName="Odst Al Madinah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-32431509/3760954132558658765/39" HotelName="NEW MADINAH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.19" OriginalAmount="176.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724" HotelName="Madinah Mövenpick Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.95" OriginalAmount="238.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.61" OriginalAmount="287.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.4721477" Longitude="39.61198578" StarRating="4" HotelCode="352214|dallah_taibah_hotel" HotelName="Dallah Taibah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zar Street, PO Box 6747, Madinah Al-Munawarah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/0d/1b0d5e12d9d7effc2b2c3b189d5466d913fce4b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Dallah Taibah Hotel in Medina, you'll be in a shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="331.81" OriginalAmount="322.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|2345385" HotelName="Saja Al Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="339.90" OriginalAmount="330" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-28572478/3760954132558658765/120" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="354.32" OriginalAmount="344" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|252417-28462897/3760954132558658765/84" HotelName="DALLAH TAIBAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622600/6622541/a68bc066_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="589.48" OriginalAmount="572.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4" HotelCode="207932|917335" HotelName="Crowne Plaza Madinah" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3f/c73fb6cb9ae21983ccdf719e941356fedbe0260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="599.13" OriginalAmount="581.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|1626188" HotelName="Millennium Al Aqeeq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="664.93" OriginalAmount="645.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.471539" Longitude="39.609987" StarRating="0" HotelCode="|552481" HotelName="Taiba Suites Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area Zone</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/4/8/1/552481_f3069141135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1005.28" OriginalAmount="976.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1018.67" OriginalAmount="989" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305537-28580111/3760954132558658765/78" HotelName="LEADER AL MUNA KAREEM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2960000/2955900/2955862/46d770eb_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1103.54" OriginalAmount="1071.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|897695" HotelName="Shaza Al Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1267.05" OriginalAmount="1230.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.472759" Longitude="39.610839" StarRating="5" HotelCode="|556058" HotelName="MADEN-مادن" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/0/5/8/556058_a233f601518.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1292.42" OriginalAmount="1254.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1622.25" OriginalAmount="1575" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-28595206/3760954132558658765/210" HotelName="SOFITEL SHAHD AL MADINAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/d5d2c630_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Valet Parking,Wheelchair Access,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,LCD/Projector,Luggage Storage,Designated Smoking Area,Dining,Garden</BasicAmenities>
    <HotelRating>5,4,3,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
76962429-1c08-49d5-ac96-31fb950a5d5c|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="76962429-1c08-49d5-ac96-31fb950a5d5c">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-06T00:00:00" End="2026-06-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
76962429-1c08-49d5-ac96-31fb950a5d5c|InfiniteSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 97|Infinite|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
76962429-1c08-49d5-ac96-31fb950a5d5c|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
76962429-1c08-49d5-ac96-31fb950a5d5c|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:9b58e430-5c16-48c2-8c2f-a0b31b20ea67
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
76962429-1c08-49d5-ac96-31fb950a5d5c|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
76962429-1c08-49d5-ac96-31fb950a5d5c|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
76962429-1c08-49d5-ac96-31fb950a5d5c|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-05-20T10:29:49.0080482+01:00" Version="0" EchoToken="Search" TransactionIdentifier="76962429-1c08-49d5-ac96-31fb950a5d5c" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="143.88" OriginalAmount="139.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.04987" Longitude="-85.9002" StarRating="0" HotelCode="|229807" HotelName="Briarwood Inn Of Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1503 West Magnolia Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/8/0/7/229807_5ae89d20154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.69" OriginalAmount="150.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1852989" Longitude="6.1280999" StarRating="3" HotelCode="|19606" HotelName="Ramada Encore By Wyndham Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>LA PRAILLE, ROUTE DES JEUNES 10-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/6/19606_94b4c2c1032.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 7 floors and 24 rooms. The establishment boasts a reception, a cafÃ©, a restaurant, internet and a car park (for a fee). SITUATION: This hotel is in Carouge de Ginebra the District Close to the city centre excellent transport links to La Praille the commercial centre Geneva the Stadium of. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|nh_geneva_airport" HotelName="NH Geneva Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.43" OriginalAmount="160.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.8566196" Longitude="-77.0033723" StarRating="1" HotelCode="|361844" HotelName="Americas Best Value Inn Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>473 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/8/4/4/361844_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.64" OriginalAmount="160.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.220854" Longitude="6.113772" StarRating="1" HotelCode="212750|2764855" HotelName="ibis budget Geneve Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis-Casai 26, Cointrin, 1216 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c3/4ac3a29b2af88f2e017cf446ddf35039c592251a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|411138" HotelName="ibis budget Geneve Petit Lancy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.29" OriginalAmount="168.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.22757" Longitude="6.106633" StarRating="2" HotelCode="108400|ibis_geneve_aeroport" HotelName="ibis Genève Aéroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 10, Geneve-Cointrin, 1216 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4c/654c33731536940b5c3e725376b0c14962bbce67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cointrin. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.27" OriginalAmount="175.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.860988" Longitude="-80.941631" StarRating="2" HotelCode="|566933" HotelName="The Palms Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5169 Lake Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/3/3/566933_cb61ec81239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1883796" Longitude="6.1148364" StarRating="2" HotelCode="199175|407360" HotelName="ibis Geneve Petit Lancy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 8, 1213 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/4a/ae4a42a70935e02c7114ff9813f3283608850502.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lancy. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-24089945/2021230719374587069/19" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.19" OriginalAmount="190.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2273285" Longitude="6.1064976" StarRating="2" HotelCode="|117335" HotelName="Ibis Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/5/117335_8333e0e0919.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Geneva International it is in it is situated 10 minutes away from Geneva the centre of close to the establishment, clients can find the airport, the trade fair ground.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|nash_airport_hotel_2" HotelName="Nash Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.13" OriginalAmount="202.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2260017" Longitude="6.1020002" StarRating="3" HotelCode="|20631" HotelName="Holiday Inn Express Geneva Airport, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/1/20631_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2003, has 154 rooms and 7 floors. It has 50 single rooms and 103 double rooms. In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a TV room and a conference room. There are many services available at the establishment, including a medical care service, a laundry service, internet, indoor parking and a car park. SITUATION: This modern hotel is situated 3 kilometres away from Geneva the city centre of Where you can find shops, bars and restaurants. in front of the establishment, guests have public transport, has good links to Palexpo the Congress Centre it is situated 6 kilometres away from Geneva Lake 12 kilometres away, you can find a ski resort, is situated 1 kilometre away from Airport, the city. ROOM: The rooms with air-conditioning a bathroom with a hairdryer, They are equipped with a direct line telephone, internet, a radio, a satellite or cable television and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.22349703188" Longitude="6.0993540287018" StarRating="3" HotelCode="33834|holiday_inn_express_geneva_airport" HotelName="Holiday Inn Express Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 16, C.P. 256, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f3/42f3fbaf85d8ea045e9a5cc206e28f27c0b1b38a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located around 3km from Geneva's centre, with its various shopping facilities, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.40" OriginalAmount="217.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.8690607" Longitude="-88.2739987" StarRating="2" HotelCode="|170200" HotelName="Comfort Inn and Suites Geneva - West Chicago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1555 E. Fabyan Pkwy.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/2/0/0/170200_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207763" Longitude="6.138271" StarRating="3" HotelCode="108396|ibis_geneve_centre_gare" HotelName="ibis Geneve Centre Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Voltaire 10, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a8/dba8e4d728aee3c19e214f74c3a0a7aba7f26120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.194179" Longitude="6.142245" StarRating="2" HotelCode="213929|hotel_carmen_8" HotelName="Carmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Dancet 5, 1205 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/12/0a12347b480e38bd667fe0ca00b9b576fc50234b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL CARMEN SA is set in the Plainpalais district in Geneva, 900 m from St. Pierre Cathedral.The ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-27819789/2021230719374587069/904" HotelName="NASH SUITES HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.45" OriginalAmount="229.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2141785" Longitude="6.1352484" StarRating="3" HotelCode="|117323" HotelName="Ibis Geneve Centre Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/3/117323_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva the city centre of 800 metres away, guests can find GenÃ¨ve-Cornavin the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|878261-28446859/2021230719374587069/528" HotelName="LES CHAMBRES DU CTN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/878261/2020113104211420.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2111600226" Longitude="6.1467137932777" StarRating="2" HotelCode="81531|59060" HotelName="Résidence Studio Genève Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 36, Ecke Rue de Zurich, Paquis, 1201 Geneve, Genf, Switzerland</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a4/07a4d858bbcf5aa7c8e5daeee574e115f568fcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.75" OriginalAmount="236.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|25784" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.89" OriginalAmount="251.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2243996" Longitude="6.1004" StarRating="4" HotelCode="|9910" HotelName=" Mövenpick Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/0/9910_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 11 floors, 350 standard rooms and 6 suites. The establishment boasts a hairdresser's, a bar and a restaurant. SITUATION: This luxurious hotel is in Geneva is 5 kilometres from the city centre and the airport. It is well-connected by bus. It is situated close to the Palexpo Congress Centre. 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safe. FACILITIES: The establishment has a sauna, a solarium, a gym and a casino. OTHERS: have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202981" Longitude="6.145755" StarRating="2" HotelCode="131606|hotel_central_20" HotelName="Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 2, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/53/fe5377f280fd2147ac29f8c278b2b8e213b747c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.21" OriginalAmount="257.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.192431" Longitude="6.1380939" StarRating="0" HotelCode="|117328" HotelName="Starling Residence Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4, route des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/8/117328_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 400 metres away from the university. ROOM: The establishment has studios with kitchen, flat-screen satellite television and bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.93" OriginalAmount="258.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.213289" Longitude="6.129937" StarRating="3" HotelCode="|453743" HotelName="Stay KooooK Geneva City - Online Check in" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de la Servette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/3/453743_87261cd1307.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.01" OriginalAmount="260.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2108487" Longitude="6.1456842" StarRating="3" HotelCode="|9896" HotelName="Ibis Geneve Centre Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERNE 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/6/9896_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby with a bar, a breakfast room, room service and a laundry service. SITUATION: This hotel is surrounded by restaurants, bars and nightclubs. in front of the hotel there is a public transport stop, Rue de Berne it is in Close to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.98" OriginalAmount="261.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.205152" Longitude="6.158802" StarRating="4" HotelCode="96343|25674" HotelName="Churchill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue du Simplon, 1207 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/7a/3c7a60ee6ae96636d14323e17fe1242e75f69f7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="269.18" OriginalAmount="261.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215487338891" Longitude="6.1326509714127" StarRating="3" HotelCode="15075|1423409" HotelName="Hotel Les Nations" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Grand-Pré 62, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/63/e663657a9b1ab497c82b2481d1e4a96f0339612c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is located near to various major international organisations and the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201566" Longitude="6.158048" StarRating="4" HotelCode="77068|26426" HotelName="Hotel Century Genève" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Frontenex 24, 1207 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/54/e554d9d64c36d54cd229bc3e0a5c94b5489a5e24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1038093-28481567/2021230719374587069/428" HotelName="PRIMADOM APARTHOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36470000/36469300/36469297/1d66724c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|13243" HotelName="Hotel Strasbourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.13" OriginalAmount="271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210527090371" Longitude="6.1462819576263" StarRating="3" HotelCode="31226|nash_ville_hotel" HotelName="ibis Genève Centre Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 26, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/01/78015e291a1600471ecd80dafc36f0fa35da4e4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Rue de Berne near to Lake Geneva. The U.N. building is roughly 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.52" OriginalAmount="271.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|64474" HotelName="International &amp; Terminus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.22" OriginalAmount="274.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.192441710555" Longitude="6.1381678687172" StarRating="3" HotelCode="199952|starling_residence_geneve" HotelName="Starling Hotel Residence Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route des Acacias 4, 1227 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ac/b5ac1d7f389f115c42b2de52216269dca0197354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.22" OriginalAmount="277.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2155113" Longitude="6.147491" StarRating="3" HotelCode="|21922" HotelName="Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 rue Rothschild</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/2/2/21922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars rooms, with air-conditioning, is in Geneva a central area of. SITUATION: It is near Lake close to the central station. ROOM: The rooms a bathroom with a hairdryer, They are equipped with individual air-conditioning, internet, a safe, a satellite television with films, a direct line telephone, a kettle, a coffee maker and a mini-bar. FACILITIES: The establishment has a business centre, WiFi, a indoor car park and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|adagio_geneve_mont_blanc" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.93" OriginalAmount="281.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210638" Longitude="6.1417761" StarRating="4" HotelCode="|82167" HotelName="Le Montbrillant  Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2, rue de Montbrillant</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/1/6/7/82167_ea59d6c2022.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Geneva the centre of it is in GenÃ¨ve-Cornavin main station The establishment offers direct access to public transport services, the airport and the business area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.52" OriginalAmount="284" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.221982777272" Longitude="6.1489346623421" StarRating="3" HotelCode="23077|29232" HotelName="Eden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 135, CH-1202 Genevé</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/bf/84bfee75d1f3571267e86d296dcc27433d32dff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies within a short distance of a wonderful park, close to Lake Geneva. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="293.55" OriginalAmount="285" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-6385142/2021230719374587069/903" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/bd748f5c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.53" OriginalAmount="286.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2221487" Longitude="6.1489893" StarRating="3" HotelCode="|27758" HotelName="Eden Genève" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LAUSANNE 135</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/5/8/27758_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1936 and renovated in 2006. It has 54 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service, a lift and a currency exchange service. The establishment has a business centre and internet. With regards to the food and beverage offering, the establishment has an inviting bar and an elegant breakfast room. It has room service, a medical care service, a laundry service and indoor parking. SITUATION: This beautiful, urban hotel is close to a wonderful park, is located close to Geneva Lake it has good links to the tourist attractions, Where you can find Jet d'Eau the Fountain Palais des Nations the building is situated 2 kilometres away from the historic centre, Where guests can enjoy restaurants, bars and pubs. 300 metres away, there is a bus station, 1 kilometre away, there is a train station, 50 metres away, guests can find a public transport stop. ROOM: The inviting rooms, fully-equipped and a bathroom with a shower, They are equipped with fitted carpets, a sofa, a double bed, a direct line telephone, a hairdryer, a safe (available for a fee), a mini-bar, a radio and satellite or cable TV. They have WiFi, individual air-conditioning and central heating. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment serves a buffet breakfast, a set-menu lunch and an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.33" OriginalAmount="287.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2098759" Longitude="6.1442257" StarRating="3" HotelCode="|22134" HotelName="Hôtel le Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/4/22134_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 51 rooms and 5 floors. It has a reception, a safety deposit box service, a currency exchange service, a lift and a TV room. It also has a breakfast room, with air-conditioning and highchairs. The establishment has a conference room. SITUATION: This hotel is in a central area. It is close to the tourist centre. Close to the establishment, guests have Geneva Central Train Station. Nearby, you will find the banks. 10 metres away, there is a public transport stop, restaurants and bars. 100 metres away, guests have shops. 500 metres away you can find Lake Geneva. It is 5 kilometres away from Geneva Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet and a central heating system. They also have a double bed, fitted carpets, a mini-bar, a safety deposit box and a small sitting room. FACILITIES: In the surrounding area, guests can find sports areas entertainment and leisure areas. Clients can enjoy activities such as go cycling, mountain-biking, billiards, surfing, sailing, jet-skiing, motorboat rides, diving, pedal boats, go canoeing, horse-riding, beach volleyball, bowling and a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard, Diners Club and EC. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|hotel_jade_2" HotelName="Hôtel Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="302.82" OriginalAmount="294" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.526991" Longitude="-119.780337" StarRating="4" HotelCode="0|95296-6362201/2021230719374587069/907" HotelName="CENTURY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 2500 E 2nd St, RENO, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7900/7840/8aa3a6c4_b.jpg</HotelPictures>
        <HotelDescription>Boasting a fabulous situation facing the Truckee River in Reno, this splendid hotel is a perfect destination for travellers looking for high quality accommodation and excellent services. Travellers will find themselves within a few steps from the myriad of local businesses, corporate offices and within easy access to links of transport. This contemporary complex offers a wide variety of restaurants, bars, nightclubs and leisure facilities. The spacious rooms and suites open a delightful oasis of peace and tranquillity in which to completely relax at all times. Visitors may tone up at the well-equipped fitness centre, relax in the spa, go shopping, play indoor golf or enjoy the ultimate movies premieres at the on-site cinema.  Corporate travellers may make use of impressive meeting facilities, perfect to house a business conference or a special occasion.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.88" OriginalAmount="296.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210992" Longitude="6.141871" StarRating="4" HotelCode="66865|le_montbrillant_hotel_residence" HotelName="Le Montbrillant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue de Montbrillant, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/be/8ebe47ed78125ee72b65c42aca716f05eb00b391.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9675-6385058/2021230719374587069/912" HotelName="STRASBOURG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32660000/32658800/32658779/836a40e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.97" OriginalAmount="299" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209544" Longitude="6.143909" StarRating="3" HotelCode="31229|3651" HotelName="Hotel Cristal [Design]" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 4, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f8/caf8672a8906d088a37fa49b679116e1da123022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel may be reached from the station by crossing the Mont Blanc pedestrianised street. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.64" OriginalAmount="301.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209611" Longitude="6.143972" StarRating="3" HotelCode="|161361" HotelName="Cristal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE PRADIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/1/3/6/1/161361_19a601a0229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.12" OriginalAmount="304.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215122" Longitude="6.146158" StarRating="3" HotelCode="81281|design_hotel_f6" HotelName="Design F6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Ferrier, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/65/b8659548e91d5fdb46fd1c9ccd676f3f7167c984.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.15" OriginalAmount="305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.200253" Longitude="6.15973" StarRating="4" HotelCode="77149|hotel_diplomate_2" HotelName="Hotel Diplomate Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Terrasserie, Geneve 1207</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/09/4c09305b7de92107b985e133c52d1626a87bc070.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.24" OriginalAmount="306.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1927595" Longitude="6.1432022" StarRating="3" HotelCode="|117329" HotelName="Appart'Hôtel Residence Dizerens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Dizerens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/9/117329_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Geneva the centre of. ROOM: The establishment has simple rooms and a fully-equipped kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.67" OriginalAmount="306.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2123701" Longitude="6.1462309" StarRating="3" HotelCode="|20635" HotelName="Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA NAVIGATION 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/5/20635_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel The establishment has a business centre (free of charge), WiFi (free of charge), a laundry service and a car park. The establishment offers a transfer service. SITUATION: This hotel is on a quiet street, is 5 minutes away from the city centre, Where you can find shops, bars and restaurants. it is 5 minutes away from the railway station ,Leman Lake 15 minutes away from the establishment guests have the airport. ROOM: The rooms have a bathroom with a hairdryer, an air-conditioning system, heating, a direct line telephone, a television, a radio, internet, a mini-bar, a double bed, a safe and a sitting room. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.21" OriginalAmount="307.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|hotel_kipling_manotel" HotelName="Hôtel Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.77" OriginalAmount="314.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.179487" Longitude="6.138058" StarRating="2" HotelCode="|378220" HotelName="Ibis Styles Genève Carouge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route De Saint Julien 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/8/2/2/0/378220_47010f92322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.11" OriginalAmount="315.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21289" Longitude="6.145087" StarRating="4" HotelCode="|79915" HotelName="Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33, rue de Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/9/1/5/79915_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars and was built in 1978. Guests have a restaurant. SITUATION: It is in the centre of Geneva. ROOM: The establishment has 102 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.48" OriginalAmount="316.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|hotel_auteuil" HotelName="Hôtel Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.55" OriginalAmount="318.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20361" Longitude="6.14651" StarRating="4" HotelCode="|451249" HotelName="Ruby Claire Geneva" 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/1/2/4/9/451249_2d57a581313.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.57" OriginalAmount="319" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.194876925992" Longitude="6.127217824537" StarRating="3" HotelCode="370000|492284" HotelName="Chez Maman Boutique-Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Rampe Quidort 2, Acacias, 1227 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/83/32831ac7fa38558d28f7763aa118f71e097d2fc8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.04" OriginalAmount="321.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21001" Longitude="6.144922" StarRating="3" HotelCode="80750|211154" HotelName="Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>23 rue des Alpes, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/d5/91d5fac24b11612b96b8bb26aa85971241bfbfca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Hotel Montana promises a relaxing...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.69" OriginalAmount="323" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|3652" HotelName="Hotel Cornavin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.12" OriginalAmount="323.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20698" Longitude="6.14367" StarRating="3" HotelCode="|453755" HotelName="Rousseau Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue Rousseau 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/5/5/453755_85509f31313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.51" OriginalAmount="323.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|181836" HotelName="Novotel Suites Geneve Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.75" OriginalAmount="325" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-32413817/2021230719374587069/635" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

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="335.78" OriginalAmount="326.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20700353" Longitude="6.14374581" StarRating="3" HotelCode="371395|hotel_rousseau" HotelName="Hotel Rousseau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>RUE ROUSSEAU, 13, CH - 1201 GENÈVE</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1e/b01eaff7defc73730e8b8b345233042cf0b0cb0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.12" OriginalAmount="326.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.200547" Longitude="6.134652" StarRating="4" HotelCode="80131|2507525" HotelName="Home Swiss Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Sainte-Clotilde 7, 1205 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f4/30f4c978d5d8e36fd6766d93ea674846ab521b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.84" OriginalAmount="328.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20944" Longitude="6.145121" StarRating="3" HotelCode="11429|capitole_hotel" HotelName="ibis Styles Genève Mont Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 15, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/b3/50b3f178a865f07e308800539a729b2ab51e011c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an outstanding location in the heart of Geneva, close to the historical old town. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.14" OriginalAmount="328.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20279" Longitude="6.147469" StarRating="4" HotelCode="|451097" HotelName="citizenM Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue de la Rotisserie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/9/7/451097_90345681400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.47" OriginalAmount="329.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2087059" Longitude="6.142611" StarRating="3" HotelCode="|9892" HotelName="Suisse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin ,10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/2/9892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Suisse Geneve is rated three stars, was built in 1830, has a restaurant, lifts, a concierge and a safety deposit box service. The establishment offers guests room service, a cafÃ© and business facilities. SITUATION: This establishment is in the centre of Geneva. ROOM: The establishment has 62 rooms with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.99" OriginalAmount="333.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210571408642" Longitude="6.1460119554783" StarRating="3" HotelCode="63679|9hotel_paquis" HotelName="9Hotel Genève Paquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de Berne, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/80/a2803394eae2e88261550f6bfad6b6cdfd0b08e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This five-storey hotel is set 300 m from Lake Geneva and 1 km from St Pierre Cathedral. A range of l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.02" OriginalAmount="334.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209154474743" Longitude="6.1429882049561" StarRating="3" HotelCode="31234|hotel_suisse_3" HotelName="Suisse Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 10, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e5/fbe505dfc466c891d41d8fa3da9e249a45db8903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly on Place Cornavin, opposite Geneva's main train station. An abunda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.21" OriginalAmount="334.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.86155" Longitude="-80.945634" StarRating="2" HotelCode="|539604" HotelName="Uncle Toms Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5275 Lake Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/6/0/4/539604_3d2cf262121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.11" OriginalAmount="337" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|29231" HotelName="Novotel Genève Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="348.14" OriginalAmount="338" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|95297-32594787/2021230719374587069/166" HotelName="DIPLOMATE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/28200/28124/fd914022_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.14" OriginalAmount="338.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="349.70" OriginalAmount="339.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|358432" HotelName="Des Alpes Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.23" OriginalAmount="341.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2154305" Longitude="6.1487821" StarRating="4" HotelCode="31227|hotel_nvy" HotelName="Hôtel Nvy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Richemont 18, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/26/1426d075fdbbd3dc00e152b9ae9cd23fe1f11c82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a peaceful street, right at the heart of Geneva and is just metres from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="353.29" OriginalAmount="343" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-28499998/2021230719374587069/207" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|16962" HotelName="NH Geneva City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="361.32" OriginalAmount="350.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2150993" Longitude="6.1483002" StarRating="4" HotelCode="|9897" HotelName="N'vy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE RICHEMONT 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/7/9897_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 8 floors and 153 standard rooms. In the entrance, guests are offered a lobby with elevators, a safety deposit box service, a currency exchange service and a reception. The establishment offers guests a cafÃ©, a bar, a restaurant with air-conditioning and highchairs. The establishment has a business centre and WiFi. There are many services available at the establishment, including room service, a laundry service and a medical care service. It has bicycle rental, a car park (for a fee), bicycle storage and a terrace. SITUATION: This hotel is on a peaceful street. Is situated in Geneva city centre, close to shops, leisure areas and entertainment. It is located 100 metres away from a lake. 50 metres away, guests can find a public transport stop. 300 metres away, guests will find the central station. Is 8 kilometres from Geneva Airport. ROOM: The cosy rooms have a bathroom with a hairdryer and scales. They are equipped with a direct line telephone, a radio, satellite or cable TV, pay channels, WiFi, a mini-bar, a coffee maker and a kettle. They have a double bed, fitted carpets, a safety deposit box (available for a fee), an air-conditioning system and individual heating. FACILITIES: The establishment has a gym. In the surrounding area, guests can find bars and nightclubs. It is 15 minutes away from the fair centre. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and JCB. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte restaurant. It has a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.02" OriginalAmount="352.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|43130" HotelName="Tiffany Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.77" OriginalAmount="359.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211188" Longitude="6.145722" StarRating="3" HotelCode="131546|hotel_d_geneva" HotelName="At Home Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="Coffee Shop,Housekeeping,Internet,Luggage Storage,Off-Site Parking,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue de Fribourg, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/02/a802b5bc415e4e7d6f1ece2b15865cf218efd42c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="370.80" OriginalAmount="360" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-6368564/2021230719374587069/915" HotelName="CORNAVIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="370.83" OriginalAmount="360.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.206555" Longitude="6.144825" StarRating="4" HotelCode="108654|2163695" HotelName="The New Midi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Chevelu 4, 1201 Geneve, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/2c/cc2c94b1b2d53da2d8d8ad83a19b2c94f5c8bf68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="372.86" OriginalAmount="362" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12462-6385127/2021230719374587069/918" HotelName="CRISTAL DESIGN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47100/47097/84f3ef23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="376.98" OriginalAmount="366" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3025-24738940/2021230719374587069/1031" HotelName="NOVOTEL GENEVE CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65000/64976/ea2e4d06_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.98" OriginalAmount="366.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|mon_repos" HotelName="Mon Repos Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.24" OriginalAmount="367.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2062054" Longitude="6.144769" StarRating="4" HotelCode="|82658" HotelName="The Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, quai des Bergues</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/5/8/82658_34ef2fe2036.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Geneva Lake it is in the city centre, 15 minutes away from the establishment, clients can find the airport, 500 metres away, clients have the railway station, Close to RÃ³dano the river. FACILITIES: Guests are offered WiFi (free of charge), a restaurant and a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.76" OriginalAmount="367.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2072067" Longitude="6.1448154" StarRating="4" HotelCode="|9911" HotelName="Rotary Geneva – Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Du Cendrier,18-20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/1/9911_d3776a11111.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Rotary is rated four stars was built in 1978 and it is situated in Geneva city centre. The establishment boasts 2 restaurants, lifts and a safety deposit box service. The establishment offers room service, a bellboy and business facilities. ROOM: The establishment has 94 rooms, fully-equipped, a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.03" OriginalAmount="367.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2118432" Longitude="6.1279629" StarRating="4" HotelCode="|26520" HotelName="Geneva By Fassbind" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE WENDT 42 / 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/2/0/26520_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 70 rooms, 6 floors, 7 suites and 5 apartments. It is on a main street, In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a conference room and internet. The establishment also has indoor parking, room service and a laundry service. SITUATION: This hotel Palais des Nations it is 5 minutes away from 600 metres away, there is a public transport stop, the establishment is a 13-minute drive away from the beach, the river, bars and Geneva the tourist area of 3 kilometres away, you can find the historic centre, the establishment is 1,3 kilometres away from shops, is 10 minutes away from the airport. ROOM: The fully-equipped rooms, have a bathroom with a hairdryer, a satellite or cable television, internet, a double bed, fitted carpets, an air-conditioning system, central heating and a safety deposit box (available for a fee). FACILITIES: 5,3 kilometres away, guests can enjoy a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.11" OriginalAmount="369.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2248398" Longitude="6.1068628" StarRating="4" HotelCode="|9900" HotelName="Crowne Plaza Geneva, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE LOUIS CASAI 75-77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/0/9900_1_1105.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 308 standard rooms. The establishment offers guests a transfer service to the airport (free of charge). In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, lifts, a gift shop and a hairdresser's. Regarding the food and beverage offering, the establishment has a bar and 2 restaurants. You are also offered a business centre with WiFi and 18 conference rooms. There are many services available at the establishment, including room service, a laundry service, bicycle rental and indoor parking. SITUATION: This hotel is 3 kilometres from Geneva city centre. It is well-connected by public transport. In front of the hotel there is a public transport stop. The establishment is situated 500 metres away from the Blaxert shopping centre. Is 3 kilometres from ONU the fair centre and the sea. 10 kilometres away, you can find Lelex-Crozet Ski Resort. 1 kilometre away, you can find Geneva International Airport. ROOM: The soundproofed rooms, with air-conditioning, have a bathroom with a hairdryer, a satellite or cable television, a radio, films (available for a fee), a direct line telephone, a mini-bar, a safe, WiFi, a coffee maker, a kettle, an iron, a double bed, heating and individual air-conditioning. FACILITIES: Guests are offered a sauna, a massage service (available for a fee) and a gym. Clients can enjoy go cycling. 10 kilometres away from the establishment, clients have at their disposal a golf course. OTHERS: The establishment offers buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.55" OriginalAmount="369.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21312" Longitude="6.14538" StarRating="4" HotelCode="|9915" HotelName="Royal Manotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/5/9915_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional hotel, has 2 business areas, internet (for a fee) and WiFi. The establishment boasts Rive Droite Restaurant and an inviting bar with a fireplace. The establishment offers guests conference facilities. It has a car park and a transfer service. SITUATION: This hotel is near public transport services. It is located 100 metres away from nightclubs, bars and restaurants. 500 metres away, guests can find shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, a fridge, a satellite or cable television, a safety deposit box (available for a fee), an air-conditioning system, heating and fitted carpets. FACILITIES: The establishment has a sauna, a Jacuzzi, a massage service and a gym. OTHERS: The establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.89" OriginalAmount="370.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2112" Longitude="6.14579" StarRating="4" HotelCode="|453747" HotelName="D Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de Fribourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/7/453747_5c2f2021356.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="383.16" OriginalAmount="372" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-11154322/2021230719374587069/921" HotelName="AUTEUIL MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="384.19" OriginalAmount="373" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-6385052/2021230719374587069/924" HotelName="WARWICK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w3837h2557x3y3-8c5d02cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.84" OriginalAmount="374.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207270436657" Longitude="6.145139336586" StarRating="4" HotelCode="31231|154049" HotelName="Hotel Rotary Geneva - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Rue du Cendrier, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/25/9d25b6c5f95987feab691c971e2ec421e60ff3a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the immediate vicinity of the business centre. From here all of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.98" OriginalAmount="374.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2088699" Longitude="6.1426601" StarRating="3" HotelCode="|28503" HotelName="Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>place Cornavin,6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/5/0/3/28503_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Astoria is rated three stars was built in 1940 and it is in Geneva city centre. The establishment boasts lifts, a safety deposit box service and a sauna. The establishment offers room service and business facilities. ROOM: The establishment has 63 rooms, fully-equipped, a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.28" OriginalAmount="376" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-28578802/2021230719374587069/615" HotelName="HOTEL GENEVA BY FASSBIND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="388.31" OriginalAmount="377" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-24740082/2021230719374587069/1039" HotelName="TIFFANY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.34" OriginalAmount="378" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|36632" HotelName="Hotel Sagitta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="389.34" OriginalAmount="378" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|266186-28498329/2021230719374587069/432" HotelName="DES ALPES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54700/54601/61685e27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="389.34" OriginalAmount="378.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.37" OriginalAmount="379.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|hotel_royal_manotel" HotelName="Hôtel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="394.49" OriginalAmount="383" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3018-6385103/2021230719374587069/926" HotelName="N'VY MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20700/20633/e38b519c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="397.54" OriginalAmount="385.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2104953" Longitude="6.145953" StarRating="3" HotelCode="|32293" HotelName="9hotel Paquis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERNE 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/2/9/3/32293_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 64 rooms and 4 floors. The establishment has a reception, a currency exchange service, a safety deposit box service, a lift, a cafÃ©, a television room and a laundry service. SITUATION: This hotel is 300 metres away from Geneva Lake 1 kilometre away from San Pedro Cathedral 2 minutes away, there is public transport, it takes 10 minutes to get to ONU the building in just 5 minutes, clients can get to the historic centre. ROOM: Each room has wooden furniture, a bathroom with a shower or bath, a direct line telephone and cable television. FACILITIES: 20 minutes away, there is a golf course. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast and a breakfast service in the room, available at an extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="400.67" OriginalAmount="389" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185048-28496514/2021230719374587069/298" HotelName="DESIGN HOTEL F6" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1670000/1668600/1668528/906a723d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.208880071691" Longitude="6.1429721731862" StarRating="3" HotelCode="76971|27504" HotelName="Hotel Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 6, 1201 Genève, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/76/f4763fbd2af4b169d73877637d8472903d3f50ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is just 50 m from bus, tram and train terminals. Within a few minutes' walk, guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20636" Longitude="6.144568" StarRating="4" HotelCode="82927|167531" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Quai des Bergues, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/1c/901c98a99da576e166af1af88a4fae21f84ffe86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.16" OriginalAmount="394.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|601925" HotelName="Hotel Bernina Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="407.88" OriginalAmount="396" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17007-28497305/2021230719374587069/683" HotelName="MON REPOS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7600/7594/d015b62f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.15" OriginalAmount="405" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|595046-28550403/2021230719374587069/520" HotelName="CHEZ MAMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10030000/10020800/10020762/cf2ad077_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="419.21" OriginalAmount="407" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-28497306/2021230719374587069/284" HotelName="SAGITTA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.27" OriginalAmount="409" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|912426-28448267/2021230719374587069/164" HotelName="BOEL 3 STUDIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/912426/202212192224288.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="430.54" OriginalAmount="418" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17002-24740081/2021230719374587069/1144" HotelName="BERNINA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/542200/542125/e3db7367_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="433.42" OriginalAmount="420.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1947544" Longitude="6.127218" StarRating="3" HotelCode="|375596" HotelName="Chez Maman &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rampe Quidort 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/5/9/6/375596_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.20" OriginalAmount="440.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211394818185" Longitude="6.1499807238579" StarRating="3" HotelCode="11984|hotel_edelweiss_2" HotelName="Hôtel Edelweiss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de la Navigation 2, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f7/a6f71b0373a0e71f6e75ac11648251f81e3f8428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This authentic Swiss chalet is located in the Alps at the heart of Geneva, close to the United Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.84" OriginalAmount="443.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|140094" HotelName="Eastwest" 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,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="461.44" OriginalAmount="448" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17006-28561323/2021230719374587069/611" HotelName="LE MONTBRILLANT GENEVE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24600/24577/39dbfc13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="522.21" OriginalAmount="507" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215511144051" Longitude="6.149122317791" StarRating="3" HotelCode="318234|393071" HotelName="Hotel Drake Longchamp" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Butini 7, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/8f/658f2186cab8faffdc4aa8ff86773579be8c37cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the middle of the commercial and cultural district of Geneva, just 250...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="552.08" OriginalAmount="536" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17003-19582802/2021230719374587069/147" HotelName="EDELWEISS MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5000/4955/f98246f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="580.92" OriginalAmount="564" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12465-6385115/2021230719374587069/959" HotelName="DRAKE LONGCHAMP" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460411/aea41ff0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="663.36" OriginalAmount="644.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1950613" Longitude="6.1499723" StarRating="3" HotelCode="|327112" HotelName="Adriatica" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Sautter, 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/1/1/2/327112_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="692.37" OriginalAmount="672.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202821" Longitude="6.151264" StarRating="4" HotelCode="|453741" HotelName="Marmont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Prince</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/1/453741_d4013cc1352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="704.52" OriginalAmount="684.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203079" Longitude="6.150302" StarRating="3" HotelCode="80255|hotel_longemalle" HotelName="Longemalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Place Longemalle, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/aa/f6aa2e9c9e7e8f192f72ea0115b9228c62cb7411.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="707.61" OriginalAmount="687" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20755629487" Longitude="6.1469551920891" StarRating="4" HotelCode="11221|7049" HotelName="Bristol" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue du Mont-Blanc, Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15efe92de70dd54215e5e39661dd9404b6c3bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the centre of Geneva, on Rue de Mont Blanc, just a few minutes Lak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="708.64" OriginalAmount="688" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|402551-28502211/2021230719374587069/490" HotelName="ADRIATICA GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/402551/2016517124328725.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="751.90" OriginalAmount="730" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1038123-28587056/2021230719374587069/676" HotelName="MARMONT HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45780000/45777500/45777479/d608ec0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="781.77" OriginalAmount="759.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202843156881" Longitude="6.1501550674439" StarRating="4" HotelCode="78718|hotel_de_la_cigogne" HotelName="de la Cigogne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8b7a8d505ee9c5d81c498916a003d6487fe6e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="806.49" OriginalAmount="783" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20316285" Longitude="6.1456586" StarRating="4" HotelCode="474851|408377" HotelName="Fraser Suites Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 3-5, 1204 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d3676122102aa63be9def57207d9fe2574147a56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geneva City Center, Fraser Suites Geneva is a perfect starting point from which to explor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="825.03" OriginalAmount="801.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|les_armures" HotelName="Les Armures" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="864.20" OriginalAmount="839.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203197" Longitude="6.145716" StarRating="4" HotelCode="|453304" HotelName="Fraser Suites Geneva - Serviced 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/5/3/3/0/4/453304_f3a284e0851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="878.59" OriginalAmount="853" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|6025" HotelName="Hotel Metropole Geneve" 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,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="897.62" OriginalAmount="871.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2036285" Longitude="6.1521354" StarRating="5" HotelCode="|9898" HotelName="Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai General Guisa 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/8/9898_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1854, renovated in 2004, has 5 floors and 127 rooms. It has 21 single rooms, 16 suites and 90 double rooms. In the establishment entrance, guests will find a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a piano bar, a conference room and internet. With regards to the food and beverage offering, the establishment has Le Grand Quai the Ã  la carte restaurant It has a car park (for a fee), room service, a laundry service and a medical care service. SITUATION: Is situated inGeneva the city centre of it is opposite Leman Lake It is in the commercial district, in the surrounding area of the establishment, guests can find shops, bars, nightclubs, restaurants and public transport. It is situated 12 kilometres away from a golf course, 65 kilometres away, you can find a ski resort. ROOM: The rooms with carpet, a bathroom and a hairdryer. They are equipped with a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed, a safety deposit box and central heating. FACILITIES: Guests are offered a massage service, a gym, sailing and an entertainment programme. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="987.77" OriginalAmount="959.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.224451" Longitude="6.132978" StarRating="5" HotelCode="49113|intercontinental_geneva" HotelName="Intercontinental Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chemin du Petit-Saconnex 7-9, 1211 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6d/c26dc862f29c58dd813020b6e6530d431fb4e9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is located only a stone's throw from the United Nations headquarters and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1010.43" OriginalAmount="981" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|974431-28597488/2021230719374587069/403" HotelName="THE HAMLET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42700000/42697700/42697646/1947c56a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1013.05" OriginalAmount="983.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209484" Longitude="6.1488879999999" StarRating="5" HotelCode="213930|1018698" HotelName="Swiss Luxury Appartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe-Plantamour 6, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/5c/bc5ce1836c17fde04e1da8007d05c49be8e18486.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 24 rooms. Services and facilities at the hotel include room service an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1037.21" OriginalAmount="1007" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-6385082/2021230719374587069/968" HotelName="METROPOLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1042.81" OriginalAmount="1012.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1992573" Longitude="6.1494061" StarRating="0" HotelCode="|327205" HotelName="Nest Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Etienne Dumont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/2/0/5/327205_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1112.40" OriginalAmount="1080" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|19998" HotelName="Mandarin Oriental Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business 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,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1139.18" OriginalAmount="1106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595077-28564522/2021230719374587069/609" HotelName="LE JOUR ET LA NUIT BED AND BREAKFAST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/595077/2019212165035774.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1140.40" OriginalAmount="1107.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2094132" Longitude="6.1488659" StarRating="5" HotelCode="|117325" HotelName="Swiss Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe - Plantamour 6 - 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/5/117325_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva a central area of 600 metres away, guests can find the railway station, 200 metres away, guests have a lake near restaurants, shops. ROOM: Guests can find modern rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1151.40" OriginalAmount="1117.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1162.84" OriginalAmount="1128.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1183.47" OriginalAmount="1149" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|29233" HotelName="La Reserve Geneve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1227.76" OriginalAmount="1192" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870900000000000" Longitude="2.349900000000000" StarRating="5" HotelCode="0|27493-24738939/2021230719374587069/1085" HotelName="MANDARIN ORIENTAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE D'HAUTEVILLE, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47102/e7a6d307_b.jpg</HotelPictures>
        <HotelDescription>This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.

The hotel has a total of 33 rooms. Facilities include a 24-h reception desk, a lift, a lounge and a little interior garden. A free wifi access is available. Car parking facilities in the neighbourhood are available to those arriving by car.

The tasteful rooms each come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, an Internet connection, a double bed, a hire safe and a minibar. Individually controllable heating and air conditioning feature as standard.

Guests may select their breakfast from an ample buffet.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1239.19" OriginalAmount="1203.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|CAY369700" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1359.73" OriginalAmount="1320.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1380.20" OriginalAmount="1340.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|hotel_president_wilson_a_luxury_collection_hotel" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1402.86" OriginalAmount="1362" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|14258-28593865/2021230719374587069/387" HotelName="D`ANGLETERRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47120/be06c03a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1551.18" OriginalAmount="1506" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3026-28596634/2021230719374587069/368" HotelName="PRESIDENT WILSON A LUXURY COLLECTION GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14300/14221/7c37d055_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2572.05" OriginalAmount="2497.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2092018" Longitude="6.1501999" StarRating="5" HotelCode="|9894" HotelName="Beau Rivage Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI DU MONT-BLANC 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/4/9894_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1865, has 6 floors and 91 rooms. It has 31 single rooms, 78 double rooms and 6 suites. The establishment boasts a bar, a pub and a restaurant. It has a car park and indoor parking (for a fee). SITUATION: This historic hotel is in an excellent location, is situated in front of Geneva Lake Has beautiful views of the bay and Les Alpes wonderful views of it is close to Geneva the historic centre of Where you can find shops. nearby, there is public transport. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2581.18" OriginalAmount="2506" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|59809" HotelName="Beau Rivage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3256.21" OriginalAmount="3161.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2069473" Longitude="6.1475101" StarRating="5" HotelCode="|55948" HotelName="Four Seasons  Des Bergues Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai Des Bergues ,33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/4/8/55948_d1a80dc1001.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 5 stars and was built in 1834. It is in Geneva city centre, The establishment boasts 2 restaurants, lifts, a concierge and a safety deposit box service. The establishment offers guests room service and business facilities. ROOM: The establishment has 122 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3638.99" OriginalAmount="3533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.206886196326" Longitude="6.1470195651054" StarRating="5" HotelCode="11720|four_seasons_geneva" HotelName="Four Seasons Des Bergues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Quai des Bergues, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f8/68f86648d07eb90838ff1e20b894e593e4795702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is housed within a listed building and offers stylish interiors, a cosy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3728.14" OriginalAmount="3619.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212118" Longitude="6.152397" StarRating="5" HotelCode="|451078" HotelName="The Woodward, an Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Quai Wilson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/7/8/451078_2796a991359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4289.95" OriginalAmount="4165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|hotel_de_la_paix_12" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4545.53" OriginalAmount="4413.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4944.00" OriginalAmount="4800" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12464-28593885/2021230719374587069/496" HotelName="THE RITZ-CARLTON DE LA PAIX GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22700/22672/62320231_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.04" OriginalAmount="197.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.861681" Longitude="-80.943581" StarRating="2" HotelCode="|566936" HotelName="Pete\'s Lakefront Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5225 Old Lake Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Central Heating,Currency Exchange,Shopping Arcade,Designated Smoking Area,Lounge,Spa,Kitchen,Bicycle Rental,Wheelchair Access,Diet Meals,Golf,Nightclub,Garden,Jacuzzi,Swimming Pool,Elevator,Meeting Room,Parking,Coffee Shop,Housekeeping,Luggage Storage,Off-Site Parking</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL DE CHARME,SPA HOTEL,HOTEL,APARTHOTEL,APARTMENT,APARTMENT HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
76962429-1c08-49d5-ac96-31fb950a5d5c|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="76962429-1c08-49d5-ac96-31fb950a5d5c">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-06T00:00:00" End="2026-06-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="29668|hotel_de_la_paix_12" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
76962429-1c08-49d5-ac96-31fb950a5d5c|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
76962429-1c08-49d5-ac96-31fb950a5d5c|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
76962429-1c08-49d5-ac96-31fb950a5d5c|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
76962429-1c08-49d5-ac96-31fb950a5d5c|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="76962429-1c08-49d5-ac96-31fb950a5d5c" TimeStamp="0001-01-01T00:00:00" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" HotelCode="29668|33148" StarRating="5" GTCityId="11670" CountryCode="CH" CityName="Geneva" CountryName="Switzerland" Address="Quai du Mont-Blanc 11, 1201 Geneva" PostCode="1211" PhoneNo="+41229096000" FaxNo="" Email="rc.gvarz.reservations@ritzcarlton.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="46.207879294145" Longitude="6.1485990699406" SourceId="27" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Suite (full double bed and sofa) (king size bed)" RoomTypeCode="h-3e2ff45a-2565-5549-bbf9-d2c60d843660|63|NDE2NS4wMHxHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="4165" TotalPrice="4289.95" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>CHF 17.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 152.48-- 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Locker|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4289.95" /></CancelPenalty><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4289.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Suite" RoomTypeCode="h-2713567c-6f39-5a98-a00d-0010ebaf2a9e|63|NDIxNi4wMHxHQlB8MjAyNi0wNi0wMQ==" OriginalAmount="4216" TotalPrice="4342.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/05/2026"><AdditionalDetails>CHF 17.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 154.34-- 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Locker|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4342.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite 1 bedroom - Garden view" RoomTypeCode="281345813|3|4224|27|NDIyNHxHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="4224" TotalPrice="4350.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T09:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4224" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, SUITE, GARDEN VIEW" RoomTypeCode="0|1331|1242743335|1779269450028377B2129B16||no|25714|16|NDI1Mi4wMnxHQlB8MjAyNi0wNi0wNg==" OriginalAmount="4252" TotalPrice="4379.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><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, debit card, or cash deposit 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 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;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&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: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. 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;A tax is imposed by the city: CHF 4.25 per person, 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 continental breakfast: approximately CHF 55 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: CHF 50 per vehicle (one way)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Covered valet parking fee: CHF 55 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Nearby parking fee: CHF 36 per day (1640 ft away)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: CHF 135 per accommodation, per stay&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: CHF 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 massage services and spa treatments. 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;One child 10 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &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;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;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 21.55 USD,Tax Recovery Charges and Service Fees for 2 people: 184.16 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4379.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Suite (sofa)" RoomTypeCode="h-5942f9e7-1bf4-5cbe-9ad1-ad83ec14e86d|63|NDMyMy4wMHxHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="4323" TotalPrice="4452.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>CHF 17.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 158.26-- 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Locker|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4452.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, SUITE, KING BED, GARDEN VIEW, SOFA" RoomTypeCode="0|1331|1242764165|1779269450065918B2098B0||no|25714|16|NDMzNy4wNHxHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="4337" TotalPrice="4467.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4467.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, KING BED, GARDEN VIEW" RoomTypeCode="0|1331|1242781055|1779269450020739B2021B0||no|25714|16|NDM4OS45OXxHQlB8MjAyNi0wNi0wNg==" OriginalAmount="4390" TotalPrice="4521.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><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.
Mandatory Fee Policy: This hotel charges an additional $21.51 USD mandatory fee. This fee will be charged to you directly by the hotel. Mandatory fees are not optional and typically cover items such as resort fees, energy charges or safe fees. The amount of the charge is subject to change. Tax per Night. Total price: 17.00 CHF Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4521.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Suite (full double bed) (bed type is subject to availability)" RoomTypeCode="h-cd72a10e-f055-50c4-907a-f533bb58d0d6|63|NDQzNS4wMHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="4435" TotalPrice="4568.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/05/2026"><AdditionalDetails>CHF 17.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 162.36-- 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Locker|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-31T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4568.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Junior Suite with lake view (full double bed) (king size bed)" RoomTypeCode="h-56c64ded-0551-5d35-a539-f0675620ff56|63|NDU2MC4wMHxHQlB8MjAyNi0wNS0yMA==" OriginalAmount="4560" TotalPrice="4696.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CHF 17.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 166.94-- 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Locker|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-15T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4696.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: JUNIOR SUITE, KING BED" RoomTypeCode="0|0|1242745025|1779269450028377B2129B7||yes|25714|16|NDYzOC41NnxHQlB8MjAyNi0wNS0yMA==" OriginalAmount="4639" TotalPrice="4777.72" 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, debit card, or cash deposit 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 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;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&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: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. 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;A tax is imposed by the city: CHF 4.25 per person, 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 continental breakfast: approximately CHF 55 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: CHF 50 per vehicle (one way)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Covered valet parking fee: CHF 55 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Nearby parking fee: CHF 36 per day (1640 ft away)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: CHF 135 per accommodation, per stay&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: CHF 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 massage services and spa treatments. 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;One child 10 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &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;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;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 21.55 USD,Tax Recovery Charges and Service Fees for 2 people: 200.90 USD (This amount is included within the total price). NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4777.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite - King bed" RoomTypeCode="287143162|1|4746|27|NDc0NnxHQlB8MjAyNi0wNS0yMA==" OriginalAmount="4746" TotalPrice="4888.38" 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T10:30:52.6473386+01:00" End="2026-06-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4746" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: JUNIOR SUITE, KING BED, LAKE FRONT" RoomTypeCode="0|0|1242798185|1779269450018083B2172B3||yes|25714|16|NDc2OC42OXxHQlB8MjAyNi0wNS0yMA==" OriginalAmount="4769" TotalPrice="4911.75" 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4911.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite" RoomTypeCode="281828339|1|5120|27|NTEyMHxHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="5120" TotalPrice="5273.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T09:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5120" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Junior Suite with lake view (full double bed) (bed type is subject to availability)" RoomTypeCode="h-e5be8522-e5c6-5329-a169-6fb1ca3bec9e|63|NTI0MC4wMHxHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="5240" TotalPrice="5397.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>CHF 17.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 191.83-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Locker|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5397.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Junior Suite with lake view (full double bed) (king size bed)" RoomTypeCode="h-84b86ce3-fdee-57ad-a530-ff76d0a96243|63|NTI0Ny4wMHxHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="5247" TotalPrice="5404.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>CHF 17.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 192.09-- 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Locker|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5404.41" /></CancelPenalty><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5404.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite - King" RoomTypeCode="210655629|3|5321|27|NTMyMXxHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="5321" TotalPrice="5480.63" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T09:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5321" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: JUNIOR SUITE, KING BED" RoomTypeCode="0|1331|1242745025|1779269450028377B2129B9||no|25714|16|NTM1Ni40NHxHQlB8MjAyNi0wNi0wNg==" OriginalAmount="5356" TotalPrice="5517.13" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><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, debit card, or cash deposit 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 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;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&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: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. 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;A tax is imposed by the city: CHF 4.25 per person, 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 continental breakfast: approximately CHF 55 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: CHF 50 per vehicle (one way)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Covered valet parking fee: CHF 55 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Nearby parking fee: CHF 36 per day (1640 ft away)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: CHF 135 per accommodation, per stay&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: CHF 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 massage services and spa treatments. 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;One child 10 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &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;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;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 21.55 USD,Tax Recovery Charges and Service Fees for 2 people: 231.99 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5517.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite - King bed" RoomTypeCode="287143224|3|5481|27|NTQ4MXxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="5481" TotalPrice="5645.43" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-31T12:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5481" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: JUNIOR SUITE, KING BED, LAKE FRONT" RoomTypeCode="0|1331|1242798185|1779269450018083B2172B5||no|25714|16|NTUwNi43MHxHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="5507" TotalPrice="5671.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5671.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite 1 bedroom - Balcony" RoomTypeCode="225730135|1|7097|27|NzA5N3xHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="7097" TotalPrice="7309.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T09:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7097" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, SUITE, KING BED, SOFA, BALCONY" RoomTypeCode="0|0|1242764215|1779269450065918B2098B5||no|25714|16|NzEzNy4yNXxHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="7137" TotalPrice="7351.37" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7351.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, SUITE, BALCONY" RoomTypeCode="0|0|1242745035|1779269450028377B2129B10||yes|25714|16|NzE0NC41M3xHQlB8MjAyNi0wNS0yMA==" OriginalAmount="7145" TotalPrice="7358.87" 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, debit card, or cash deposit 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 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;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&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: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. 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;A tax is imposed by the city: CHF 4.25 per person, 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 continental breakfast: approximately CHF 55 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: CHF 50 per vehicle (one way)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Covered valet parking fee: CHF 55 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Nearby parking fee: CHF 36 per day (1640 ft away)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: CHF 135 per accommodation, per stay&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: CHF 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 massage services and spa treatments. 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;One child 10 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &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;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;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 21.55 USD,Tax Recovery Charges and Service Fees for 2 people: 308.53 USD (This amount is included within the total price). NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7358.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, SUITE, KING BED, LAKE FRONT, SOFA, BALCONY" RoomTypeCode="0|0|1242764175|1779269450018083B2172B0||yes|25714|16|NzMyMy4zNHxHQlB8MjAyNi0wNS0yMA==" OriginalAmount="7323" TotalPrice="7543.04" 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7543.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, SUITE, BALCONY" RoomTypeCode="0|1331|1242745035|1779269450028377B2129B14||no|25714|16|NzMyNy44MnxHQlB8MjAyNi0wNi0wNg==" OriginalAmount="7328" TotalPrice="7547.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><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, debit card, or cash deposit 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 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;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&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: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. 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;A tax is imposed by the city: CHF 4.25 per person, 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 continental breakfast: approximately CHF 55 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: CHF 50 per vehicle (one way)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Covered valet parking fee: CHF 55 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Nearby parking fee: CHF 36 per day (1640 ft away)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: CHF 135 per accommodation, per stay&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: CHF 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 massage services and spa treatments. 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;One child 10 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &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;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;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 21.55 USD,Tax Recovery Charges and Service Fees for 2 people: 306.96 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7547.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 1 Bedroom Double Suite with lake view (full double bed and sofa) (king size bed)" RoomTypeCode="h-5be2672f-58a8-5c90-9d57-0fc0504b5488|63|NzUyMS4wMHxHQlB8MjAyNi0wNS0yMA==" OriginalAmount="7521" TotalPrice="7746.63" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CHF 17.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 275.34-- 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Locker|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-15T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7746.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Suite (full double bed) (king size bed)" RoomTypeCode="h-e612fd3f-3a68-5da4-a615-423f65870f23|63|ODIyMy4wMHxHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="8223" TotalPrice="8469.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>CHF 17.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 301.03-- 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Locker|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8469.69" /></CancelPenalty><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8469.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite 1 bedroom" RoomTypeCode="282250826|1|8253|27|ODI1M3xHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="8253" TotalPrice="8500.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T09:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8253" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, SUITE, KING BED" RoomTypeCode="0|0|1242781065|1779269450065918B2098B8||no|25714|16|ODI5OS4xN3xHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="8299" TotalPrice="8548.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8548.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, SUITE" RoomTypeCode="0|0|1242747205|1779269450028377B2129B2||no|25714|16|ODMwOC4xOXxHQlB8MjAyNi0wNi0wNg==" OriginalAmount="8308" TotalPrice="8557.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><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, debit card, or cash deposit 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 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;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&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: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. 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;A tax is imposed by the city: CHF 4.25 per person, 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 continental breakfast: approximately CHF 55 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: CHF 50 per vehicle (one way)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Covered valet parking fee: CHF 55 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Nearby parking fee: CHF 36 per day (1640 ft away)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: CHF 135 per accommodation, per stay&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: CHF 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 massage services and spa treatments. 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;One child 10 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &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;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;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 21.55 USD,Tax Recovery Charges and Service Fees for 2 people: 348.04 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8557.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Suite (full double bed) (bed type is subject to availability)" RoomTypeCode="h-b2c9fa7b-4a81-5d69-8a73-fdd9e209c275|63|ODMxOC4wMHxHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="8318" TotalPrice="8567.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>CHF 17.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 304.51-- 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Locker|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8567.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, SUITE, KING BED, LAKE FRONT, SOFA, BALCONY" RoomTypeCode="0|1331|1242764175|1779269450018083B2172B2||no|25714|16|ODM0NS4yMHxHQlB8MjAyNi0wNi0wNQ==" OriginalAmount="8345" TotalPrice="8595.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8595.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 1 Bedroom Double Suite with lake view (full double bed and sofa) (king size bed)" RoomTypeCode="h-918eb02a-30f9-596c-96b1-6fd67ae2bff1|63|ODQ4My4wMHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="8483" TotalPrice="8737.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/05/2026"><AdditionalDetails>CHF 17.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 310.55-- 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Locker|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-31T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8737.49" /></CancelPenalty><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8737.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Suite (full double bed)" RoomTypeCode="h-cce0af38-d0f5-5695-9fea-c39a7f424d4c|63|MTI3NDEuMDB8R0JQfDIwMjYtMDYtMDU=" OriginalAmount="12741" TotalPrice="13123.23" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>CHF 17.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 466.43-- 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Locker|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="13123.23" /></CancelPenalty><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="13123.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Premium Double room with lake view (full double bed) (king size bed)" RoomTypeCode="h-4b7c40bb-3c4e-5892-ac38-f046be514f82|63|MTUzNzQuMDB8R0JQfDIwMjYtMDUtMjA=" OriginalAmount="15374" TotalPrice="15835.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CHF 17.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 562.82-- 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Locker|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Linens|Alarm clock|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-15T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="15835.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Grace Kelly Suite, 1 Bedroom Presidential Suite, 1 King, Lakefront, Balcony" RoomTypeCode="0|0|1242764185|1779269450074229B2119B10||yes|25714|16|MTYzNTguMDF8R0JQfDIwMjYtMDUtMjA=" OriginalAmount="16358" TotalPrice="16848.75" 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="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Central Heating|Safe|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-06-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="16848.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/48/7b/487b777e79649da9a3ef448ef1cffffa6ce1c2b6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/85/73/85735084d9754fff9b0a1acf06acec84a94b2be0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/90/e5/90e54353764ad61f8844a99bc7a194be1f198566.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/bb/1e/bb1e2ad22dbebbf4385128871b945cc926ac4b78.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e0/c0/e0c0778e3a4f1531e2b6791999fb1411cf9b8b27.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d9/27/d9271ae984c01b179bf1184c2dc5ccf7f2c5706d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/bc/27/bc27424f2efc6877484fb481a42ffb14b0ea323a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/44/dd/44ddb66121c13c0da7a0e00ccfc91ab448c913f7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fb/1c/fb1cc3f9391c28893616d3ae6e7b26dc127549ae.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/37/e0/37e09b500ddb48752b76045e201a1257ec3b1b3f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/45/e3/45e396a28d29f98f0df05a4cf4fd2860e5a0de82.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/81/9c/819cbebbd6966abbb83b9ffd3dc055d9b66ee18c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e1/26/e126cff3370e9111adba75a90a2535294174d886.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b8/90/b8908b4c8ec99f04741805c368a9763dca7f93aa.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d1/zz/d1ada5998a2cc3ca3ff4d071f10c38b8d7f334b0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b2/7d/b27ddea4513dc679775c8aa6e1226f65df4d66b2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f0/2e/f02e05ea4434d8bbb58bae490d41e4907600eb99.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ca/22/ca22296d285ea883ac01ff10512d9d562426e6af.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a1/7e/a17e78ea992674e0828c3dc66d389b1881f1f4e3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f3/71/f371f510e6820f3f98fa84ac0bab9d7d300590fd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/41/5d/415dfe83e604a52338d4673b43f174ec3c22457c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/95/80/95808fd75e02829d2e3eb4a1c0b5c8b4d04e7828.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e0/e3/e0e3df1b7fd0cc2db3ef7dd108e4b00af90103e6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a0/87/a08754359e707b265dd0106a8454879be90b8454.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c8/c1/c8c1ad2ea4eb20f02e26a183a4b9941ca155143d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/30/63/3063aa8af85f185731f5991205127d3287acc5ab.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ce/ce/cecead7acaad387dedf9afdea5aa7ac875c576b5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6b/c5/6bc5248f1870571b07fa0e362f309f1ae85dd9ff.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d8/88/d888158c7dcc00c6e728e5a91a4d122b8de98048.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/06/9d/069de0ac5db0adbeafbaac3d26f041fea4df658a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/50/97/509764ea16b8686460701889de3ab002c29a8ada.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/62/89/6289cd13a16dde3584279342b48990e98546f2c1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a4/62/a4624f00e8690d865aae4686dbf9b56af226c37e.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;Built in 1865, the hotel is characterised by historic charm. The hotel has 100 rooms, including 9 suites, 38 single rooms and 41 double rooms, which are located on 6 storeys and are reachable by lift. The friendly staff at the reception desk are happy to answer any questions. A safe, a babysitting service, room service, a conference room and a business centre are available. Wireless internet access allows guests to stay connected while on holiday. Guests arriving by car can park their vehicles in the garage (for a fee) or in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and central heating ensure that rooms maintain comfortable temperatures. A safe, a minibar and a desk are also available. Guests will also find a refrigerator included among the standard features. Equipped with a direct dial telephone, a TV and WiFi, the rooms provide many ways for guests to stay connected and entertained. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. The hotel has family rooms and non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. There are many ways to relax or stay active at the hotel, including cycling/mountain biking, a gym and aerobics. 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;Breakfast can be booked.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;The room rates are based on single or double occupancy. Charges apply to additional guests.
&lt;br /&gt;Kindly be informed that a credit card is required at the check-in for the guarantee of extras CHF 150.00 per day.
&lt;br /&gt;Upon check-in, a city tax and deposit will be charged.
&lt;br /&gt;City tax: 4.75 EUR per person, per night
&lt;br /&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>41-22-9096001</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>41-22-9096000</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1865</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>6</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>100</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>38</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>41</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>9</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Aerobics</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Cycling/Mountain Biking</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>100 Meters</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
037c19fd-82b0-4db7-9283-b424747ca130|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="037c19fd-82b0-4db7-9283-b424747ca130">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-06T00:00:00" End="2026-06-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
037c19fd-82b0-4db7-9283-b424747ca130|InfiniteSearch|error while generating search request: Exception- Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 54|Infinite|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
037c19fd-82b0-4db7-9283-b424747ca130|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
037c19fd-82b0-4db7-9283-b424747ca130|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
037c19fd-82b0-4db7-9283-b424747ca130|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
037c19fd-82b0-4db7-9283-b424747ca130|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:9b58e430-5c16-48c2-8c2f-a0b31b20ea67
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.SelectServerHelper.WaitingForDescriptionToChange()
   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
037c19fd-82b0-4db7-9283-b424747ca130|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
037c19fd-82b0-4db7-9283-b424747ca130|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
037c19fd-82b0-4db7-9283-b424747ca130|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
037c19fd-82b0-4db7-9283-b424747ca130|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-05-20T10:32:08.9649445+01:00" Version="0" EchoToken="Search" TransactionIdentifier="037c19fd-82b0-4db7-9283-b424747ca130" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="143.87" OriginalAmount="139.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.04987" Longitude="-85.9002" StarRating="0" HotelCode="|229807" HotelName="Briarwood Inn Of Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1503 West Magnolia Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/8/0/7/229807_5ae89d20154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.69" OriginalAmount="150.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1852989" Longitude="6.1280999" StarRating="3" HotelCode="|19606" HotelName="Ramada Encore By Wyndham Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>LA PRAILLE, ROUTE DES JEUNES 10-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/6/19606_94b4c2c1032.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 7 floors and 24 rooms. The establishment boasts a reception, a cafÃ©, a restaurant, internet and a car park (for a fee). SITUATION: This hotel is in Carouge de Ginebra the District Close to the city centre excellent transport links to La Praille the commercial centre Geneva the Stadium of. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|nh_geneva_airport" HotelName="NH Geneva Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.43" OriginalAmount="160.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.8566196" Longitude="-77.0033723" StarRating="1" HotelCode="|361844" HotelName="Americas Best Value Inn Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>473 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/8/4/4/361844_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.64" OriginalAmount="160.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.220854" Longitude="6.113772" StarRating="1" HotelCode="212750|2764855" HotelName="ibis budget Geneve Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis-Casai 26, Cointrin, 1216 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c3/4ac3a29b2af88f2e017cf446ddf35039c592251a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|411138" HotelName="ibis budget Geneve Petit Lancy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.29" OriginalAmount="168.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.22757" Longitude="6.106633" StarRating="2" HotelCode="108400|ibis_geneve_aeroport" HotelName="ibis Genève Aéroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 10, Geneve-Cointrin, 1216 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4c/654c33731536940b5c3e725376b0c14962bbce67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cointrin. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.27" OriginalAmount="175.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.860988" Longitude="-80.941631" StarRating="2" HotelCode="|566933" HotelName="The Palms Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5169 Lake Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/3/3/566933_cb61ec81239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1883796" Longitude="6.1148364" StarRating="2" HotelCode="199175|407360" HotelName="ibis Geneve Petit Lancy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 8, 1213 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/4a/ae4a42a70935e02c7114ff9813f3283608850502.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lancy. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-23368413/3409196075363034811/1277" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.19" OriginalAmount="190.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2273285" Longitude="6.1064976" StarRating="2" HotelCode="|117335" HotelName="Ibis Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/5/117335_8333e0e0919.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Geneva International it is in it is situated 10 minutes away from Geneva the centre of close to the establishment, clients can find the airport, the trade fair ground.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|nash_airport_hotel_2" HotelName="Nash Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.13" OriginalAmount="202.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2260017" Longitude="6.1020002" StarRating="3" HotelCode="|20631" HotelName="Holiday Inn Express Geneva Airport, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/1/20631_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2003, has 154 rooms and 7 floors. It has 50 single rooms and 103 double rooms. In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a TV room and a conference room. There are many services available at the establishment, including a medical care service, a laundry service, internet, indoor parking and a car park. SITUATION: This modern hotel is situated 3 kilometres away from Geneva the city centre of Where you can find shops, bars and restaurants. in front of the establishment, guests have public transport, has good links to Palexpo the Congress Centre it is situated 6 kilometres away from Geneva Lake 12 kilometres away, you can find a ski resort, is situated 1 kilometre away from Airport, the city. ROOM: The rooms with air-conditioning a bathroom with a hairdryer, They are equipped with a direct line telephone, internet, a radio, a satellite or cable television and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.22349703188" Longitude="6.0993540287018" StarRating="3" HotelCode="33834|holiday_inn_express_geneva_airport" HotelName="Holiday Inn Express Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 16, C.P. 256, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f3/42f3fbaf85d8ea045e9a5cc206e28f27c0b1b38a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located around 3km from Geneva's centre, with its various shopping facilities, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-26147350/3409196075363034811/1978" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.40" OriginalAmount="217.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.8690607" Longitude="-88.2739987" StarRating="2" HotelCode="|170200" HotelName="Comfort Inn and Suites Geneva - West Chicago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1555 E. Fabyan Pkwy.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/2/0/0/170200_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-32716975/3409196075363034811/610" HotelName="NASH SUITES HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.194179" Longitude="6.142245" StarRating="2" HotelCode="213929|hotel_carmen_8" HotelName="Carmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Dancet 5, 1205 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/12/0a12347b480e38bd667fe0ca00b9b576fc50234b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL CARMEN SA is set in the Plainpalais district in Geneva, 900 m from St. Pierre Cathedral.The ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207763" Longitude="6.138271" StarRating="3" HotelCode="108396|ibis_geneve_centre_gare" HotelName="ibis Geneve Centre Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Voltaire 10, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a8/dba8e4d728aee3c19e214f74c3a0a7aba7f26120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.45" OriginalAmount="229.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2141785" Longitude="6.1352484" StarRating="3" HotelCode="|117323" HotelName="Ibis Geneve Centre Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/3/117323_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva the city centre of 800 metres away, guests can find GenÃ¨ve-Cornavin the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2111600226" Longitude="6.1467137932777" StarRating="2" HotelCode="81531|59060" HotelName="Résidence Studio Genève Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 36, Ecke Rue de Zurich, Paquis, 1201 Geneve, Genf, Switzerland</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a4/07a4d858bbcf5aa7c8e5daeee574e115f568fcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.75" OriginalAmount="236.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|25784" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.13" OriginalAmount="238.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1682381" Longitude="6.1038227" StarRating="0" HotelCode="|327184" HotelName="Les Chambres Du Ctn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>16, ch. des Aulx</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/1/8/4/327184_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.89" OriginalAmount="251.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2243996" Longitude="6.1004" StarRating="4" HotelCode="|9910" HotelName=" Mövenpick Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/0/9910_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 11 floors, 350 standard rooms and 6 suites. The establishment boasts a hairdresser's, a bar and a restaurant. SITUATION: This luxurious hotel is in Geneva is 5 kilometres from the city centre and the airport. It is well-connected by bus. It is situated close to the Palexpo Congress Centre. 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safe. FACILITIES: The establishment has a sauna, a solarium, a gym and a casino. OTHERS: have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="261.62" OriginalAmount="254" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|250791-4178234/3409196075363034811/2112" HotelName="RESIDENCE STUDIO GENEVE CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1680000/1674800/1674754/4447c376_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202981" Longitude="6.145755" StarRating="2" HotelCode="131606|hotel_central_20" HotelName="Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 2, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/53/fe5377f280fd2147ac29f8c278b2b8e213b747c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.77" OriginalAmount="255.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2248398" Longitude="6.1068628" StarRating="4" HotelCode="|9900" HotelName="Crowne Plaza Geneva, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE LOUIS CASAI 75-77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/0/9900_1_1105.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 308 standard rooms. The establishment offers guests a transfer service to the airport (free of charge). In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, lifts, a gift shop and a hairdresser's. Regarding the food and beverage offering, the establishment has a bar and 2 restaurants. You are also offered a business centre with WiFi and 18 conference rooms. There are many services available at the establishment, including room service, a laundry service, bicycle rental and indoor parking. SITUATION: This hotel is 3 kilometres from Geneva city centre. It is well-connected by public transport. In front of the hotel there is a public transport stop. The establishment is situated 500 metres away from the Blaxert shopping centre. Is 3 kilometres from ONU the fair centre and the sea. 10 kilometres away, you can find Lelex-Crozet Ski Resort. 1 kilometre away, you can find Geneva International Airport. ROOM: The soundproofed rooms, with air-conditioning, have a bathroom with a hairdryer, a satellite or cable television, a radio, films (available for a fee), a direct line telephone, a mini-bar, a safe, WiFi, a coffee maker, a kettle, an iron, a double bed, heating and individual air-conditioning. FACILITIES: Guests are offered a sauna, a massage service (available for a fee) and a gym. Clients can enjoy go cycling. 10 kilometres away from the establishment, clients have at their disposal a golf course. OTHERS: The establishment offers buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.21" OriginalAmount="257.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.192431" Longitude="6.1380939" StarRating="0" HotelCode="|117328" HotelName="Starling Residence Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4, route des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/8/117328_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 400 metres away from the university. ROOM: The establishment has studios with kitchen, flat-screen satellite television and bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.93" OriginalAmount="258.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.213289" Longitude="6.129937" StarRating="3" HotelCode="|453743" HotelName="Stay KooooK Geneva City - Online Check in" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de la Servette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/3/453743_87261cd1307.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.01" OriginalAmount="260.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2108487" Longitude="6.1456842" StarRating="3" HotelCode="|9896" HotelName="Ibis Geneve Centre Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERNE 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/6/9896_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby with a bar, a breakfast room, room service and a laundry service. SITUATION: This hotel is surrounded by restaurants, bars and nightclubs. in front of the hotel there is a public transport stop, Rue de Berne it is in Close to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.98" OriginalAmount="261.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.205152" Longitude="6.158802" StarRating="4" HotelCode="96343|25674" HotelName="Churchill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue du Simplon, 1207 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/7a/3c7a60ee6ae96636d14323e17fe1242e75f69f7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="269.18" OriginalAmount="261.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215487338891" Longitude="6.1326509714127" StarRating="3" HotelCode="15075|1423409" HotelName="Hotel Les Nations" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Grand-Pré 62, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/63/e663657a9b1ab497c82b2481d1e4a96f0339612c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is located near to various major international organisations and the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201566" Longitude="6.158048" StarRating="4" HotelCode="77068|26426" HotelName="Hotel Century Genève" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Frontenex 24, 1207 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/54/e554d9d64c36d54cd229bc3e0a5c94b5489a5e24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.34" OriginalAmount="263.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2014129" Longitude="6.1581468" StarRating="4" HotelCode="|70147" HotelName="Century" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>AV./DE FRONTENEX, 24 P.O BOX 6292</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/1/4/7/70147_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Century is rated four stars. It has a lobby, marble floors, a reception and big windows. SITUATION: This hotel is in the heart of Geneva, 15 minutes away from the airport. It is close to Lake Geneva and the shopping area. ROOM: All the rooms have an air-conditioning system, a direct line telephone, a television, internet, a mini-bar and a bathroom with a hairdryer. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|13243" HotelName="Hotel Strasbourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.13" OriginalAmount="271" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-18114636/3409196075363034811/70" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/bd748f5c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.13" OriginalAmount="271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210527090371" Longitude="6.1462819576263" StarRating="3" HotelCode="31226|nash_ville_hotel" HotelName="ibis Genève Centre Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 26, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/01/78015e291a1600471ecd80dafc36f0fa35da4e4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Rue de Berne near to Lake Geneva. The U.N. building is roughly 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.52" OriginalAmount="271.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|64474" HotelName="International &amp; Terminus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.22" OriginalAmount="274.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.192441710555" Longitude="6.1381678687172" StarRating="3" HotelCode="199952|starling_residence_geneve" HotelName="Starling Hotel Residence Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route des Acacias 4, 1227 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ac/b5ac1d7f389f115c42b2de52216269dca0197354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.22" OriginalAmount="277.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2155113" Longitude="6.147491" StarRating="3" HotelCode="|21922" HotelName="Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 rue Rothschild</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/2/2/21922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars rooms, with air-conditioning, is in Geneva a central area of. SITUATION: It is near Lake close to the central station. ROOM: The rooms a bathroom with a hairdryer, They are equipped with individual air-conditioning, internet, a safe, a satellite television with films, a direct line telephone, a kettle, a coffee maker and a mini-bar. FACILITIES: The establishment has a business centre, WiFi, a indoor car park and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|adagio_geneve_mont_blanc" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.93" OriginalAmount="281.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210638" Longitude="6.1417761" StarRating="4" HotelCode="|82167" HotelName="Le Montbrillant  Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2, rue de Montbrillant</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/1/6/7/82167_ea59d6c2022.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Geneva the centre of it is in GenÃ¨ve-Cornavin main station The establishment offers direct access to public transport services, the airport and the business area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.52" OriginalAmount="284" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.221982777272" Longitude="6.1489346623421" StarRating="3" HotelCode="23077|29232" HotelName="Eden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 135, CH-1202 Genevé</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/bf/84bfee75d1f3571267e86d296dcc27433d32dff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies within a short distance of a wonderful park, close to Lake Geneva. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="294.58" OriginalAmount="286" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-25223883/3409196075363034811/1814" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

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="94" TotalAmount="295.53" OriginalAmount="286.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2221487" Longitude="6.1489893" StarRating="3" HotelCode="|27758" HotelName="Eden Genève" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LAUSANNE 135</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/5/8/27758_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1936 and renovated in 2006. It has 54 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service, a lift and a currency exchange service. The establishment has a business centre and internet. With regards to the food and beverage offering, the establishment has an inviting bar and an elegant breakfast room. It has room service, a medical care service, a laundry service and indoor parking. SITUATION: This beautiful, urban hotel is close to a wonderful park, is located close to Geneva Lake it has good links to the tourist attractions, Where you can find Jet d'Eau the Fountain Palais des Nations the building is situated 2 kilometres away from the historic centre, Where guests can enjoy restaurants, bars and pubs. 300 metres away, there is a bus station, 1 kilometre away, there is a train station, 50 metres away, guests can find a public transport stop. ROOM: The inviting rooms, fully-equipped and a bathroom with a shower, They are equipped with fitted carpets, a sofa, a double bed, a direct line telephone, a hairdryer, a safe (available for a fee), a mini-bar, a radio and satellite or cable TV. They have WiFi, individual air-conditioning and central heating. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment serves a buffet breakfast, a set-menu lunch and an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.33" OriginalAmount="287.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2098759" Longitude="6.1442257" StarRating="3" HotelCode="|22134" HotelName="Hôtel le Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/4/22134_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 51 rooms and 5 floors. It has a reception, a safety deposit box service, a currency exchange service, a lift and a TV room. It also has a breakfast room, with air-conditioning and highchairs. The establishment has a conference room. SITUATION: This hotel is in a central area. It is close to the tourist centre. Close to the establishment, guests have Geneva Central Train Station. Nearby, you will find the banks. 10 metres away, there is a public transport stop, restaurants and bars. 100 metres away, guests have shops. 500 metres away you can find Lake Geneva. It is 5 kilometres away from Geneva Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet and a central heating system. They also have a double bed, fitted carpets, a mini-bar, a safety deposit box and a small sitting room. FACILITIES: In the surrounding area, guests can find sports areas entertainment and leisure areas. Clients can enjoy activities such as go cycling, mountain-biking, billiards, surfing, sailing, jet-skiing, motorboat rides, diving, pedal boats, go canoeing, horse-riding, beach volleyball, bowling and a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard, Diners Club and EC. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="299.73" OriginalAmount="291" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9675-230910/3409196075363034811/2133" HotelName="STRASBOURG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32660000/32658800/32658779/836a40e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|hotel_jade_2" HotelName="Hôtel Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.88" OriginalAmount="296.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210992" Longitude="6.141871" StarRating="4" HotelCode="66865|le_montbrillant_hotel_residence" HotelName="Le Montbrillant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue de Montbrillant, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/be/8ebe47ed78125ee72b65c42aca716f05eb00b391.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.97" OriginalAmount="299" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209544" Longitude="6.143909" StarRating="3" HotelCode="31229|3651" HotelName="Hotel Cristal [Design]" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 4, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f8/caf8672a8906d088a37fa49b679116e1da123022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel may be reached from the station by crossing the Mont Blanc pedestrianised street. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.64" OriginalAmount="301.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209611" Longitude="6.143972" StarRating="3" HotelCode="|161361" HotelName="Cristal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE PRADIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/1/3/6/1/161361_19a601a0229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="312.07" OriginalAmount="302.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.194211" Longitude="6.142309" StarRating="2" HotelCode="|454433" HotelName="PRIMADOM Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Dancet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/4/3/3/454433_6a181001034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="313.12" OriginalAmount="304" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3020-18113657/3409196075363034811/875" HotelName="LES NATIONS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972100/972050/c3e6c503_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.12" OriginalAmount="304.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215122" Longitude="6.146158" StarRating="3" HotelCode="81281|design_hotel_f6" HotelName="Design F6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Ferrier, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/65/b8659548e91d5fdb46fd1c9ccd676f3f7167c984.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.15" OriginalAmount="305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.200253" Longitude="6.15973" StarRating="4" HotelCode="77149|hotel_diplomate_2" HotelName="Hotel Diplomate Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Terrasserie, Geneve 1207</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/09/4c09305b7de92107b985e133c52d1626a87bc070.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.24" OriginalAmount="306.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1927595" Longitude="6.1432022" StarRating="3" HotelCode="|117329" HotelName="Appart'Hôtel Residence Dizerens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Dizerens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/9/117329_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Geneva the centre of. ROOM: The establishment has simple rooms and a fully-equipped kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.67" OriginalAmount="306.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2123701" Longitude="6.1462309" StarRating="3" HotelCode="|20635" HotelName="Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA NAVIGATION 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/5/20635_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel The establishment has a business centre (free of charge), WiFi (free of charge), a laundry service and a car park. The establishment offers a transfer service. SITUATION: This hotel is on a quiet street, is 5 minutes away from the city centre, Where you can find shops, bars and restaurants. it is 5 minutes away from the railway station ,Leman Lake 15 minutes away from the establishment guests have the airport. ROOM: The rooms have a bathroom with a hairdryer, an air-conditioning system, heating, a direct line telephone, a television, a radio, internet, a mini-bar, a double bed, a safe and a sitting room. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.21" OriginalAmount="307.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|hotel_kipling_manotel" HotelName="Hôtel Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="320.33" OriginalAmount="311" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/3409196075363034811/660" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.77" OriginalAmount="314.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.179487" Longitude="6.138058" StarRating="2" HotelCode="|378220" HotelName="Ibis Styles Genève Carouge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route De Saint Julien 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/8/2/2/0/378220_47010f92322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.11" OriginalAmount="315.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21289" Longitude="6.145087" StarRating="4" HotelCode="|79915" HotelName="Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33, rue de Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/9/1/5/79915_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars and was built in 1978. Guests have a restaurant. SITUATION: It is in the centre of Geneva. ROOM: The establishment has 102 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.48" OriginalAmount="316.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|hotel_auteuil" HotelName="Hôtel Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="326.51" OriginalAmount="317" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|616383-18288221/3409196075363034811/877" HotelName="IBIS STYLES GENEVE CAROUGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20150000/20141700/20141602/732906e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.28" OriginalAmount="317.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2087059" Longitude="6.142611" StarRating="3" HotelCode="|9892" HotelName="Suisse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin ,10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/2/9892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Suisse Geneve is rated three stars, was built in 1830, has a restaurant, lifts, a concierge and a safety deposit box service. The establishment offers guests room service, a cafÃ© and business facilities. SITUATION: This establishment is in the centre of Geneva. ROOM: The establishment has 62 rooms with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.57" OriginalAmount="319" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.194876925992" Longitude="6.127217824537" StarRating="3" HotelCode="370000|492284" HotelName="Chez Maman Boutique-Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Rampe Quidort 2, Acacias, 1227 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/83/32831ac7fa38558d28f7763aa118f71e097d2fc8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.04" OriginalAmount="321.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21001" Longitude="6.144922" StarRating="3" HotelCode="80750|211154" HotelName="Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>23 rue des Alpes, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/d5/91d5fac24b11612b96b8bb26aa85971241bfbfca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Hotel Montana promises a relaxing...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.69" OriginalAmount="323" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|3652" HotelName="Hotel Cornavin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.12" OriginalAmount="323.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20698" Longitude="6.14367" StarRating="3" HotelCode="|453755" HotelName="Rousseau Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue Rousseau 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/5/5/453755_85509f31313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.51" OriginalAmount="323.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|181836" HotelName="Novotel Suites Geneve Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.75" OriginalAmount="325" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12462-4130441/3409196075363034811/2134" HotelName="CRISTAL DESIGN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47100/47097/84f3ef23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.72" OriginalAmount="325.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2150993" Longitude="6.1483002" StarRating="4" HotelCode="|9897" HotelName="N'vy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE RICHEMONT 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/7/9897_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 8 floors and 153 standard rooms. In the entrance, guests are offered a lobby with elevators, a safety deposit box service, a currency exchange service and a reception. The establishment offers guests a cafÃ©, a bar, a restaurant with air-conditioning and highchairs. The establishment has a business centre and WiFi. There are many services available at the establishment, including room service, a laundry service and a medical care service. It has bicycle rental, a car park (for a fee), bicycle storage and a terrace. SITUATION: This hotel is on a peaceful street. Is situated in Geneva city centre, close to shops, leisure areas and entertainment. It is located 100 metres away from a lake. 50 metres away, guests can find a public transport stop. 300 metres away, guests will find the central station. Is 8 kilometres from Geneva Airport. ROOM: The cosy rooms have a bathroom with a hairdryer and scales. They are equipped with a direct line telephone, a radio, satellite or cable TV, pay channels, WiFi, a mini-bar, a coffee maker and a kettle. They have a double bed, fitted carpets, a safety deposit box (available for a fee), an air-conditioning system and individual heating. FACILITIES: The establishment has a gym. In the surrounding area, guests can find bars and nightclubs. It is 15 minutes away from the fair centre. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and JCB. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte restaurant. It has a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.35" OriginalAmount="326.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.200547" Longitude="6.134652" StarRating="4" HotelCode="80131|2507525" HotelName="Home Swiss Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Sainte-Clotilde 7, 1205 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f4/30f4c978d5d8e36fd6766d93ea674846ab521b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.84" OriginalAmount="328.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20944" Longitude="6.145121" StarRating="3" HotelCode="11429|capitole_hotel" HotelName="ibis Styles Genève Mont Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 15, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/b3/50b3f178a865f07e308800539a729b2ab51e011c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an outstanding location in the heart of Geneva, close to the historical old town. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.14" OriginalAmount="328.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20279" Longitude="6.147469" StarRating="4" HotelCode="|451097" HotelName="citizenM Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue de la Rotisserie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/9/7/451097_90345681400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.99" OriginalAmount="333.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210571408642" Longitude="6.1460119554783" StarRating="3" HotelCode="63679|9hotel_paquis" HotelName="9Hotel Genève Paquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de Berne, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/80/a2803394eae2e88261550f6bfad6b6cdfd0b08e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This five-storey hotel is set 300 m from Lake Geneva and 1 km from St Pierre Cathedral. A range of l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.02" OriginalAmount="334.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209154474743" Longitude="6.1429882049561" StarRating="3" HotelCode="31234|hotel_suisse_3" HotelName="Suisse Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 10, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e5/fbe505dfc466c891d41d8fa3da9e249a45db8903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly on Place Cornavin, opposite Geneva's main train station. An abunda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.18" OriginalAmount="334.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.86155" Longitude="-80.945634" StarRating="2" HotelCode="|539604" HotelName="Uncle Toms Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5275 Lake Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/6/0/4/539604_3d2cf262121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="345.05" OriginalAmount="335" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|595046-25745396/3409196075363034811/2011" HotelName="CHEZ MAMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10030000/10020800/10020762/cf2ad077_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.11" OriginalAmount="337" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|29231" HotelName="Novotel Genève Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.14" OriginalAmount="338.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.04" OriginalAmount="338.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211632" Longitude="6.147334" StarRating="4" HotelCode="|9899" HotelName="Novotel Geneve Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich ,19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/9/9899_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1976, renovated in 2002, has 28 standard rooms, 7 floors, 35 single rooms, 119 double rooms and 8 suites. The establishment offers a bar and a restaurant. SITUATION: This hotel is in the centre of Geneva, close to Lake, the railway station and the historic centre. Is 8 kilometres from the airport. Opposite the establishment, guests have public transport services. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.17" OriginalAmount="339.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20700353" Longitude="6.14374581" StarRating="3" HotelCode="371395|hotel_rousseau" HotelName="Hotel Rousseau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>RUE ROUSSEAU, 13, CH - 1201 GENÈVE</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1e/b01eaff7defc73730e8b8b345233042cf0b0cb0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.17" OriginalAmount="339.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211188" Longitude="6.145722" StarRating="3" HotelCode="131546|hotel_d_geneva" HotelName="At Home Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="Coffee Shop,Housekeeping,Internet,Luggage Storage,Off-Site Parking,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue de Fribourg, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/02/a802b5bc415e4e7d6f1ece2b15865cf218efd42c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="349.70" OriginalAmount="339.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|358432" HotelName="Des Alpes Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.23" OriginalAmount="341.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2154305" Longitude="6.1487821" StarRating="4" HotelCode="31227|hotel_nvy" HotelName="Hôtel Nvy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Richemont 18, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/26/1426d075fdbbd3dc00e152b9ae9cd23fe1f11c82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a peaceful street, right at the heart of Geneva and is just metres from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|16962" HotelName="NH Geneva City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="360.50" OriginalAmount="350" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1314462-26627072/3409196075363034811/1845" HotelName="RUBY CLAIRE GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/74000000/73210000/73209000/73208912/bea143a8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="362.56" OriginalAmount="352" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-4130453/3409196075363034811/2149" HotelName="CORNAVIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.02" OriginalAmount="352.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|43130" HotelName="Tiffany Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="364.62" OriginalAmount="354" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/3409196075363034811/855" HotelName="AUTEUIL MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="365.65" OriginalAmount="355" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/3409196075363034811/311" HotelName="WARWICK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w3837h2557x3y3-8c5d02cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="367.71" OriginalAmount="357" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|266186-18184887/3409196075363034811/965" HotelName="DES ALPES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54700/54601/61685e27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="368.74" OriginalAmount="358" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185048-25370317/3409196075363034811/1755" HotelName="DESIGN HOTEL F6" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1670000/1668600/1668528/906a723d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.70" OriginalAmount="359.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.07" OriginalAmount="360.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.206555" Longitude="6.144825" StarRating="4" HotelCode="108654|2163695" HotelName="The New Midi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Chevelu 4, 1201 Geneve, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/2c/cc2c94b1b2d53da2d8d8ad83a19b2c94f5c8bf68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.98" OriginalAmount="366.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|mon_repos" HotelName="Mon Repos Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.24" OriginalAmount="367.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2062054" Longitude="6.144769" StarRating="4" HotelCode="|82658" HotelName="The Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, quai des Bergues</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/5/8/82658_34ef2fe2036.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Geneva Lake it is in the city centre, 15 minutes away from the establishment, clients can find the airport, 500 metres away, clients have the railway station, Close to RÃ³dano the river. FACILITIES: Guests are offered WiFi (free of charge), a restaurant and a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.76" OriginalAmount="367.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2072067" Longitude="6.1448154" StarRating="4" HotelCode="|9911" HotelName="Rotary Geneva – Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Du Cendrier,18-20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/1/9911_d3776a11111.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Rotary is rated four stars was built in 1978 and it is situated in Geneva city centre. The establishment boasts 2 restaurants, lifts and a safety deposit box service. The establishment offers room service, a bellboy and business facilities. ROOM: The establishment has 94 rooms, fully-equipped, a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.03" OriginalAmount="367.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2118432" Longitude="6.1279629" StarRating="4" HotelCode="|26520" HotelName="Geneva By Fassbind" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE WENDT 42 / 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/2/0/26520_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 70 rooms, 6 floors, 7 suites and 5 apartments. It is on a main street, In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a conference room and internet. The establishment also has indoor parking, room service and a laundry service. SITUATION: This hotel Palais des Nations it is 5 minutes away from 600 metres away, there is a public transport stop, the establishment is a 13-minute drive away from the beach, the river, bars and Geneva the tourist area of 3 kilometres away, you can find the historic centre, the establishment is 1,3 kilometres away from shops, is 10 minutes away from the airport. ROOM: The fully-equipped rooms, have a bathroom with a hairdryer, a satellite or cable television, internet, a double bed, fitted carpets, an air-conditioning system, central heating and a safety deposit box (available for a fee). FACILITIES: 5,3 kilometres away, guests can enjoy a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|595066-25745432/3409196075363034811/1728" HotelName="D GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32130000/32121300/32121217/0816f4d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.55" OriginalAmount="369.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21312" Longitude="6.14538" StarRating="4" HotelCode="|9915" HotelName="Royal Manotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/5/9915_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional hotel, has 2 business areas, internet (for a fee) and WiFi. The establishment boasts Rive Droite Restaurant and an inviting bar with a fireplace. The establishment offers guests conference facilities. It has a car park and a transfer service. SITUATION: This hotel is near public transport services. It is located 100 metres away from nightclubs, bars and restaurants. 500 metres away, guests can find shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, a fridge, a satellite or cable television, a safety deposit box (available for a fee), an air-conditioning system, heating and fitted carpets. FACILITIES: The establishment has a sauna, a Jacuzzi, a massage service and a gym. OTHERS: The establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.10" OriginalAmount="370" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3031-25188464/3409196075363034811/1538" HotelName="9HOTEL PAQUIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47113/b71d4270_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.84" OriginalAmount="374.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207270436657" Longitude="6.145139336586" StarRating="4" HotelCode="31231|154049" HotelName="Hotel Rotary Geneva - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Rue du Cendrier, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/25/9d25b6c5f95987feab691c971e2ec421e60ff3a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the immediate vicinity of the business centre. From here all of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.98" OriginalAmount="374.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2088699" Longitude="6.1426601" StarRating="3" HotelCode="|28503" HotelName="Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>place Cornavin,6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/5/0/3/28503_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Astoria is rated three stars was built in 1940 and it is in Geneva city centre. The establishment boasts lifts, a safety deposit box service and a sauna. The establishment offers room service and business facilities. ROOM: The establishment has 63 rooms, fully-equipped, a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.34" OriginalAmount="378" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|36632" HotelName="Hotel Sagitta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="390.37" OriginalAmount="379" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-18135579/3409196075363034811/488" HotelName="TIFFANY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.37" OriginalAmount="379.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|hotel_royal_manotel" HotelName="Hôtel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.43" OriginalAmount="381" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17007-25201498/3409196075363034811/1774" HotelName="MON REPOS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7600/7594/d015b62f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="402.73" OriginalAmount="391" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3018-18231394/3409196075363034811/153" HotelName="N'VY MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20700/20633/e38b519c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="403.76" OriginalAmount="392" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-25201499/3409196075363034811/1953" HotelName="SAGITTA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.208880071691" Longitude="6.1429721731862" StarRating="3" HotelCode="76971|27504" HotelName="Hotel Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 6, 1201 Genève, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/76/f4763fbd2af4b169d73877637d8472903d3f50ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is just 50 m from bus, tram and train terminals. Within a few minutes' walk, guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20636" Longitude="6.144568" StarRating="4" HotelCode="82927|167531" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Quai des Bergues, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/1c/901c98a99da576e166af1af88a4fae21f84ffe86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.16" OriginalAmount="394.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|601925" HotelName="Hotel Bernina Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="418.18" OriginalAmount="406" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17006-18184882/3409196075363034811/19" HotelName="LE MONTBRILLANT GENEVE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24600/24577/39dbfc13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="424.36" OriginalAmount="412" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1452413-32387478/3409196075363034811/2063" HotelName="BASE GENEVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112610000/112605300/112605241/01d92f51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="426.42" OriginalAmount="414" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-239421/3409196075363034811/2158" HotelName="HOTEL GENEVA BY FASSBIND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="433.42" OriginalAmount="420.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1947544" Longitude="6.127218" StarRating="3" HotelCode="|375596" HotelName="Chez Maman &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rampe Quidort 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/5/9/6/375596_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="442.90" OriginalAmount="430" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17002-25201495/3409196075363034811/1962" HotelName="BERNINA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/542200/542125/e3db7367_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.20" OriginalAmount="440.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211394818185" Longitude="6.1499807238579" StarRating="3" HotelCode="11984|hotel_edelweiss_2" HotelName="Hôtel Edelweiss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de la Navigation 2, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f7/a6f71b0373a0e71f6e75ac11648251f81e3f8428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This authentic Swiss chalet is located in the Alps at the heart of Geneva, close to the United Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.84" OriginalAmount="443.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|140094" HotelName="Eastwest" 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,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="522.21" OriginalAmount="507" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215511144051" Longitude="6.149122317791" StarRating="3" HotelCode="318234|393071" HotelName="Hotel Drake Longchamp" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Butini 7, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/8f/658f2186cab8faffdc4aa8ff86773579be8c37cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the middle of the commercial and cultural district of Geneva, just 250...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="530.45" OriginalAmount="515" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17003-18113653/3409196075363034811/460" HotelName="EDELWEISS MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5000/4955/f98246f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="593.28" OriginalAmount="576" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12465-18114627/3409196075363034811/803" HotelName="DRAKE LONGCHAMP" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460411/aea41ff0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="597.40" OriginalAmount="580" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-27590617/3409196075363034811/2074" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="623.14" OriginalAmount="604.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202821" Longitude="6.151264" StarRating="4" HotelCode="|453741" HotelName="Marmont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Prince</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/1/453741_d4013cc1352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="663.36" OriginalAmount="644.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1950613" Longitude="6.1499723" StarRating="3" HotelCode="|327112" HotelName="Adriatica" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Sautter, 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/1/1/2/327112_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="685.98" OriginalAmount="666" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1038123-26244300/3409196075363034811/2056" HotelName="MARMONT HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45780000/45777500/45777479/d608ec0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="704.52" OriginalAmount="684.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203079" Longitude="6.150302" StarRating="3" HotelCode="80255|hotel_longemalle" HotelName="Longemalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Place Longemalle, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/aa/f6aa2e9c9e7e8f192f72ea0115b9228c62cb7411.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="707.61" OriginalAmount="687" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20755629487" Longitude="6.1469551920891" StarRating="4" HotelCode="11221|7049" HotelName="Bristol" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue du Mont-Blanc, Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15efe92de70dd54215e5e39661dd9404b6c3bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the centre of Geneva, on Rue de Mont Blanc, just a few minutes Lak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.19508" Longitude="6.149944" StarRating="3" HotelCode="131491|adriatica" HotelName="Adriatica Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Sautter 21, Geneva 1205</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/a2/1ba2d1c13a4b4f028dd52e1a6bd01190d4d850c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="781.77" OriginalAmount="759.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202843156881" Longitude="6.1501550674439" StarRating="4" HotelCode="78718|hotel_de_la_cigogne" HotelName="de la Cigogne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8b7a8d505ee9c5d81c498916a003d6487fe6e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="806.49" OriginalAmount="783" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20316285" Longitude="6.1456586" StarRating="4" HotelCode="474851|408377" HotelName="Fraser Suites Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 3-5, 1204 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d3676122102aa63be9def57207d9fe2574147a56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geneva City Center, Fraser Suites Geneva is a perfect starting point from which to explor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="825.03" OriginalAmount="801.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|les_armures" HotelName="Les Armures" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="864.20" OriginalAmount="839.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203197" Longitude="6.145716" StarRating="4" HotelCode="|453304" HotelName="Fraser Suites Geneva - Serviced 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/5/3/3/0/4/453304_f3a284e0851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="878.59" OriginalAmount="853" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|6025" HotelName="Hotel Metropole Geneve" 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,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="897.62" OriginalAmount="871.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2036285" Longitude="6.1521354" StarRating="5" HotelCode="|9898" HotelName="Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai General Guisa 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/8/9898_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1854, renovated in 2004, has 5 floors and 127 rooms. It has 21 single rooms, 16 suites and 90 double rooms. In the establishment entrance, guests will find a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a piano bar, a conference room and internet. With regards to the food and beverage offering, the establishment has Le Grand Quai the Ã  la carte restaurant It has a car park (for a fee), room service, a laundry service and a medical care service. SITUATION: Is situated inGeneva the city centre of it is opposite Leman Lake It is in the commercial district, in the surrounding area of the establishment, guests can find shops, bars, nightclubs, restaurants and public transport. It is situated 12 kilometres away from a golf course, 65 kilometres away, you can find a ski resort. ROOM: The rooms with carpet, a bathroom and a hairdryer. They are equipped with a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed, a safety deposit box and central heating. FACILITIES: Guests are offered a massage service, a gym, sailing and an entertainment programme. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="987.77" OriginalAmount="959.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.224451" Longitude="6.132978" StarRating="5" HotelCode="49113|intercontinental_geneva" HotelName="Intercontinental Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chemin du Petit-Saconnex 7-9, 1211 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6d/c26dc862f29c58dd813020b6e6530d431fb4e9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is located only a stone's throw from the United Nations headquarters and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1013.05" OriginalAmount="983.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209484" Longitude="6.1488879999999" StarRating="5" HotelCode="213930|1018698" HotelName="Swiss Luxury Appartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe-Plantamour 6, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/5c/bc5ce1836c17fde04e1da8007d05c49be8e18486.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 24 rooms. Services and facilities at the hotel include room service an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1015.58" OriginalAmount="986" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-18113661/3409196075363034811/678" HotelName="METROPOLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1018.67" OriginalAmount="989" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|974431-26147348/3409196075363034811/2045" HotelName="THE HAMLET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42700000/42697700/42697646/1947c56a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1042.81" OriginalAmount="1012.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1992573" Longitude="6.1494061" StarRating="0" HotelCode="|327205" HotelName="Nest Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Etienne Dumont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/2/0/5/327205_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1112.40" OriginalAmount="1080" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|19998" HotelName="Mandarin Oriental Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business 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,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1140.40" OriginalAmount="1107.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2094132" Longitude="6.1488659" StarRating="5" HotelCode="|117325" HotelName="Swiss Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe - Plantamour 6 - 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/5/117325_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva a central area of 600 metres away, guests can find the railway station, 200 metres away, guests have a lake near restaurants, shops. ROOM: Guests can find modern rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1151.40" OriginalAmount="1117.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1162.84" OriginalAmount="1128.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1183.47" OriginalAmount="1149" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|29233" HotelName="La Reserve Geneve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1225.70" OriginalAmount="1190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870900000000000" Longitude="2.349900000000000" StarRating="5" HotelCode="0|27493-18114628/3409196075363034811/941" HotelName="MANDARIN ORIENTAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE D'HAUTEVILLE, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47102/e7a6d307_b.jpg</HotelPictures>
        <HotelDescription>This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.

The hotel has a total of 33 rooms. Facilities include a 24-h reception desk, a lift, a lounge and a little interior garden. A free wifi access is available. Car parking facilities in the neighbourhood are available to those arriving by car.

The tasteful rooms each come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, an Internet connection, a double bed, a hire safe and a minibar. Individually controllable heating and air conditioning feature as standard.

Guests may select their breakfast from an ample buffet.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1239.19" OriginalAmount="1203.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|CAY369700" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1301.92" OriginalAmount="1264" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|14258-25203542/3409196075363034811/1638" HotelName="D`ANGLETERRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47120/be06c03a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1359.73" OriginalAmount="1320.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1380.20" OriginalAmount="1340.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|hotel_president_wilson_a_luxury_collection_hotel" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2572.05" OriginalAmount="2497.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2092018" Longitude="6.1501999" StarRating="5" HotelCode="|9894" HotelName="Beau Rivage Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI DU MONT-BLANC 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/4/9894_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1865, has 6 floors and 91 rooms. It has 31 single rooms, 78 double rooms and 6 suites. The establishment boasts a bar, a pub and a restaurant. It has a car park and indoor parking (for a fee). SITUATION: This historic hotel is in an excellent location, is situated in front of Geneva Lake Has beautiful views of the bay and Les Alpes wonderful views of it is close to Geneva the historic centre of Where you can find shops. nearby, there is public transport. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2581.18" OriginalAmount="2506" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|59809" HotelName="Beau Rivage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3256.21" OriginalAmount="3161.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2069473" Longitude="6.1475101" StarRating="5" HotelCode="|55948" HotelName="Four Seasons  Des Bergues Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai Des Bergues ,33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/4/8/55948_d1a80dc1001.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 5 stars and was built in 1834. It is in Geneva city centre, The establishment boasts 2 restaurants, lifts, a concierge and a safety deposit box service. The establishment offers guests room service and business facilities. ROOM: The establishment has 122 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3638.99" OriginalAmount="3533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.206886196326" Longitude="6.1470195651054" StarRating="5" HotelCode="11720|four_seasons_geneva" HotelName="Four Seasons Des Bergues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Quai des Bergues, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f8/68f86648d07eb90838ff1e20b894e593e4795702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is housed within a listed building and offers stylish interiors, a cosy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3850.14" OriginalAmount="3738" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1275041-26619367/3409196075363034811/2030" HotelName="THE WOODWARD, AUBERGE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63180000/63170400/63170386/3dbd6c76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3898.58" OriginalAmount="3785.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212118" Longitude="6.152397" StarRating="5" HotelCode="|451078" HotelName="The Woodward, an Oetker Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Quai Wilson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/7/8/451078_2796a991359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4181.96" OriginalAmount="4060.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4289.95" OriginalAmount="4165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|hotel_de_la_paix_12" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.03" OriginalAmount="197.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.861681" Longitude="-80.943581" StarRating="2" HotelCode="|566936" HotelName="Pete\'s Lakefront Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5225 Old Lake Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Kitchen,Designated Smoking Area,Lounge,Spa,Swimming Pool,Wheelchair Access,Garden,Diet Meals,Elevator,Meeting Room,Parking,Coffee Shop,Housekeeping,Luggage Storage,Off-Site Parking</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,HOTEL,APARTHOTEL,APARTMENT,APARTMENT HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8739b9c5-1071-4c57-a435-e4bb4de2da7a|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="8739b9c5-1071-4c57-a435-e4bb4de2da7a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-06T00:00:00" End="2026-06-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
8739b9c5-1071-4c57-a435-e4bb4de2da7a|InfiniteSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 97|Infinite|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
8739b9c5-1071-4c57-a435-e4bb4de2da7a|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8739b9c5-1071-4c57-a435-e4bb4de2da7a|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
8739b9c5-1071-4c57-a435-e4bb4de2da7a|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8739b9c5-1071-4c57-a435-e4bb4de2da7a|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:9b58e430-5c16-48c2-8c2f-a0b31b20ea67
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
8739b9c5-1071-4c57-a435-e4bb4de2da7a|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
8739b9c5-1071-4c57-a435-e4bb4de2da7a|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8739b9c5-1071-4c57-a435-e4bb4de2da7a|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
8739b9c5-1071-4c57-a435-e4bb4de2da7a|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-05-20T10:32:30.268108+01:00" Version="0" EchoToken="Search" TransactionIdentifier="8739b9c5-1071-4c57-a435-e4bb4de2da7a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="143.87" OriginalAmount="139.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.04987" Longitude="-85.9002" StarRating="0" HotelCode="|229807" HotelName="Briarwood Inn Of Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1503 West Magnolia Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/8/0/7/229807_5ae89d20154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|nh_geneva_airport" HotelName="NH Geneva Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.43" OriginalAmount="160.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.8566196" Longitude="-77.0033723" StarRating="1" HotelCode="|361844" HotelName="Americas Best Value Inn Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>473 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/8/4/4/361844_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.64" OriginalAmount="160.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.220854" Longitude="6.113772" StarRating="1" HotelCode="212750|2764855" HotelName="ibis budget Geneve Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis-Casai 26, Cointrin, 1216 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c3/4ac3a29b2af88f2e017cf446ddf35039c592251a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-24643698/8391707900905934537/858" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|411138" HotelName="ibis budget Geneve Petit Lancy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.63" OriginalAmount="167.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1852989" Longitude="6.1280999" StarRating="3" HotelCode="|19606" HotelName="Ramada Encore By Wyndham Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>LA PRAILLE, ROUTE DES JEUNES 10-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/6/19606_94b4c2c1032.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 7 floors and 24 rooms. The establishment boasts a reception, a cafÃ©, a restaurant, internet and a car park (for a fee). SITUATION: This hotel is in Carouge de Ginebra the District Close to the city centre excellent transport links to La Praille the commercial centre Geneva the Stadium of. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.29" OriginalAmount="168.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.20" OriginalAmount="169.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2273285" Longitude="6.1064976" StarRating="2" HotelCode="|117335" HotelName="Ibis Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/5/117335_8333e0e0919.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Geneva International it is in it is situated 10 minutes away from Geneva the centre of close to the establishment, clients can find the airport, the trade fair ground.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.22757" Longitude="6.106633" StarRating="2" HotelCode="108400|ibis_geneve_aeroport" HotelName="ibis Genève Aéroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 10, Geneve-Cointrin, 1216 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4c/654c33731536940b5c3e725376b0c14962bbce67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cointrin. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.27" OriginalAmount="175.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.860988" Longitude="-80.941631" StarRating="2" HotelCode="|566933" HotelName="The Palms Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5169 Lake Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/3/3/566933_cb61ec81239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1883796" Longitude="6.1148364" StarRating="2" HotelCode="199175|407360" HotelName="ibis Geneve Petit Lancy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 8, 1213 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/4a/ae4a42a70935e02c7114ff9813f3283608850502.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lancy. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|nash_airport_hotel_2" HotelName="Nash Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.13" OriginalAmount="202.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2260017" Longitude="6.1020002" StarRating="3" HotelCode="|20631" HotelName="Holiday Inn Express Geneva Airport, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/1/20631_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2003, has 154 rooms and 7 floors. It has 50 single rooms and 103 double rooms. In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a TV room and a conference room. There are many services available at the establishment, including a medical care service, a laundry service, internet, indoor parking and a car park. SITUATION: This modern hotel is situated 3 kilometres away from Geneva the city centre of Where you can find shops, bars and restaurants. in front of the establishment, guests have public transport, has good links to Palexpo the Congress Centre it is situated 6 kilometres away from Geneva Lake 12 kilometres away, you can find a ski resort, is situated 1 kilometre away from Airport, the city. ROOM: The rooms with air-conditioning a bathroom with a hairdryer, They are equipped with a direct line telephone, internet, a radio, a satellite or cable television and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.22349703188" Longitude="6.0993540287018" StarRating="3" HotelCode="33834|holiday_inn_express_geneva_airport" HotelName="Holiday Inn Express Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 16, C.P. 256, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f3/42f3fbaf85d8ea045e9a5cc206e28f27c0b1b38a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located around 3km from Geneva's centre, with its various shopping facilities, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-26147350/8391707900905934537/2140" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.40" OriginalAmount="217.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.8690607" Longitude="-88.2739987" StarRating="2" HotelCode="|170200" HotelName="Comfort Inn and Suites Geneva - West Chicago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1555 E. Fabyan Pkwy.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/2/0/0/170200_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207763" Longitude="6.138271" StarRating="3" HotelCode="108396|ibis_geneve_centre_gare" HotelName="ibis Geneve Centre Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Voltaire 10, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a8/dba8e4d728aee3c19e214f74c3a0a7aba7f26120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.194179" Longitude="6.142245" StarRating="2" HotelCode="213929|hotel_carmen_8" HotelName="Carmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Dancet 5, 1205 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/12/0a12347b480e38bd667fe0ca00b9b576fc50234b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL CARMEN SA is set in the Plainpalais district in Geneva, 900 m from St. Pierre Cathedral.The ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.45" OriginalAmount="229.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2141785" Longitude="6.1352484" StarRating="3" HotelCode="|117323" HotelName="Ibis Geneve Centre Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/3/117323_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva the city centre of 800 metres away, guests can find GenÃ¨ve-Cornavin the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|878261-28446859/8391707900905934537/466" HotelName="LES CHAMBRES DU CTN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/878261/2020113104211420.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-25826241/8391707900905934537/1527" HotelName="NASH SUITES HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2111600226" Longitude="6.1467137932777" StarRating="2" HotelCode="81531|59060" HotelName="Résidence Studio Genève Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 36, Ecke Rue de Zurich, Paquis, 1201 Geneve, Genf, Switzerland</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a4/07a4d858bbcf5aa7c8e5daeee574e115f568fcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.75" OriginalAmount="236.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|25784" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.89" OriginalAmount="251.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2243996" Longitude="6.1004" StarRating="4" HotelCode="|9910" HotelName=" Mövenpick Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/0/9910_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 11 floors, 350 standard rooms and 6 suites. The establishment boasts a hairdresser's, a bar and a restaurant. SITUATION: This luxurious hotel is in Geneva is 5 kilometres from the city centre and the airport. It is well-connected by bus. It is situated close to the Palexpo Congress Centre. 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safe. FACILITIES: The establishment has a sauna, a solarium, a gym and a casino. OTHERS: have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202981" Longitude="6.145755" StarRating="2" HotelCode="131606|hotel_central_20" HotelName="Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 2, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/53/fe5377f280fd2147ac29f8c278b2b8e213b747c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.55" OriginalAmount="255.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.213289" Longitude="6.129937" StarRating="3" HotelCode="|453743" HotelName="Stay KooooK Geneva City - Online Check in" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de la Servette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/3/453743_87261cd1307.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.21" OriginalAmount="257.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.192431" Longitude="6.1380939" StarRating="0" HotelCode="|117328" HotelName="Starling Residence Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4, route des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/8/117328_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 400 metres away from the university. ROOM: The establishment has studios with kitchen, flat-screen satellite television and bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.01" OriginalAmount="260.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2108487" Longitude="6.1456842" StarRating="3" HotelCode="|9896" HotelName="Ibis Geneve Centre Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERNE 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/6/9896_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby with a bar, a breakfast room, room service and a laundry service. SITUATION: This hotel is surrounded by restaurants, bars and nightclubs. in front of the hotel there is a public transport stop, Rue de Berne it is in Close to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.98" OriginalAmount="261.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.205152" Longitude="6.158802" StarRating="4" HotelCode="96343|25674" HotelName="Churchill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue du Simplon, 1207 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/7a/3c7a60ee6ae96636d14323e17fe1242e75f69f7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="269.18" OriginalAmount="261.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215487338891" Longitude="6.1326509714127" StarRating="3" HotelCode="15075|1423409" HotelName="Hotel Les Nations" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Grand-Pré 62, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/63/e663657a9b1ab497c82b2481d1e4a96f0339612c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is located near to various major international organisations and the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201566" Longitude="6.158048" StarRating="4" HotelCode="77068|26426" HotelName="Hotel Century Genève" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Frontenex 24, 1207 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/54/e554d9d64c36d54cd229bc3e0a5c94b5489a5e24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.34" OriginalAmount="263.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2014129" Longitude="6.1581468" StarRating="4" HotelCode="|70147" HotelName="Century" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>AV./DE FRONTENEX, 24 P.O BOX 6292</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/1/4/7/70147_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Century is rated four stars. It has a lobby, marble floors, a reception and big windows. SITUATION: This hotel is in the heart of Geneva, 15 minutes away from the airport. It is close to Lake Geneva and the shopping area. ROOM: All the rooms have an air-conditioning system, a direct line telephone, a television, internet, a mini-bar and a bathroom with a hairdryer. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1038093-28481567/8391707900905934537/289" HotelName="PRIMADOM APARTHOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36470000/36469300/36469297/1d66724c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|13243" HotelName="Hotel Strasbourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.13" OriginalAmount="271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210527090371" Longitude="6.1462819576263" StarRating="3" HotelCode="31226|nash_ville_hotel" HotelName="ibis Genève Centre Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 26, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/01/78015e291a1600471ecd80dafc36f0fa35da4e4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Rue de Berne near to Lake Geneva. The U.N. building is roughly 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.13" OriginalAmount="271" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|250791-25472400/8391707900905934537/2221" HotelName="RESIDENCE STUDIO GENEVE CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1680000/1674800/1674754/4447c376_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.52" OriginalAmount="271.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|64474" HotelName="International &amp; Terminus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.22" OriginalAmount="274.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.192441710555" Longitude="6.1381678687172" StarRating="3" HotelCode="199952|starling_residence_geneve" HotelName="Starling Hotel Residence Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route des Acacias 4, 1227 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ac/b5ac1d7f389f115c42b2de52216269dca0197354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.47" OriginalAmount="274.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2155113" Longitude="6.147491" StarRating="3" HotelCode="|21922" HotelName="Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 rue Rothschild</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/2/2/21922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars rooms, with air-conditioning, is in Geneva a central area of. SITUATION: It is near Lake close to the central station. ROOM: The rooms a bathroom with a hairdryer, They are equipped with individual air-conditioning, internet, a safe, a satellite television with films, a direct line telephone, a kettle, a coffee maker and a mini-bar. FACILITIES: The establishment has a business centre, WiFi, a indoor car park and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|adagio_geneve_mont_blanc" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.93" OriginalAmount="281.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210638" Longitude="6.1417761" StarRating="4" HotelCode="|82167" HotelName="Le Montbrillant  Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2, rue de Montbrillant</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/1/6/7/82167_ea59d6c2022.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Geneva the centre of it is in GenÃ¨ve-Cornavin main station The establishment offers direct access to public transport services, the airport and the business area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.52" OriginalAmount="284" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.221982777272" Longitude="6.1489346623421" StarRating="3" HotelCode="23077|29232" HotelName="Eden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 135, CH-1202 Genevé</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/bf/84bfee75d1f3571267e86d296dcc27433d32dff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies within a short distance of a wonderful park, close to Lake Geneva. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="294.58" OriginalAmount="286" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-25223883/8391707900905934537/1801" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

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="94" TotalAmount="295.53" OriginalAmount="286.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2221487" Longitude="6.1489893" StarRating="3" HotelCode="|27758" HotelName="Eden Genève" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LAUSANNE 135</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/5/8/27758_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1936 and renovated in 2006. It has 54 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service, a lift and a currency exchange service. The establishment has a business centre and internet. With regards to the food and beverage offering, the establishment has an inviting bar and an elegant breakfast room. It has room service, a medical care service, a laundry service and indoor parking. SITUATION: This beautiful, urban hotel is close to a wonderful park, is located close to Geneva Lake it has good links to the tourist attractions, Where you can find Jet d'Eau the Fountain Palais des Nations the building is situated 2 kilometres away from the historic centre, Where guests can enjoy restaurants, bars and pubs. 300 metres away, there is a bus station, 1 kilometre away, there is a train station, 50 metres away, guests can find a public transport stop. ROOM: The inviting rooms, fully-equipped and a bathroom with a shower, They are equipped with fitted carpets, a sofa, a double bed, a direct line telephone, a hairdryer, a safe (available for a fee), a mini-bar, a radio and satellite or cable TV. They have WiFi, individual air-conditioning and central heating. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment serves a buffet breakfast, a set-menu lunch and an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.33" OriginalAmount="287.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2098759" Longitude="6.1442257" StarRating="3" HotelCode="|22134" HotelName="Hôtel le Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/4/22134_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 51 rooms and 5 floors. It has a reception, a safety deposit box service, a currency exchange service, a lift and a TV room. It also has a breakfast room, with air-conditioning and highchairs. The establishment has a conference room. SITUATION: This hotel is in a central area. It is close to the tourist centre. Close to the establishment, guests have Geneva Central Train Station. Nearby, you will find the banks. 10 metres away, there is a public transport stop, restaurants and bars. 100 metres away, guests have shops. 500 metres away you can find Lake Geneva. It is 5 kilometres away from Geneva Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet and a central heating system. They also have a double bed, fitted carpets, a mini-bar, a safety deposit box and a small sitting room. FACILITIES: In the surrounding area, guests can find sports areas entertainment and leisure areas. Clients can enjoy activities such as go cycling, mountain-biking, billiards, surfing, sailing, jet-skiing, motorboat rides, diving, pedal boats, go canoeing, horse-riding, beach volleyball, bowling and a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard, Diners Club and EC. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="296.64" OriginalAmount="288" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-25192323/8391707900905934537/1420" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/bd748f5c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|hotel_jade_2" HotelName="Hôtel Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.88" OriginalAmount="296.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210992" Longitude="6.141871" StarRating="4" HotelCode="66865|le_montbrillant_hotel_residence" HotelName="Le Montbrillant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue de Montbrillant, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/be/8ebe47ed78125ee72b65c42aca716f05eb00b391.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.97" OriginalAmount="299" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209544" Longitude="6.143909" StarRating="3" HotelCode="31229|3651" HotelName="Hotel Cristal [Design]" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 4, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f8/caf8672a8906d088a37fa49b679116e1da123022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel may be reached from the station by crossing the Mont Blanc pedestrianised street. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.12" OriginalAmount="304.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215122" Longitude="6.146158" StarRating="3" HotelCode="81281|design_hotel_f6" HotelName="Design F6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Ferrier, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/65/b8659548e91d5fdb46fd1c9ccd676f3f7167c984.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.82" OriginalAmount="304.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209611" Longitude="6.143972" StarRating="3" HotelCode="|161361" HotelName="Cristal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE PRADIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/1/3/6/1/161361_19a601a0229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.15" OriginalAmount="305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.200253" Longitude="6.15973" StarRating="4" HotelCode="77149|hotel_diplomate_2" HotelName="Hotel Diplomate Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Terrasserie, Geneve 1207</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/09/4c09305b7de92107b985e133c52d1626a87bc070.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.24" OriginalAmount="306.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1927595" Longitude="6.1432022" StarRating="3" HotelCode="|117329" HotelName="Appart'Hôtel Residence Dizerens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Dizerens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/9/117329_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Geneva the centre of. ROOM: The establishment has simple rooms and a fully-equipped kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.33" OriginalAmount="306.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2123701" Longitude="6.1462309" StarRating="3" HotelCode="|20635" HotelName="Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA NAVIGATION 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/5/20635_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel The establishment has a business centre (free of charge), WiFi (free of charge), a laundry service and a car park. The establishment offers a transfer service. SITUATION: This hotel is on a quiet street, is 5 minutes away from the city centre, Where you can find shops, bars and restaurants. it is 5 minutes away from the railway station ,Leman Lake 15 minutes away from the establishment guests have the airport. ROOM: The rooms have a bathroom with a hairdryer, an air-conditioning system, heating, a direct line telephone, a television, a radio, internet, a mini-bar, a double bed, a safe and a sitting room. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.21" OriginalAmount="307.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|hotel_kipling_manotel" HotelName="Hôtel Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.87" OriginalAmount="308.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21289" Longitude="6.145087" StarRating="4" HotelCode="|79915" HotelName="Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33, rue de Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/9/1/5/79915_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars and was built in 1978. Guests have a restaurant. SITUATION: It is in the centre of Geneva. ROOM: The establishment has 102 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="321.36" OriginalAmount="312" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3020-2031170/8391707900905934537/889" HotelName="LES NATIONS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972100/972050/c3e6c503_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="324.45" OriginalAmount="315" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9675-25188520/8391707900905934537/2014" HotelName="STRASBOURG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32660000/32658800/32658779/836a40e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.48" OriginalAmount="316.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|hotel_auteuil" HotelName="Hôtel Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.28" OriginalAmount="317.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2087059" Longitude="6.142611" StarRating="3" HotelCode="|9892" HotelName="Suisse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin ,10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/2/9892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Suisse Geneve is rated three stars, was built in 1830, has a restaurant, lifts, a concierge and a safety deposit box service. The establishment offers guests room service, a cafÃ© and business facilities. SITUATION: This establishment is in the centre of Geneva. ROOM: The establishment has 62 rooms with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.57" OriginalAmount="319" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.194876925992" Longitude="6.127217824537" StarRating="3" HotelCode="370000|492284" HotelName="Chez Maman Boutique-Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Rampe Quidort 2, Acacias, 1227 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/83/32831ac7fa38558d28f7763aa118f71e097d2fc8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.04" OriginalAmount="321.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21001" Longitude="6.144922" StarRating="3" HotelCode="80750|211154" HotelName="Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>23 rue des Alpes, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/d5/91d5fac24b11612b96b8bb26aa85971241bfbfca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Hotel Montana promises a relaxing...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.69" OriginalAmount="323" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|3652" HotelName="Hotel Cornavin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.12" OriginalAmount="323.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20698" Longitude="6.14367" StarRating="3" HotelCode="|453755" HotelName="Rousseau Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue Rousseau 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/5/5/453755_85509f31313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.51" OriginalAmount="323.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|181836" HotelName="Novotel Suites Geneve Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.72" OriginalAmount="325.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2150993" Longitude="6.1483002" StarRating="4" HotelCode="|9897" HotelName="N'vy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE RICHEMONT 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/7/9897_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 8 floors and 153 standard rooms. In the entrance, guests are offered a lobby with elevators, a safety deposit box service, a currency exchange service and a reception. The establishment offers guests a cafÃ©, a bar, a restaurant with air-conditioning and highchairs. The establishment has a business centre and WiFi. There are many services available at the establishment, including room service, a laundry service and a medical care service. It has bicycle rental, a car park (for a fee), bicycle storage and a terrace. SITUATION: This hotel is on a peaceful street. Is situated in Geneva city centre, close to shops, leisure areas and entertainment. It is located 100 metres away from a lake. 50 metres away, guests can find a public transport stop. 300 metres away, guests will find the central station. Is 8 kilometres from Geneva Airport. ROOM: The cosy rooms have a bathroom with a hairdryer and scales. They are equipped with a direct line telephone, a radio, satellite or cable TV, pay channels, WiFi, a mini-bar, a coffee maker and a kettle. They have a double bed, fitted carpets, a safety deposit box (available for a fee), an air-conditioning system and individual heating. FACILITIES: The establishment has a gym. In the surrounding area, guests can find bars and nightclubs. It is 15 minutes away from the fair centre. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and JCB. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte restaurant. It has a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.12" OriginalAmount="326.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.200547" Longitude="6.134652" StarRating="4" HotelCode="80131|2507525" HotelName="Home Swiss Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Sainte-Clotilde 7, 1205 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f4/30f4c978d5d8e36fd6766d93ea674846ab521b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="336.81" OriginalAmount="327" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-25366775/8391707900905934537/1447" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.84" OriginalAmount="328.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20944" Longitude="6.145121" StarRating="3" HotelCode="11429|capitole_hotel" HotelName="ibis Styles Genève Mont Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 15, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/b3/50b3f178a865f07e308800539a729b2ab51e011c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an outstanding location in the heart of Geneva, close to the historical old town. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.14" OriginalAmount="328.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20279" Longitude="6.147469" StarRating="4" HotelCode="|451097" HotelName="citizenM Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue de la Rotisserie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/9/7/451097_90345681400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.66" OriginalAmount="330.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1947544" Longitude="6.127218" StarRating="3" HotelCode="|375596" HotelName="Chez Maman &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rampe Quidort 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/5/9/6/375596_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="340.93" OriginalAmount="331" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|616383-25780151/8391707900905934537/2497" HotelName="IBIS STYLES GENEVE CAROUGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20150000/20141700/20141602/732906e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.99" OriginalAmount="333.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210571408642" Longitude="6.1460119554783" StarRating="3" HotelCode="63679|9hotel_paquis" HotelName="9Hotel Genève Paquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de Berne, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/80/a2803394eae2e88261550f6bfad6b6cdfd0b08e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This five-storey hotel is set 300 m from Lake Geneva and 1 km from St Pierre Cathedral. A range of l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.02" OriginalAmount="334.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209154474743" Longitude="6.1429882049561" StarRating="3" HotelCode="31234|hotel_suisse_3" HotelName="Suisse Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 10, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e5/fbe505dfc466c891d41d8fa3da9e249a45db8903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly on Place Cornavin, opposite Geneva's main train station. An abunda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.18" OriginalAmount="334.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.86155" Longitude="-80.945634" StarRating="2" HotelCode="|539604" HotelName="Uncle Toms Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5275 Lake Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/6/0/4/539604_3d2cf262121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="345.05" OriginalAmount="335" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|595046-25745396/8391707900905934537/2220" HotelName="CHEZ MAMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10030000/10020800/10020762/cf2ad077_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.20" OriginalAmount="335.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.179487" Longitude="6.138058" StarRating="2" HotelCode="|378220" HotelName="Ibis Styles Genève Carouge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route De Saint Julien 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/8/2/2/0/378220_47010f92322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.11" OriginalAmount="337" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|29231" HotelName="Novotel Genève Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.14" OriginalAmount="338.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="348.14" OriginalAmount="338" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|95297-32594787/8391707900905934537/156" HotelName="DIPLOMATE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/28200/28124/fd914022_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.99" OriginalAmount="338.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211632" Longitude="6.147334" StarRating="4" HotelCode="|9899" HotelName="Novotel Geneve Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich ,19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/9/9899_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1976, renovated in 2002, has 28 standard rooms, 7 floors, 35 single rooms, 119 double rooms and 8 suites. The establishment offers a bar and a restaurant. SITUATION: This hotel is in the centre of Geneva, close to Lake, the railway station and the historic centre. Is 8 kilometres from the airport. Opposite the establishment, guests have public transport services. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.17" OriginalAmount="339.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20700353" Longitude="6.14374581" StarRating="3" HotelCode="371395|hotel_rousseau" HotelName="Hotel Rousseau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>RUE ROUSSEAU, 13, CH - 1201 GENÈVE</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1e/b01eaff7defc73730e8b8b345233042cf0b0cb0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.17" OriginalAmount="339.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211188" Longitude="6.145722" StarRating="3" HotelCode="131546|hotel_d_geneva" HotelName="At Home Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="Coffee Shop,Housekeeping,Internet,Luggage Storage,Off-Site Parking,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue de Fribourg, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/02/a802b5bc415e4e7d6f1ece2b15865cf218efd42c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="349.70" OriginalAmount="339.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|358432" HotelName="Des Alpes Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.23" OriginalAmount="341.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2154305" Longitude="6.1487821" StarRating="4" HotelCode="31227|hotel_nvy" HotelName="Hôtel Nvy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Richemont 18, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/26/1426d075fdbbd3dc00e152b9ae9cd23fe1f11c82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a peaceful street, right at the heart of Geneva and is just metres from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|16962" HotelName="NH Geneva City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="360.50" OriginalAmount="350" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12462-2031077/8391707900905934537/921" HotelName="CRISTAL DESIGN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47100/47097/84f3ef23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="360.50" OriginalAmount="350" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1314462-26627072/8391707900905934537/1869" HotelName="RUBY CLAIRE GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/74000000/73210000/73209000/73208912/bea143a8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="361.53" OriginalAmount="351" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-22277607/8391707900905934537/945" HotelName="AUTEUIL MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.02" OriginalAmount="352.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|43130" HotelName="Tiffany Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="368.74" OriginalAmount="358" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3018-22276414/8391707900905934537/1124" HotelName="N'VY MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20700/20633/e38b519c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="368.74" OriginalAmount="358" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185048-25370317/8391707900905934537/1654" HotelName="DESIGN HOTEL F6" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1670000/1668600/1668528/906a723d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.70" OriginalAmount="359.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="370.83" OriginalAmount="360.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.206555" Longitude="6.144825" StarRating="4" HotelCode="108654|2163695" HotelName="The New Midi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Chevelu 4, 1201 Geneve, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/2c/cc2c94b1b2d53da2d8d8ad83a19b2c94f5c8bf68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="376.52" OriginalAmount="365.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2248398" Longitude="6.1068628" StarRating="4" HotelCode="|9900" HotelName="Crowne Plaza Geneva, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE LOUIS CASAI 75-77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/0/9900_1_1105.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 308 standard rooms. The establishment offers guests a transfer service to the airport (free of charge). In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, lifts, a gift shop and a hairdresser's. Regarding the food and beverage offering, the establishment has a bar and 2 restaurants. You are also offered a business centre with WiFi and 18 conference rooms. There are many services available at the establishment, including room service, a laundry service, bicycle rental and indoor parking. SITUATION: This hotel is 3 kilometres from Geneva city centre. It is well-connected by public transport. In front of the hotel there is a public transport stop. The establishment is situated 500 metres away from the Blaxert shopping centre. Is 3 kilometres from ONU the fair centre and the sea. 10 kilometres away, you can find Lelex-Crozet Ski Resort. 1 kilometre away, you can find Geneva International Airport. ROOM: The soundproofed rooms, with air-conditioning, have a bathroom with a hairdryer, a satellite or cable television, a radio, films (available for a fee), a direct line telephone, a mini-bar, a safe, WiFi, a coffee maker, a kettle, an iron, a double bed, heating and individual air-conditioning. FACILITIES: Guests are offered a sauna, a massage service (available for a fee) and a gym. Clients can enjoy go cycling. 10 kilometres away from the establishment, clients have at their disposal a golf course. OTHERS: The establishment offers buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.98" OriginalAmount="366.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|mon_repos" HotelName="Mon Repos Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.24" OriginalAmount="367.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2062054" Longitude="6.144769" StarRating="4" HotelCode="|82658" HotelName="The Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, quai des Bergues</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/5/8/82658_34ef2fe2036.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Geneva Lake it is in the city centre, 15 minutes away from the establishment, clients can find the airport, 500 metres away, clients have the railway station, Close to RÃ³dano the river. FACILITIES: Guests are offered WiFi (free of charge), a restaurant and a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.76" OriginalAmount="367.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2072067" Longitude="6.1448154" StarRating="4" HotelCode="|9911" HotelName="Rotary Geneva – Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Du Cendrier,18-20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/1/9911_d3776a11111.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Rotary is rated four stars was built in 1978 and it is situated in Geneva city centre. The establishment boasts 2 restaurants, lifts and a safety deposit box service. The establishment offers room service, a bellboy and business facilities. ROOM: The establishment has 94 rooms, fully-equipped, a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|595066-25745432/8391707900905934537/1619" HotelName="D GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32130000/32121300/32121217/0816f4d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|266186-25491100/8391707900905934537/2422" HotelName="DES ALPES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54700/54601/61685e27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.55" OriginalAmount="369.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21312" Longitude="6.14538" StarRating="4" HotelCode="|9915" HotelName="Royal Manotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/5/9915_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional hotel, has 2 business areas, internet (for a fee) and WiFi. The establishment boasts Rive Droite Restaurant and an inviting bar with a fireplace. The establishment offers guests conference facilities. It has a car park and a transfer service. SITUATION: This hotel is near public transport services. It is located 100 metres away from nightclubs, bars and restaurants. 500 metres away, guests can find shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, a fridge, a satellite or cable television, a safety deposit box (available for a fee), an air-conditioning system, heating and fitted carpets. FACILITIES: The establishment has a sauna, a Jacuzzi, a massage service and a gym. OTHERS: The establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.10" OriginalAmount="370" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3031-25188464/8391707900905934537/1402" HotelName="9HOTEL PAQUIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47113/b71d4270_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.84" OriginalAmount="374.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207270436657" Longitude="6.145139336586" StarRating="4" HotelCode="31231|154049" HotelName="Hotel Rotary Geneva - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Rue du Cendrier, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/25/9d25b6c5f95987feab691c971e2ec421e60ff3a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the immediate vicinity of the business centre. From here all of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.98" OriginalAmount="374.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2088699" Longitude="6.1426601" StarRating="3" HotelCode="|28503" HotelName="Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>place Cornavin,6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/5/0/3/28503_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Astoria is rated three stars was built in 1940 and it is in Geneva city centre. The establishment boasts lifts, a safety deposit box service and a sauna. The establishment offers room service and business facilities. ROOM: The establishment has 63 rooms, fully-equipped, a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.28" OriginalAmount="376" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-28578802/8391707900905934537/546" HotelName="HOTEL GENEVA BY FASSBIND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.34" OriginalAmount="378" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|36632" HotelName="Hotel Sagitta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="389.34" OriginalAmount="378" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17007-11210625/8391707900905934537/850" HotelName="MON REPOS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7600/7594/d015b62f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="389.34" OriginalAmount="378" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-6031634/8391707900905934537/854" HotelName="CORNAVIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="390.01" OriginalAmount="378.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2118432" Longitude="6.1279629" StarRating="4" HotelCode="|26520" HotelName="Geneva By Fassbind" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE WENDT 42 / 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/2/0/26520_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 70 rooms, 6 floors, 7 suites and 5 apartments. It is on a main street, In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a conference room and internet. The establishment also has indoor parking, room service and a laundry service. SITUATION: This hotel Palais des Nations it is 5 minutes away from 600 metres away, there is a public transport stop, the establishment is a 13-minute drive away from the beach, the river, bars and Geneva the tourist area of 3 kilometres away, you can find the historic centre, the establishment is 1,3 kilometres away from shops, is 10 minutes away from the airport. ROOM: The fully-equipped rooms, have a bathroom with a hairdryer, a satellite or cable television, internet, a double bed, fitted carpets, an air-conditioning system, central heating and a safety deposit box (available for a fee). FACILITIES: 5,3 kilometres away, guests can enjoy a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.37" OriginalAmount="379.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|hotel_royal_manotel" HotelName="Hôtel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="390.37" OriginalAmount="379" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-11049805/8391707900905934537/918" HotelName="TIFFANY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.43" OriginalAmount="381" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-28561320/8391707900905934537/357" HotelName="WARWICK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w3837h2557x3y3-8c5d02cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="396.55" OriginalAmount="385" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17006-5127485/8391707900905934537/909" HotelName="LE MONTBRILLANT GENEVE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24600/24577/39dbfc13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="403.76" OriginalAmount="392" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-25201499/8391707900905934537/2105" HotelName="SAGITTA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.208880071691" Longitude="6.1429721731862" StarRating="3" HotelCode="76971|27504" HotelName="Hotel Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 6, 1201 Genève, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/76/f4763fbd2af4b169d73877637d8472903d3f50ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is just 50 m from bus, tram and train terminals. Within a few minutes' walk, guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20636" Longitude="6.144568" StarRating="4" HotelCode="82927|167531" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Quai des Bergues, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/1c/901c98a99da576e166af1af88a4fae21f84ffe86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.16" OriginalAmount="394.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|601925" HotelName="Hotel Bernina Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="407.88" OriginalAmount="396" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17002-22329198/8391707900905934537/1039" HotelName="BERNINA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/542200/542125/e3db7367_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.27" OriginalAmount="409" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|912426-28448267/8391707900905934537/149" HotelName="BOEL 3 STUDIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/912426/202212192224288.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="424.36" OriginalAmount="412" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1452413-32387478/8391707900905934537/2373" HotelName="BASE GENEVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112610000/112605300/112605241/01d92f51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.20" OriginalAmount="440.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211394818185" Longitude="6.1499807238579" StarRating="3" HotelCode="11984|hotel_edelweiss_2" HotelName="Hôtel Edelweiss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de la Navigation 2, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f7/a6f71b0373a0e71f6e75ac11648251f81e3f8428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This authentic Swiss chalet is located in the Alps at the heart of Geneva, close to the United Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.84" OriginalAmount="443.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|140094" HotelName="Eastwest" 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,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="462.47" OriginalAmount="449" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17003-22275802/8391707900905934537/999" HotelName="EDELWEISS MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5000/4955/f98246f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="522.21" OriginalAmount="507" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215511144051" Longitude="6.149122317791" StarRating="3" HotelCode="318234|393071" HotelName="Hotel Drake Longchamp" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Butini 7, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/8f/658f2186cab8faffdc4aa8ff86773579be8c37cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the middle of the commercial and cultural district of Geneva, just 250...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="544.15" OriginalAmount="528.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2155991" Longitude="6.1490002" StarRating="3" HotelCode="|9903" HotelName="Drake Longchamp" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BUTINI 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/3/9903_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1974, has 7 floors and 156 double rooms. In the establishment entrance, guests will find a spacious hall with a lift, a reception, a safety deposit box service, a currency exchange service and a conference room. The establishment offers a laundry service. Nearby, there is an oudooor car park (for a fee). SITUATION: This hotel is in Geneva city centre, close to Lake. 250 metres away from the establishment, you can find the historic centre. 100 metres away, there is a public transport stop. 50 metres away, guests have a bus stop. It is 15 minutes away from GenÃ¨ve-Cornavin Station and 45 minutes away from Launa. ROOM: Customers have soundproofed rooms with a bathroom, a hairdryer, a direct line telephone, a satellite television, cable television, internet, an American kitchen and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="597.40" OriginalAmount="580" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-27590617/8391707900905934537/2367" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="623.14" OriginalAmount="604.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202821" Longitude="6.151264" StarRating="4" HotelCode="|453741" HotelName="Marmont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Prince</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/1/453741_d4013cc1352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="663.36" OriginalAmount="644.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1950613" Longitude="6.1499723" StarRating="3" HotelCode="|327112" HotelName="Adriatica" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Sautter, 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/1/1/2/327112_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="685.98" OriginalAmount="666" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1038123-26244300/8391707900905934537/2304" HotelName="MARMONT HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45780000/45777500/45777479/d608ec0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="704.52" OriginalAmount="684.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203079" Longitude="6.150302" StarRating="3" HotelCode="80255|hotel_longemalle" HotelName="Longemalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Place Longemalle, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/aa/f6aa2e9c9e7e8f192f72ea0115b9228c62cb7411.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="707.61" OriginalAmount="687" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20755629487" Longitude="6.1469551920891" StarRating="4" HotelCode="11221|7049" HotelName="Bristol" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue du Mont-Blanc, Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15efe92de70dd54215e5e39661dd9404b6c3bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the centre of Geneva, on Rue de Mont Blanc, just a few minutes Lak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.19508" Longitude="6.149944" StarRating="3" HotelCode="131491|adriatica" HotelName="Adriatica Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Sautter 21, Geneva 1205</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/a2/1ba2d1c13a4b4f028dd52e1a6bd01190d4d850c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="778.43" OriginalAmount="755.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2028659" Longitude="6.1500889" StarRating="0" HotelCode="|117332" HotelName="De La Cigogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/2/117332_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The HÃ´tel De La Cigogne is rated five stars, is elegant. SITUATION: It is situated in a historic building. This hotel is in the Square of Longemalle. Next to the establishment, guests will find the historic centre and Lake.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="806.49" OriginalAmount="783" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20316285" Longitude="6.1456586" StarRating="4" HotelCode="474851|408377" HotelName="Fraser Suites Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 3-5, 1204 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d3676122102aa63be9def57207d9fe2574147a56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geneva City Center, Fraser Suites Geneva is a perfect starting point from which to explor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="825.03" OriginalAmount="801.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|les_armures" HotelName="Les Armures" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="863.61" OriginalAmount="838.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2036285" Longitude="6.1521354" StarRating="5" HotelCode="|9898" HotelName="Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai General Guisa 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/8/9898_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1854, renovated in 2004, has 5 floors and 127 rooms. It has 21 single rooms, 16 suites and 90 double rooms. In the establishment entrance, guests will find a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a piano bar, a conference room and internet. With regards to the food and beverage offering, the establishment has Le Grand Quai the Ã  la carte restaurant It has a car park (for a fee), room service, a laundry service and a medical care service. SITUATION: Is situated inGeneva the city centre of it is opposite Leman Lake It is in the commercial district, in the surrounding area of the establishment, guests can find shops, bars, nightclubs, restaurants and public transport. It is situated 12 kilometres away from a golf course, 65 kilometres away, you can find a ski resort. ROOM: The rooms with carpet, a bathroom and a hairdryer. They are equipped with a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed, a safety deposit box and central heating. FACILITIES: Guests are offered a massage service, a gym, sailing and an entertainment programme. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="864.20" OriginalAmount="839.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203197" Longitude="6.145716" StarRating="4" HotelCode="|453304" HotelName="Fraser Suites Geneva - Serviced 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/5/3/3/0/4/453304_f3a284e0851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="878.59" OriginalAmount="853" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|6025" HotelName="Hotel Metropole Geneve" 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,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="987.77" OriginalAmount="959.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.224451" Longitude="6.132978" StarRating="5" HotelCode="49113|intercontinental_geneva" HotelName="Intercontinental Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chemin du Petit-Saconnex 7-9, 1211 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6d/c26dc862f29c58dd813020b6e6530d431fb4e9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is located only a stone's throw from the United Nations headquarters and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1010.43" OriginalAmount="981" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|974431-28597488/8391707900905934537/298" HotelName="THE HAMLET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42700000/42697700/42697646/1947c56a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1013.05" OriginalAmount="983.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209484" Longitude="6.1488879999999" StarRating="5" HotelCode="213930|1018698" HotelName="Swiss Luxury Appartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe-Plantamour 6, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/5c/bc5ce1836c17fde04e1da8007d05c49be8e18486.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 24 rooms. Services and facilities at the hotel include room service an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1039.27" OriginalAmount="1009" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-25191939/8391707900905934537/1376" HotelName="METROPOLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1042.81" OriginalAmount="1012.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1992573" Longitude="6.1494061" StarRating="0" HotelCode="|327205" HotelName="Nest Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Etienne Dumont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/2/0/5/327205_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1112.40" OriginalAmount="1080" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|19998" HotelName="Mandarin Oriental Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business 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,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1127.57" OriginalAmount="1094.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2094132" Longitude="6.1488659" StarRating="5" HotelCode="|117325" HotelName="Swiss Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe - Plantamour 6 - 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/5/117325_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva a central area of 600 metres away, guests can find the railway station, 200 metres away, guests have a lake near restaurants, shops. ROOM: Guests can find modern rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1139.18" OriginalAmount="1106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595077-28564522/8391707900905934537/560" HotelName="LE JOUR ET LA NUIT BED AND BREAKFAST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/595077/2019212165035774.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1151.40" OriginalAmount="1117.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1162.84" OriginalAmount="1128.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1183.47" OriginalAmount="1149" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|29233" HotelName="La Reserve Geneve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1227.76" OriginalAmount="1192" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870900000000000" Longitude="2.349900000000000" StarRating="5" HotelCode="0|27493-25213389/8391707900905934537/1237" HotelName="MANDARIN ORIENTAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE D'HAUTEVILLE, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47102/e7a6d307_b.jpg</HotelPictures>
        <HotelDescription>This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.

The hotel has a total of 33 rooms. Facilities include a 24-h reception desk, a lift, a lounge and a little interior garden. A free wifi access is available. Car parking facilities in the neighbourhood are available to those arriving by car.

The tasteful rooms each come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, an Internet connection, a double bed, a hire safe and a minibar. Individually controllable heating and air conditioning feature as standard.

Guests may select their breakfast from an ample buffet.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1239.19" OriginalAmount="1203.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|CAY369700" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1301.92" OriginalAmount="1264" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|14258-25203542/8391707900905934537/1502" HotelName="D`ANGLETERRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47120/be06c03a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1359.73" OriginalAmount="1320.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1380.20" OriginalAmount="1340.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|hotel_president_wilson_a_luxury_collection_hotel" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1551.18" OriginalAmount="1506" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3026-28596634/8391707900905934537/272" HotelName="PRESIDENT WILSON A LUXURY COLLECTION GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14300/14221/7c37d055_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2544.59" OriginalAmount="2470.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2092018" Longitude="6.1501999" StarRating="5" HotelCode="|9894" HotelName="Beau Rivage Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI DU MONT-BLANC 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/4/9894_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1865, has 6 floors and 91 rooms. It has 31 single rooms, 78 double rooms and 6 suites. The establishment boasts a bar, a pub and a restaurant. It has a car park and indoor parking (for a fee). SITUATION: This historic hotel is in an excellent location, is situated in front of Geneva Lake Has beautiful views of the bay and Les Alpes wonderful views of it is close to Geneva the historic centre of Where you can find shops. nearby, there is public transport. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2581.18" OriginalAmount="2506" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|59809" HotelName="Beau Rivage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3256.21" OriginalAmount="3161.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2069473" Longitude="6.1475101" StarRating="5" HotelCode="|55948" HotelName="Four Seasons  Des Bergues Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai Des Bergues ,33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/4/8/55948_d1a80dc1001.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 5 stars and was built in 1834. It is in Geneva city centre, The establishment boasts 2 restaurants, lifts, a concierge and a safety deposit box service. The establishment offers guests room service and business facilities. ROOM: The establishment has 122 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3638.99" OriginalAmount="3533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.206886196326" Longitude="6.1470195651054" StarRating="5" HotelCode="11720|four_seasons_geneva" HotelName="Four Seasons Des Bergues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Quai des Bergues, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f8/68f86648d07eb90838ff1e20b894e593e4795702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is housed within a listed building and offers stylish interiors, a cosy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3667.83" OriginalAmount="3561" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1275041-26619366/8391707900905934537/2597" HotelName="THE WOODWARD, AUBERGE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63180000/63170400/63170386/3dbd6c76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3704.62" OriginalAmount="3596.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212118" Longitude="6.152397" StarRating="5" HotelCode="|451078" HotelName="The Woodward, an Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Quai Wilson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/7/8/451078_2796a991359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4181.96" OriginalAmount="4060.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4289.95" OriginalAmount="4165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|hotel_de_la_paix_12" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4944.00" OriginalAmount="4800" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12464-28593885/8391707900905934537/373" HotelName="THE RITZ-CARLTON DE LA PAIX GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22700/22672/62320231_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.03" OriginalAmount="197.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.861681" Longitude="-80.943581" StarRating="2" HotelCode="|566936" HotelName="Pete\'s Lakefront Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5225 Old Lake Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Golf,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Bicycle Rental,Lounge,Kitchen,Wheelchair Access,Spa,Swimming Pool,Diet Meals,Elevator,Meeting Room,Parking,Coffee Shop,Housekeeping,Luggage Storage,Off-Site Parking</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,AIRPORT HOTEL,SPA HOTEL,HOTEL,APARTHOTEL,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
2a745978-add7-4cf6-85b4-ee7529827395|InfiniteSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 97|Infinite|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
2a745978-add7-4cf6-85b4-ee7529827395|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
2a745978-add7-4cf6-85b4-ee7529827395|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2a745978-add7-4cf6-85b4-ee7529827395|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2a745978-add7-4cf6-85b4-ee7529827395|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:9b58e430-5c16-48c2-8c2f-a0b31b20ea67
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
2a745978-add7-4cf6-85b4-ee7529827395|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
2a745978-add7-4cf6-85b4-ee7529827395|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.SelectServerHelper.WaitingForDescriptionToChange()
   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
2a745978-add7-4cf6-85b4-ee7529827395|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2a745978-add7-4cf6-85b4-ee7529827395|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-05-20T10:32:42.9663905+01:00" Version="0" EchoToken="Search" TransactionIdentifier="2a745978-add7-4cf6-85b4-ee7529827395" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="143.87" OriginalAmount="139.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.04987" Longitude="-85.9002" StarRating="0" HotelCode="|229807" HotelName="Briarwood Inn Of Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1503 West Magnolia Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/8/0/7/229807_5ae89d20154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.69" OriginalAmount="150.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1852989" Longitude="6.1280999" StarRating="3" HotelCode="|19606" HotelName="Ramada Encore By Wyndham Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>LA PRAILLE, ROUTE DES JEUNES 10-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/6/19606_94b4c2c1032.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 7 floors and 24 rooms. The establishment boasts a reception, a cafÃ©, a restaurant, internet and a car park (for a fee). SITUATION: This hotel is in Carouge de Ginebra the District Close to the city centre excellent transport links to La Praille the commercial centre Geneva the Stadium of. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|nh_geneva_airport" HotelName="NH Geneva Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.64" OriginalAmount="160.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.220854" Longitude="6.113772" StarRating="1" HotelCode="212750|2764855" HotelName="ibis budget Geneve Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis-Casai 26, Cointrin, 1216 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c3/4ac3a29b2af88f2e017cf446ddf35039c592251a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|411138" HotelName="ibis budget Geneve Petit Lancy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.29" OriginalAmount="168.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.20" OriginalAmount="169.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2273285" Longitude="6.1064976" StarRating="2" HotelCode="|117335" HotelName="Ibis Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/5/117335_8333e0e0919.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Geneva International it is in it is situated 10 minutes away from Geneva the centre of close to the establishment, clients can find the airport, the trade fair ground.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.22757" Longitude="6.106633" StarRating="2" HotelCode="108400|ibis_geneve_aeroport" HotelName="ibis Genève Aéroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 10, Geneve-Cointrin, 1216 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4c/654c33731536940b5c3e725376b0c14962bbce67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cointrin. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.87" OriginalAmount="175.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.8566196" Longitude="-77.0033723" StarRating="1" HotelCode="|361844" HotelName="Americas Best Value Inn Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>473 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/8/4/4/361844_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.27" OriginalAmount="175.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.860988" Longitude="-80.941631" StarRating="2" HotelCode="|566933" HotelName="The Palms Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5169 Lake Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/3/3/566933_cb61ec81239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1883796" Longitude="6.1148364" StarRating="2" HotelCode="199175|407360" HotelName="ibis Geneve Petit Lancy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 8, 1213 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/4a/ae4a42a70935e02c7114ff9813f3283608850502.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lancy. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/1959633201400835899/2801" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|nash_airport_hotel_2" HotelName="Nash Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.13" OriginalAmount="202.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2260017" Longitude="6.1020002" StarRating="3" HotelCode="|20631" HotelName="Holiday Inn Express Geneva Airport, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/1/20631_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2003, has 154 rooms and 7 floors. It has 50 single rooms and 103 double rooms. In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a TV room and a conference room. There are many services available at the establishment, including a medical care service, a laundry service, internet, indoor parking and a car park. SITUATION: This modern hotel is situated 3 kilometres away from Geneva the city centre of Where you can find shops, bars and restaurants. in front of the establishment, guests have public transport, has good links to Palexpo the Congress Centre it is situated 6 kilometres away from Geneva Lake 12 kilometres away, you can find a ski resort, is situated 1 kilometre away from Airport, the city. ROOM: The rooms with air-conditioning a bathroom with a hairdryer, They are equipped with a direct line telephone, internet, a radio, a satellite or cable television and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.22349703188" Longitude="6.0993540287018" StarRating="3" HotelCode="33834|holiday_inn_express_geneva_airport" HotelName="Holiday Inn Express Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 16, C.P. 256, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f3/42f3fbaf85d8ea045e9a5cc206e28f27c0b1b38a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located around 3km from Geneva's centre, with its various shopping facilities, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-26147350/1959633201400835899/2785" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.40" OriginalAmount="217.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.8690607" Longitude="-88.2739987" StarRating="2" HotelCode="|170200" HotelName="Comfort Inn and Suites Geneva - West Chicago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1555 E. Fabyan Pkwy.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/2/0/0/170200_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207763" Longitude="6.138271" StarRating="3" HotelCode="108396|ibis_geneve_centre_gare" HotelName="ibis Geneve Centre Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Voltaire 10, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a8/dba8e4d728aee3c19e214f74c3a0a7aba7f26120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.194179" Longitude="6.142245" StarRating="2" HotelCode="213929|hotel_carmen_8" HotelName="Carmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Dancet 5, 1205 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/12/0a12347b480e38bd667fe0ca00b9b576fc50234b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL CARMEN SA is set in the Plainpalais district in Geneva, 900 m from St. Pierre Cathedral.The ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-27819789/1959633201400835899/1959" HotelName="NASH SUITES HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.45" OriginalAmount="229.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2141785" Longitude="6.1352484" StarRating="3" HotelCode="|117323" HotelName="Ibis Geneve Centre Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/3/117323_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva the city centre of 800 metres away, guests can find GenÃ¨ve-Cornavin the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.18" OriginalAmount="232.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2243996" Longitude="6.1004" StarRating="4" HotelCode="|9910" HotelName=" Mövenpick Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/0/9910_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 11 floors, 350 standard rooms and 6 suites. The establishment boasts a hairdresser's, a bar and a restaurant. SITUATION: This luxurious hotel is in Geneva is 5 kilometres from the city centre and the airport. It is well-connected by bus. It is situated close to the Palexpo Congress Centre. 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safe. FACILITIES: The establishment has a sauna, a solarium, a gym and a casino. OTHERS: have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|878261-28446859/1959633201400835899/762" HotelName="LES CHAMBRES DU CTN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/878261/2020113104211420.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2111600226" Longitude="6.1467137932777" StarRating="2" HotelCode="81531|59060" HotelName="Résidence Studio Genève Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 36, Ecke Rue de Zurich, Paquis, 1201 Geneve, Genf, Switzerland</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a4/07a4d858bbcf5aa7c8e5daeee574e115f568fcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.75" OriginalAmount="236.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|25784" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202981" Longitude="6.145755" StarRating="2" HotelCode="131606|hotel_central_20" HotelName="Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 2, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/53/fe5377f280fd2147ac29f8c278b2b8e213b747c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.77" OriginalAmount="255.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2248398" Longitude="6.1068628" StarRating="4" HotelCode="|9900" HotelName="Crowne Plaza Geneva, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE LOUIS CASAI 75-77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/0/9900_1_1105.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 308 standard rooms. The establishment offers guests a transfer service to the airport (free of charge). In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, lifts, a gift shop and a hairdresser's. Regarding the food and beverage offering, the establishment has a bar and 2 restaurants. You are also offered a business centre with WiFi and 18 conference rooms. There are many services available at the establishment, including room service, a laundry service, bicycle rental and indoor parking. SITUATION: This hotel is 3 kilometres from Geneva city centre. It is well-connected by public transport. In front of the hotel there is a public transport stop. The establishment is situated 500 metres away from the Blaxert shopping centre. Is 3 kilometres from ONU the fair centre and the sea. 10 kilometres away, you can find Lelex-Crozet Ski Resort. 1 kilometre away, you can find Geneva International Airport. ROOM: The soundproofed rooms, with air-conditioning, have a bathroom with a hairdryer, a satellite or cable television, a radio, films (available for a fee), a direct line telephone, a mini-bar, a safe, WiFi, a coffee maker, a kettle, an iron, a double bed, heating and individual air-conditioning. FACILITIES: Guests are offered a sauna, a massage service (available for a fee) and a gym. Clients can enjoy go cycling. 10 kilometres away from the establishment, clients have at their disposal a golf course. OTHERS: The establishment offers buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.55" OriginalAmount="255.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.213289" Longitude="6.129937" StarRating="3" HotelCode="|453743" HotelName="Stay KooooK Geneva City - Online Check in" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de la Servette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/3/453743_87261cd1307.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.21" OriginalAmount="257.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.192431" Longitude="6.1380939" StarRating="0" HotelCode="|117328" HotelName="Starling Residence Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4, route des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/8/117328_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 400 metres away from the university. ROOM: The establishment has studios with kitchen, flat-screen satellite television and bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.01" OriginalAmount="260.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2108487" Longitude="6.1456842" StarRating="3" HotelCode="|9896" HotelName="Ibis Geneve Centre Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERNE 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/6/9896_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby with a bar, a breakfast room, room service and a laundry service. SITUATION: This hotel is surrounded by restaurants, bars and nightclubs. in front of the hotel there is a public transport stop, Rue de Berne it is in Close to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.98" OriginalAmount="261.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.205152" Longitude="6.158802" StarRating="4" HotelCode="96343|25674" HotelName="Churchill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue du Simplon, 1207 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/7a/3c7a60ee6ae96636d14323e17fe1242e75f69f7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="269.18" OriginalAmount="261.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215487338891" Longitude="6.1326509714127" StarRating="3" HotelCode="15075|1423409" HotelName="Hotel Les Nations" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Grand-Pré 62, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/63/e663657a9b1ab497c82b2481d1e4a96f0339612c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is located near to various major international organisations and the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201566" Longitude="6.158048" StarRating="4" HotelCode="77068|26426" HotelName="Hotel Century Genève" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Frontenex 24, 1207 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/54/e554d9d64c36d54cd229bc3e0a5c94b5489a5e24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.34" OriginalAmount="263.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2014129" Longitude="6.1581468" StarRating="4" HotelCode="|70147" HotelName="Century" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>AV./DE FRONTENEX, 24 P.O BOX 6292</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/1/4/7/70147_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Century is rated four stars. It has a lobby, marble floors, a reception and big windows. SITUATION: This hotel is in the heart of Geneva, 15 minutes away from the airport. It is close to Lake Geneva and the shopping area. ROOM: All the rooms have an air-conditioning system, a direct line telephone, a television, internet, a mini-bar and a bathroom with a hairdryer. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1038093-28481567/1959633201400835899/542" HotelName="PRIMADOM APARTHOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36470000/36469300/36469297/1d66724c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|13243" HotelName="Hotel Strasbourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="276.04" OriginalAmount="268" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3020-21395431/1959633201400835899/298" HotelName="LES NATIONS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972100/972050/c3e6c503_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.13" OriginalAmount="271" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|250791-25472400/1959633201400835899/2746" HotelName="RESIDENCE STUDIO GENEVE CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1680000/1674800/1674754/4447c376_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.13" OriginalAmount="271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210527090371" Longitude="6.1462819576263" StarRating="3" HotelCode="31226|nash_ville_hotel" HotelName="ibis Genève Centre Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 26, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/01/78015e291a1600471ecd80dafc36f0fa35da4e4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Rue de Berne near to Lake Geneva. The U.N. building is roughly 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.52" OriginalAmount="271.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|64474" HotelName="International &amp; Terminus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.22" OriginalAmount="274.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.192441710555" Longitude="6.1381678687172" StarRating="3" HotelCode="199952|starling_residence_geneve" HotelName="Starling Hotel Residence Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route des Acacias 4, 1227 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ac/b5ac1d7f389f115c42b2de52216269dca0197354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.47" OriginalAmount="274.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2155113" Longitude="6.147491" StarRating="3" HotelCode="|21922" HotelName="Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 rue Rothschild</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/2/2/21922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars rooms, with air-conditioning, is in Geneva a central area of. SITUATION: It is near Lake close to the central station. ROOM: The rooms a bathroom with a hairdryer, They are equipped with individual air-conditioning, internet, a safe, a satellite television with films, a direct line telephone, a kettle, a coffee maker and a mini-bar. FACILITIES: The establishment has a business centre, WiFi, a indoor car park and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|adagio_geneve_mont_blanc" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.52" OriginalAmount="284" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.221982777272" Longitude="6.1489346623421" StarRating="3" HotelCode="23077|29232" HotelName="Eden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 135, CH-1202 Genevé</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/bf/84bfee75d1f3571267e86d296dcc27433d32dff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies within a short distance of a wonderful park, close to Lake Geneva. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="293.55" OriginalAmount="285" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-32833364/1959633201400835899/1004" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/bd748f5c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="294.58" OriginalAmount="286" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-25223883/1959633201400835899/2515" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

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="94" TotalAmount="295.53" OriginalAmount="286.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2221487" Longitude="6.1489893" StarRating="3" HotelCode="|27758" HotelName="Eden Genève" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LAUSANNE 135</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/5/8/27758_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1936 and renovated in 2006. It has 54 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service, a lift and a currency exchange service. The establishment has a business centre and internet. With regards to the food and beverage offering, the establishment has an inviting bar and an elegant breakfast room. It has room service, a medical care service, a laundry service and indoor parking. SITUATION: This beautiful, urban hotel is close to a wonderful park, is located close to Geneva Lake it has good links to the tourist attractions, Where you can find Jet d'Eau the Fountain Palais des Nations the building is situated 2 kilometres away from the historic centre, Where guests can enjoy restaurants, bars and pubs. 300 metres away, there is a bus station, 1 kilometre away, there is a train station, 50 metres away, guests can find a public transport stop. ROOM: The inviting rooms, fully-equipped and a bathroom with a shower, They are equipped with fitted carpets, a sofa, a double bed, a direct line telephone, a hairdryer, a safe (available for a fee), a mini-bar, a radio and satellite or cable TV. They have WiFi, individual air-conditioning and central heating. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment serves a buffet breakfast, a set-menu lunch and an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.33" OriginalAmount="287.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2098759" Longitude="6.1442257" StarRating="3" HotelCode="|22134" HotelName="Hôtel le Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/4/22134_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 51 rooms and 5 floors. It has a reception, a safety deposit box service, a currency exchange service, a lift and a TV room. It also has a breakfast room, with air-conditioning and highchairs. The establishment has a conference room. SITUATION: This hotel is in a central area. It is close to the tourist centre. Close to the establishment, guests have Geneva Central Train Station. Nearby, you will find the banks. 10 metres away, there is a public transport stop, restaurants and bars. 100 metres away, guests have shops. 500 metres away you can find Lake Geneva. It is 5 kilometres away from Geneva Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet and a central heating system. They also have a double bed, fitted carpets, a mini-bar, a safety deposit box and a small sitting room. FACILITIES: In the surrounding area, guests can find sports areas entertainment and leisure areas. Clients can enjoy activities such as go cycling, mountain-biking, billiards, surfing, sailing, jet-skiing, motorboat rides, diving, pedal boats, go canoeing, horse-riding, beach volleyball, bowling and a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard, Diners Club and EC. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|hotel_jade_2" HotelName="Hôtel Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.88" OriginalAmount="296.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210992" Longitude="6.141871" StarRating="4" HotelCode="66865|le_montbrillant_hotel_residence" HotelName="Le Montbrillant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue de Montbrillant, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/be/8ebe47ed78125ee72b65c42aca716f05eb00b391.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9675-6385058/1959633201400835899/1970" HotelName="STRASBOURG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32660000/32658800/32658779/836a40e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.97" OriginalAmount="299" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209544" Longitude="6.143909" StarRating="3" HotelCode="31229|3651" HotelName="Hotel Cristal [Design]" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 4, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f8/caf8672a8906d088a37fa49b679116e1da123022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel may be reached from the station by crossing the Mont Blanc pedestrianised street. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.64" OriginalAmount="301.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209611" Longitude="6.143972" StarRating="3" HotelCode="|161361" HotelName="Cristal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE PRADIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/1/3/6/1/161361_19a601a0229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.12" OriginalAmount="304.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215122" Longitude="6.146158" StarRating="3" HotelCode="81281|design_hotel_f6" HotelName="Design F6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Ferrier, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/65/b8659548e91d5fdb46fd1c9ccd676f3f7167c984.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.15" OriginalAmount="305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.200253" Longitude="6.15973" StarRating="4" HotelCode="77149|hotel_diplomate_2" HotelName="Hotel Diplomate Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Terrasserie, Geneve 1207</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/09/4c09305b7de92107b985e133c52d1626a87bc070.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.24" OriginalAmount="306.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1927595" Longitude="6.1432022" StarRating="3" HotelCode="|117329" HotelName="Appart'Hôtel Residence Dizerens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Dizerens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/9/117329_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Geneva the centre of. ROOM: The establishment has simple rooms and a fully-equipped kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.33" OriginalAmount="306.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2123701" Longitude="6.1462309" StarRating="3" HotelCode="|20635" HotelName="Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA NAVIGATION 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/5/20635_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel The establishment has a business centre (free of charge), WiFi (free of charge), a laundry service and a car park. The establishment offers a transfer service. SITUATION: This hotel is on a quiet street, is 5 minutes away from the city centre, Where you can find shops, bars and restaurants. it is 5 minutes away from the railway station ,Leman Lake 15 minutes away from the establishment guests have the airport. ROOM: The rooms have a bathroom with a hairdryer, an air-conditioning system, heating, a direct line telephone, a television, a radio, internet, a mini-bar, a double bed, a safe and a sitting room. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.21" OriginalAmount="307.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|hotel_kipling_manotel" HotelName="Hôtel Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.48" OriginalAmount="316.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|hotel_auteuil" HotelName="Hôtel Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.28" OriginalAmount="317.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2087059" Longitude="6.142611" StarRating="3" HotelCode="|9892" HotelName="Suisse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin ,10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/2/9892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Suisse Geneve is rated three stars, was built in 1830, has a restaurant, lifts, a concierge and a safety deposit box service. The establishment offers guests room service, a cafÃ© and business facilities. SITUATION: This establishment is in the centre of Geneva. ROOM: The establishment has 62 rooms with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.55" OriginalAmount="318.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20361" Longitude="6.14651" StarRating="4" HotelCode="|451249" HotelName="Ruby Claire Geneva" 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/1/2/4/9/451249_2d57a581313.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.57" OriginalAmount="319" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.194876925992" Longitude="6.127217824537" StarRating="3" HotelCode="370000|492284" HotelName="Chez Maman Boutique-Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Rampe Quidort 2, Acacias, 1227 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/83/32831ac7fa38558d28f7763aa118f71e097d2fc8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="329.60" OriginalAmount="320" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12462-21395430/1959633201400835899/939" HotelName="CRISTAL DESIGN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47100/47097/84f3ef23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.04" OriginalAmount="321.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21001" Longitude="6.144922" StarRating="3" HotelCode="80750|211154" HotelName="Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>23 rue des Alpes, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/d5/91d5fac24b11612b96b8bb26aa85971241bfbfca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Hotel Montana promises a relaxing...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.69" OriginalAmount="323" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|3652" HotelName="Hotel Cornavin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.12" OriginalAmount="323.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20698" Longitude="6.14367" StarRating="3" HotelCode="|453755" HotelName="Rousseau Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue Rousseau 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/5/5/453755_85509f31313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.51" OriginalAmount="323.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|181836" HotelName="Novotel Suites Geneve Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.33" OriginalAmount="324.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21289" Longitude="6.145087" StarRating="4" HotelCode="|79915" HotelName="Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33, rue de Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/9/1/5/79915_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars and was built in 1978. Guests have a restaurant. SITUATION: It is in the centre of Geneva. ROOM: The establishment has 102 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.72" OriginalAmount="325.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2150993" Longitude="6.1483002" StarRating="4" HotelCode="|9897" HotelName="N'vy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE RICHEMONT 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/7/9897_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 8 floors and 153 standard rooms. In the entrance, guests are offered a lobby with elevators, a safety deposit box service, a currency exchange service and a reception. The establishment offers guests a cafÃ©, a bar, a restaurant with air-conditioning and highchairs. The establishment has a business centre and WiFi. There are many services available at the establishment, including room service, a laundry service and a medical care service. It has bicycle rental, a car park (for a fee), bicycle storage and a terrace. SITUATION: This hotel is on a peaceful street. Is situated in Geneva city centre, close to shops, leisure areas and entertainment. It is located 100 metres away from a lake. 50 metres away, guests can find a public transport stop. 300 metres away, guests will find the central station. Is 8 kilometres from Geneva Airport. ROOM: The cosy rooms have a bathroom with a hairdryer and scales. They are equipped with a direct line telephone, a radio, satellite or cable TV, pay channels, WiFi, a mini-bar, a coffee maker and a kettle. They have a double bed, fitted carpets, a safety deposit box (available for a fee), an air-conditioning system and individual heating. FACILITIES: The establishment has a gym. In the surrounding area, guests can find bars and nightclubs. It is 15 minutes away from the fair centre. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and JCB. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte restaurant. It has a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.35" OriginalAmount="326.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.200547" Longitude="6.134652" StarRating="4" HotelCode="80131|2507525" HotelName="Home Swiss Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Sainte-Clotilde 7, 1205 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f4/30f4c978d5d8e36fd6766d93ea674846ab521b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="336.81" OriginalAmount="327" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-25366775/1959633201400835899/2323" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.84" OriginalAmount="328.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20944" Longitude="6.145121" StarRating="3" HotelCode="11429|capitole_hotel" HotelName="ibis Styles Genève Mont Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 15, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/b3/50b3f178a865f07e308800539a729b2ab51e011c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an outstanding location in the heart of Geneva, close to the historical old town. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.14" OriginalAmount="328.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20279" Longitude="6.147469" StarRating="4" HotelCode="|451097" HotelName="citizenM Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue de la Rotisserie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/9/7/451097_90345681400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.66" OriginalAmount="330.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1947544" Longitude="6.127218" StarRating="3" HotelCode="|375596" HotelName="Chez Maman &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rampe Quidort 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/5/9/6/375596_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="340.93" OriginalAmount="331" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|616383-25780151/1959633201400835899/1789" HotelName="IBIS STYLES GENEVE CAROUGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20150000/20141700/20141602/732906e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.99" OriginalAmount="333.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210571408642" Longitude="6.1460119554783" StarRating="3" HotelCode="63679|9hotel_paquis" HotelName="9Hotel Genève Paquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de Berne, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/80/a2803394eae2e88261550f6bfad6b6cdfd0b08e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This five-storey hotel is set 300 m from Lake Geneva and 1 km from St Pierre Cathedral. A range of l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.02" OriginalAmount="334.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209154474743" Longitude="6.1429882049561" StarRating="3" HotelCode="31234|hotel_suisse_3" HotelName="Suisse Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 10, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e5/fbe505dfc466c891d41d8fa3da9e249a45db8903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly on Place Cornavin, opposite Geneva's main train station. An abunda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.18" OriginalAmount="334.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.86155" Longitude="-80.945634" StarRating="2" HotelCode="|539604" HotelName="Uncle Toms Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5275 Lake Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/6/0/4/539604_3d2cf262121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="345.05" OriginalAmount="335" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|595046-25745396/1959633201400835899/2731" HotelName="CHEZ MAMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10030000/10020800/10020762/cf2ad077_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.20" OriginalAmount="335.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.179487" Longitude="6.138058" StarRating="2" HotelCode="|378220" HotelName="Ibis Styles Genève Carouge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route De Saint Julien 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/8/2/2/0/378220_47010f92322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.11" OriginalAmount="337" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|29231" HotelName="Novotel Genève Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="348.14" OriginalAmount="338" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|95297-32594787/1959633201400835899/442" HotelName="DIPLOMATE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/28200/28124/fd914022_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.14" OriginalAmount="338.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.99" OriginalAmount="338.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211632" Longitude="6.147334" StarRating="4" HotelCode="|9899" HotelName="Novotel Geneve Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich ,19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/9/9899_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1976, renovated in 2002, has 28 standard rooms, 7 floors, 35 single rooms, 119 double rooms and 8 suites. The establishment offers a bar and a restaurant. SITUATION: This hotel is in the centre of Geneva, close to Lake, the railway station and the historic centre. Is 8 kilometres from the airport. Opposite the establishment, guests have public transport services. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.17" OriginalAmount="339.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20700353" Longitude="6.14374581" StarRating="3" HotelCode="371395|hotel_rousseau" HotelName="Hotel Rousseau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>RUE ROUSSEAU, 13, CH - 1201 GENÈVE</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1e/b01eaff7defc73730e8b8b345233042cf0b0cb0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.17" OriginalAmount="339.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211188" Longitude="6.145722" StarRating="3" HotelCode="131546|hotel_d_geneva" HotelName="At Home Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="Coffee Shop,Housekeeping,Internet,Luggage Storage,Off-Site Parking,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue de Fribourg, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/02/a802b5bc415e4e7d6f1ece2b15865cf218efd42c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="349.70" OriginalAmount="339.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|358432" HotelName="Des Alpes Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.23" OriginalAmount="341.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2154305" Longitude="6.1487821" StarRating="4" HotelCode="31227|hotel_nvy" HotelName="Hôtel Nvy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Richemont 18, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/26/1426d075fdbbd3dc00e152b9ae9cd23fe1f11c82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a peaceful street, right at the heart of Geneva and is just metres from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|16962" HotelName="NH Geneva City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="360.27" OriginalAmount="349.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2112" Longitude="6.14579" StarRating="4" HotelCode="|453747" HotelName="D Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de Fribourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/7/453747_5c2f2021356.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.02" OriginalAmount="352.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|43130" HotelName="Tiffany Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="368.74" OriginalAmount="358" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185048-25370317/1959633201400835899/2510" HotelName="DESIGN HOTEL F6" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1670000/1668600/1668528/906a723d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.70" OriginalAmount="359.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="370.80" OriginalAmount="360" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-21395429/1959633201400835899/398" HotelName="CORNAVIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.07" OriginalAmount="360.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.206555" Longitude="6.144825" StarRating="4" HotelCode="108654|2163695" HotelName="The New Midi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Chevelu 4, 1201 Geneve, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/2c/cc2c94b1b2d53da2d8d8ad83a19b2c94f5c8bf68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.49" OriginalAmount="362.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210638" Longitude="6.1417761" StarRating="4" HotelCode="|82167" HotelName="Le Montbrillant  Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2, rue de Montbrillant</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/1/6/7/82167_ea59d6c2022.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Geneva the centre of it is in GenÃ¨ve-Cornavin main station The establishment offers direct access to public transport services, the airport and the business area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.98" OriginalAmount="366.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|mon_repos" HotelName="Mon Repos Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.24" OriginalAmount="367.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2062054" Longitude="6.144769" StarRating="4" HotelCode="|82658" HotelName="The Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, quai des Bergues</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/5/8/82658_34ef2fe2036.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Geneva Lake it is in the city centre, 15 minutes away from the establishment, clients can find the airport, 500 metres away, clients have the railway station, Close to RÃ³dano the river. FACILITIES: Guests are offered WiFi (free of charge), a restaurant and a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.76" OriginalAmount="367.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2072067" Longitude="6.1448154" StarRating="4" HotelCode="|9911" HotelName="Rotary Geneva – Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Du Cendrier,18-20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/1/9911_d3776a11111.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Rotary is rated four stars was built in 1978 and it is situated in Geneva city centre. The establishment boasts 2 restaurants, lifts and a safety deposit box service. The establishment offers room service, a bellboy and business facilities. ROOM: The establishment has 94 rooms, fully-equipped, a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.03" OriginalAmount="367.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2118432" Longitude="6.1279629" StarRating="4" HotelCode="|26520" HotelName="Geneva By Fassbind" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE WENDT 42 / 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/2/0/26520_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 70 rooms, 6 floors, 7 suites and 5 apartments. It is on a main street, In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a conference room and internet. The establishment also has indoor parking, room service and a laundry service. SITUATION: This hotel Palais des Nations it is 5 minutes away from 600 metres away, there is a public transport stop, the establishment is a 13-minute drive away from the beach, the river, bars and Geneva the tourist area of 3 kilometres away, you can find the historic centre, the establishment is 1,3 kilometres away from shops, is 10 minutes away from the airport. ROOM: The fully-equipped rooms, have a bathroom with a hairdryer, a satellite or cable television, internet, a double bed, fitted carpets, an air-conditioning system, central heating and a safety deposit box (available for a fee). FACILITIES: 5,3 kilometres away, guests can enjoy a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3018-24646129/1959633201400835899/1148" HotelName="N'VY MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20700/20633/e38b519c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|266186-25491100/1959633201400835899/1711" HotelName="DES ALPES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54700/54601/61685e27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.55" OriginalAmount="369.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21312" Longitude="6.14538" StarRating="4" HotelCode="|9915" HotelName="Royal Manotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/5/9915_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional hotel, has 2 business areas, internet (for a fee) and WiFi. The establishment boasts Rive Droite Restaurant and an inviting bar with a fireplace. The establishment offers guests conference facilities. It has a car park and a transfer service. SITUATION: This hotel is near public transport services. It is located 100 metres away from nightclubs, bars and restaurants. 500 metres away, guests can find shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, a fridge, a satellite or cable television, a safety deposit box (available for a fee), an air-conditioning system, heating and fitted carpets. FACILITIES: The establishment has a sauna, a Jacuzzi, a massage service and a gym. OTHERS: The establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.10" OriginalAmount="370" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3031-25188464/1959633201400835899/2234" HotelName="9HOTEL PAQUIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47113/b71d4270_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="383.16" OriginalAmount="372" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-11154322/1959633201400835899/1979" HotelName="AUTEUIL MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="384.19" OriginalAmount="373" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-6385052/1959633201400835899/1982" HotelName="WARWICK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w3837h2557x3y3-8c5d02cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.84" OriginalAmount="374.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207270436657" Longitude="6.145139336586" StarRating="4" HotelCode="31231|154049" HotelName="Hotel Rotary Geneva - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Rue du Cendrier, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/25/9d25b6c5f95987feab691c971e2ec421e60ff3a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the immediate vicinity of the business centre. From here all of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.98" OriginalAmount="374.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2088699" Longitude="6.1426601" StarRating="3" HotelCode="|28503" HotelName="Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>place Cornavin,6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/5/0/3/28503_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Astoria is rated three stars was built in 1940 and it is in Geneva city centre. The establishment boasts lifts, a safety deposit box service and a sauna. The establishment offers room service and business facilities. ROOM: The establishment has 63 rooms, fully-equipped, a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="386.25" OriginalAmount="375" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-12988348/1959633201400835899/230" HotelName="TIFFANY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.28" OriginalAmount="376" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-28578802/1959633201400835899/961" HotelName="HOTEL GENEVA BY FASSBIND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.34" OriginalAmount="378" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|36632" HotelName="Hotel Sagitta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.37" OriginalAmount="379.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|hotel_royal_manotel" HotelName="Hôtel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.43" OriginalAmount="381" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17007-25201498/1959633201400835899/2498" HotelName="MON REPOS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7600/7594/d015b62f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="394.49" OriginalAmount="383" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17006-24646163/1959633201400835899/1038" HotelName="LE MONTBRILLANT GENEVE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24600/24577/39dbfc13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="403.76" OriginalAmount="392" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-25201499/1959633201400835899/2709" HotelName="SAGITTA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.208880071691" Longitude="6.1429721731862" StarRating="3" HotelCode="76971|27504" HotelName="Hotel Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 6, 1201 Genève, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/76/f4763fbd2af4b169d73877637d8472903d3f50ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is just 50 m from bus, tram and train terminals. Within a few minutes' walk, guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20636" Longitude="6.144568" StarRating="4" HotelCode="82927|167531" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Quai des Bergues, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/1c/901c98a99da576e166af1af88a4fae21f84ffe86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.16" OriginalAmount="394.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|601925" HotelName="Hotel Bernina Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.27" OriginalAmount="409" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|912426-28448267/1959633201400835899/441" HotelName="BOEL 3 STUDIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/912426/202212192224288.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="422.30" OriginalAmount="410" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17002-25198385/1959633201400835899/1888" HotelName="BERNINA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/542200/542125/e3db7367_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="424.36" OriginalAmount="412" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1452413-32387478/1959633201400835899/2835" HotelName="BASE GENEVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112610000/112605300/112605241/01d92f51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.20" OriginalAmount="440.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211394818185" Longitude="6.1499807238579" StarRating="3" HotelCode="11984|hotel_edelweiss_2" HotelName="Hôtel Edelweiss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de la Navigation 2, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f7/a6f71b0373a0e71f6e75ac11648251f81e3f8428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This authentic Swiss chalet is located in the Alps at the heart of Geneva, close to the United Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.84" OriginalAmount="443.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|140094" HotelName="Eastwest" 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,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="522.21" OriginalAmount="507" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215511144051" Longitude="6.149122317791" StarRating="3" HotelCode="318234|393071" HotelName="Hotel Drake Longchamp" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Butini 7, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/8f/658f2186cab8faffdc4aa8ff86773579be8c37cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the middle of the commercial and cultural district of Geneva, just 250...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="541.78" OriginalAmount="526" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17003-25201496/1959633201400835899/2614" HotelName="EDELWEISS MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5000/4955/f98246f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="544.15" OriginalAmount="528.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2155991" Longitude="6.1490002" StarRating="3" HotelCode="|9903" HotelName="Drake Longchamp" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BUTINI 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/3/9903_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1974, has 7 floors and 156 double rooms. In the establishment entrance, guests will find a spacious hall with a lift, a reception, a safety deposit box service, a currency exchange service and a conference room. The establishment offers a laundry service. Nearby, there is an oudooor car park (for a fee). SITUATION: This hotel is in Geneva city centre, close to Lake. 250 metres away from the establishment, you can find the historic centre. 100 metres away, there is a public transport stop. 50 metres away, guests have a bus stop. It is 15 minutes away from GenÃ¨ve-Cornavin Station and 45 minutes away from Launa. ROOM: Customers have soundproofed rooms with a bathroom, a hairdryer, a direct line telephone, a satellite television, cable television, internet, an American kitchen and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="597.40" OriginalAmount="580" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-27590617/1959633201400835899/2830" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="623.14" OriginalAmount="604.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202821" Longitude="6.151264" StarRating="4" HotelCode="|453741" HotelName="Marmont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Prince</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/1/453741_d4013cc1352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="663.36" OriginalAmount="644.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1950613" Longitude="6.1499723" StarRating="3" HotelCode="|327112" HotelName="Adriatica" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Sautter, 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/1/1/2/327112_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="685.98" OriginalAmount="666" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1038123-26244300/1959633201400835899/2776" HotelName="MARMONT HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45780000/45777500/45777479/d608ec0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="704.52" OriginalAmount="684.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203079" Longitude="6.150302" StarRating="3" HotelCode="80255|hotel_longemalle" HotelName="Longemalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Place Longemalle, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/aa/f6aa2e9c9e7e8f192f72ea0115b9228c62cb7411.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="707.61" OriginalAmount="687" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20755629487" Longitude="6.1469551920891" StarRating="4" HotelCode="11221|7049" HotelName="Bristol" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue du Mont-Blanc, Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15efe92de70dd54215e5e39661dd9404b6c3bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the centre of Geneva, on Rue de Mont Blanc, just a few minutes Lak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="708.64" OriginalAmount="688" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|402551-28502211/1959633201400835899/736" HotelName="ADRIATICA GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/402551/2016517124328725.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="770.85" OriginalAmount="748.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203197" Longitude="6.145716" StarRating="4" HotelCode="|453304" HotelName="Fraser Suites Geneva - Serviced 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/5/3/3/0/4/453304_f3a284e0851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="781.77" OriginalAmount="759.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202843156881" Longitude="6.1501550674439" StarRating="4" HotelCode="78718|hotel_de_la_cigogne" HotelName="de la Cigogne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8b7a8d505ee9c5d81c498916a003d6487fe6e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="806.49" OriginalAmount="783" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20316285" Longitude="6.1456586" StarRating="4" HotelCode="474851|408377" HotelName="Fraser Suites Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 3-5, 1204 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d3676122102aa63be9def57207d9fe2574147a56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geneva City Center, Fraser Suites Geneva is a perfect starting point from which to explor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="825.03" OriginalAmount="801.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|les_armures" HotelName="Les Armures" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="863.61" OriginalAmount="838.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2036285" Longitude="6.1521354" StarRating="5" HotelCode="|9898" HotelName="Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai General Guisa 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/8/9898_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1854, renovated in 2004, has 5 floors and 127 rooms. It has 21 single rooms, 16 suites and 90 double rooms. In the establishment entrance, guests will find a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a piano bar, a conference room and internet. With regards to the food and beverage offering, the establishment has Le Grand Quai the Ã  la carte restaurant It has a car park (for a fee), room service, a laundry service and a medical care service. SITUATION: Is situated inGeneva the city centre of it is opposite Leman Lake It is in the commercial district, in the surrounding area of the establishment, guests can find shops, bars, nightclubs, restaurants and public transport. It is situated 12 kilometres away from a golf course, 65 kilometres away, you can find a ski resort. ROOM: The rooms with carpet, a bathroom and a hairdryer. They are equipped with a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed, a safety deposit box and central heating. FACILITIES: Guests are offered a massage service, a gym, sailing and an entertainment programme. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="878.59" OriginalAmount="853" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|6025" HotelName="Hotel Metropole Geneve" 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,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="987.77" OriginalAmount="959.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.224451" Longitude="6.132978" StarRating="5" HotelCode="49113|intercontinental_geneva" HotelName="Intercontinental Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chemin du Petit-Saconnex 7-9, 1211 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6d/c26dc862f29c58dd813020b6e6530d431fb4e9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is located only a stone's throw from the United Nations headquarters and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1010.43" OriginalAmount="981" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|974431-28597488/1959633201400835899/728" HotelName="THE HAMLET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42700000/42697700/42697646/1947c56a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1013.05" OriginalAmount="983.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209484" Longitude="6.1488879999999" StarRating="5" HotelCode="213930|1018698" HotelName="Swiss Luxury Appartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe-Plantamour 6, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/5c/bc5ce1836c17fde04e1da8007d05c49be8e18486.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 24 rooms. Services and facilities at the hotel include room service an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1037.21" OriginalAmount="1007" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-6385082/1959633201400835899/2021" HotelName="METROPOLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1042.81" OriginalAmount="1012.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1992573" Longitude="6.1494061" StarRating="0" HotelCode="|327205" HotelName="Nest Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Etienne Dumont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/2/0/5/327205_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1112.40" OriginalAmount="1080" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|19998" HotelName="Mandarin Oriental Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business 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,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1127.57" OriginalAmount="1094.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2094132" Longitude="6.1488659" StarRating="5" HotelCode="|117325" HotelName="Swiss Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe - Plantamour 6 - 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/5/117325_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva a central area of 600 metres away, guests can find the railway station, 200 metres away, guests have a lake near restaurants, shops. ROOM: Guests can find modern rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1139.18" OriginalAmount="1106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595077-28564522/1959633201400835899/907" HotelName="LE JOUR ET LA NUIT BED AND BREAKFAST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/595077/2019212165035774.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1151.40" OriginalAmount="1117.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1162.84" OriginalAmount="1128.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1183.47" OriginalAmount="1149" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|29233" HotelName="La Reserve Geneve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1227.76" OriginalAmount="1192" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870900000000000" Longitude="2.349900000000000" StarRating="5" HotelCode="0|27493-25213389/1959633201400835899/2125" HotelName="MANDARIN ORIENTAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE D'HAUTEVILLE, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47102/e7a6d307_b.jpg</HotelPictures>
        <HotelDescription>This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.

The hotel has a total of 33 rooms. Facilities include a 24-h reception desk, a lift, a lounge and a little interior garden. A free wifi access is available. Car parking facilities in the neighbourhood are available to those arriving by car.

The tasteful rooms each come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, an Internet connection, a double bed, a hire safe and a minibar. Individually controllable heating and air conditioning feature as standard.

Guests may select their breakfast from an ample buffet.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1239.19" OriginalAmount="1203.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|CAY369700" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1301.92" OriginalAmount="1264" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|14258-25203542/1959633201400835899/2374" HotelName="D`ANGLETERRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47120/be06c03a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1359.73" OriginalAmount="1320.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1380.20" OriginalAmount="1340.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|hotel_president_wilson_a_luxury_collection_hotel" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1551.18" OriginalAmount="1506" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3026-28596634/1959633201400835899/869" HotelName="PRESIDENT WILSON A LUXURY COLLECTION GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14300/14221/7c37d055_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2544.59" OriginalAmount="2470.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2092018" Longitude="6.1501999" StarRating="5" HotelCode="|9894" HotelName="Beau Rivage Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI DU MONT-BLANC 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/4/9894_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1865, has 6 floors and 91 rooms. It has 31 single rooms, 78 double rooms and 6 suites. The establishment boasts a bar, a pub and a restaurant. It has a car park and indoor parking (for a fee). SITUATION: This historic hotel is in an excellent location, is situated in front of Geneva Lake Has beautiful views of the bay and Les Alpes wonderful views of it is close to Geneva the historic centre of Where you can find shops. nearby, there is public transport. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2581.18" OriginalAmount="2506" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|59809" HotelName="Beau Rivage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3256.21" OriginalAmount="3161.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2069473" Longitude="6.1475101" StarRating="5" HotelCode="|55948" HotelName="Four Seasons  Des Bergues Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai Des Bergues ,33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/4/8/55948_d1a80dc1001.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 5 stars and was built in 1834. It is in Geneva city centre, The establishment boasts 2 restaurants, lifts, a concierge and a safety deposit box service. The establishment offers guests room service and business facilities. ROOM: The establishment has 122 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3638.99" OriginalAmount="3533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.206886196326" Longitude="6.1470195651054" StarRating="5" HotelCode="11720|four_seasons_geneva" HotelName="Four Seasons Des Bergues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Quai des Bergues, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f8/68f86648d07eb90838ff1e20b894e593e4795702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is housed within a listed building and offers stylish interiors, a cosy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3667.83" OriginalAmount="3561" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1275041-26619366/1959633201400835899/1908" HotelName="THE WOODWARD, AUBERGE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63180000/63170400/63170386/3dbd6c76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3704.62" OriginalAmount="3596.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212118" Longitude="6.152397" StarRating="5" HotelCode="|451078" HotelName="The Woodward, an Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Quai Wilson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/7/8/451078_2796a991359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4181.96" OriginalAmount="4060.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4289.95" OriginalAmount="4165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|hotel_de_la_paix_12" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4944.00" OriginalAmount="4800" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12464-28593885/1959633201400835899/816" HotelName="THE RITZ-CARLTON DE LA PAIX GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22700/22672/62320231_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.03" OriginalAmount="197.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.861681" Longitude="-80.943581" StarRating="2" HotelCode="|566936" HotelName="Pete\'s Lakefront Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5225 Old Lake Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Golf,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Bicycle Rental,Lounge,Kitchen,Wheelchair Access,Spa,Swimming Pool,Diet Meals,Elevator,Meeting Room,Parking,Coffee Shop,Housekeeping,Luggage Storage,Off-Site Parking</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,AIRPORT HOTEL,SPA HOTEL,HOTEL,APARTHOTEL,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
c5ebfa26-ce66-42d3-80b6-d6cbaff0373d|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="c5ebfa26-ce66-42d3-80b6-d6cbaff0373d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-06T00:00:00" End="2026-06-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
c5ebfa26-ce66-42d3-80b6-d6cbaff0373d|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
c5ebfa26-ce66-42d3-80b6-d6cbaff0373d|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c5ebfa26-ce66-42d3-80b6-d6cbaff0373d|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c5ebfa26-ce66-42d3-80b6-d6cbaff0373d|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
c5ebfa26-ce66-42d3-80b6-d6cbaff0373d|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:9b58e430-5c16-48c2-8c2f-a0b31b20ea67
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
c5ebfa26-ce66-42d3-80b6-d6cbaff0373d|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c5ebfa26-ce66-42d3-80b6-d6cbaff0373d|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
c5ebfa26-ce66-42d3-80b6-d6cbaff0373d|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-05-20T10:33:44.4414375+01:00" Version="0" EchoToken="Search" TransactionIdentifier="c5ebfa26-ce66-42d3-80b6-d6cbaff0373d" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="143.87" OriginalAmount="139.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.04987" Longitude="-85.9002" StarRating="0" HotelCode="|229807" HotelName="Briarwood Inn Of Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1503 West Magnolia Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/8/0/7/229807_5ae89d20154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|nh_geneva_airport" HotelName="NH Geneva Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.43" OriginalAmount="160.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.8566196" Longitude="-77.0033723" StarRating="1" HotelCode="|361844" HotelName="Americas Best Value Inn Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>473 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/8/4/4/361844_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.64" OriginalAmount="160.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.220854" Longitude="6.113772" StarRating="1" HotelCode="212750|2764855" HotelName="ibis budget Geneve Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis-Casai 26, Cointrin, 1216 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c3/4ac3a29b2af88f2e017cf446ddf35039c592251a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23193-24744718/3129281323109459406/1651" HotelName="RAMADA ENCORE BY WYNDHAM GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914700/914616/18185f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|411138" HotelName="ibis budget Geneve Petit Lancy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.29" OriginalAmount="168.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.20" OriginalAmount="169.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2273285" Longitude="6.1064976" StarRating="2" HotelCode="|117335" HotelName="Ibis Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/5/117335_8333e0e0919.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Geneva International it is in it is situated 10 minutes away from Geneva the centre of close to the establishment, clients can find the airport, the trade fair ground.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.22757" Longitude="6.106633" StarRating="2" HotelCode="108400|ibis_geneve_aeroport" HotelName="ibis Genève Aéroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 10, Geneve-Cointrin, 1216 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4c/654c33731536940b5c3e725376b0c14962bbce67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cointrin. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.27" OriginalAmount="175.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.860988" Longitude="-80.941631" StarRating="2" HotelCode="|566933" HotelName="The Palms Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5169 Lake Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/3/3/566933_cb61ec81239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1883796" Longitude="6.1148364" StarRating="2" HotelCode="199175|407360" HotelName="ibis Geneve Petit Lancy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 8, 1213 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/4a/ae4a42a70935e02c7114ff9813f3283608850502.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lancy. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/3129281323109459406/1481" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|nash_airport_hotel_2" HotelName="Nash Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.13" OriginalAmount="202.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2260017" Longitude="6.1020002" StarRating="3" HotelCode="|20631" HotelName="Holiday Inn Express Geneva Airport, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/1/20631_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2003, has 154 rooms and 7 floors. It has 50 single rooms and 103 double rooms. In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a TV room and a conference room. There are many services available at the establishment, including a medical care service, a laundry service, internet, indoor parking and a car park. SITUATION: This modern hotel is situated 3 kilometres away from Geneva the city centre of Where you can find shops, bars and restaurants. in front of the establishment, guests have public transport, has good links to Palexpo the Congress Centre it is situated 6 kilometres away from Geneva Lake 12 kilometres away, you can find a ski resort, is situated 1 kilometre away from Airport, the city. ROOM: The rooms with air-conditioning a bathroom with a hairdryer, They are equipped with a direct line telephone, internet, a radio, a satellite or cable television and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.22349703188" Longitude="6.0993540287018" StarRating="3" HotelCode="33834|holiday_inn_express_geneva_airport" HotelName="Holiday Inn Express Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 16, C.P. 256, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f3/42f3fbaf85d8ea045e9a5cc206e28f27c0b1b38a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located around 3km from Geneva's centre, with its various shopping facilities, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-26147350/3129281323109459406/1392" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.40" OriginalAmount="217.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.8690607" Longitude="-88.2739987" StarRating="2" HotelCode="|170200" HotelName="Comfort Inn and Suites Geneva - West Chicago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1555 E. Fabyan Pkwy.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/2/0/0/170200_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.194179" Longitude="6.142245" StarRating="2" HotelCode="213929|hotel_carmen_8" HotelName="Carmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Dancet 5, 1205 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/12/0a12347b480e38bd667fe0ca00b9b576fc50234b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL CARMEN SA is set in the Plainpalais district in Geneva, 900 m from St. Pierre Cathedral.The ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207763" Longitude="6.138271" StarRating="3" HotelCode="108396|ibis_geneve_centre_gare" HotelName="ibis Geneve Centre Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Voltaire 10, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a8/dba8e4d728aee3c19e214f74c3a0a7aba7f26120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.45" OriginalAmount="229.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2141785" Longitude="6.1352484" StarRating="3" HotelCode="|117323" HotelName="Ibis Geneve Centre Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/3/117323_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva the city centre of 800 metres away, guests can find GenÃ¨ve-Cornavin the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.18" OriginalAmount="232.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2243996" Longitude="6.1004" StarRating="4" HotelCode="|9910" HotelName=" Mövenpick Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/0/9910_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 11 floors, 350 standard rooms and 6 suites. The establishment boasts a hairdresser's, a bar and a restaurant. SITUATION: This luxurious hotel is in Geneva is 5 kilometres from the city centre and the airport. It is well-connected by bus. It is situated close to the Palexpo Congress Centre. 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safe. FACILITIES: The establishment has a sauna, a solarium, a gym and a casino. OTHERS: have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|878261-28446859/3129281323109459406/466" HotelName="LES CHAMBRES DU CTN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/878261/2020113104211420.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-25826241/3129281323109459406/1084" HotelName="NASH SUITES HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2111600226" Longitude="6.1467137932777" StarRating="2" HotelCode="81531|59060" HotelName="Résidence Studio Genève Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 36, Ecke Rue de Zurich, Paquis, 1201 Geneve, Genf, Switzerland</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a4/07a4d858bbcf5aa7c8e5daeee574e115f568fcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.75" OriginalAmount="236.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|25784" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202981" Longitude="6.145755" StarRating="2" HotelCode="131606|hotel_central_20" HotelName="Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 2, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/53/fe5377f280fd2147ac29f8c278b2b8e213b747c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.55" OriginalAmount="255.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.213289" Longitude="6.129937" StarRating="3" HotelCode="|453743" HotelName="Stay KooooK Geneva City - Online Check in" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de la Servette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/3/453743_87261cd1307.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.21" OriginalAmount="257.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.192431" Longitude="6.1380939" StarRating="0" HotelCode="|117328" HotelName="Starling Residence Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4, route des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/8/117328_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 400 metres away from the university. ROOM: The establishment has studios with kitchen, flat-screen satellite television and bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.01" OriginalAmount="260.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2108487" Longitude="6.1456842" StarRating="3" HotelCode="|9896" HotelName="Ibis Geneve Centre Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERNE 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/6/9896_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby with a bar, a breakfast room, room service and a laundry service. SITUATION: This hotel is surrounded by restaurants, bars and nightclubs. in front of the hotel there is a public transport stop, Rue de Berne it is in Close to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.98" OriginalAmount="261.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.205152" Longitude="6.158802" StarRating="4" HotelCode="96343|25674" HotelName="Churchill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue du Simplon, 1207 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/7a/3c7a60ee6ae96636d14323e17fe1242e75f69f7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="269.18" OriginalAmount="261.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215487338891" Longitude="6.1326509714127" StarRating="3" HotelCode="15075|1423409" HotelName="Hotel Les Nations" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Grand-Pré 62, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/63/e663657a9b1ab497c82b2481d1e4a96f0339612c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is located near to various major international organisations and the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201566" Longitude="6.158048" StarRating="4" HotelCode="77068|26426" HotelName="Hotel Century Genève" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Frontenex 24, 1207 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/54/e554d9d64c36d54cd229bc3e0a5c94b5489a5e24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.34" OriginalAmount="263.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2014129" Longitude="6.1581468" StarRating="4" HotelCode="|70147" HotelName="Century" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>AV./DE FRONTENEX, 24 P.O BOX 6292</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/1/4/7/70147_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Century is rated four stars. It has a lobby, marble floors, a reception and big windows. SITUATION: This hotel is in the heart of Geneva, 15 minutes away from the airport. It is close to Lake Geneva and the shopping area. ROOM: All the rooms have an air-conditioning system, a direct line telephone, a television, internet, a mini-bar and a bathroom with a hairdryer. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1038093-28481567/3129281323109459406/131" HotelName="PRIMADOM APARTHOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36470000/36469300/36469297/1d66724c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|13243" HotelName="Hotel Strasbourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.13" OriginalAmount="271" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|250791-25472400/3129281323109459406/1439" HotelName="RESIDENCE STUDIO GENEVE CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1680000/1674800/1674754/4447c376_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.13" OriginalAmount="271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210527090371" Longitude="6.1462819576263" StarRating="3" HotelCode="31226|nash_ville_hotel" HotelName="ibis Genève Centre Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 26, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/01/78015e291a1600471ecd80dafc36f0fa35da4e4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Rue de Berne near to Lake Geneva. The U.N. building is roughly 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.52" OriginalAmount="271.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|64474" HotelName="International &amp; Terminus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.22" OriginalAmount="274.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.192441710555" Longitude="6.1381678687172" StarRating="3" HotelCode="199952|starling_residence_geneve" HotelName="Starling Hotel Residence Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route des Acacias 4, 1227 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ac/b5ac1d7f389f115c42b2de52216269dca0197354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.47" OriginalAmount="274.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2155113" Longitude="6.147491" StarRating="3" HotelCode="|21922" HotelName="Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 rue Rothschild</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/2/2/21922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars rooms, with air-conditioning, is in Geneva a central area of. SITUATION: It is near Lake close to the central station. ROOM: The rooms a bathroom with a hairdryer, They are equipped with individual air-conditioning, internet, a safe, a satellite television with films, a direct line telephone, a kettle, a coffee maker and a mini-bar. FACILITIES: The establishment has a business centre, WiFi, a indoor car park and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|adagio_geneve_mont_blanc" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.93" OriginalAmount="281.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210638" Longitude="6.1417761" StarRating="4" HotelCode="|82167" HotelName="Le Montbrillant  Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2, rue de Montbrillant</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/1/6/7/82167_ea59d6c2022.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Geneva the centre of it is in GenÃ¨ve-Cornavin main station The establishment offers direct access to public transport services, the airport and the business area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.52" OriginalAmount="284" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.221982777272" Longitude="6.1489346623421" StarRating="3" HotelCode="23077|29232" HotelName="Eden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 135, CH-1202 Genevé</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/bf/84bfee75d1f3571267e86d296dcc27433d32dff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies within a short distance of a wonderful park, close to Lake Geneva. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="294.58" OriginalAmount="286" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-25223883/3129281323109459406/1234" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

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="94" TotalAmount="295.53" OriginalAmount="286.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2221487" Longitude="6.1489893" StarRating="3" HotelCode="|27758" HotelName="Eden Genève" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LAUSANNE 135</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/5/8/27758_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1936 and renovated in 2006. It has 54 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service, a lift and a currency exchange service. The establishment has a business centre and internet. With regards to the food and beverage offering, the establishment has an inviting bar and an elegant breakfast room. It has room service, a medical care service, a laundry service and indoor parking. SITUATION: This beautiful, urban hotel is close to a wonderful park, is located close to Geneva Lake it has good links to the tourist attractions, Where you can find Jet d'Eau the Fountain Palais des Nations the building is situated 2 kilometres away from the historic centre, Where guests can enjoy restaurants, bars and pubs. 300 metres away, there is a bus station, 1 kilometre away, there is a train station, 50 metres away, guests can find a public transport stop. ROOM: The inviting rooms, fully-equipped and a bathroom with a shower, They are equipped with fitted carpets, a sofa, a double bed, a direct line telephone, a hairdryer, a safe (available for a fee), a mini-bar, a radio and satellite or cable TV. They have WiFi, individual air-conditioning and central heating. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment serves a buffet breakfast, a set-menu lunch and an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.33" OriginalAmount="287.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2098759" Longitude="6.1442257" StarRating="3" HotelCode="|22134" HotelName="Hôtel le Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/4/22134_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 51 rooms and 5 floors. It has a reception, a safety deposit box service, a currency exchange service, a lift and a TV room. It also has a breakfast room, with air-conditioning and highchairs. The establishment has a conference room. SITUATION: This hotel is in a central area. It is close to the tourist centre. Close to the establishment, guests have Geneva Central Train Station. Nearby, you will find the banks. 10 metres away, there is a public transport stop, restaurants and bars. 100 metres away, guests have shops. 500 metres away you can find Lake Geneva. It is 5 kilometres away from Geneva Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet and a central heating system. They also have a double bed, fitted carpets, a mini-bar, a safety deposit box and a small sitting room. FACILITIES: In the surrounding area, guests can find sports areas entertainment and leisure areas. Clients can enjoy activities such as go cycling, mountain-biking, billiards, surfing, sailing, jet-skiing, motorboat rides, diving, pedal boats, go canoeing, horse-riding, beach volleyball, bowling and a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard, Diners Club and EC. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="296.64" OriginalAmount="288" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-25192323/3129281323109459406/974" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/bd748f5c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|hotel_jade_2" HotelName="Hôtel Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.88" OriginalAmount="296.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210992" Longitude="6.141871" StarRating="4" HotelCode="66865|le_montbrillant_hotel_residence" HotelName="Le Montbrillant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue de Montbrillant, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/be/8ebe47ed78125ee72b65c42aca716f05eb00b391.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.97" OriginalAmount="299" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209544" Longitude="6.143909" StarRating="3" HotelCode="31229|3651" HotelName="Hotel Cristal [Design]" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 4, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f8/caf8672a8906d088a37fa49b679116e1da123022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel may be reached from the station by crossing the Mont Blanc pedestrianised street. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.12" OriginalAmount="304.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215122" Longitude="6.146158" StarRating="3" HotelCode="81281|design_hotel_f6" HotelName="Design F6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Ferrier, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/65/b8659548e91d5fdb46fd1c9ccd676f3f7167c984.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.82" OriginalAmount="304.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209611" Longitude="6.143972" StarRating="3" HotelCode="|161361" HotelName="Cristal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE PRADIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/1/3/6/1/161361_19a601a0229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.15" OriginalAmount="305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.200253" Longitude="6.15973" StarRating="4" HotelCode="77149|hotel_diplomate_2" HotelName="Hotel Diplomate Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Terrasserie, Geneve 1207</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/09/4c09305b7de92107b985e133c52d1626a87bc070.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.24" OriginalAmount="306.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1927595" Longitude="6.1432022" StarRating="3" HotelCode="|117329" HotelName="Appart'Hôtel Residence Dizerens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Dizerens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/9/117329_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Geneva the centre of. ROOM: The establishment has simple rooms and a fully-equipped kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.33" OriginalAmount="306.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2123701" Longitude="6.1462309" StarRating="3" HotelCode="|20635" HotelName="Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA NAVIGATION 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/5/20635_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel The establishment has a business centre (free of charge), WiFi (free of charge), a laundry service and a car park. The establishment offers a transfer service. SITUATION: This hotel is on a quiet street, is 5 minutes away from the city centre, Where you can find shops, bars and restaurants. it is 5 minutes away from the railway station ,Leman Lake 15 minutes away from the establishment guests have the airport. ROOM: The rooms have a bathroom with a hairdryer, an air-conditioning system, heating, a direct line telephone, a television, a radio, internet, a mini-bar, a double bed, a safe and a sitting room. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.21" OriginalAmount="307.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|hotel_kipling_manotel" HotelName="Hôtel Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="324.45" OriginalAmount="315" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9675-25188520/3129281323109459406/1316" HotelName="STRASBOURG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32660000/32658800/32658779/836a40e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.48" OriginalAmount="316.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|hotel_auteuil" HotelName="Hôtel Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.28" OriginalAmount="317.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2087059" Longitude="6.142611" StarRating="3" HotelCode="|9892" HotelName="Suisse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin ,10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/2/9892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Suisse Geneve is rated three stars, was built in 1830, has a restaurant, lifts, a concierge and a safety deposit box service. The establishment offers guests room service, a cafÃ© and business facilities. SITUATION: This establishment is in the centre of Geneva. ROOM: The establishment has 62 rooms with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.55" OriginalAmount="318.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20361" Longitude="6.14651" StarRating="4" HotelCode="|451249" HotelName="Ruby Claire Geneva" 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/1/2/4/9/451249_2d57a581313.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.57" OriginalAmount="319" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.194876925992" Longitude="6.127217824537" StarRating="3" HotelCode="370000|492284" HotelName="Chez Maman Boutique-Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Rampe Quidort 2, Acacias, 1227 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/83/32831ac7fa38558d28f7763aa118f71e097d2fc8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.04" OriginalAmount="321.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21001" Longitude="6.144922" StarRating="3" HotelCode="80750|211154" HotelName="Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>23 rue des Alpes, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/d5/91d5fac24b11612b96b8bb26aa85971241bfbfca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Hotel Montana promises a relaxing...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.69" OriginalAmount="323" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|3652" HotelName="Hotel Cornavin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.12" OriginalAmount="323.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20698" Longitude="6.14367" StarRating="3" HotelCode="|453755" HotelName="Rousseau Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue Rousseau 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/5/5/453755_85509f31313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.51" OriginalAmount="323.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|181836" HotelName="Novotel Suites Geneve Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.33" OriginalAmount="324.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21289" Longitude="6.145087" StarRating="4" HotelCode="|79915" HotelName="Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33, rue de Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/9/1/5/79915_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars and was built in 1978. Guests have a restaurant. SITUATION: It is in the centre of Geneva. ROOM: The establishment has 102 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.72" OriginalAmount="325.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2150993" Longitude="6.1483002" StarRating="4" HotelCode="|9897" HotelName="N'vy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE RICHEMONT 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/7/9897_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 8 floors and 153 standard rooms. In the entrance, guests are offered a lobby with elevators, a safety deposit box service, a currency exchange service and a reception. The establishment offers guests a cafÃ©, a bar, a restaurant with air-conditioning and highchairs. The establishment has a business centre and WiFi. There are many services available at the establishment, including room service, a laundry service and a medical care service. It has bicycle rental, a car park (for a fee), bicycle storage and a terrace. SITUATION: This hotel is on a peaceful street. Is situated in Geneva city centre, close to shops, leisure areas and entertainment. It is located 100 metres away from a lake. 50 metres away, guests can find a public transport stop. 300 metres away, guests will find the central station. Is 8 kilometres from Geneva Airport. ROOM: The cosy rooms have a bathroom with a hairdryer and scales. They are equipped with a direct line telephone, a radio, satellite or cable TV, pay channels, WiFi, a mini-bar, a coffee maker and a kettle. They have a double bed, fitted carpets, a safety deposit box (available for a fee), an air-conditioning system and individual heating. FACILITIES: The establishment has a gym. In the surrounding area, guests can find bars and nightclubs. It is 15 minutes away from the fair centre. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and JCB. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte restaurant. It has a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.35" OriginalAmount="326.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.200547" Longitude="6.134652" StarRating="4" HotelCode="80131|2507525" HotelName="Home Swiss Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Sainte-Clotilde 7, 1205 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f4/30f4c978d5d8e36fd6766d93ea674846ab521b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="336.81" OriginalAmount="327" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-25366775/3129281323109459406/994" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.84" OriginalAmount="328.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20944" Longitude="6.145121" StarRating="3" HotelCode="11429|capitole_hotel" HotelName="ibis Styles Genève Mont Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 15, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/b3/50b3f178a865f07e308800539a729b2ab51e011c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an outstanding location in the heart of Geneva, close to the historical old town. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.14" OriginalAmount="328.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20279" Longitude="6.147469" StarRating="4" HotelCode="|451097" HotelName="citizenM Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue de la Rotisserie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/9/7/451097_90345681400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.66" OriginalAmount="330.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1947544" Longitude="6.127218" StarRating="3" HotelCode="|375596" HotelName="Chez Maman &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rampe Quidort 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/5/9/6/375596_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="341.96" OriginalAmount="332" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|616383-25780152/3129281323109459406/1309" HotelName="IBIS STYLES GENEVE CAROUGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20150000/20141700/20141602/732906e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.99" OriginalAmount="333.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210571408642" Longitude="6.1460119554783" StarRating="3" HotelCode="63679|9hotel_paquis" HotelName="9Hotel Genève Paquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de Berne, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/80/a2803394eae2e88261550f6bfad6b6cdfd0b08e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This five-storey hotel is set 300 m from Lake Geneva and 1 km from St Pierre Cathedral. A range of l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.02" OriginalAmount="334.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209154474743" Longitude="6.1429882049561" StarRating="3" HotelCode="31234|hotel_suisse_3" HotelName="Suisse Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 10, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e5/fbe505dfc466c891d41d8fa3da9e249a45db8903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly on Place Cornavin, opposite Geneva's main train station. An abunda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.18" OriginalAmount="334.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.86155" Longitude="-80.945634" StarRating="2" HotelCode="|539604" HotelName="Uncle Toms Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5275 Lake Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/6/0/4/539604_3d2cf262121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="345.05" OriginalAmount="335" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|595046-25745396/3129281323109459406/1426" HotelName="CHEZ MAMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10030000/10020800/10020762/cf2ad077_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.20" OriginalAmount="335.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.179487" Longitude="6.138058" StarRating="2" HotelCode="|378220" HotelName="Ibis Styles Genève Carouge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route De Saint Julien 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/8/2/2/0/378220_47010f92322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.11" OriginalAmount="337" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|29231" HotelName="Novotel Genève Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="348.14" OriginalAmount="338" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|95297-32594787/3129281323109459406/55" HotelName="DIPLOMATE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/28200/28124/fd914022_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.14" OriginalAmount="338.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.99" OriginalAmount="338.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211632" Longitude="6.147334" StarRating="4" HotelCode="|9899" HotelName="Novotel Geneve Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich ,19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/9/9899_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1976, renovated in 2002, has 28 standard rooms, 7 floors, 35 single rooms, 119 double rooms and 8 suites. The establishment offers a bar and a restaurant. SITUATION: This hotel is in the centre of Geneva, close to Lake, the railway station and the historic centre. Is 8 kilometres from the airport. Opposite the establishment, guests have public transport services. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.17" OriginalAmount="339.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20700353" Longitude="6.14374581" StarRating="3" HotelCode="371395|hotel_rousseau" HotelName="Hotel Rousseau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>RUE ROUSSEAU, 13, CH - 1201 GENÈVE</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1e/b01eaff7defc73730e8b8b345233042cf0b0cb0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.17" OriginalAmount="339.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211188" Longitude="6.145722" StarRating="3" HotelCode="131546|hotel_d_geneva" HotelName="At Home Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="Coffee Shop,Housekeeping,Internet,Luggage Storage,Off-Site Parking,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue de Fribourg, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/02/a802b5bc415e4e7d6f1ece2b15865cf218efd42c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="349.70" OriginalAmount="339.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|358432" HotelName="Des Alpes Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.23" OriginalAmount="341.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2154305" Longitude="6.1487821" StarRating="4" HotelCode="31227|hotel_nvy" HotelName="Hôtel Nvy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Richemont 18, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/26/1426d075fdbbd3dc00e152b9ae9cd23fe1f11c82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a peaceful street, right at the heart of Geneva and is just metres from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="355.35" OriginalAmount="345" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3020-25187504/3129281323109459406/1247" HotelName="LES NATIONS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972100/972050/c3e6c503_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|16962" HotelName="NH Geneva City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.02" OriginalAmount="352.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|43130" HotelName="Tiffany Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="368.74" OriginalAmount="358" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185048-25370317/3129281323109459406/1173" HotelName="DESIGN HOTEL F6" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1670000/1668600/1668528/906a723d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.70" OriginalAmount="359.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.07" OriginalAmount="360.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.206555" Longitude="6.144825" StarRating="4" HotelCode="108654|2163695" HotelName="The New Midi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Chevelu 4, 1201 Geneve, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/2c/cc2c94b1b2d53da2d8d8ad83a19b2c94f5c8bf68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="376.52" OriginalAmount="365.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2248398" Longitude="6.1068628" StarRating="4" HotelCode="|9900" HotelName="Crowne Plaza Geneva, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE LOUIS CASAI 75-77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/0/9900_1_1105.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 308 standard rooms. The establishment offers guests a transfer service to the airport (free of charge). In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, lifts, a gift shop and a hairdresser's. Regarding the food and beverage offering, the establishment has a bar and 2 restaurants. You are also offered a business centre with WiFi and 18 conference rooms. There are many services available at the establishment, including room service, a laundry service, bicycle rental and indoor parking. SITUATION: This hotel is 3 kilometres from Geneva city centre. It is well-connected by public transport. In front of the hotel there is a public transport stop. The establishment is situated 500 metres away from the Blaxert shopping centre. Is 3 kilometres from ONU the fair centre and the sea. 10 kilometres away, you can find Lelex-Crozet Ski Resort. 1 kilometre away, you can find Geneva International Airport. ROOM: The soundproofed rooms, with air-conditioning, have a bathroom with a hairdryer, a satellite or cable television, a radio, films (available for a fee), a direct line telephone, a mini-bar, a safe, WiFi, a coffee maker, a kettle, an iron, a double bed, heating and individual air-conditioning. FACILITIES: Guests are offered a sauna, a massage service (available for a fee) and a gym. Clients can enjoy go cycling. 10 kilometres away from the establishment, clients have at their disposal a golf course. OTHERS: The establishment offers buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.98" OriginalAmount="366.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|mon_repos" HotelName="Mon Repos Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.24" OriginalAmount="367.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2062054" Longitude="6.144769" StarRating="4" HotelCode="|82658" HotelName="The Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, quai des Bergues</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/5/8/82658_34ef2fe2036.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Geneva Lake it is in the city centre, 15 minutes away from the establishment, clients can find the airport, 500 metres away, clients have the railway station, Close to RÃ³dano the river. FACILITIES: Guests are offered WiFi (free of charge), a restaurant and a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.76" OriginalAmount="367.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2072067" Longitude="6.1448154" StarRating="4" HotelCode="|9911" HotelName="Rotary Geneva – Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Du Cendrier,18-20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/1/9911_d3776a11111.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Rotary is rated four stars was built in 1978 and it is situated in Geneva city centre. The establishment boasts 2 restaurants, lifts and a safety deposit box service. The establishment offers room service, a bellboy and business facilities. ROOM: The establishment has 94 rooms, fully-equipped, a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|595066-25745432/3129281323109459406/1142" HotelName="D GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32130000/32121300/32121217/20baaa5f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.55" OriginalAmount="369.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21312" Longitude="6.14538" StarRating="4" HotelCode="|9915" HotelName="Royal Manotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/5/9915_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional hotel, has 2 business areas, internet (for a fee) and WiFi. The establishment boasts Rive Droite Restaurant and an inviting bar with a fireplace. The establishment offers guests conference facilities. It has a car park and a transfer service. SITUATION: This hotel is near public transport services. It is located 100 metres away from nightclubs, bars and restaurants. 500 metres away, guests can find shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, a fridge, a satellite or cable television, a safety deposit box (available for a fee), an air-conditioning system, heating and fitted carpets. FACILITIES: The establishment has a sauna, a Jacuzzi, a massage service and a gym. OTHERS: The establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.10" OriginalAmount="370" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3031-25188464/3129281323109459406/953" HotelName="9HOTEL PAQUIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47113/b71d4270_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="385.22" OriginalAmount="374" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|266186-25491101/3129281323109459406/1238" HotelName="DES ALPES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54700/54601/61685e27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.84" OriginalAmount="374.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207270436657" Longitude="6.145139336586" StarRating="4" HotelCode="31231|154049" HotelName="Hotel Rotary Geneva - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Rue du Cendrier, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/25/9d25b6c5f95987feab691c971e2ec421e60ff3a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the immediate vicinity of the business centre. From here all of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.98" OriginalAmount="374.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2088699" Longitude="6.1426601" StarRating="3" HotelCode="|28503" HotelName="Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>place Cornavin,6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/5/0/3/28503_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Astoria is rated three stars was built in 1940 and it is in Geneva city centre. The establishment boasts lifts, a safety deposit box service and a sauna. The establishment offers room service and business facilities. ROOM: The establishment has 63 rooms, fully-equipped, a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.28" OriginalAmount="376" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-28578802/3129281323109459406/499" HotelName="HOTEL GENEVA BY FASSBIND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.34" OriginalAmount="378" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|36632" HotelName="Hotel Sagitta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="390.01" OriginalAmount="378.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2118432" Longitude="6.1279629" StarRating="4" HotelCode="|26520" HotelName="Geneva By Fassbind" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE WENDT 42 / 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/2/0/26520_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 70 rooms, 6 floors, 7 suites and 5 apartments. It is on a main street, In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a conference room and internet. The establishment also has indoor parking, room service and a laundry service. SITUATION: This hotel Palais des Nations it is 5 minutes away from 600 metres away, there is a public transport stop, the establishment is a 13-minute drive away from the beach, the river, bars and Geneva the tourist area of 3 kilometres away, you can find the historic centre, the establishment is 1,3 kilometres away from shops, is 10 minutes away from the airport. ROOM: The fully-equipped rooms, have a bathroom with a hairdryer, a satellite or cable television, internet, a double bed, fitted carpets, an air-conditioning system, central heating and a safety deposit box (available for a fee). FACILITIES: 5,3 kilometres away, guests can enjoy a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.37" OriginalAmount="379.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|hotel_royal_manotel" HotelName="Hôtel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="391.40" OriginalAmount="380" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-24740082/3129281323109459406/1709" HotelName="TIFFANY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.43" OriginalAmount="381" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-28561320/3129281323109459406/491" HotelName="WARWICK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w3837h2557x3y3-8c5d02cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.43" OriginalAmount="381" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17007-25201498/3129281323109459406/1189" HotelName="MON REPOS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7600/7594/d015b62f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="396.55" OriginalAmount="385" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12462-25202305/3129281323109459406/1263" HotelName="CRISTAL DESIGN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47100/47097/84f3ef23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="403.76" OriginalAmount="392" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-25201499/3129281323109459406/1327" HotelName="SAGITTA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.208880071691" Longitude="6.1429721731862" StarRating="3" HotelCode="76971|27504" HotelName="Hotel Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 6, 1201 Genève, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/76/f4763fbd2af4b169d73877637d8472903d3f50ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is just 50 m from bus, tram and train terminals. Within a few minutes' walk, guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20636" Longitude="6.144568" StarRating="4" HotelCode="82927|167531" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Quai des Bergues, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/1c/901c98a99da576e166af1af88a4fae21f84ffe86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.16" OriginalAmount="394.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|601925" HotelName="Hotel Bernina Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="408.91" OriginalAmount="397" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3018-19496982/3129281323109459406/1557" HotelName="N'VY MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20700/20633/e38b519c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.24" OriginalAmount="408" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-28578798/3129281323109459406/188" HotelName="CORNAVIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.27" OriginalAmount="409" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|912426-28448267/3129281323109459406/33" HotelName="BOEL 3 STUDIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/912426/202212192224288.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="424.36" OriginalAmount="412" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1452413-32387478/3129281323109459406/1516" HotelName="BASE GENEVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112610000/112605300/112605241/01d92f51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="431.57" OriginalAmount="419" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17002-24740081/3129281323109459406/1745" HotelName="BERNINA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/542200/542125/e3db7367_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="439.81" OriginalAmount="427" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-19591266/3129281323109459406/1573" HotelName="AUTEUIL MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="450.11" OriginalAmount="437" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17006-25202883/3129281323109459406/1134" HotelName="LE MONTBRILLANT GENEVE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24600/24577/39dbfc13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.20" OriginalAmount="440.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211394818185" Longitude="6.1499807238579" StarRating="3" HotelCode="11984|hotel_edelweiss_2" HotelName="Hôtel Edelweiss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de la Navigation 2, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f7/a6f71b0373a0e71f6e75ac11648251f81e3f8428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This authentic Swiss chalet is located in the Alps at the heart of Geneva, close to the United Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.84" OriginalAmount="443.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|140094" HotelName="Eastwest" 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,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="522.21" OriginalAmount="507" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215511144051" Longitude="6.149122317791" StarRating="3" HotelCode="318234|393071" HotelName="Hotel Drake Longchamp" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Butini 7, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/8f/658f2186cab8faffdc4aa8ff86773579be8c37cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the middle of the commercial and cultural district of Geneva, just 250...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="541.78" OriginalAmount="526" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17003-25201496/3129281323109459406/1278" HotelName="EDELWEISS MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5000/4955/f98246f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="544.15" OriginalAmount="528.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2155991" Longitude="6.1490002" StarRating="3" HotelCode="|9903" HotelName="Drake Longchamp" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BUTINI 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/3/9903_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1974, has 7 floors and 156 double rooms. In the establishment entrance, guests will find a spacious hall with a lift, a reception, a safety deposit box service, a currency exchange service and a conference room. The establishment offers a laundry service. Nearby, there is an oudooor car park (for a fee). SITUATION: This hotel is in Geneva city centre, close to Lake. 250 metres away from the establishment, you can find the historic centre. 100 metres away, there is a public transport stop. 50 metres away, guests have a bus stop. It is 15 minutes away from GenÃ¨ve-Cornavin Station and 45 minutes away from Launa. ROOM: Customers have soundproofed rooms with a bathroom, a hairdryer, a direct line telephone, a satellite television, cable television, internet, an American kitchen and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="597.40" OriginalAmount="580" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-27590617/3129281323109459406/1509" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="623.14" OriginalAmount="604.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202821" Longitude="6.151264" StarRating="4" HotelCode="|453741" HotelName="Marmont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Prince</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/1/453741_d4013cc1352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="663.36" OriginalAmount="644.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1950613" Longitude="6.1499723" StarRating="3" HotelCode="|327112" HotelName="Adriatica" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Sautter, 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/1/1/2/327112_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="685.98" OriginalAmount="666" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1038123-26244300/3129281323109459406/1474" HotelName="MARMONT HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45780000/45777500/45777479/d608ec0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="704.52" OriginalAmount="684.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203079" Longitude="6.150302" StarRating="3" HotelCode="80255|hotel_longemalle" HotelName="Longemalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Place Longemalle, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/aa/f6aa2e9c9e7e8f192f72ea0115b9228c62cb7411.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="707.61" OriginalAmount="687" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20755629487" Longitude="6.1469551920891" StarRating="4" HotelCode="11221|7049" HotelName="Bristol" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue du Mont-Blanc, Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15efe92de70dd54215e5e39661dd9404b6c3bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the centre of Geneva, on Rue de Mont Blanc, just a few minutes Lak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="708.64" OriginalAmount="688" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|402551-28502211/3129281323109459406/243" HotelName="ADRIATICA GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/402551/2016517124328725.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="770.85" OriginalAmount="748.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203197" Longitude="6.145716" StarRating="4" HotelCode="|453304" HotelName="Fraser Suites Geneva - Serviced 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/5/3/3/0/4/453304_f3a284e0851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="778.43" OriginalAmount="755.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2028659" Longitude="6.1500889" StarRating="0" HotelCode="|117332" HotelName="De La Cigogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/2/117332_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The HÃ´tel De La Cigogne is rated five stars, is elegant. SITUATION: It is situated in a historic building. This hotel is in the Square of Longemalle. Next to the establishment, guests will find the historic centre and Lake.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="806.49" OriginalAmount="783" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20316285" Longitude="6.1456586" StarRating="4" HotelCode="474851|408377" HotelName="Fraser Suites Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 3-5, 1204 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d3676122102aa63be9def57207d9fe2574147a56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geneva City Center, Fraser Suites Geneva is a perfect starting point from which to explor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="825.03" OriginalAmount="801.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|les_armures" HotelName="Les Armures" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="863.61" OriginalAmount="838.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2036285" Longitude="6.1521354" StarRating="5" HotelCode="|9898" HotelName="Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai General Guisa 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/8/9898_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1854, renovated in 2004, has 5 floors and 127 rooms. It has 21 single rooms, 16 suites and 90 double rooms. In the establishment entrance, guests will find a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a piano bar, a conference room and internet. With regards to the food and beverage offering, the establishment has Le Grand Quai the Ã  la carte restaurant It has a car park (for a fee), room service, a laundry service and a medical care service. SITUATION: Is situated inGeneva the city centre of it is opposite Leman Lake It is in the commercial district, in the surrounding area of the establishment, guests can find shops, bars, nightclubs, restaurants and public transport. It is situated 12 kilometres away from a golf course, 65 kilometres away, you can find a ski resort. ROOM: The rooms with carpet, a bathroom and a hairdryer. They are equipped with a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed, a safety deposit box and central heating. FACILITIES: Guests are offered a massage service, a gym, sailing and an entertainment programme. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="878.59" OriginalAmount="853" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|6025" HotelName="Hotel Metropole Geneve" 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,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="987.77" OriginalAmount="959.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.224451" Longitude="6.132978" StarRating="5" HotelCode="49113|intercontinental_geneva" HotelName="Intercontinental Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chemin du Petit-Saconnex 7-9, 1211 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6d/c26dc862f29c58dd813020b6e6530d431fb4e9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is located only a stone's throw from the United Nations headquarters and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1010.43" OriginalAmount="981" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|974431-28597488/3129281323109459406/181" HotelName="THE HAMLET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42700000/42697700/42697646/1947c56a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1013.05" OriginalAmount="983.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209484" Longitude="6.1488879999999" StarRating="5" HotelCode="213930|1018698" HotelName="Swiss Luxury Appartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe-Plantamour 6, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/5c/bc5ce1836c17fde04e1da8007d05c49be8e18486.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 24 rooms. Services and facilities at the hotel include room service an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1039.27" OriginalAmount="1009" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-25191939/3129281323109459406/918" HotelName="METROPOLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1042.81" OriginalAmount="1012.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1992573" Longitude="6.1494061" StarRating="0" HotelCode="|327205" HotelName="Nest Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Etienne Dumont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/2/0/5/327205_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1112.40" OriginalAmount="1080" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|19998" HotelName="Mandarin Oriental Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business 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,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1139.18" OriginalAmount="1106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595077-28564522/3129281323109459406/483" HotelName="LE JOUR ET LA NUIT BED AND BREAKFAST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/595077/2019212165035774.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1151.40" OriginalAmount="1117.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1162.84" OriginalAmount="1128.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1183.47" OriginalAmount="1149" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|29233" HotelName="La Reserve Geneve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1227.76" OriginalAmount="1192" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870900000000000" Longitude="2.349900000000000" StarRating="5" HotelCode="0|27493-25213389/3129281323109459406/788" HotelName="MANDARIN ORIENTAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE D'HAUTEVILLE, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47102/e7a6d307_b.jpg</HotelPictures>
        <HotelDescription>This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.

The hotel has a total of 33 rooms. Facilities include a 24-h reception desk, a lift, a lounge and a little interior garden. A free wifi access is available. Car parking facilities in the neighbourhood are available to those arriving by car.

The tasteful rooms each come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, an Internet connection, a double bed, a hire safe and a minibar. Individually controllable heating and air conditioning feature as standard.

Guests may select their breakfast from an ample buffet.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1239.19" OriginalAmount="1203.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|CAY369700" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1241.22" OriginalAmount="1205.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2094132" Longitude="6.1488659" StarRating="5" HotelCode="|117325" HotelName="Swiss Luxury Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe - Plantamour 6 - 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/5/117325_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva a central area of 600 metres away, guests can find the railway station, 200 metres away, guests have a lake near restaurants, shops. ROOM: Guests can find modern rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1301.92" OriginalAmount="1264" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|14258-25203542/3129281323109459406/1064" HotelName="D`ANGLETERRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47120/be06c03a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1359.73" OriginalAmount="1320.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1380.20" OriginalAmount="1340.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|hotel_president_wilson_a_luxury_collection_hotel" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1551.18" OriginalAmount="1506" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3026-28596634/3129281323109459406/102" HotelName="PRESIDENT WILSON A LUXURY COLLECTION GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14300/14221/7c37d055_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2544.59" OriginalAmount="2470.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2092018" Longitude="6.1501999" StarRating="5" HotelCode="|9894" HotelName="Beau Rivage Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI DU MONT-BLANC 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/4/9894_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1865, has 6 floors and 91 rooms. It has 31 single rooms, 78 double rooms and 6 suites. The establishment boasts a bar, a pub and a restaurant. It has a car park and indoor parking (for a fee). SITUATION: This historic hotel is in an excellent location, is situated in front of Geneva Lake Has beautiful views of the bay and Les Alpes wonderful views of it is close to Geneva the historic centre of Where you can find shops. nearby, there is public transport. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2581.18" OriginalAmount="2506" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|59809" HotelName="Beau Rivage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3256.21" OriginalAmount="3161.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2069473" Longitude="6.1475101" StarRating="5" HotelCode="|55948" HotelName="Four Seasons  Des Bergues Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai Des Bergues ,33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/4/8/55948_d1a80dc1001.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 5 stars and was built in 1834. It is in Geneva city centre, The establishment boasts 2 restaurants, lifts, a concierge and a safety deposit box service. The establishment offers guests room service and business facilities. ROOM: The establishment has 122 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3638.99" OriginalAmount="3533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.206886196326" Longitude="6.1470195651054" StarRating="5" HotelCode="11720|four_seasons_geneva" HotelName="Four Seasons Des Bergues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Quai des Bergues, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f8/68f86648d07eb90838ff1e20b894e593e4795702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is housed within a listed building and offers stylish interiors, a cosy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3704.62" OriginalAmount="3596.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212118" Longitude="6.152397" StarRating="5" HotelCode="|451078" HotelName="The Woodward, an Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Quai Wilson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/7/8/451078_2796a991359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3850.14" OriginalAmount="3738" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1275041-26619367/3129281323109459406/1445" HotelName="THE WOODWARD, AUBERGE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63180000/63170400/63170386/3dbd6c76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4181.96" OriginalAmount="4060.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4289.95" OriginalAmount="4165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|hotel_de_la_paix_12" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4944.00" OriginalAmount="4800" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12464-28593885/3129281323109459406/226" HotelName="THE RITZ-CARLTON DE LA PAIX GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22700/22672/62320231_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.03" OriginalAmount="197.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.861681" Longitude="-80.943581" StarRating="2" HotelCode="|566936" HotelName="Pete\'s Lakefront Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5225 Old Lake Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Golf,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Bicycle Rental,Lounge,Kitchen,Wheelchair Access,Spa,Swimming Pool,Diet Meals,Elevator,Meeting Room,Parking,Coffee Shop,Housekeeping,Luggage Storage,Off-Site Parking</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,AIRPORT HOTEL,SPA HOTEL,HOTEL,APARTHOTEL,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
6e775e2d-7af4-4099-a4fc-6bf110a3fe68|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="6e775e2d-7af4-4099-a4fc-6bf110a3fe68">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-06T00:00:00" End="2026-06-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
6e775e2d-7af4-4099-a4fc-6bf110a3fe68|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6e775e2d-7af4-4099-a4fc-6bf110a3fe68|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:9b58e430-5c16-48c2-8c2f-a0b31b20ea67
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
6e775e2d-7af4-4099-a4fc-6bf110a3fe68|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
6e775e2d-7af4-4099-a4fc-6bf110a3fe68|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6e775e2d-7af4-4099-a4fc-6bf110a3fe68|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
6e775e2d-7af4-4099-a4fc-6bf110a3fe68|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-05-20T10:33:58.5411962+01:00" Version="0" EchoToken="Search" TransactionIdentifier="6e775e2d-7af4-4099-a4fc-6bf110a3fe68" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="143.87" OriginalAmount="139.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.04987" Longitude="-85.9002" StarRating="0" HotelCode="|229807" HotelName="Briarwood Inn Of Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1503 West Magnolia Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/8/0/7/229807_5ae89d20154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.69" OriginalAmount="150.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1852989" Longitude="6.1280999" StarRating="3" HotelCode="|19606" HotelName="Ramada Encore By Wyndham Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>LA PRAILLE, ROUTE DES JEUNES 10-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/6/19606_94b4c2c1032.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 7 floors and 24 rooms. The establishment boasts a reception, a cafÃ©, a restaurant, internet and a car park (for a fee). SITUATION: This hotel is in Carouge de Ginebra the District Close to the city centre excellent transport links to La Praille the commercial centre Geneva the Stadium of. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|nh_geneva_airport" HotelName="NH Geneva Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.64" OriginalAmount="160.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.220854" Longitude="6.113772" StarRating="1" HotelCode="212750|2764855" HotelName="ibis budget Geneve Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis-Casai 26, Cointrin, 1216 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c3/4ac3a29b2af88f2e017cf446ddf35039c592251a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|411138" HotelName="ibis budget Geneve Petit Lancy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.29" OriginalAmount="168.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.20" OriginalAmount="169.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2273285" Longitude="6.1064976" StarRating="2" HotelCode="|117335" HotelName="Ibis Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/5/117335_8333e0e0919.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Geneva International it is in it is situated 10 minutes away from Geneva the centre of close to the establishment, clients can find the airport, the trade fair ground.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.22757" Longitude="6.106633" StarRating="2" HotelCode="108400|ibis_geneve_aeroport" HotelName="ibis Genève Aéroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 10, Geneve-Cointrin, 1216 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4c/654c33731536940b5c3e725376b0c14962bbce67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cointrin. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.87" OriginalAmount="175.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.8566196" Longitude="-77.0033723" StarRating="1" HotelCode="|361844" HotelName="Americas Best Value Inn Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>473 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/8/4/4/361844_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.27" OriginalAmount="175.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.860988" Longitude="-80.941631" StarRating="2" HotelCode="|566933" HotelName="The Palms Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5169 Lake Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/3/3/566933_cb61ec81239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1883796" Longitude="6.1148364" StarRating="2" HotelCode="199175|407360" HotelName="ibis Geneve Petit Lancy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 8, 1213 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/4a/ae4a42a70935e02c7114ff9813f3283608850502.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lancy. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-23368413/1578199384563380848/2893" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|nash_airport_hotel_2" HotelName="Nash Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.13" OriginalAmount="202.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2260017" Longitude="6.1020002" StarRating="3" HotelCode="|20631" HotelName="Holiday Inn Express Geneva Airport, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/1/20631_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2003, has 154 rooms and 7 floors. It has 50 single rooms and 103 double rooms. In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a TV room and a conference room. There are many services available at the establishment, including a medical care service, a laundry service, internet, indoor parking and a car park. SITUATION: This modern hotel is situated 3 kilometres away from Geneva the city centre of Where you can find shops, bars and restaurants. in front of the establishment, guests have public transport, has good links to Palexpo the Congress Centre it is situated 6 kilometres away from Geneva Lake 12 kilometres away, you can find a ski resort, is situated 1 kilometre away from Airport, the city. ROOM: The rooms with air-conditioning a bathroom with a hairdryer, They are equipped with a direct line telephone, internet, a radio, a satellite or cable television and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.22349703188" Longitude="6.0993540287018" StarRating="3" HotelCode="33834|holiday_inn_express_geneva_airport" HotelName="Holiday Inn Express Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 16, C.P. 256, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f3/42f3fbaf85d8ea045e9a5cc206e28f27c0b1b38a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located around 3km from Geneva's centre, with its various shopping facilities, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-26147350/1578199384563380848/3608" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.40" OriginalAmount="217.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.8690607" Longitude="-88.2739987" StarRating="2" HotelCode="|170200" HotelName="Comfort Inn and Suites Geneva - West Chicago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1555 E. Fabyan Pkwy.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/2/0/0/170200_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-32716975/1578199384563380848/1684" HotelName="NASH SUITES HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.194179" Longitude="6.142245" StarRating="2" HotelCode="213929|hotel_carmen_8" HotelName="Carmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Dancet 5, 1205 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/12/0a12347b480e38bd667fe0ca00b9b576fc50234b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL CARMEN SA is set in the Plainpalais district in Geneva, 900 m from St. Pierre Cathedral.The ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207763" Longitude="6.138271" StarRating="3" HotelCode="108396|ibis_geneve_centre_gare" HotelName="ibis Geneve Centre Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Voltaire 10, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a8/dba8e4d728aee3c19e214f74c3a0a7aba7f26120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.45" OriginalAmount="229.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2141785" Longitude="6.1352484" StarRating="3" HotelCode="|117323" HotelName="Ibis Geneve Centre Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/3/117323_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva the city centre of 800 metres away, guests can find GenÃ¨ve-Cornavin the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.18" OriginalAmount="232.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2243996" Longitude="6.1004" StarRating="4" HotelCode="|9910" HotelName=" Mövenpick Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/0/9910_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 11 floors, 350 standard rooms and 6 suites. The establishment boasts a hairdresser's, a bar and a restaurant. SITUATION: This luxurious hotel is in Geneva is 5 kilometres from the city centre and the airport. It is well-connected by bus. It is situated close to the Palexpo Congress Centre. 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safe. FACILITIES: The establishment has a sauna, a solarium, a gym and a casino. OTHERS: have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|878261-28446859/1578199384563380848/733" HotelName="LES CHAMBRES DU CTN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/878261/2020113104211420.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2111600226" Longitude="6.1467137932777" StarRating="2" HotelCode="81531|59060" HotelName="Résidence Studio Genève Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 36, Ecke Rue de Zurich, Paquis, 1201 Geneve, Genf, Switzerland</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a4/07a4d858bbcf5aa7c8e5daeee574e115f568fcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.75" OriginalAmount="236.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|25784" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="261.62" OriginalAmount="254" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|250791-4178234/1578199384563380848/145" HotelName="RESIDENCE STUDIO GENEVE CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1680000/1674800/1674754/4447c376_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202981" Longitude="6.145755" StarRating="2" HotelCode="131606|hotel_central_20" HotelName="Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 2, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/53/fe5377f280fd2147ac29f8c278b2b8e213b747c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.77" OriginalAmount="255.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2248398" Longitude="6.1068628" StarRating="4" HotelCode="|9900" HotelName="Crowne Plaza Geneva, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE LOUIS CASAI 75-77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/0/9900_1_1105.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 308 standard rooms. The establishment offers guests a transfer service to the airport (free of charge). In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, lifts, a gift shop and a hairdresser's. Regarding the food and beverage offering, the establishment has a bar and 2 restaurants. You are also offered a business centre with WiFi and 18 conference rooms. There are many services available at the establishment, including room service, a laundry service, bicycle rental and indoor parking. SITUATION: This hotel is 3 kilometres from Geneva city centre. It is well-connected by public transport. In front of the hotel there is a public transport stop. The establishment is situated 500 metres away from the Blaxert shopping centre. Is 3 kilometres from ONU the fair centre and the sea. 10 kilometres away, you can find Lelex-Crozet Ski Resort. 1 kilometre away, you can find Geneva International Airport. ROOM: The soundproofed rooms, with air-conditioning, have a bathroom with a hairdryer, a satellite or cable television, a radio, films (available for a fee), a direct line telephone, a mini-bar, a safe, WiFi, a coffee maker, a kettle, an iron, a double bed, heating and individual air-conditioning. FACILITIES: Guests are offered a sauna, a massage service (available for a fee) and a gym. Clients can enjoy go cycling. 10 kilometres away from the establishment, clients have at their disposal a golf course. OTHERS: The establishment offers buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.55" OriginalAmount="255.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.213289" Longitude="6.129937" StarRating="3" HotelCode="|453743" HotelName="Stay KooooK Geneva City - Online Check in" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de la Servette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/3/453743_87261cd1307.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.21" OriginalAmount="257.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.192431" Longitude="6.1380939" StarRating="0" HotelCode="|117328" HotelName="Starling Residence Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4, route des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/8/117328_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 400 metres away from the university. ROOM: The establishment has studios with kitchen, flat-screen satellite television and bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.01" OriginalAmount="260.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2108487" Longitude="6.1456842" StarRating="3" HotelCode="|9896" HotelName="Ibis Geneve Centre Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERNE 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/6/9896_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby with a bar, a breakfast room, room service and a laundry service. SITUATION: This hotel is surrounded by restaurants, bars and nightclubs. in front of the hotel there is a public transport stop, Rue de Berne it is in Close to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.98" OriginalAmount="261.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.205152" Longitude="6.158802" StarRating="4" HotelCode="96343|25674" HotelName="Churchill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue du Simplon, 1207 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/7a/3c7a60ee6ae96636d14323e17fe1242e75f69f7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="269.18" OriginalAmount="261.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215487338891" Longitude="6.1326509714127" StarRating="3" HotelCode="15075|1423409" HotelName="Hotel Les Nations" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Grand-Pré 62, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/63/e663657a9b1ab497c82b2481d1e4a96f0339612c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is located near to various major international organisations and the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201566" Longitude="6.158048" StarRating="4" HotelCode="77068|26426" HotelName="Hotel Century Genève" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Frontenex 24, 1207 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/54/e554d9d64c36d54cd229bc3e0a5c94b5489a5e24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.34" OriginalAmount="263.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2014129" Longitude="6.1581468" StarRating="4" HotelCode="|70147" HotelName="Century" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>AV./DE FRONTENEX, 24 P.O BOX 6292</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/1/4/7/70147_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Century is rated four stars. It has a lobby, marble floors, a reception and big windows. SITUATION: This hotel is in the heart of Geneva, 15 minutes away from the airport. It is close to Lake Geneva and the shopping area. ROOM: All the rooms have an air-conditioning system, a direct line telephone, a television, internet, a mini-bar and a bathroom with a hairdryer. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1038093-28481567/1578199384563380848/533" HotelName="PRIMADOM APARTHOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36470000/36469300/36469297/1d66724c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|13243" HotelName="Hotel Strasbourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.13" OriginalAmount="271" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-18114636/1578199384563380848/1150" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/bd748f5c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.13" OriginalAmount="271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210527090371" Longitude="6.1462819576263" StarRating="3" HotelCode="31226|nash_ville_hotel" HotelName="ibis Genève Centre Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 26, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/01/78015e291a1600471ecd80dafc36f0fa35da4e4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Rue de Berne near to Lake Geneva. The U.N. building is roughly 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.52" OriginalAmount="271.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|64474" HotelName="International &amp; Terminus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.22" OriginalAmount="274.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.192441710555" Longitude="6.1381678687172" StarRating="3" HotelCode="199952|starling_residence_geneve" HotelName="Starling Hotel Residence Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route des Acacias 4, 1227 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ac/b5ac1d7f389f115c42b2de52216269dca0197354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.47" OriginalAmount="274.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2155113" Longitude="6.147491" StarRating="3" HotelCode="|21922" HotelName="Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 rue Rothschild</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/2/2/21922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars rooms, with air-conditioning, is in Geneva a central area of. SITUATION: It is near Lake close to the central station. ROOM: The rooms a bathroom with a hairdryer, They are equipped with individual air-conditioning, internet, a safe, a satellite television with films, a direct line telephone, a kettle, a coffee maker and a mini-bar. FACILITIES: The establishment has a business centre, WiFi, a indoor car park and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|adagio_geneve_mont_blanc" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.52" OriginalAmount="284" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.221982777272" Longitude="6.1489346623421" StarRating="3" HotelCode="23077|29232" HotelName="Eden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 135, CH-1202 Genevé</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/bf/84bfee75d1f3571267e86d296dcc27433d32dff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies within a short distance of a wonderful park, close to Lake Geneva. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="294.58" OriginalAmount="286" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-25223883/1578199384563380848/3194" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

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="94" TotalAmount="295.53" OriginalAmount="286.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2221487" Longitude="6.1489893" StarRating="3" HotelCode="|27758" HotelName="Eden Genève" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LAUSANNE 135</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/5/8/27758_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1936 and renovated in 2006. It has 54 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service, a lift and a currency exchange service. The establishment has a business centre and internet. With regards to the food and beverage offering, the establishment has an inviting bar and an elegant breakfast room. It has room service, a medical care service, a laundry service and indoor parking. SITUATION: This beautiful, urban hotel is close to a wonderful park, is located close to Geneva Lake it has good links to the tourist attractions, Where you can find Jet d'Eau the Fountain Palais des Nations the building is situated 2 kilometres away from the historic centre, Where guests can enjoy restaurants, bars and pubs. 300 metres away, there is a bus station, 1 kilometre away, there is a train station, 50 metres away, guests can find a public transport stop. ROOM: The inviting rooms, fully-equipped and a bathroom with a shower, They are equipped with fitted carpets, a sofa, a double bed, a direct line telephone, a hairdryer, a safe (available for a fee), a mini-bar, a radio and satellite or cable TV. They have WiFi, individual air-conditioning and central heating. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment serves a buffet breakfast, a set-menu lunch and an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.33" OriginalAmount="287.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2098759" Longitude="6.1442257" StarRating="3" HotelCode="|22134" HotelName="Hôtel le Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/4/22134_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 51 rooms and 5 floors. It has a reception, a safety deposit box service, a currency exchange service, a lift and a TV room. It also has a breakfast room, with air-conditioning and highchairs. The establishment has a conference room. SITUATION: This hotel is in a central area. It is close to the tourist centre. Close to the establishment, guests have Geneva Central Train Station. Nearby, you will find the banks. 10 metres away, there is a public transport stop, restaurants and bars. 100 metres away, guests have shops. 500 metres away you can find Lake Geneva. It is 5 kilometres away from Geneva Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet and a central heating system. They also have a double bed, fitted carpets, a mini-bar, a safety deposit box and a small sitting room. FACILITIES: In the surrounding area, guests can find sports areas entertainment and leisure areas. Clients can enjoy activities such as go cycling, mountain-biking, billiards, surfing, sailing, jet-skiing, motorboat rides, diving, pedal boats, go canoeing, horse-riding, beach volleyball, bowling and a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard, Diners Club and EC. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="299.73" OriginalAmount="291" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9675-230910/1578199384563380848/230" HotelName="STRASBOURG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32660000/32658800/32658779/836a40e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|hotel_jade_2" HotelName="Hôtel Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.88" OriginalAmount="296.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210992" Longitude="6.141871" StarRating="4" HotelCode="66865|le_montbrillant_hotel_residence" HotelName="Le Montbrillant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue de Montbrillant, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/be/8ebe47ed78125ee72b65c42aca716f05eb00b391.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.97" OriginalAmount="299" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209544" Longitude="6.143909" StarRating="3" HotelCode="31229|3651" HotelName="Hotel Cristal [Design]" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 4, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f8/caf8672a8906d088a37fa49b679116e1da123022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel may be reached from the station by crossing the Mont Blanc pedestrianised street. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="313.12" OriginalAmount="304" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3020-18113657/1578199384563380848/2101" HotelName="LES NATIONS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972100/972050/c3e6c503_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.12" OriginalAmount="304.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215122" Longitude="6.146158" StarRating="3" HotelCode="81281|design_hotel_f6" HotelName="Design F6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Ferrier, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/65/b8659548e91d5fdb46fd1c9ccd676f3f7167c984.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.82" OriginalAmount="304.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209611" Longitude="6.143972" StarRating="3" HotelCode="|161361" HotelName="Cristal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE PRADIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/1/3/6/1/161361_19a601a0229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.15" OriginalAmount="305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.200253" Longitude="6.15973" StarRating="4" HotelCode="77149|hotel_diplomate_2" HotelName="Hotel Diplomate Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Terrasserie, Geneve 1207</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/09/4c09305b7de92107b985e133c52d1626a87bc070.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.24" OriginalAmount="306.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1927595" Longitude="6.1432022" StarRating="3" HotelCode="|117329" HotelName="Appart'Hôtel Residence Dizerens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Dizerens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/9/117329_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Geneva the centre of. ROOM: The establishment has simple rooms and a fully-equipped kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.33" OriginalAmount="306.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2123701" Longitude="6.1462309" StarRating="3" HotelCode="|20635" HotelName="Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA NAVIGATION 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/5/20635_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel The establishment has a business centre (free of charge), WiFi (free of charge), a laundry service and a car park. The establishment offers a transfer service. SITUATION: This hotel is on a quiet street, is 5 minutes away from the city centre, Where you can find shops, bars and restaurants. it is 5 minutes away from the railway station ,Leman Lake 15 minutes away from the establishment guests have the airport. ROOM: The rooms have a bathroom with a hairdryer, an air-conditioning system, heating, a direct line telephone, a television, a radio, internet, a mini-bar, a double bed, a safe and a sitting room. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.21" OriginalAmount="307.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|hotel_kipling_manotel" HotelName="Hôtel Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="320.33" OriginalAmount="311" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/1578199384563380848/1743" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.48" OriginalAmount="316.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|hotel_auteuil" HotelName="Hôtel Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="326.51" OriginalAmount="317" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|616383-18288221/1578199384563380848/2105" HotelName="IBIS STYLES GENEVE CAROUGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20150000/20141700/20141602/732906e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.28" OriginalAmount="317.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2087059" Longitude="6.142611" StarRating="3" HotelCode="|9892" HotelName="Suisse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin ,10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/2/9892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Suisse Geneve is rated three stars, was built in 1830, has a restaurant, lifts, a concierge and a safety deposit box service. The establishment offers guests room service, a cafÃ© and business facilities. SITUATION: This establishment is in the centre of Geneva. ROOM: The establishment has 62 rooms with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.55" OriginalAmount="318.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20361" Longitude="6.14651" StarRating="4" HotelCode="|451249" HotelName="Ruby Claire Geneva" 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/1/2/4/9/451249_2d57a581313.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.57" OriginalAmount="319" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.194876925992" Longitude="6.127217824537" StarRating="3" HotelCode="370000|492284" HotelName="Chez Maman Boutique-Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Rampe Quidort 2, Acacias, 1227 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/83/32831ac7fa38558d28f7763aa118f71e097d2fc8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.04" OriginalAmount="321.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21001" Longitude="6.144922" StarRating="3" HotelCode="80750|211154" HotelName="Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>23 rue des Alpes, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/d5/91d5fac24b11612b96b8bb26aa85971241bfbfca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Hotel Montana promises a relaxing...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.69" OriginalAmount="323" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|3652" HotelName="Hotel Cornavin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.12" OriginalAmount="323.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20698" Longitude="6.14367" StarRating="3" HotelCode="|453755" HotelName="Rousseau Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue Rousseau 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/5/5/453755_85509f31313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.51" OriginalAmount="323.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|181836" HotelName="Novotel Suites Geneve Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.33" OriginalAmount="324.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21289" Longitude="6.145087" StarRating="4" HotelCode="|79915" HotelName="Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33, rue de Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/9/1/5/79915_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars and was built in 1978. Guests have a restaurant. SITUATION: It is in the centre of Geneva. ROOM: The establishment has 102 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.75" OriginalAmount="325" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12462-4130441/1578199384563380848/232" HotelName="CRISTAL DESIGN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47100/47097/84f3ef23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.72" OriginalAmount="325.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2150993" Longitude="6.1483002" StarRating="4" HotelCode="|9897" HotelName="N'vy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE RICHEMONT 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/7/9897_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 8 floors and 153 standard rooms. In the entrance, guests are offered a lobby with elevators, a safety deposit box service, a currency exchange service and a reception. The establishment offers guests a cafÃ©, a bar, a restaurant with air-conditioning and highchairs. The establishment has a business centre and WiFi. There are many services available at the establishment, including room service, a laundry service and a medical care service. It has bicycle rental, a car park (for a fee), bicycle storage and a terrace. SITUATION: This hotel is on a peaceful street. Is situated in Geneva city centre, close to shops, leisure areas and entertainment. It is located 100 metres away from a lake. 50 metres away, guests can find a public transport stop. 300 metres away, guests will find the central station. Is 8 kilometres from Geneva Airport. ROOM: The cosy rooms have a bathroom with a hairdryer and scales. They are equipped with a direct line telephone, a radio, satellite or cable TV, pay channels, WiFi, a mini-bar, a coffee maker and a kettle. They have a double bed, fitted carpets, a safety deposit box (available for a fee), an air-conditioning system and individual heating. FACILITIES: The establishment has a gym. In the surrounding area, guests can find bars and nightclubs. It is 15 minutes away from the fair centre. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and JCB. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte restaurant. It has a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.12" OriginalAmount="326.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.200547" Longitude="6.134652" StarRating="4" HotelCode="80131|2507525" HotelName="Home Swiss Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Sainte-Clotilde 7, 1205 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f4/30f4c978d5d8e36fd6766d93ea674846ab521b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.84" OriginalAmount="328.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20944" Longitude="6.145121" StarRating="3" HotelCode="11429|capitole_hotel" HotelName="ibis Styles Genève Mont Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Berne 15, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/b3/50b3f178a865f07e308800539a729b2ab51e011c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an outstanding location in the heart of Geneva, close to the historical old town. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.14" OriginalAmount="328.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20279" Longitude="6.147469" StarRating="4" HotelCode="|451097" HotelName="citizenM Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue de la Rotisserie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/9/7/451097_90345681400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.66" OriginalAmount="330.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1947544" Longitude="6.127218" StarRating="3" HotelCode="|375596" HotelName="Chez Maman &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rampe Quidort 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/5/9/6/375596_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.99" OriginalAmount="333.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210571408642" Longitude="6.1460119554783" StarRating="3" HotelCode="63679|9hotel_paquis" HotelName="9Hotel Genève Paquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de Berne, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/80/a2803394eae2e88261550f6bfad6b6cdfd0b08e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This five-storey hotel is set 300 m from Lake Geneva and 1 km from St Pierre Cathedral. A range of l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.02" OriginalAmount="334.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209154474743" Longitude="6.1429882049561" StarRating="3" HotelCode="31234|hotel_suisse_3" HotelName="Suisse Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 10, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e5/fbe505dfc466c891d41d8fa3da9e249a45db8903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly on Place Cornavin, opposite Geneva's main train station. An abunda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.18" OriginalAmount="334.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.86155" Longitude="-80.945634" StarRating="2" HotelCode="|539604" HotelName="Uncle Toms Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5275 Lake Rd E</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/6/0/4/539604_3d2cf262121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="345.05" OriginalAmount="335" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|595046-25745396/1578199384563380848/3645" HotelName="CHEZ MAMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10030000/10020800/10020762/cf2ad077_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.20" OriginalAmount="335.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.179487" Longitude="6.138058" StarRating="2" HotelCode="|378220" HotelName="Ibis Styles Genève Carouge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route De Saint Julien 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/8/2/2/0/378220_47010f92322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.11" OriginalAmount="337" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|29231" HotelName="Novotel Genève Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="348.14" OriginalAmount="338" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|95297-32594787/1578199384563380848/406" HotelName="DIPLOMATE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/28200/28124/fd914022_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.14" OriginalAmount="338.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.99" OriginalAmount="338.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211632" Longitude="6.147334" StarRating="4" HotelCode="|9899" HotelName="Novotel Geneve Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich ,19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/9/9899_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1976, renovated in 2002, has 28 standard rooms, 7 floors, 35 single rooms, 119 double rooms and 8 suites. The establishment offers a bar and a restaurant. SITUATION: This hotel is in the centre of Geneva, close to Lake, the railway station and the historic centre. Is 8 kilometres from the airport. Opposite the establishment, guests have public transport services. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.17" OriginalAmount="339.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20700353" Longitude="6.14374581" StarRating="3" HotelCode="371395|hotel_rousseau" HotelName="Hotel Rousseau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>RUE ROUSSEAU, 13, CH - 1201 GENÈVE</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1e/b01eaff7defc73730e8b8b345233042cf0b0cb0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.17" OriginalAmount="339.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211188" Longitude="6.145722" StarRating="3" HotelCode="131546|hotel_d_geneva" HotelName="At Home Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="Coffee Shop,Housekeeping,Internet,Luggage Storage,Off-Site Parking,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue de Fribourg, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/02/a802b5bc415e4e7d6f1ece2b15865cf218efd42c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="349.70" OriginalAmount="339.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|358432" HotelName="Des Alpes Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.23" OriginalAmount="341.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2154305" Longitude="6.1487821" StarRating="4" HotelCode="31227|hotel_nvy" HotelName="Hôtel Nvy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Richemont 18, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/26/1426d075fdbbd3dc00e152b9ae9cd23fe1f11c82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a peaceful street, right at the heart of Geneva and is just metres from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|16962" HotelName="NH Geneva City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="360.27" OriginalAmount="349.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2112" Longitude="6.14579" StarRating="4" HotelCode="|453747" HotelName="D Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de Fribourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/7/453747_5c2f2021356.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="362.56" OriginalAmount="352" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-4130453/1578199384563380848/246" HotelName="CORNAVIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.02" OriginalAmount="352.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|43130" HotelName="Tiffany Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="364.62" OriginalAmount="354" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/1578199384563380848/2040" HotelName="AUTEUIL MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="365.65" OriginalAmount="355" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/1578199384563380848/1287" HotelName="WARWICK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w3837h2557x3y3-8c5d02cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="367.71" OriginalAmount="357" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|266186-18184887/1578199384563380848/2145" HotelName="DES ALPES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54700/54601/61685e27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="368.74" OriginalAmount="358" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185048-25370317/1578199384563380848/3218" HotelName="DESIGN HOTEL F6" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1670000/1668600/1668528/906a723d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.70" OriginalAmount="359.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="370.83" OriginalAmount="360.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.206555" Longitude="6.144825" StarRating="4" HotelCode="108654|2163695" HotelName="The New Midi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Chevelu 4, 1201 Geneve, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/2c/cc2c94b1b2d53da2d8d8ad83a19b2c94f5c8bf68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.49" OriginalAmount="362.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210638" Longitude="6.1417761" StarRating="4" HotelCode="|82167" HotelName="Le Montbrillant  Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2, rue de Montbrillant</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/1/6/7/82167_ea59d6c2022.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Geneva the centre of it is in GenÃ¨ve-Cornavin main station The establishment offers direct access to public transport services, the airport and the business area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.98" OriginalAmount="366.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|mon_repos" HotelName="Mon Repos Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.24" OriginalAmount="367.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2062054" Longitude="6.144769" StarRating="4" HotelCode="|82658" HotelName="The Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, quai des Bergues</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/5/8/82658_34ef2fe2036.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Geneva Lake it is in the city centre, 15 minutes away from the establishment, clients can find the airport, 500 metres away, clients have the railway station, Close to RÃ³dano the river. FACILITIES: Guests are offered WiFi (free of charge), a restaurant and a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.76" OriginalAmount="367.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2072067" Longitude="6.1448154" StarRating="4" HotelCode="|9911" HotelName="Rotary Geneva – Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Du Cendrier,18-20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/1/9911_d3776a11111.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Rotary is rated four stars was built in 1978 and it is situated in Geneva city centre. The establishment boasts 2 restaurants, lifts and a safety deposit box service. The establishment offers room service, a bellboy and business facilities. ROOM: The establishment has 94 rooms, fully-equipped, a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.03" OriginalAmount="367.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2118432" Longitude="6.1279629" StarRating="4" HotelCode="|26520" HotelName="Geneva By Fassbind" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE WENDT 42 / 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/2/0/26520_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 70 rooms, 6 floors, 7 suites and 5 apartments. It is on a main street, In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a conference room and internet. The establishment also has indoor parking, room service and a laundry service. SITUATION: This hotel Palais des Nations it is 5 minutes away from 600 metres away, there is a public transport stop, the establishment is a 13-minute drive away from the beach, the river, bars and Geneva the tourist area of 3 kilometres away, you can find the historic centre, the establishment is 1,3 kilometres away from shops, is 10 minutes away from the airport. ROOM: The fully-equipped rooms, have a bathroom with a hairdryer, a satellite or cable television, internet, a double bed, fitted carpets, an air-conditioning system, central heating and a safety deposit box (available for a fee). FACILITIES: 5,3 kilometres away, guests can enjoy a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.55" OriginalAmount="369.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21312" Longitude="6.14538" StarRating="4" HotelCode="|9915" HotelName="Royal Manotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/5/9915_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional hotel, has 2 business areas, internet (for a fee) and WiFi. The establishment boasts Rive Droite Restaurant and an inviting bar with a fireplace. The establishment offers guests conference facilities. It has a car park and a transfer service. SITUATION: This hotel is near public transport services. It is located 100 metres away from nightclubs, bars and restaurants. 500 metres away, guests can find shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, a fridge, a satellite or cable television, a safety deposit box (available for a fee), an air-conditioning system, heating and fitted carpets. FACILITIES: The establishment has a sauna, a Jacuzzi, a massage service and a gym. OTHERS: The establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.10" OriginalAmount="370" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-23885389/1578199384563380848/307" HotelName="TIFFANY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.10" OriginalAmount="370" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3031-25188464/1578199384563380848/1951" HotelName="9HOTEL PAQUIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47113/b71d4270_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.84" OriginalAmount="374.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207270436657" Longitude="6.145139336586" StarRating="4" HotelCode="31231|154049" HotelName="Hotel Rotary Geneva - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Rue du Cendrier, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/25/9d25b6c5f95987feab691c971e2ec421e60ff3a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the immediate vicinity of the business centre. From here all of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.98" OriginalAmount="374.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2088699" Longitude="6.1426601" StarRating="3" HotelCode="|28503" HotelName="Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>place Cornavin,6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/5/0/3/28503_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Astoria is rated three stars was built in 1940 and it is in Geneva city centre. The establishment boasts lifts, a safety deposit box service and a sauna. The establishment offers room service and business facilities. ROOM: The establishment has 63 rooms, fully-equipped, a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.28" OriginalAmount="376" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-28578802/1578199384563380848/884" HotelName="HOTEL GENEVA BY FASSBIND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.34" OriginalAmount="378" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|36632" HotelName="Hotel Sagitta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.37" OriginalAmount="379.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|hotel_royal_manotel" HotelName="Hôtel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.43" OriginalAmount="381" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17007-25201498/1578199384563380848/3099" HotelName="MON REPOS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7600/7594/d015b62f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="402.73" OriginalAmount="391" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3018-23881451/1578199384563380848/335" HotelName="N'VY MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20700/20633/e38b519c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="403.76" OriginalAmount="392" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-25201499/1578199384563380848/3501" HotelName="SAGITTA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="404.79" OriginalAmount="393" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17006-25199773/1578199384563380848/3199" HotelName="LE MONTBRILLANT GENEVE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24600/24577/39dbfc13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.208880071691" Longitude="6.1429721731862" StarRating="3" HotelCode="76971|27504" HotelName="Hotel Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 6, 1201 Genève, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/76/f4763fbd2af4b169d73877637d8472903d3f50ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is just 50 m from bus, tram and train terminals. Within a few minutes' walk, guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20636" Longitude="6.144568" StarRating="4" HotelCode="82927|167531" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Quai des Bergues, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/1c/901c98a99da576e166af1af88a4fae21f84ffe86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.16" OriginalAmount="394.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|601925" HotelName="Hotel Bernina Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.27" OriginalAmount="409" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|912426-28448267/1578199384563380848/403" HotelName="BOEL 3 STUDIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/912426/202212192224288.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="422.30" OriginalAmount="410" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17002-25198385/1578199384563380848/3793" HotelName="BERNINA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/542200/542125/e3db7367_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="424.36" OriginalAmount="412" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1452413-32387478/1578199384563380848/3750" HotelName="BASE GENEVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112610000/112605300/112605241/01d92f51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.20" OriginalAmount="440.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.211394818185" Longitude="6.1499807238579" StarRating="3" HotelCode="11984|hotel_edelweiss_2" HotelName="Hôtel Edelweiss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de la Navigation 2, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f7/a6f71b0373a0e71f6e75ac11648251f81e3f8428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This authentic Swiss chalet is located in the Alps at the heart of Geneva, close to the United Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.84" OriginalAmount="443.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|140094" HotelName="Eastwest" 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,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="522.21" OriginalAmount="507" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.215511144051" Longitude="6.149122317791" StarRating="3" HotelCode="318234|393071" HotelName="Hotel Drake Longchamp" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Butini 7, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/8f/658f2186cab8faffdc4aa8ff86773579be8c37cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the middle of the commercial and cultural district of Geneva, just 250...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="530.45" OriginalAmount="515" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17003-18113653/1578199384563380848/1540" HotelName="EDELWEISS MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5000/4955/f98246f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="544.15" OriginalAmount="528.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2155991" Longitude="6.1490002" StarRating="3" HotelCode="|9903" HotelName="Drake Longchamp" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BUTINI 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/3/9903_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1974, has 7 floors and 156 double rooms. In the establishment entrance, guests will find a spacious hall with a lift, a reception, a safety deposit box service, a currency exchange service and a conference room. The establishment offers a laundry service. Nearby, there is an oudooor car park (for a fee). SITUATION: This hotel is in Geneva city centre, close to Lake. 250 metres away from the establishment, you can find the historic centre. 100 metres away, there is a public transport stop. 50 metres away, guests have a bus stop. It is 15 minutes away from GenÃ¨ve-Cornavin Station and 45 minutes away from Launa. ROOM: Customers have soundproofed rooms with a bathroom, a hairdryer, a direct line telephone, a satellite television, cable television, internet, an American kitchen and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="597.40" OriginalAmount="580" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-27590617/1578199384563380848/3779" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="623.14" OriginalAmount="604.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.202821" Longitude="6.151264" StarRating="4" HotelCode="|453741" HotelName="Marmont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Prince</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/1/453741_d4013cc1352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="663.36" OriginalAmount="644.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1950613" Longitude="6.1499723" StarRating="3" HotelCode="|327112" HotelName="Adriatica" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Sautter, 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/1/1/2/327112_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="685.98" OriginalAmount="666" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1038123-26244300/1578199384563380848/3756" HotelName="MARMONT HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45780000/45777500/45777479/d608ec0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="704.52" OriginalAmount="684.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203079" Longitude="6.150302" StarRating="3" HotelCode="80255|hotel_longemalle" HotelName="Longemalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Place Longemalle, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/aa/f6aa2e9c9e7e8f192f72ea0115b9228c62cb7411.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="707.61" OriginalAmount="687" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20755629487" Longitude="6.1469551920891" StarRating="4" HotelCode="11221|7049" HotelName="Bristol" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue du Mont-Blanc, Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15efe92de70dd54215e5e39661dd9404b6c3bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the centre of Geneva, on Rue de Mont Blanc, just a few minutes Lak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="708.64" OriginalAmount="688" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|402551-28502211/1578199384563380848/731" HotelName="ADRIATICA GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/402551/2016517124328725.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="770.85" OriginalAmount="748.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203197" Longitude="6.145716" StarRating="4" HotelCode="|453304" HotelName="Fraser Suites Geneva - Serviced 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/5/3/3/0/4/453304_f3a284e0851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="778.43" OriginalAmount="755.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2028659" Longitude="6.1500889" StarRating="0" HotelCode="|117332" HotelName="De La Cigogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/2/117332_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The HÃ´tel De La Cigogne is rated five stars, is elegant. SITUATION: It is situated in a historic building. This hotel is in the Square of Longemalle. Next to the establishment, guests will find the historic centre and Lake.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="806.49" OriginalAmount="783" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.20316285" Longitude="6.1456586" StarRating="4" HotelCode="474851|408377" HotelName="Fraser Suites Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 3-5, 1204 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d3676122102aa63be9def57207d9fe2574147a56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geneva City Center, Fraser Suites Geneva is a perfect starting point from which to explor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="825.03" OriginalAmount="801.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|les_armures" HotelName="Les Armures" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="863.61" OriginalAmount="838.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2036285" Longitude="6.1521354" StarRating="5" HotelCode="|9898" HotelName="Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai General Guisa 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/8/9898_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1854, renovated in 2004, has 5 floors and 127 rooms. It has 21 single rooms, 16 suites and 90 double rooms. In the establishment entrance, guests will find a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a piano bar, a conference room and internet. With regards to the food and beverage offering, the establishment has Le Grand Quai the Ã  la carte restaurant It has a car park (for a fee), room service, a laundry service and a medical care service. SITUATION: Is situated inGeneva the city centre of it is opposite Leman Lake It is in the commercial district, in the surrounding area of the establishment, guests can find shops, bars, nightclubs, restaurants and public transport. It is situated 12 kilometres away from a golf course, 65 kilometres away, you can find a ski resort. ROOM: The rooms with carpet, a bathroom and a hairdryer. They are equipped with a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed, a safety deposit box and central heating. FACILITIES: Guests are offered a massage service, a gym, sailing and an entertainment programme. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="878.59" OriginalAmount="853" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|6025" HotelName="Hotel Metropole Geneve" 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,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="987.77" OriginalAmount="959.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.224451" Longitude="6.132978" StarRating="5" HotelCode="49113|intercontinental_geneva" HotelName="Intercontinental Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chemin du Petit-Saconnex 7-9, 1211 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6d/c26dc862f29c58dd813020b6e6530d431fb4e9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is located only a stone's throw from the United Nations headquarters and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1010.43" OriginalAmount="981" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|974431-28597488/1578199384563380848/550" HotelName="THE HAMLET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42700000/42697700/42697646/1947c56a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1013.05" OriginalAmount="983.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209484" Longitude="6.1488879999999" StarRating="5" HotelCode="213930|1018698" HotelName="Swiss Luxury Appartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe-Plantamour 6, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/5c/bc5ce1836c17fde04e1da8007d05c49be8e18486.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 24 rooms. Services and facilities at the hotel include room service an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1015.58" OriginalAmount="986" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-18113661/1578199384563380848/1835" HotelName="METROPOLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1042.81" OriginalAmount="1012.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.1992573" Longitude="6.1494061" StarRating="0" HotelCode="|327205" HotelName="Nest Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Etienne Dumont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/2/0/5/327205_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1112.40" OriginalAmount="1080" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|19998" HotelName="Mandarin Oriental Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business 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,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1139.18" OriginalAmount="1106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595077-28564522/1578199384563380848/882" HotelName="LE JOUR ET LA NUIT BED AND BREAKFAST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/595077/2019212165035774.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1151.40" OriginalAmount="1117.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1162.84" OriginalAmount="1128.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1183.47" OriginalAmount="1149" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|29233" HotelName="La Reserve Geneve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1225.70" OriginalAmount="1190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870900000000000" Longitude="2.349900000000000" StarRating="5" HotelCode="0|27493-18114628/1578199384563380848/2380" HotelName="MANDARIN ORIENTAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE D'HAUTEVILLE, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47102/e7a6d307_b.jpg</HotelPictures>
        <HotelDescription>This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.

The hotel has a total of 33 rooms. Facilities include a 24-h reception desk, a lift, a lounge and a little interior garden. A free wifi access is available. Car parking facilities in the neighbourhood are available to those arriving by car.

The tasteful rooms each come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, an Internet connection, a double bed, a hire safe and a minibar. Individually controllable heating and air conditioning feature as standard.

Guests may select their breakfast from an ample buffet.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1239.19" OriginalAmount="1203.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|CAY369700" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1241.22" OriginalAmount="1205.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2094132" Longitude="6.1488659" StarRating="5" HotelCode="|117325" HotelName="Swiss Luxury Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe - Plantamour 6 - 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/5/117325_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva a central area of 600 metres away, guests can find the railway station, 200 metres away, guests have a lake near restaurants, shops. ROOM: Guests can find modern rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1301.92" OriginalAmount="1264" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|14258-25203542/1578199384563380848/2968" HotelName="D`ANGLETERRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47120/be06c03a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1359.73" OriginalAmount="1320.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1380.20" OriginalAmount="1340.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|hotel_president_wilson_a_luxury_collection_hotel" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1551.18" OriginalAmount="1506" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3026-28596634/1578199384563380848/559" HotelName="PRESIDENT WILSON A LUXURY COLLECTION GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14300/14221/7c37d055_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2544.59" OriginalAmount="2470.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2092018" Longitude="6.1501999" StarRating="5" HotelCode="|9894" HotelName="Beau Rivage Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI DU MONT-BLANC 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/4/9894_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1865, has 6 floors and 91 rooms. It has 31 single rooms, 78 double rooms and 6 suites. The establishment boasts a bar, a pub and a restaurant. It has a car park and indoor parking (for a fee). SITUATION: This historic hotel is in an excellent location, is situated in front of Geneva Lake Has beautiful views of the bay and Les Alpes wonderful views of it is close to Geneva the historic centre of Where you can find shops. nearby, there is public transport. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2581.18" OriginalAmount="2506" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|59809" HotelName="Beau Rivage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3256.21" OriginalAmount="3161.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2069473" Longitude="6.1475101" StarRating="5" HotelCode="|55948" HotelName="Four Seasons  Des Bergues Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai Des Bergues ,33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/4/8/55948_d1a80dc1001.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 5 stars and was built in 1834. It is in Geneva city centre, The establishment boasts 2 restaurants, lifts, a concierge and a safety deposit box service. The establishment offers guests room service and business facilities. ROOM: The establishment has 122 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3638.99" OriginalAmount="3533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.206886196326" Longitude="6.1470195651054" StarRating="5" HotelCode="11720|four_seasons_geneva" HotelName="Four Seasons Des Bergues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Quai des Bergues, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f8/68f86648d07eb90838ff1e20b894e593e4795702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is housed within a listed building and offers stylish interiors, a cosy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3667.83" OriginalAmount="3561" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1275041-26619366/1578199384563380848/3725" HotelName="THE WOODWARD, AUBERGE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63180000/63170400/63170386/3dbd6c76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3704.62" OriginalAmount="3596.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.212118" Longitude="6.152397" StarRating="5" HotelCode="|451078" HotelName="The Woodward, an Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Quai Wilson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/7/8/451078_2796a991359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4181.96" OriginalAmount="4060.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4289.95" OriginalAmount="4165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|hotel_de_la_paix_12" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4944.00" OriginalAmount="4800" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12464-28593885/1578199384563380848/714" HotelName="THE RITZ-CARLTON DE LA PAIX GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22700/22672/62320231_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.03" OriginalAmount="197.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.861681" Longitude="-80.943581" StarRating="2" HotelCode="|566936" HotelName="Pete\'s Lakefront Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5225 Old Lake Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Golf,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Bicycle Rental,Lounge,Kitchen,Wheelchair Access,Spa,Swimming Pool,Diet Meals,Elevator,Meeting Room,Parking,Coffee Shop,Housekeeping,Luggage Storage,Off-Site Parking</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,AIRPORT HOTEL,SPA HOTEL,HOTEL,APARTHOTEL,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
959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640|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="959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-01T00:00:00" End="2026-06-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640|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
959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640|InfiniteSearch|successfull supplier interation||Infinite|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
959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640|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
959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640|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
959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640|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:9b58e430-5c16-48c2-8c2f-a0b31b20ea67
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
959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
96c37487-640c-43dc-b898-828cb604a8c8|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="96c37487-640c-43dc-b898-828cb604a8c8">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="49661" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-22T00:00:00" End="2026-05-23T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="MYTRAVELSINDORE@GMAIL.COM" Password="Pari@6704" 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
96c37487-640c-43dc-b898-828cb604a8c8|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
96c37487-640c-43dc-b898-828cb604a8c8|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:19840486-33c7-42cc-95dd-8cee7a7599d6
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
959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640|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-05-20T10:34:25.841387+01:00" Version="0" EchoToken="Search" TransactionIdentifier="959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="210.60" OriginalAmount="204.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.6413107" Longitude="-87.6916472" StarRating="1" HotelCode="|315016" HotelName="Super 8 By Wyndham Paris Il" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11642 Il Highway 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/0/1/6/315016_3584d9e1009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.00" OriginalAmount="205.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.663595" Longitude="-95.5093459" StarRating="2" HotelCode="|282753" HotelName="Americas Best Value Inn Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3755 NE Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/7/5/3/282753_53a7d930927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.44" OriginalAmount="212.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.660934" Longitude="-95.540415" StarRating="0" HotelCode="|459529" HotelName="Paris Extended Stay Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1518 Lamar Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/5/2/9/459529_e99c4de1853.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.69" OriginalAmount="213.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.6873551" Longitude="-95.554904" StarRating="2" HotelCode="|274243" HotelName="American Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2501 N Main St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/2/4/3/274243_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.57" OriginalAmount="219.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="49.009794" Longitude="2.31047" StarRating="3" HotelCode="410245|residhotel_les_hauts_dandilly" HotelName="Residhotel les Hauts d´Andilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de la Berchére, 95580 Andilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/92/f092887eed241b18dc8d8e74317622915b6ab1e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a small and peaceful green town only 18 km from the business district of L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.46" OriginalAmount="244.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.665201" Longitude="-95.512294" StarRating="0" HotelCode="|314824" HotelName="6 Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>425 35th St Ne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/8/2/4/314824_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.43" OriginalAmount="253.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.6409853" Longitude="-87.6926148" StarRating="3" HotelCode="|284183" HotelName="Rodeway Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>11639 Illinois Highway 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/4/1/8/3/284183_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.74" OriginalAmount="258.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.901090545418" Longitude="2.332599489584" StarRating="1" HotelCode="101868|hotelf1_paris_porte_de_montmartre" HotelName="Hôtel hotelF1 Paris Saint Ouen Marché aux Puces" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Du Docteur Babinski, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/8d/338d454a08d432a9749e1b96d6ff751430e0ae78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.32" OriginalAmount="270.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.297" Longitude="-88.31128" StarRating="2" HotelCode="|507716" HotelName="Knights Inn Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>409 Tyson Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/7/1/6/507716_32b8b741106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.54" OriginalAmount="278.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.3050111" Longitude="-88.3009609" StarRating="2" HotelCode="|314838" HotelName="Paris Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1297 East Wood Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/8/3/8/314838_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.02" OriginalAmount="288.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.9011063" Longitude="2.3328441" StarRating="1" HotelCode="|310735" HotelName="Hotelf1 Paris Saint Ouen Marché Aux Puces" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 rue du docteur Babinski</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/7/3/5/310735_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.7819762" Longitude="2.3532302" StarRating="3" HotelCode="263475|191861" HotelName="Hotel urban Villejuif by balladins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Avenue de l'Épi d'Or, 94800 Villejuif</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/db/95db121a2adf374f4f68c5c6a61154062ef9cc4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.31" OriginalAmount="300.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853339" Longitude="2.410363" StarRating="2" HotelCode="|56434" HotelName="Hipotel Paris Printania Maraîchers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue d' Avron,150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/4/3/4/56434_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 15-minute walk away from Pere Lachaise, in front of Porte de Montreuil Metro Station. It has excellent transport links to the Galeries la Torre Eiffel and Lafayette. ROOM: Each room has a bathroom, a television, a direct line telephone, a lift and an alarm clock. RESTAURANT: Regarding gastronomy, the establishment offers a buffet breakfast. FACILITIES: This establishment has a reception and a hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.39" OriginalAmount="313.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.305923" Longitude="-88.29868" StarRating="2" HotelCode="|555091" HotelName="Super 8 by Wyndham Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1309 E Wood St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/0/9/1/555091_5207f841742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.58" OriginalAmount="332.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.940853298132" Longitude="2.3241877555847" StarRating="3" HotelCode="63979|74214" HotelName="Kyriad Villeneuve la Garenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Boulevard Charles De Gaulle, 92390 Villeneuve La Garenne</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/44/bb44731a3c51cff7d63b02a895b02fd52813f915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 5 minutes from the Stade de France and 20 minutes from the business distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="346.07" OriginalAmount="335.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.6680013" Longitude="-95.5114648" StarRating="2" HotelCode="|282988" HotelName="Quality Inn Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3505 North East Loop US 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/9/8/8/282988_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="365.56" OriginalAmount="354.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.6884046" Longitude="-95.55299" StarRating="2" HotelCode="|315087" HotelName="Days Inn By Wyndham Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2650 North Main Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/0/8/7/315087_e97e3f91437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.07" OriginalAmount="355.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="38.2038682" Longitude="-84.2757502" StarRating="3" HotelCode="|277082" HotelName="Best Western Paris Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2011 Alverson Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/0/8/2/277082_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="367.71" OriginalAmount="357" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.901181183323" Longitude="2.3340728944991" StarRating="2" HotelCode="147432|200581" HotelName="ibis budget Paris Porte de Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue du Docteur Babinski, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/97/3e9766ed0e61e835e1749b7956de7667cea4149d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.89" OriginalAmount="360.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866256" Longitude="2.357416" StarRating="0" HotelCode="|534383" HotelName="Le Petit Borda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Borda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/8/3/534383_23cfdc21419.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.56" OriginalAmount="374.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8583517" Longitude="2.3780244" StarRating="0" HotelCode="|272958" HotelName="Au Royal Mad" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 rue Sedaine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/9/5/8/272958_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.09" OriginalAmount="376.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.815022" Longitude="2.418757" StarRating="0" HotelCode="|68041" HotelName="Adagio Access Paris Maisons-alfort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE EUGENE RENAULT 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/0/4/1/68041_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has a lobby and a lift. It has 85 studios and with features that offer you the maximum level of comfort. Our guests can find a breakfast room, internet (free of charge) and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="388.31" OriginalAmount="377.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.905884867094" Longitude="2.4575378687172" StarRating="3" HotelCode="888124|campanile_paris_est__bobigny" HotelName="Hotel Campanile Paris Est - Bobigny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 Avenue Paul-Vaillant Couturier, 93000 Bobigny</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/a4/8da486faa1c421b4b92a8a9aae82c7350bb2621e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location, near to Paris by metro (line 5), 100 metres from the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="398.51" OriginalAmount="386.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8262803" Longitude="2.3603105" StarRating="0" HotelCode="|220492" HotelName="Tolbiac" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 rue de tolbiac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/9/2/220492_557f9381649.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="403.76" OriginalAmount="392" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858124061447" Longitude="2.3776307702065" StarRating="3" HotelCode="189572|200037" HotelName="Au Royal Mad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue Sedaine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/75/8975a0e7b49b7e8fd423e6cae07cd9f11a692890.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="420.23" OriginalAmount="407.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.6750261" Longitude="-95.5204341" StarRating="3" HotelCode="|273676" HotelName="Comfort Inn and Suites Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3035 North East Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/6/7/6/273676_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.33" OriginalAmount="411.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.82630901" Longitude="2.36034563" StarRating="1" HotelCode="440495|hotel_tolbiac_" HotelName="Hotel Tolbiac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue De Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3b/633b4ec1f605980b6480190cefdeeaf03062620d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="432.24" OriginalAmount="419.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870797" Longitude="2.3766549" StarRating="2" HotelCode="|273105" HotelName="De L'europe Belleville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10, Rue Louis Bonnet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/1/0/5/273105_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.08" OriginalAmount="422.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88384" Longitude="2.73587" StarRating="1" HotelCode="|220238" HotelName="Le Quincangrogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De L'Abreuvoir.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/3/8/220238_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="435.69" OriginalAmount="423" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|616748-28464124/8958439128675589602/1924" HotelName="HIPOTEL PARIS PRINTANIA MARAICHERS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1400000/1397600/1397583/5014df4d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="436.38" OriginalAmount="423.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.888215" Longitude="2.346894" StarRating="1" HotelCode="|445131" HotelName="Azur Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Ramey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/3/1/445131_c4ab5430948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="449.08" OriginalAmount="436.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.891087" Longitude="2.403294" StarRating="3" HotelCode="88728|campanile_paris_est__pantin" HotelName="Campanile Paris Est Pantin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Avenue Jean Lolive, Pantin 93500</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/5e/d35eea85917be423455c56bcf3fa2a17b7bdea16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the edge of Paris, guests of the hotel may visit such attractions as Parc de la Villette...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="451.25" OriginalAmount="438.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.6733315" Longitude="-95.5181183" StarRating="0" HotelCode="|280520" HotelName="La Quinta Inn and Suites By Wyndham Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>3205 Northeast Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/5/2/0/280520_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="453.57" OriginalAmount="440.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88903" Longitude="2.34957" StarRating="0" HotelCode="|209204" HotelName="Hotel De France" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Barbes 18e arr.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/2/0/4/209204_3746fe21619.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="460.41" OriginalAmount="447" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1354698-28481025/8958439128675589602/2936" HotelName="DE FRANCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9400000/9392300/9392261/55729bbb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.47" OriginalAmount="449.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88905955" Longitude="2.3494842" StarRating="3" HotelCode="330297|hotel_de_france_20" HotelName="Hôtel de France" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Barbes, 18th Arrondissement, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/4c/334c9923ea45bedd8e1025bf6c438eb952c95988.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="463.51" OriginalAmount="450.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.9134159" Longitude="2.2737095" StarRating="3" HotelCode="|200973" HotelName="Sub" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Ter Villa Aubert</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/9/7/3/200973_24f0caa1704.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="466.38" OriginalAmount="452.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87762" Longitude="2.34476" StarRating="1" HotelCode="|169194" HotelName="Des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 RUE DE ROCHECHOUART</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/9/4/169194_d9059ff1741.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception, a concierge and a lift. SITUATION: This establishment, is in Montmartre the district of 10 minutes walk away, guests can find Sagrado CorazÃ³n the Church of el Cabaret Moulin Rouge 100 metres away, guests have La Place du Tertre in the surrounding area, guests will find it is situated 350 metres away from Abbesses and Blanche the metro stations of It has excellent transport links to and Pere Lachaise Cemetery. ROOM: Each room has WiFi (free of charge), have a television and a bathroom with a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="466.59" OriginalAmount="453" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865546" Longitude="2.417213" StarRating="3" HotelCode="63961|67399" HotelName="Campanile Porte de Bagnolet" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Avenue du General de Gaulle, Bagnolet 93170</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/63/e5639206d9f415acfef929fb7e7dbc09d811c26d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel-restaurant is situated in the east of Paris, near Porte de Bagnolet. The centre of Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="467.84" OriginalAmount="454.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.888247" Longitude="2.347003" StarRating="0" HotelCode="|474728" HotelName="Hôtel Azur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Ramey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/7/2/8/474728_b47a32c1216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.74" OriginalAmount="458.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.888233386464" Longitude="2.3470111434818" StarRating="1" HotelCode="336549|hotel_azur_montmartre" HotelName="Hotel Azur Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Ramey, 18th Arr., 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/06/5e0677902217cdf4262acb70c1d2dd90494e27f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel Azur Montmartre in Paris (Montmartre - Sacre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="474.07" OriginalAmount="460.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.821213" Longitude="2.376396" StarRating="3" HotelCode="|197592" HotelName="Lodge In Paris 13" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/5/9/2/197592_28eaed71400.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="476.89" OriginalAmount="463.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879440560868" Longitude="2.3584717512131" StarRating="2" HotelCode="187842|de_paris_nord" HotelName="Hôtel de Paris Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/c7/f0c73bd7e53db44ade8507338b2632d57a52c0b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="481.71" OriginalAmount="467.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8852615" Longitude="2.360559" StarRating="2" HotelCode="|26692" HotelName="Merryl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE PAJOL 7-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/2/26692_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was completely renovated in 2005, has 4 floors, 35 rooms and elegant suites. The establishment has a beautiful garden area, a lobby with elevators and a public car park. SITUATION: The hotel is in ParÃ­s the heart of it is on a peaceful street, SacrÃ© Coeur and Montmartre it is located close to nearby, there is public transport excellent transport links to, and monuments. it is 50 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The cosy rooms, have a bathroom and with a shower or bath, a hairdryer. Are also furnished with a direct line telephone, a satellite or cable television, central heating, a safe (available for a fee) and a sofa. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="488.22" OriginalAmount="474.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.821036720426" Longitude="2.3763333290376" StarRating="3" HotelCode="355143|lodge_in" HotelName="Lodge In MIS" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-16 Rue Theroigne de Mericourt, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/44/99442d257995ec0d86af19adbce910bd77353ada.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="493.37" OriginalAmount="479" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.892176371259" Longitude="2.3148375749588" StarRating="3" HotelCode="317178|54280" HotelName="Hôtel ibis Paris 17 Clichy-Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Bernard Buffet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/a4/eca4621ad5fa103dea1862a2c60450159a661868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated, close to Montmartre, the Champs Elysées and many more of the Frenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="493.37" OriginalAmount="479" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="978147|407279" HotelName="Moxy Paris Charles de Gaulle Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Signe, 95700 Paris, Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/47/81474b7270af0edfe3697da39c6566304936a161.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="494.40" OriginalAmount="480.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.831862039179" Longitude="2.3044785803565" StarRating="2" HotelCode="110526|arty_paris_2" HotelName="Arty Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue des Morillons, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d7/3bd7d75a866428a4cf6911aa6a1297e663004085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="494.92" OriginalAmount="480.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83407" Longitude="2.295232" StarRating="2" HotelCode="|63380" HotelName="Printania" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 rue Olivier de Serres</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/8/0/63380_8a4dc3f1530.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Montparnasse area. Is situated in the 15 district. Near the establishment, guests will find restaurants and shops. ROOM: Each room has a television, a direct line telephone, an alarm clock, internet, a bathroom and a hairdryer. FACILITIES: The establishment has a breakfast room, a reception and a lift. The establishment also offers a laundry service. OTHERS: It has a car park for an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="497.06" OriginalAmount="482.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8807829" Longitude="2.3514732" StarRating="2" HotelCode="|164317" HotelName="Hôtel Paris Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4, rue de Dunkerque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/1/7/164317_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 42 modern rooms, has a hairdryer, a television, a fax machine and WiFi (free of charge), it is located in front of a car park. SITUATION: This establishment, is a 5-minute walk away from Gare du Nord the railway station It has excellent transport links to Villepinte the exhibition centre Charles de Gaulle the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="500.58" OriginalAmount="486" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|232964-28456631/8958439128675589602/946" HotelName="PARIS NORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1730000/1723500/1723407/a1960204_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="503.67" OriginalAmount="489.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885326" Longitude="2.360537" StarRating="2" HotelCode="14807|hotel_merryl" HotelName="Hipotel Paris Gare du Nord Merryl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pajol, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/bd/52bd4ff7dad93256dbe7b67e11506ce61be1aecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the 18th arrondissement, this hotel lies at the heart of Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="505.46" OriginalAmount="490.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83187" Longitude="2.3043" StarRating="0" HotelCode="|169338" HotelName="Arty Paris Porte De Versailles By River" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 RUE DES MORILLONS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/3/8/169338_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a transfer service to the airport, Pets are allowed, The establishment also offers a concierge and a restaurant. SITUATION: This hotel ParÃ­s it is in. ROOM: All the rooms have a hairdryer, a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="508.82" OriginalAmount="494.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.797203" Longitude="2.347729" StarRating="2" HotelCode="111094|campanile_villejuif" HotelName="Campanile Villejuif" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20, Rue Du Docteur Pinel, 94800 Villejuif</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2e/9b2e80f34a218e842eabd62df6e923c76f407dec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="511.52" OriginalAmount="496.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8421339" Longitude="2.3045726" StarRating="0" HotelCode="|313930" HotelName="Aloha Hostel - Auberge de Jeunesse " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Borrome</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/3/9/3/0/313930_c0e321b0836.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="514.26" OriginalAmount="499.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.310837" Longitude="-88.29327" StarRating="0" HotelCode="|444166" HotelName="Quality Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1510 East Wood Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/6/6/444166_d0a5be81308.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="515.00" OriginalAmount="500" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.891593" Longitude="2.344948" StarRating="3" HotelCode="74081|203253" HotelName="Montclair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Ramey, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/44/b84480e51c2b31eb5d5d40db3dd7d8ccbc31a7b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="520.15" OriginalAmount="505.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.890770956333" Longitude="2.3211510659167" StarRating="1" HotelCode="178223|hotel_viator" HotelName="Viator" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue des Moines, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/68/916845d7133346788e563dc1640ecfa6742410be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historical hotel is situated just a 3-minute walk from the Gare de Lyon train station, and from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="521.46" OriginalAmount="506.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.891607" Longitude="2.344821" StarRating="0" HotelCode="|532466" HotelName="Le Montclair Montmartre by River - Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 rue Ramey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/4/6/6/532466_73869e51451.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="523.24" OriginalAmount="508.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.891152" Longitude="2.37635" StarRating="3" HotelCode="149398|hotel_crimee" HotelName="De Crimée" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>188, rue de Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/fd/a3fdf80b3d9ce1b0ced3c7f7fc52ab99d2084f6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="523.24" OriginalAmount="508.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.822483682679" Longitude="2.3167773816147" StarRating="1" HotelCode="298447|hotelf1_paris_porte_de_chatillon" HotelName="Hôtel hotelF1 Paris Porte de Châtillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Avenue de la Porte de Châtillon, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/c2/e8c2a8903c6f16bd6e6ce300557524d8c43ecb28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.39" OriginalAmount="513.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.837188" Longitude="2.277462" StarRating="2" HotelCode="72123|hotel_du_parc_saint_charles" HotelName="Du Parc Saint Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>243 Rue Saint Charles, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ba/62ba0137cb2cf381ba335de21f456cf91abe7a17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to the Parc des Expositions and Porte de Versailles and not far from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="532.51" OriginalAmount="517.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.901298539383" Longitude="2.3890121165676" StarRating="2" HotelCode="933601|bb_hotel_paris_porte_de_la_vil_" HotelName="B&amp;B Hotel Paris Porte de la Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Emile Reynaud, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/92/b89278829735d4350804f153492692cd939e57bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="533.54" OriginalAmount="518.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.779553" Longitude="2.260854" StarRating="4" HotelCode="267514|le_plessis_grand_hotel" HotelName="Grand Hôtel Plessis Robinson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Avenue Aristide Briand, 92350 Le Plessis-Robinson</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/2a/0f2acb61566df0ed99ef74ba637476e804654cfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="534.34" OriginalAmount="518.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.903066522603" Longitude="2.0933353900909" StarRating="3" HotelCode="56453|766235" HotelName="Hôtel Mercure Paris Ouest Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Des Loges, 78100 Saint-Germain en Laye, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/cf/cacf8113d285ba33fa2bcdf1179af8a04718afe5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Expo Park, Princes Garden and the Roland Garros Stadium, within 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="542.68" OriginalAmount="526.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.674328" Longitude="-95.52149" StarRating="0" HotelCode="|461331" HotelName="Holiday Inn Express And Suites Paris, Texas, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>3025 NE Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/3/3/1/461331_0954b1f0457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="547.96" OriginalAmount="532.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8878305" Longitude="2.3109306" StarRating="2" HotelCode="267511|royal_wagram" HotelName="Royal Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Cité de Pusy, alternative: 25 Boulevard Perreire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/e9/73e9b94e73c74422020a3d9338de8de6ffc6c6d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="550.02" OriginalAmount="534.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86739658219" Longitude="2.3965286839247" StarRating="2" HotelCode="935631|hipotel_paris_gambetta_republique" HotelName="Hipotel Paris Gambetta République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>236 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/41/4541bc5a808f0b3e7028ed49eda3b231495c0af3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="554.98" OriginalAmount="538.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.896486" Longitude="2.345805" StarRating="3" HotelCode="|122196" HotelName="Ibis Paris Ornano Montmartre Nord 18ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 bis boulevard ornano</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/9/6/122196_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a bar, a meal service and an interior patio. In the surrounding area, you can find a car park. ROOM: The establishment has 86 rooms with an air-conditioning system and WiFi. It also has 3 disabled access rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="556.20" OriginalAmount="540" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|527519-19113092/8958439128675589602/3429" HotelName="B AND B PARIS PORTE DE LA VILLETTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11840000/11837800/11837701/5ffe7b25_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="558.79" OriginalAmount="542.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879098" Longitude="2.343462" StarRating="3" HotelCode="|28238" HotelName="Pavillon Opera Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23, rue de la Tour d'Auvergne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/3/8/28238_9a706531410.jpg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel, la BasÃ­lica del Sagrado CorazÃ³n de Montmartre it is 900 metres away from 600 metres away from Notre-Dame-de-Lorette the metro station it is located close to the commercial area, 2 minutes away, there is a bus stop, Well connected with, and.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="564.44" OriginalAmount="548.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.893488590775" Longitude="2.4136881573104" StarRating="3" HotelCode="110416|ibis_paris_pantin_eglise" HotelName="Hôtel ibis Paris Pantin Église" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Avenue Jean Lolive, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/29/3b297dfee6b6bffa61c232ea5e66c981b5b4344d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="565.13" OriginalAmount="548.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.854546897702" Longitude="2.415554523468" StarRating="3" HotelCode="32824|FR003711" HotelName="Hôtel ibis Paris Porte de Montreuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue du Professeur Andre Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/4b/b44bde6b530be60a756a11e527c948ccac415c0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel provides direct access to the center of Paris (Metro L9 in 15 minutes). It is located to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="566.01" OriginalAmount="549.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8912735" Longitude="2.3846879" StarRating="3" HotelCode="|55473" HotelName="ibis Paris La Villette Cité des Sciences 19ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Quai De L'Oise,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/7/3/55473_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="567.33" OriginalAmount="550.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87561" Longitude="2.3582" StarRating="2" HotelCode="|446792" HotelName="Grand De L'europe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard de Strasbourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/9/2/446792_8d9db6b1341.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="569.59" OriginalAmount="553.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874297960646" Longitude="2.4051853369888" StarRating="2" HotelCode="79723|lilas_gambetta" HotelName="Hipotel Paris Lilas Gambetta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Avenue Gambetta, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/27/b9272524ffec5fce6a901d3f9e0cd3d288a00b04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="570.13" OriginalAmount="553.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8543015" Longitude="2.4152999" StarRating="3" HotelCode="|15305" HotelName="Ibis Paris Porte de Montreuil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Av Du Pr Andre Lemierre, 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/5/15305_03888ce1515.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ibis Porte de Montreuil is rated two stars, is in ParÃ­s the outskirts of and was built in 1988. The establishment boasts a restaurant, lifts and business facilities. pets are allowed. ROOM: The establishment has 325 rooms, fully-equipped with an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="574.74" OriginalAmount="558" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|607382-28458043/8958439128675589602/1758" HotelName="GRAND HÔTEL DE L'EUROPE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17970000/17964300/17964257/6baf4fe6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="576.80" OriginalAmount="560.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.822788" Longitude="2.36136" StarRating="1" HotelCode="901408|novex_paris_free_wifi_hotel" HotelName="Novex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Designated Smoking Area,Garden,Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Caillaux, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/89/8f89276eab035b760ab1bbe3ba9d3f7be765a6e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Paris China Town within walking distance to Metro "Maison Blanche" on Line 7, with an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="578.86" OriginalAmount="562.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.901721" Longitude="2.3595" StarRating="4" HotelCode="82267|novotel_suites_paris_nord_18me" HotelName="Novotel Suites Paris Nord 18ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Impasse Marteau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/84/0d84a1fe1700fe31acb75124c177c8704234d174.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 200 m from the metro, 2 km from Montmartre and the centre of Paris, and 15 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="579.89" OriginalAmount="563.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.896631387894" Longitude="2.3457560201535" StarRating="3" HotelCode="25634|ibis_paris_ornano_montmartre_nord_18eme" HotelName="Hôtel ibis Paris Ornano Montmartre Nord 18ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Bis Boulevard Ornano, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/1a/1b1a4f14facdea5edfda145253e2a4cd45980f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="580.92" OriginalAmount="564" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87563912" Longitude="2.35812872" StarRating="2" HotelCode="325036|249598" HotelName="Grand Hôtel de l’Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard de Strasbourg, 75010 Paris, Ile De France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/3c/bf3c3dfc9790b52c554850fc5ea077a01a747287.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="580.92" OriginalAmount="564" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.891959461053" Longitude="2.384762763977" StarRating="3" HotelCode="71253|54267" HotelName="Hôtel ibis Paris la Villette Cité des Sciences 19ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 quai de l'Oise, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/82/368291f8e863bbf401301bef52afa8ce43db9737.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="588.13" OriginalAmount="571.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.90042002" Longitude="2.33616917" StarRating="4" HotelCode="639705|qualyshotel_paris_montmartre" HotelName="Hotel The Originals Paris Maison Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Avenue De La Porte De Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d2/2e/d22ee477c0f608977315c717d9e8f936add6c254.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="588.13" OriginalAmount="571.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884892853814" Longitude="2.3974278532803" StarRating="4" HotelCode="406136|hipark_paris_la_villette" HotelName="Hipark by Adagio Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Boulevard d'Indochine, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/55/8055e97795c016b66cdb7b29e835d634ed92030f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="593.03" OriginalAmount="575.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88594" Longitude="2.36627" StarRating="2" HotelCode="|169261" HotelName="Reims" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 RUE DAUBERVILLIERS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/6/1/169261_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant rooms with internet. SITUATION: This hotel ParÃ­s it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="593.28" OriginalAmount="576" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.888381550227" Longitude="2.2126011355251" StarRating="3" HotelCode="110308|67411" HotelName="Hôtel ibis Nanterre la Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36/38 avenue Champs Pierreux, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/a1/6da17288041ac28a5dba698a3033dd4d7636c68a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="594.31" OriginalAmount="577" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|60712-28531254/8958439128675589602/2366" HotelName="IBIS PARIS 17 CLICHY-BATIGNOLLES" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565600/565533/71a7e84a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="595.34" OriginalAmount="578.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868809" Longitude="2.368125" StarRating="2" HotelCode="94369|absolute" HotelName="Absolute" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de la Fontaine au Roi, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/de/eddece8d60ef62f4872ba9a4902532d0d0b949f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="596.11" OriginalAmount="578.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8886328" Longitude="2.362923" StarRating="0" HotelCode="|449811" HotelName="de Jeunesse Paris Yves Robert" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 esplanade Nathalie Sarraute</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/8/1/1/449811_07d6be11035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.46" OriginalAmount="582.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8886" Longitude="2.379" StarRating="2" HotelCode="933602|st_christophers_inns_the_canal_hostel" HotelName="St Christopher's Paris Canal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue De Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/4f/cc4ffdc7c8f947bd9db80275b798ac3fcaac9b10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="609.76" OriginalAmount="592.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876613410107" Longitude="2.3439276588955" StarRating="3" HotelCode="64605|lebron" HotelName="Lebron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5f/6d5fd8e7df193a9218ac68a8c1274e00da063019.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in the 9th district of Paris, near Montmartre, an artistic district that has countless...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="613.88" OriginalAmount="596" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.817297097111" Longitude="2.3504278063774" StarRating="3" HotelCode="29464|65968" HotelName="ibis Paris Porte d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du Val de Marne, 94250 Gentilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/9a/679a4053a3b2082fc597613dc27cf50e78f15339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located opposite the Charléty stadium, close to the exhibition centre. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="614.08" OriginalAmount="596.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.891191" Longitude="2.376378" StarRating="0" HotelCode="|445012" HotelName="City Inn Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188 A Rue De Crimee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/1/2/445012_9707dee1407.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="615.94" OriginalAmount="598.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885867" Longitude="2.366272" StarRating="2" HotelCode="180084|hotel_reims" HotelName="Hôtel Reims" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue d'Aubervilliers, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/dd/7fdde8a25ad72450fc734ff689e8605d4824eb7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 35 rooms. Services and facilities at the hotel include a bar and room ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="623.15" OriginalAmount="605" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.892861" Longitude="2.34125" StarRating="3" HotelCode="258815|13543" HotelName="Les Jardins de Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/56/77565102aaf1c8e28affaafdf627f672e81925b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Paris' 18th arrondissement just a few paces from well-known Montmart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="626.24" OriginalAmount="608" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.856095119172" Longitude="2.4151786441803" StarRating="4" HotelCode="82268|44613" HotelName="Novotel Suites Paris Montreuil Vincennes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Professeur Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5d/555d71810efa34c8c051a21b4c13dc466e340dcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This suite hotel is located 200 m from the metro and 2 km from the centre of Paris. It lies 18 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="630.57" OriginalAmount="612.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8922005" Longitude="2.3171999" StarRating="3" HotelCode="|15257" HotelName="IBIS PARIS 17 CLICHY BATIGNOLLES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Bernard Buffet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/7/15257_24b11b81056.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ibis Paris Berthier Porte de Clichy is rated two stars, is situated in ParÃ­s and was built in 1975. Regarding the food and beverage offering, the establishment has 3 restaurants. The establishment has lifts. It has a swimming pool and a sauna. The establishment offers business facilities. ROOM: The establishment has 688 rooms with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="633.45" OriginalAmount="615.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.896940675192" Longitude="2.3852439754198" StarRating="3" HotelCode="185980|forest_hill_paris_la_villette" HotelName="Forest Hill Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Ter Avenue Corentin Cariou, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2229d64fe663e3ab936991626eba919bbbecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located opposite the Cité des Sciences et de l'Industrie and the Parc de la Villett...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="633.45" OriginalAmount="615.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8618652" Longitude="2.3832536" StarRating="2" HotelCode="178207|modern" HotelName="Modern" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Rue du Chemin Vert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/5b/ef5bb79136be34f943e24f864a23a7645dd0309f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and amenities are available to guests at the hotel. The accommodation comprises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="636.54" OriginalAmount="618.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864145187697" Longitude="2.398050763835" StarRating="3" HotelCode="348051|hotel_paris_gambetta" HotelName="Hôtel Paris Gambetta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Avenue Du Pere Lachaise, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/84/4b84a0e8dbd76e750fc78393d301706d810a1b81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, room service and a conference ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="639.63" OriginalAmount="621.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.802164" Longitude="2.362734" StarRating="3" HotelCode="150569|la_ferme_des_barmonts" HotelName="La Ferme Des Barmonts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Ambroise Croizat, 94800 Villejuif</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/4c/c0/4cc0de2490168442aecdf9ba0db9761df23176d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="643.16" OriginalAmount="624.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8848615" Longitude="2.3357144" StarRating="0" HotelCode="|187673" HotelName="Grand Hotel de Clermont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VERON 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/6/7/3/187673_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="644.06" OriginalAmount="625.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.891171" Longitude="2.376385" StarRating="3" HotelCode="|208968" HotelName="Casa Serena Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/8/9/6/8/208968_bb6cc211919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="644.78" OriginalAmount="626.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879469263534" Longitude="2.358457322348" StarRating="2" HotelCode="323929|hotel_montana_5" HotelName="Hotel Montana La Fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/46/cc464796bb78e568430468c687276d0d3e9d333a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="647.87" OriginalAmount="629.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874232" Longitude="2.38782" StarRating="3" HotelCode="148870|hipotel_paris_buttes_chaumont" HotelName="Hipotel Paris Buttes Chaumont Pyrénées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jean Batiste Daumay, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/d6/55d65cba4d6c267433d4468dfd30567e09e2a396.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="649.15" OriginalAmount="630.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.816054606817" Longitude="2.3643310368061" StarRating="4" HotelCode="38276|FR003330" HotelName="Novotel Paris Porte d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue Voltaire, 94270 Le Kremlin Bicetre, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/85/25854f726613408557b8f8613bdc7991982ab5be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business conference hotel lies on the southern outskirts of the French capital. It is just a fe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="650.96" OriginalAmount="632.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="49.01079528335" Longitude="2.5619088048935" StarRating="3" HotelCode="408476|ibis_styles_paris_cdg_airport_roissy" HotelName="Hôtel ibis Styles Paris Charles de Gaulle Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Bis Rue de la Haye, accès GPS / Tremblay-en-France, Roissypole / CS 20009, 95735 Roissy Charles De Gaulle</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ce/94ceb849d171622f5885a1776f3e98326a90b3bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The new ibis Styles Paris CDG Airport hotel welcomes you in the heart of Charles de Gaulle airport. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="653.40" OriginalAmount="634.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.888519" Longitude="2.379095" StarRating="0" HotelCode="|163508" HotelName="St Christopher's Inns The Canal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/0/8/163508_5c286aa1716.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge), a living room with a computer and rooms with air-conditioning. SITUATION: This establishment, Bassin de la Villette it is close to 350 metres away, clients have CrimÃ©e the metro station of the CitÃ© des Sciences et de l'Industrie it is situated 950 metres away from 20 minutes away from the establishment you have the Louvre the Museum of Gare du Nord it is 15 minutes away from. ROOM: The establishment has shared rooms with a bathroom, a WC and a locker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="659.90" OriginalAmount="640.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.6654542" Longitude="-95.5092868" StarRating="3" HotelCode="|282694" HotelName="Hampton Inn Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>3563 Northeast Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/6/9/4/282694_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="660.23" OriginalAmount="641.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88389960992" Longitude="2.3449654877186" StarRating="3" HotelCode="56513|hotel_bellevue_paris_montmartre" HotelName="Bellevue Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/7c/267cc2e2e4f332d950cb3dc487d2a24077c5024f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the foot of the famous Montmartre, just a short distance from a cable car, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="662.01" OriginalAmount="642.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.900412" Longitude="2.336288" StarRating="4" HotelCode="|260396" HotelName="The Originals Boutique, Maison Montmartre, Paris Les Puces" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Avenue de la Porte de Montmartre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/3/9/6/260396_1_1877.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="662.29" OriginalAmount="643" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8813775989" Longitude="2.3620278603047" StarRating="3" HotelCode="29503|21314" HotelName="Hotel At Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Philippe de Girard, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/27/83271c971171262d45f6be3d3483e174e3f84bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located near to the Gare du Nord, about one kilometre from the Parisian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="662.29" OriginalAmount="643.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84648192943" Longitude="2.410290093254" StarRating="4" HotelCode="34876|best_western_premier_61_paris_nation_hotel" HotelName="Best Western Plus 61 Paris Nation Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue de la Voute, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3c/723caaace4db49e6506b29743b7af72dae9ca797.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet area in the east of Paris, near to the Place de la Nation and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="666.52" OriginalAmount="647.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.867421" Longitude="2.396663" StarRating="2" HotelCode="|197911" HotelName="Hipotel Paris Gambetta Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES PYRENEES 236</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/9/1/1/197911_44c08701012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="667.24" OriginalAmount="647.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884834" Longitude="2.3974013" StarRating="0" HotelCode="|198499" HotelName="Adagio Paris 19 eme Cité de la Musique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/4/9/9/198499_3d537b81509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="667.91" OriginalAmount="648.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8964" Longitude="2.32843" StarRating="3" HotelCode="|169407" HotelName="Source Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135 AVENUE DE SAINT OUEN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/0/7/169407_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service and 34 rooms. SITUATION: This hotel Montmartre it is close to, and, 15 minutes away, guests can find ParÃ­s the historic centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="669.15" OriginalAmount="649.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8792923" Longitude="2.3580425" StarRating="0" HotelCode="|359744" HotelName="St Christopher's Budget Hotel Paris - Gare Du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/7/4/4/359744_1_719.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="670.53" OriginalAmount="651.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.893375532653" Longitude="2.3798704147339" StarRating="3" HotelCode="25636|campanile_la_villette" HotelName="Hotel Campanile Paris 19 - La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147/151 Avenue de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/7c/fc7c3a999abe2ff738f692973f77aaf2dc57047e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="671.79" OriginalAmount="652.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8653641" Longitude="2.3951067" StarRating="2" HotelCode="|271370" HotelName="Nadaud" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Bidassoa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/3/7/0/271370_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="677.74" OriginalAmount="658" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|918752-28448966/8958439128675589602/1612" HotelName="FAMILY RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918752/20211116101529788.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="678.77" OriginalAmount="659.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880190451012" Longitude="2.3515727618077" StarRating="3" HotelCode="74047|metropol" HotelName="Metropol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Rue de Maubeuge, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/3c/503c7e9fe8a9b6e6fb9b5c6eed87b73aab1f2fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="679.53" OriginalAmount="659.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.69326" Longitude="-95.55551" StarRating="3" HotelCode="|596955" HotelName="TownePlace Suites by Marriott Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3005 N Main Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/9/5/5/596955_6a92c4e2234.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="679.80" OriginalAmount="660.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83811" Longitude="2.35673" StarRating="3" HotelCode="199728|hotel_saintmarcel" HotelName="Hôtel Saint-Marcel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/b5/ecb5335f33fef3261069b1dec4a6271f35ed5137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="681.86" OriginalAmount="662" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848216" Longitude="2.450326" StarRating="3" HotelCode="902069|33738" HotelName="Royal Regency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69/71, rue Defrance, 94300 Vincennes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/64/0264e5254f29769ae018f56d901b7ae53cbef9c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="682.89" OriginalAmount="663.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882089933038" Longitude="2.3708809912205" StarRating="2" HotelCode="35954|hotel_des_buttes_chaumont" HotelName="Des Buttes Chaumont Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/c1/a5c18d055faf811ca7d989aab84f6f6c85ef82bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Les Buttes-Chaumont district of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="683.92" OriginalAmount="664" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="49.2882824" Longitude="-123.11709" StarRating="3" HotelCode="0|188126-28499019/8958439128675589602/2199" HotelName="IBIS PARIS ORNANO MONTMARTRE NORD 18EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1038 CANADA PLACE VANCOUVER , BRITISH COLUMBIA , CA , V6C 0B9 </AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/578700/578608/f0f33085_b.jpg</HotelPictures>
        <HotelDescription>Pacific Rim is located in the heart of the financial district, at the edge of Coal Harbour and will feature unobstructed views of the North Shore Mountains and Stanley Park. - Number of rooms: 377 - Accommodation: TV, in-room movies (charge), internet access, clock radio, mini fridge, in-room safe, bathrobe. - Facilities: restaurant, bar, outdoor pool, fitness centre, spa, business centre, parking $32.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="684.95" OriginalAmount="665.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.888836202457" Longitude="2.3942363262177" StarRating="4" HotelCode="13791|mercure_paris_la_villette_2" HotelName="Mercure Paris 19 Philharmonie La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>216 Avenue Jean Jaures, 75019 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/79/7479832b198cd0d04849e862a49558f7f9a86894.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies in the north of Paris and offers an ideal starting point for those ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="684.95" OriginalAmount="665.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849402" Longitude="2.398764" StarRating="3" HotelCode="70641|pavillon_nation" HotelName="Pavillon Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/85/9b85f52eab6fb30d93523214a16f94a8f30945bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a short walk from the Place de la Nation, the hotel enjoys a stunning location. The 5 metro ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="684.95" OriginalAmount="665.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.894077381419" Longitude="2.336847782135" StarRating="3" HotelCode="60435|hotel_lumieres" HotelName="Lumieres" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Damrémont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/12/8f12bcf003092ffad599f8d5680f5aea299991a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="687.01" OriginalAmount="667" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.896363611899" Longitude="2.3283867537975" StarRating="3" HotelCode="173800|203266" HotelName="Hotel Source" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Avenue St. Ouen, 75017 Paris, Ilke de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/2291f7014b7f4255b33e54c5087f63f7.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 34 rooms. The upper floors of the hotel can be access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="687.01" OriginalAmount="667.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.855415181956" Longitude="2.4097260832787" StarRating="2" HotelCode="34567|comfort_hotel_davout_nation" HotelName="Comfort Davout Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue des Orteaux, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/6b/116b1398233a6a275a297d5c980111422a10297c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently situated just a few métro stations from the opera as well as from the Cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="688.04" OriginalAmount="668.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8482895" Longitude="2.29287447" StarRating="0" HotelCode="803466|family_residence_3" HotelName="Hotel Family Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Fondary, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/e1/57e1a07511e1b749604ad7e1cde71ce804756d0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="689.07" OriginalAmount="669" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|22990-28531234/8958439128675589602/1755" HotelName="IBIS PARIS LA VILLETTE CITE DES SCIENCES 19EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/16400/16365/96f0485e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="689.94" OriginalAmount="669.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.890642108124" Longitude="2.3248368501663" StarRating="3" HotelCode="57106|54884" HotelName="Ambassadeur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Rue Legendre, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/01/4c0151a3f019a01e4ee9d3c0a7a74bb031173348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is very well situated. It lies in a quiet area in the north of Paris, just behind Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="690.16" OriginalAmount="670.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882126973865" Longitude="2.3257300257683" StarRating="3" HotelCode="34747|FR004432" HotelName="Hotel Regence" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Saint Petersbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e2/fe/e2febea321f84db261f81d8037f0110731ce9cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Paris some 800 m from the Place de l'Opéra. The es...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="691.06" OriginalAmount="670.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.89108" Longitude="2.37627" StarRating="3" HotelCode="|191356" HotelName="Maison Urbaine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>189 Rue de Crimee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/5/6/191356_1dd90d91037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="691.13" OriginalAmount="671.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.834111" Longitude="2.295214" StarRating="3" HotelCode="64956|hotel_auriane_porte_de_versailles" HotelName="Hotel Auriane Porte De Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Olivier De Serres, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cd/b7/cdb75dbd52469efd08840ded02ddf4858882ca3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="691.33" OriginalAmount="671.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882335107523" Longitude="2.3710432648659" StarRating="2" HotelCode="50293|FR006901" HotelName="Libertel Canal St Martin" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/18/a218b5b2d0a67638cb3f0a56f6b59cd6dcbe6bec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Technical Museum of La Villette (Parc de la Cité des Sciences), Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="692.16" OriginalAmount="672.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.838756322149" Longitude="2.4008560180664" StarRating="3" HotelCode="177794|hotel_gossec" HotelName="Sweet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Gossec, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/31/5831a143948a6dce3e93a846a5ebdfda71b784a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a 20-minute walk from Bercy Village and the Palais Omnisports Paris-Bercy aren...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="694.22" OriginalAmount="674" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|160173-28578625/8958439128675589602/2369" HotelName="B&amp;amp;B HOTEL PARIS NORD 18EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1063200/1063123/b5168ca4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="694.92" OriginalAmount="674.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8642" Longitude="2.39784" StarRating="3" HotelCode="|209313" HotelName="Paris Gambetta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/3/1/3/209313_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="695.12" OriginalAmount="674.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879381" Longitude="2.358116" StarRating="0" HotelCode="|443724" HotelName="St Christopher's Inn Gare Du Nord -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/2/4/443724_d5bf0241321.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="695.87" OriginalAmount="675.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8814184" Longitude="2.361908" StarRating="3" HotelCode="|15378" HotelName="De L'aqueduc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Philippe de Girard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/8/15378_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors and 76 standard rooms. In the entrance, guests are offered a lobby with a reception. The establishment has a restaurant. SITUATION: This urban hotel is in a central area. It is situated 800 metres away from Gare du Nord where you can find public transport services. It's 1 kilometre from the Montmartre district. ROOM: All the rooms have a bathroom, a direct line telephone, satellite or cable TV and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="696.10" OriginalAmount="675.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.867237" Longitude="2.362731" StarRating="2" HotelCode="|71707" HotelName="Paris Bruxelles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE MESLAY 75003 PARIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/0/7/71707_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel and great value. is ideal for holidays or business trips.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="696.28" OriginalAmount="676.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884589414091" Longitude="2.3364239475543" StarRating="2" HotelCode="303899|le_grand_hotel_de_clermont" HotelName="Le Grand Hôtel de Clermont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Véron, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/b3/fcb3aec587efde7a00c2a454221bf0396f527d35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the North of Paris, 3 minutes walk from the metro station Abbesses, which co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="696.28" OriginalAmount="676.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87938" Longitude="2.358098" StarRating="0" HotelCode="385602|st_christophers_inn_gare_du_nord__hostel" HotelName="St Christopher's Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d1/84d1ecae26777e6b6e549a7bbbb6a5297178f395.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="698.34" OriginalAmount="678" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.890926133263" Longitude="2.3761888751339" StarRating="3" HotelCode="401769|200517" HotelName="Hotel Trema" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Rue de Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/90/0e9094a0124f49d3d1f8fb70b8df4848b89ac4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of facilities to ensure travellers a comfortable stay. Wireless intern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="700.75" OriginalAmount="680.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8819008" Longitude="2.3713" StarRating="3" HotelCode="|19693" HotelName="Libertel Canal Saint Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE SECRETAN 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/3/19693_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Art Deco style hotel, has a main 8-storey building, a 2-storey annexed building and 69 rooms. In the establishment entrance, guests will find a lobby with a reception, The establishment has internet, a laundry service and a safety deposit box service. It is 100 metres away from a car park. SITUATION: Parc de la CitÃ© des Sciences Is situated in 1,5 kilometres away, you can find Gare de l'Est the Station of it is situated 1 kilometre away from Buttes-Chaumont park It is a few minutes walk away fromSaint-Martin the Canal 3 minutes away from the establishment you have JaurÃ¨s the underground station of 300 metres away from the establishment, you can find restaurants, bars situated 2,5 kilometres away from shops, is 35 kilometres away from ParÃ­s Orly Airport. ROOM: The rooms a bathroom with a shower or bath, They are equipped with a direct line telephone, a satellite or cable television, internet, a double bed, individual heating, soundproofed windows and an iron. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="702.46" OriginalAmount="682" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.891955" Longitude="2.213889" StarRating="2" HotelCode="110307|69579" HotelName="Campanile Paris Ouest - Nanterre - La Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/37/1b371f2b80fce5a622c127686130ae5683f45643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="702.46" OriginalAmount="682.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.826151708167" Longitude="2.3244345188141" StarRating="3" HotelCode="189580|hotel_le_clos_dalesia" HotelName="Clos d'Alésia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Friant, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/5d/7e5da738df747f5a89bc3438096e90515c8c2dd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="705.55" OriginalAmount="685.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.831874" Longitude="2.324684" StarRating="2" HotelCode="180108|enjoy_hostel_2" HotelName="Enjoy Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Des Plantes, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/86/4d860f77fb1accf3b67fdab73026c0f8b19a6bf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a business centre are available to guests of the hotel. Wireless inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="708.64" OriginalAmount="688" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1314480-32469553/8958439128675589602/3444" HotelName="LENNON BY AVALON HOTEL PARIS GARE DU NORD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74130000/74120300/74120228/0bf74435_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="709.67" OriginalAmount="689.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865339772273" Longitude="2.3950236855227" StarRating="2" HotelCode="501971|nadaud_hotel" HotelName="Nadaud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Bidassoa, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/13/861363beb192939b8aa8b89467afd5f2316bb056.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="710.70" OriginalAmount="690.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.81816779335" Longitude="2.4005556106567" StarRating="4" HotelCode="888805|mercure_paris_ivry_quai_de_seine" HotelName="Mercure Paris Ivry Quai de Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Allee De La Seine, 94200 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/1d/3b1da154c42c401a67df606b70f31cf23918b942.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Seine, near the Paris Bercy Palais Omnisport sports and ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="711.34" OriginalAmount="690.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8811989" Longitude="2.3252001" StarRating="3" HotelCode="|22473" HotelName="Regence Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ST PETERSBOURG 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/3/22473_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 27 standard rooms, a lobby with a reception and WiFi. SITUATION: This hotel is in the centre of ParÃ­s, 800 metres from la Place de l\'OpÃ©ra. It's 1 kilometre from points of interest, such as the Galeries Lafayette, Moulin Rouge, Montmartre, el Arco de Triunfo and los Campos ElÃ­seos 400 metres away, guests can find Europe Metro Station. This hotel is located between Sunny Beach and St Vlass it is 600 metres away from Lazare, 20 minutes away from the airport Charles de Gaulle. ROOM: All the rooms have a bathroom with a shower, a bath, a hairdryer (available for a fee), a direct line telephone, LCD satellite and cable television, internet, a mini-bar, a safety deposit box (available for a fee), an air-conditioning system and individual heating. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="712.76" OriginalAmount="692.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.861266" Longitude="2.382696" StarRating="3" HotelCode="70508|hipotel_paris_perelachaise_republique" HotelName="Hipotel Paris Père Lachaise République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Servan, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8a/0d8a8da08890648e977c071079dfb5bfa35067fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="712.99" OriginalAmount="692.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8245576" Longitude="2.3269604" StarRating="2" HotelCode="|81272" HotelName="Parc  Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Beaunier, 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/2/7/2/81272_b2a0eae1530.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s a quiet area of it is located 400 metres away from Porte d'OrlÃ©ans the tram stop of 15 minutes walk away, you can find Porte de Versailles the Exhibition Centre It has excellent transport links to AlÃ©sia the underground station of the city centre, public transport services and points of interest. Such as Saint-Michel the Mountain of Luxembourg the Gardens. ROOM: Customers can find soundproofed rooms with TV, a writing desk and a bathroom with a hairdryer, The establishment has non-smoking rooms, You are offered an elevator.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="719.48" OriginalAmount="698.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84192" Longitude="2.384078" StarRating="3" HotelCode="|218934" HotelName="Residhome Paris Gare De Lyon - Jacqueline De Romil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/9/3/4/218934_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="723.06" OriginalAmount="702.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.892392" Longitude="2.213316" StarRating="3" HotelCode="110309|hotel_lamandier" HotelName="L'Amandier - Nanterre La Defense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/3b/3a3b4004ae2781666cde06541cb825cb7493bcc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="726.03" OriginalAmount="704.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8843002" Longitude="2.3469999" StarRating="3" HotelCode="|15330" HotelName="Le Montmartre Saint Pierre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA CLINGNANCOURT 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/0/15330_4c350821044.jpeg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and renovated in 2006. It has 48 rooms and 6 floors. In the entrance, you can find a hall with a reception, a safety deposit box service and a lift. The establishment boasts a breakfast room, a supermarket and a shop. SITUATION: Is situated inMontmartre the area It is inParÃ­s the northern part of a few metres from the establishment, guests can find Gare du Nord and Gare de l'Est the stations of Clients can also find SacrÃ© Coeur the Basilica of Place du ChÃ¢telet, Saint Michel, Notre Dame, Arc de Triomphe and Champs-ElysÃ©es a few minutes away from the establishment, you can find Louvre, Orsay, Tour Eiffel and La DÃ©fense it is 20 minutes away from It is situated 25 kilometres away fromCharles de Gaulle Airport it is 30 kilometres away from Paris Orly Airport. ROOM: The rooms a bathroom with a bath or shower, They are equipped with a direct line telephone, a satellite TV, an iron, an ironing board, a double bed, SacrÃ© Coeur views of indoor patio. OTHERS: Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="726.15" OriginalAmount="705.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.894327787388" Longitude="2.3124933242798" StarRating="3" HotelCode="43937|timhotel_berthier_paris_17" HotelName="Timhotel Paris Berthier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/cb/60cbef49b604b831daccf2129f6b6310c6f42990.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 17th arrondissement of Paris, the hotel is very convenient for both business and tou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="727.18" OriginalAmount="706" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|10002-28498866/8958439128675589602/3121" HotelName="CAMPANILE LA VILLETTE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/110000/106700/106674/8f577564_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="730.27" OriginalAmount="709" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.826064389331" Longitude="2.3258960294304" StarRating="2" HotelCode="110517|55985" HotelName="Hôtel Résidence Châtillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Avenue du General Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/ee/95eeda95631e780054b01b8b4284504c84f3783b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="731.30" OriginalAmount="710.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882227513113" Longitude="2.3448903858662" StarRating="2" HotelCode="52556|hotel_du_square_danvers" HotelName="Hotel du Square d Anvers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Place Anvers, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/da/58da6b35daa2b03cb0d509b76b9e6c6f52fe8528.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Between Montmartre and the Avenue Trudaine, in one of the most visited historic districts in Paris, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="735.42" OriginalAmount="714.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83508996" Longitude="2.32652914" StarRating="1" HotelCode="348245|hotel_telemaque_" HotelName="Telemaque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>64 rue daguerre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d8/8fd84fa34e099ca7c7ae39b99709bca74eaf46f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="738.22" OriginalAmount="716.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.833029" Longitude="2.316778" StarRating="2" HotelCode="|69532" HotelName="La Maison Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE GERGOVIE 53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/3/2/69532_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms, with a shower or bath, a library. SITUATION: It is 10 minutes away fromMontparnasse the Station of. PAYMENT METHODS: The establishment accepts Visa, Mastercard and American Express.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="739.54" OriginalAmount="718.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.881212410196" Longitude="2.3374177515507" StarRating="3" HotelCode="60436|ibis_styles_pigalle_montmartre" HotelName="Ibis Styles Paris Pigalle Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/f8/5cf86863ebea05eaf958b995150567f4d7c992ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is well-situated in the famous district of Pigalle, which is home to many historical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="740.11" OriginalAmount="718.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879134" Longitude="2.327022" StarRating="3" HotelCode="|63878" HotelName="Grand Hotel Du Calvados" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>20, Rue d'Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/7/8/63878_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is near the department stores, Grand Boulevard and the Palais Garnier near the establishment, guests will find it is near the business distrcits. ROOM: The rooms a bathroom with a shower or bath, They have a direct line telephone, a satellite television, a mini-bar, a safe (available for a fee) and a hairdryer. FACILITIES: The establishment boasts a reception, With regards to the food and beverage offering, there is a restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="740.92" OriginalAmount="719.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8364" Longitude="2.4037" StarRating="3" HotelCode="110505|FR001172" HotelName="Hotel L' Interlude" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>258 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/3e/083e51cf7ea1b9ebe7bd7ec418d3a7750c50af75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="742.27" OriginalAmount="720.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8554928" Longitude="2.4097955" StarRating="3" HotelCode="|22151" HotelName="Ibis Paris Nation Davout" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES ORTEAUX 110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/1/22151_12bf9a81426.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 65 rooms. The establishment boasts a reception, a lift, has a television room, internet and a car park. SITUATION: It has excellent transport links to the opera and the Champs-ElysÃ©es. It is 100 metres away from shops. 2 kilometres away, you can find bars and pubs. It is just 3 kilometres away from nightclubs. ROOM: The modern rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television and internet. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="742.63" OriginalAmount="721.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.831122249103" Longitude="2.2823399305344" StarRating="0" HotelCode="75481|adagio_paris_xv" HotelName="Aparthotel Adagio Paris XV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue d’Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6c/506cef603c798061f93c716ffdb71010389470e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment residence is situated in the south-west of Paris, a 5-minute walk from the Parc des E...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="742.77" OriginalAmount="721.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84904668155" Longitude="2.3856808730186" StarRating="3" HotelCode="263474|FR003793" HotelName="Aparthotel Adagio access Paris Reuilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/a7/09a72fffcce6875384d5eafda6333b0f64a07501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="743.13" OriginalAmount="721.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83201" Longitude="2.32481" StarRating="0" HotelCode="|169174" HotelName="Enjoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 RUE DES PLANTES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/7/4/169174_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a fax machine, daily newspapers, magazines and a baggage room. The establishment offers a continental breakfast. SITUATION: This establishment, is near the train station and, la plaza Denfert-Rochereau it is situated 10 minutes walk away from the stadium and the bus station, Close to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="743.66" OriginalAmount="722.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880990679221" Longitude="2.3514814212117" StarRating="3" HotelCode="11620|avalon_hotel_16" HotelName="Avalon Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/a8/24a8a5778f6b88eb62ba5c55d73d8b8328ced3e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The modern hotel is located at the heart of Paris, just 100 m from the nearest links to the transpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="745.77" OriginalAmount="724.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865371" Longitude="2.398261" StarRating="3" HotelCode="165998|FR008703" HotelName="Panam Hôtel" Meals="BREAKFAST INCLUDED,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>208 Rue des Pyrénées, 75020 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b9/89b98c35e5c8c36b6d7767b5427d8f2e1cf26c41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="746.39" OriginalAmount="724.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8940174" Longitude="2.3367512" StarRating="3" HotelCode="|164297" HotelName="Hôtel Lumières" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/2/9/7/164297_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This trendy hotel is 650 metres away from Jules Joffrin the underground station of Moulin Rouge it is situated 15 minutes walk away from Montmartre the hills Where you can find SacrÃ© CÅ“ur the Basilica of it is situated 30 minutes walk away from Gare du Nord the train station. ROOM: Each room has WiFi (free of charge), bedding, double-glazed windows, a bathroom and flat-screen satellite television. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="747.54" OriginalAmount="725.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8806" Longitude="2.3743999" StarRating="2" HotelCode="|22048" HotelName="Des Buttes Chaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue Secretan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/8/22048_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This functional hotel, it offers room service and a restaurant. ROOM: The establishment has rooms with a hairdryer, a direct line telephone and fully-equipped. OTHERS: It has room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="747.67" OriginalAmount="725.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8240973" Longitude="2.3277864" StarRating="3" HotelCode="|74252" HotelName="Hotel Virgina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU PERE CORENTIN 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/2/5/2/74252_214c4020645.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel well-decorated, is inviting, urban, perfect for business and holiday stays, was built in 1920, has 55 rooms, a reception, a safety deposit box service, a lift, a breakfast room, conference facilities, internet, a laundry service and a car park (for a fee). SITUATION: This hotel is situated in Porte d'OrlÃ©ans the districts 2 kilometres away, there is a train station, Saint-Michel the establishment is 3 kilometres away from it is situated 15 kilometres away from the catacombs, is 13 kilometres away from ParÃ­s-Orly Airport it is situated 35 kilometres away from ParÃ­s-Charles de Gaulle Airport it is 95 kilometres away from Paris Beauvaisâ€“TillÃ© Airport. ROOM: Customers have comfortable rooms with a bathroom with a bath or shower, a television, a hairdryer, internet and heating. MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="747.78" OriginalAmount="726.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832542" Longitude="2.316893" StarRating="2" HotelCode="136322|la_maison_montparnasse" HotelName="Maison Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Central Heating,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 rue de Gergovie, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c6/f7c6ab4a1e834e754a60cf72941959f24c3d6b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is a 10-minute walk from Montparnasse train station and just 200 m from a b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="748.22" OriginalAmount="726.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884433236233" Longitude="2.3471763938485" StarRating="3" HotelCode="47661|2173135" HotelName="Best Western Hotel Le Montmartre Saint-Pierre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/92/8192ea9efd137133595e4a06915c1a81f0dd4f9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the picturesque quarter of Montmartre in the north of Paris, only a few me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="748.72" OriginalAmount="726.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839472" Longitude="2.392728" StarRating="3" HotelCode="16703|FR029938" HotelName="Le Quartier Bercy-Square" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/06/3106d26c5674abbbcf5774703ab0f0eded631202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming tradition-rich hotel is peacefully located close to the Place de la Nation, Bercy spor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="749.42" OriginalAmount="727.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8760475" Longitude="2.3576416" StarRating="2" HotelCode="|164309" HotelName="Hotel Modern Est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>91, Boulevard de Strasbourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/0/9/164309_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers, internet, (free of charge). SITUATION: The hotel ParÃ­s it is in it is located close to l'Est the train station du Nord the train station The hotel is close to the train stations, is near Charles de Gaulle Airport the metro stations excellent transport links to ParÃ­s the centre of. ROOM: The establishment has 20 rooms with a bathroom, flat-screen satellite television and Canal Plus.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="749.84" OriginalAmount="728" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8486135" Longitude="2.40787912" StarRating="3" HotelCode="399689|25011" HotelName="Hotel Comete" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Bis Rue des Maraichers, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/549850/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="751.90" OriginalAmount="730" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880861" Longitude="2.302387" StarRating="3" HotelCode="110536|32987" HotelName="Noir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Léon Jost, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/cc/53cc298c509cb3ba41acb32662ad39a186be673b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="751.90" OriginalAmount="730.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.824663981487" Longitude="2.3268176615238" StarRating="2" HotelCode="187855|parc_hotel_paris" HotelName="Parc Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04f1a7b2f3c5f5c2ec436804cd48943667c6071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="752.93" OriginalAmount="731.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868778" Longitude="2.360023" StarRating="2" HotelCode="78969|hotel_excelsior_13" HotelName="Excelsior Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lancry, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/96/8796968dba88ce628e8e794c5dc7e1b08bfde1a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="754.41" OriginalAmount="732.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.881068" Longitude="2.33757" StarRating="3" HotelCode="|59766" HotelName="Accueil - Paris Pigalle MontmartreI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE FROCHOT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/6/6/59766_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a lift, a safety deposit box service, heating, a fax machine and WiFi. SITUATION: It is located 30 metres away fromPigalle the square You can find theatres, cabaret bars and nightclubs. Madeleine and Concordia it has good links to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="755.65" OriginalAmount="733.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.89276" Longitude="2.34278" StarRating="3" HotelCode="|183809" HotelName="Eden Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>90 Rue Ordener</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/0/9/183809_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="755.93" OriginalAmount="733.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865604" Longitude="2.398256" StarRating="3" HotelCode="|73602" HotelName="Panam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208, Rue des PyreneesPlace Gambetta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/0/2/73602_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Super Hotel is rated two stars and it is situated in ParÃ­s a good location in. SITUATION: Nearby, you will find the cemetery Pere Lachaise. It is in a lovely area. It is well-connected with the tourist attractions. FACILITIES: The establishment has a bar, a reception with a safe box and a lift. Guests are offered WiFi and a luggage room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="760.14" OriginalAmount="738.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88667" Longitude="2.360923" StarRating="2" HotelCode="74068|hotel_de_bellevue" HotelName="Hotel de Bellevue Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67, rue Philippe de Girard, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/67/ce678e76b3ad5f3951ae49dacfde12af9df0d956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Montmartre and Sacré Coeur, the hotel enjoys privileged direct access by metro to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="760.37" OriginalAmount="738.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848728" Longitude="2.407766" StarRating="3" HotelCode="|57483" HotelName="Tamaris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Des Maraichers,14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/8/3/57483_d6ba1d70502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="762.20" OriginalAmount="740" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83486594" Longitude="2.32423759" StarRating="0" HotelCode="555342|440252" HotelName="Petit Palace Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/99/79990b29f33576f64d247c3655f5e6e9c076366f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Walk down the beautiful tree-lined avenue du Maine, past the Montparnasse Tower and its lively distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="763.23" OriginalAmount="741.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848581389366" Longitude="2.4079745251438" StarRating="3" HotelCode="401815|hotel_tamaris" HotelName="Tamaris Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue des Maraichers, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/70/e67015dea186415511cddc05a7d398460ef6a4dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fully renovated hotel offers guests a perfect location for leisure stays in Paris. From the nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="763.23" OriginalAmount="741.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84176024" Longitude="2.38422466" StarRating="0" HotelCode="583995|residhome_paris_gare_de_lyon_jacqueline_de_romilly" HotelName="Residhome Paris Gare De Lyon - Jacqueline De Romilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue Jorge Semprùn, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/6f/ce6f363baada43d7252b703dc200b67fabe122ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="763.26" OriginalAmount="741.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.896801" Longitude="2.3847644" StarRating="4" HotelCode="|15352" HotelName="Moxy Paris La Villette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TER AVENUE CORENTIN CARIOU 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/5/2/15352_cc3804e1552.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Forest Hill la Villette is rated three stars, is in ParÃ­s and was built in 1990. With regards to the food and beverage offering, the establishment has a restaurant. The establishment boasts lifts and a concierge. The establishment offers guests room service, a bellboy and business facilities. ROOM: The establishment has 259 rooms. The rooms have a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="765.76" OriginalAmount="743.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.859693" Longitude="2.402814" StarRating="2" HotelCode="151774|FR005772" HotelName="Mama Shelter Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109, rue de Bagnolet, 75020 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/ac/90ac41e9038af08a60669658b78bc4e8f011d1fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="766.32" OriginalAmount="744" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882781357276" Longitude="2.3449493944645" StarRating="2" HotelCode="64673|203219" HotelName="Avenir Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Boulevard Rochechouart, 09. Opéra, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/13/66134865b8447ed31dad80a26e5c5eda7e923c6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="767.35" OriginalAmount="745" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|6053-28457369/8958439128675589602/2011" HotelName="BUTTES CHAUMONT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/64000/63901/c8cd58cd_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="768.38" OriginalAmount="746.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88207934994" Longitude="2.3334628343582" StarRating="2" HotelCode="35269|hotel_royal_mansart" HotelName="Royal Mansart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Mansart, 75009 PARIS</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d3/4dd313df218534c64e8ab5888c4c1c7e83f0a9ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Sacré Coeur and the opera, around 2 km away from the Seine. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="769.86" OriginalAmount="747.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8761948005" Longitude="2.3570635914803" StarRating="3" HotelCode="34890|FR001758" HotelName="Libertel Gare de l’Est Français" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/3c/bd3c7bb2dde082ab2211c94879aa84c3196066b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel lies at the heart of the beautiful French capital a mere 100 m from the nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="770.26" OriginalAmount="747.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8486838" Longitude="2.4078754" StarRating="3" HotelCode="|63312" HotelName="Piapia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Des Maraichers 14bis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/1/2/63312_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, economical hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="770.44" OriginalAmount="748.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.825796" Longitude="2.3531535" StarRating="3" HotelCode="915009|hotel_ambre" HotelName="Hotel Ambre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 ter Rue de Tolbiac, Buttes aux Cailles, 75013 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/f5/75f5972d6b1b6f55e235732e3db32f16916fa0c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="773.53" OriginalAmount="751" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.642170" Longitude="3.073370" StarRating="3" HotelCode="0|91534-28457566/8958439128675589602/2853" HotelName="SUPER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>335 Boulevard De Leeds, Lille, 59777, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1169200/1169199/f5b89aa7_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 121. Suites: 1. Single-bedded accommodations: 88. Double bedrooms: 33. Smoking rooms: 0. Nonsmoking rooms: 121. Physically challenged rooms: 4. Floors: 10. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.. Property description- Elegant Lille hotel next to the Eurostar station in Euralille business district
Crowne Plaza® Lillie - Euralille hotel is set next to Gare de Lille Europe Eurostar train station, a 10-minute walk from Lille's Old Town.
Our hotel is just off the D651 motorway, and Lille Airport (LIL) can be reached in 15 minutes by car. The World Trade Center Lille is next door, as are handy tram, bus and metro connections. Our Crowne Plaza Meetings Director can assist with events across five meeting rooms, the largest of which can host up to 100 delegates. Sights in the charming Old Town include Lille Cathedral and the impressive Palais des Beaux-Arts. The shops and restaurants of the sprawling Euralille mall are a five-minute walk away.
At our hotel you can enjoy:
- Free Wi-Fi throughout the building
- A gourmet breakfast buffet
- A Fitness Centre
- A fully equipped Business Centre
- Parking for a daily fee
Our upmarket, air-conditioned rooms feature panoramic city views and luxury toiletries. The superior bedding of our Sleep Advantage® programme ensures a great night's sleep. Guests can work out in our fitness centre and relax in the sauna. Sip a cocktail with friends and colleagues in our piano bar, Le Bar, then dine on modern French cuisine in our elegant Le Plaza restaurant.Property was built in 1999. Hotel Currency: EUR. Additional Addresses: Other: 335 Boulevard De Leeds, Lille, 59777, FR. Additional Phone Numbers: Fax - Other: 33320401314. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="774.56" OriginalAmount="752.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.833109444633" Longitude="2.2892117500305" StarRating="3" HotelCode="187861|terminus_vaugirard" HotelName="Hotel Paris Vaugirad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/5c/b45ce8af27577f82885aabaceed0f747852e4ad1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="774.67" OriginalAmount="752.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.895245" Longitude="2.340911" StarRating="2" HotelCode="901643|FR003774" HotelName="Ibis Styles Paris Montmartre Nord" Meals="BREAKFAST INCLUDED,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77, rue du Ruisseau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e9/7be955f8a94798d8377403a7cfd949ba08d2d637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="775.41" OriginalAmount="752.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886612238773" Longitude="2.358820438385" StarRating="4" HotelCode="66362|FR000835" HotelName="Kube" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-5 Passage Ruelle, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/bf/5abf5247d652e70aa48ddf47090e57110ba4242d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of the 18th district, a few steps from Montmartre, this futuristic hotel is tu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="776.22" OriginalAmount="753.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8464812" Longitude="2.3792856" StarRating="3" HotelCode="|26572" HotelName="Trianon Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DIDEROT 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/7/2/26572_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 6 floors and 30 standard rooms. This establishment with air-conditioning, is on a main street. It has a lobby with a lift, a reception, a safety deposit box service, a currency exchange service and internet. The establishment also offers a laundry service. SITUATION: This hotel is situated in the commercial and business area. A few minutes walk away, clients can find bars, restaurants and public transport. This hotel is 500 metres away from the city centre where you can find shops and leisure areas. 30 minutes away from the establishment you have Charles de Gaulle and Paris Orly airports. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a double bed, fitted carpets, an air-conditioning system, individual heating and internet (available for a fee). MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="776.62" OriginalAmount="754" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234199-28499723/8958439128675589602/2698" HotelName="SOURCE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4450000/4440100/4440053/4585f032_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="776.62" OriginalAmount="754.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847118397785" Longitude="2.3706857397613" StarRating="3" HotelCode="334567|moderns_hotel" HotelName="Moderns Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue d'Austerlitz, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/54/ee54e7743ad9ee9146f8398946879dcbed9633ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="776.99" OriginalAmount="754.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8346103" Longitude="2.2824845" StarRating="3" HotelCode="|39858" HotelName="Porte De Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD VICTOR 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/8/39858_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern establishment, renovated in 2006, has 38 rooms and 2Â junior suites. This air-conditioned establishment has a reception, a safety deposit box service and a breakfast room. The establishment boasts meeting rooms and internet. It has a bar and a patio. SITUATION: It is situated 5 minutes away fromPorte de Versailles and Balard the metro stations of Porte de Sevres it is near in the surrounding area of the establishment, guests can find restaurants, bars, pubs and a public transport stop. the Eiffel Tower It is situated 3 kilometres away from it is 20 kilometres away from Paris Orly Airport It is situated 50 kilometres away fromCharles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, cable television, WiFi (available for a fee), a mini-bar, a double bed, an iron, a safety deposit box, central heating and an individual air-conditioning system. OTHERS: The establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="777.81" OriginalAmount="755.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83375" Longitude="2.289229" StarRating="3" HotelCode="|212821" HotelName="Paris Vaugirard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Vaugirard, 403</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/8/2/1/212821_1_481.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="778.58" OriginalAmount="755.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849422478562" Longitude="2.380967438221" StarRating="3" HotelCode="33001|FR022739" HotelName="Color Design Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Citeaux, 12ème Arrondissement, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a few paces of the Place de la Bastille and the Gare de Lyon. Although locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="779.67" OriginalAmount="756.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.893376" Longitude="2.380079" StarRating="3" HotelCode="|55489" HotelName=" CAMPANILE PARIS 19 - La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue De Flandres , 147-151</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/9/55489_79742a01037.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Campanile La Villette (antes Kyriad Paris La Ville is rated two stars, is situated in ParÃ­s and was built in 1998. Regarding the food and beverage offering, the establishment has a restaurant. There are many services available at the establishment, including lifts and business facilities. ROOM: The establishment has 207 rooms with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="780.74" OriginalAmount="758.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.829274" Longitude="2.356618" StarRating="3" HotelCode="110508|ibis_paris_avenue_ditalie_13eme" HotelName="ibis Paris Avenue d'Italie 13ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 bis Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/8f/4c8fd2688e39e59d22c6867f27023983c0e5a012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="781.77" OriginalAmount="759" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|425981-28581757/8958439128675589602/3208" HotelName="ADAGIO PARIS 19E CITE DE LA MUSIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12640000/12630500/12630415/b0f216eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="782.80" OriginalAmount="760" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839103" Longitude="2.3975025423279" StarRating="3" HotelCode="97061|13060" HotelName="Grand Hotel Doré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/4e/4a4ebdce84df0b99f3de4dd6e0c1885abdcfeecf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Daumesnil area, a stone’s throw from the Viaduc des Arts, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="783.56" OriginalAmount="760.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84629" Longitude="2.4018" StarRating="2" HotelCode="|62556" HotelName="Kyriad Paris 12 - Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Du Rendez Vous</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/5/5/6/62556_1.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has a bathroom with a bath or shower, a courtesy tea and coffee service, a satellite television with Canal Plus. There is also a desk, an alarm clock, a direct line telephone and internet. FACILITIES: The establishment boasts a reception, a car park and facilities for people with reduced mobility.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="783.83" OriginalAmount="761" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|169976-28499006/8958439128675589602/538" HotelName="L'INTERLUDE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2523600/2523503/4ae66045_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="783.83" OriginalAmount="761.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.831462234366" Longitude="2.3198143816147" StarRating="2" HotelCode="94385|moulin_vert" HotelName="Moulin Vert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>74 rue du Moulin Vert, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ca/d8ca49af176b927a4689cd61b4dfd03badf05a3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in Paris' 14th arrondissement, within the famous Montparnasse ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="785.61" OriginalAmount="762.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8465655" Longitude="2.4060626" StarRating="3" HotelCode="|47587" HotelName="Le Twelve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DU DOCTEUR ARNOLD NETTER 82</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/8/7/47587_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel and family-run. It has 33 rooms, a hall, a breakfast room, a cafÃ© and a television room. SITUATION: It is located next to theVincennes and Parc de Vincennes Castle it is near Bercy the Sports Centre of Guests can enjoy commercial streets. ROOM: The establishment has 24 rooms with views of the park, a bathroom with a shower, a WC with a hairdryer, a television, WiFi and central heating. MEALS: The establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OBSERVATIONS: consult the reception timetable.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="785.89" OriginalAmount="763" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87675257" Longitude="2.3269601" StarRating="3" HotelCode="128353|5303" HotelName="Grand Hôtel du Calvados" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6d/376decf5572a004fbb407265c8e459f4a3540012.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="786.92" OriginalAmount="764" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|30160-28457752/8958439128675589602/379" HotelName="KYRIAD PARIS 12 NATION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107900000/107898700/107898649/08acbae4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="787.25" OriginalAmount="764.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.823138" Longitude="2.325908" StarRating="3" HotelCode="|68473" HotelName="Ideal Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108 BOULEVARD JOURDAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/3/68473_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is near the tourist points of interest, The establishment offers guests excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="787.67" OriginalAmount="764.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8964" Longitude="2.371512" StarRating="4" HotelCode="|448421" HotelName="Okko Hotels Paris Rosa Parks" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 Rue d'Aubervilliers</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/2/1/448421_064ddeb1326.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="788.98" OriginalAmount="766.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.896572567973" Longitude="2.3435767740011" StarRating="4" HotelCode="337117|hotel_iliade_montmartre" HotelName="Best Western Le 18 Paris Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Letort, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e6/cae6140f1d39feab0c5ae81d9ae5d00dc9e16a80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located by Porte de Clignancourt metro station, close to the tourist centre. A large c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="790.01" OriginalAmount="767.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.823994" Longitude="2.327468" StarRating="3" HotelCode="154978|hotel_virgina" HotelName="Virgina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66, Rue Pere Corentin, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/0e/820ee590592d5aed4f364d11709c336b05568c51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at de Port d'Orléans between the Montsouris Parc, Cité Universitaire and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="790.46" OriginalAmount="767.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8261252" Longitude="2.3244613" StarRating="3" HotelCode="|271460" HotelName="Le Clos D'alésia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Friant</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/4/6/0/271460_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="790.75" OriginalAmount="767.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886801" Longitude="2.359612" StarRating="4" HotelCode="|59796" HotelName="Kube Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 PASSAGE RUELLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/9/6/59796_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to Montmartre it is on a quiet street. HOTEL: This contemporary style hotel, has 41 standard rooms, suites, an ice bar, a lounge bar, a gym and a courtyard. ROOM: The rooms have an electronic key, computer, a DVD player, a CD player, a television, internet, a safe, chairs and curtains. Guests are offered suites and junior suites with private terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.04" OriginalAmount="768.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.833595" Longitude="2.317705" StarRating="3" HotelCode="79992|le_55_montparnasse_hotel" HotelName="Le 55 Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue de Plaisance, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b0675f799877de2bdf4c23151fb43f63016153f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="793.10" OriginalAmount="770.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885314" Longitude="2.335956" StarRating="2" HotelCode="130476|audran" HotelName="Audran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Audran, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/76/3d761a9cc59ef5c90327600ca5832b5b2fb9b8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="795.16" OriginalAmount="772" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|410546-28456896/8958439128675589602/2989" HotelName="MONTANA LA FAYETTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2535900/2535864/22e7bf37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="796.14" OriginalAmount="772.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.895291" Longitude="2.340913" StarRating="3" HotelCode="|125478" HotelName="Ibis Styles Montmartre Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>77, rue du Ruisseau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/4/7/8/125478_87c054b1535.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays and has WiFi. SITUATION: Montmartre Is situated in Close to places of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="797.22" OriginalAmount="774" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6158-32469494/8958439128675589602/3482" HotelName="AVALON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1200000/1191000/1190989/0d833327_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="797.22" OriginalAmount="774.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886090183796" Longitude="2.3269209265709" StarRating="0" HotelCode="74078|style_3" HotelName="Style" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Ganneron, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/58/e2580a110652f4424e69c033da5163655a3b9b78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="797.22" OriginalAmount="774.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846472549873" Longitude="2.4062604312106" StarRating="3" HotelCode="104071|hotel_le_twelve" HotelName="Hotel le Twelve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/7e/c57ec806c79c03153b8883c86028eb95e0f1c556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in one of the areas of Paris with the most vegetation, this charming city hotel is next to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="800.56" OriginalAmount="777.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85443" Longitude="2.37132" StarRating="2" HotelCode="|183769" HotelName="Daval" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Daval</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/6/9/183769_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="802.37" OriginalAmount="779.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.89286954484" Longitude="2.3428653180599" StarRating="3" HotelCode="74083|hotel_eden_montmartre" HotelName="Hotel Eden Montmatre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/65/9a6551bf2c152fbfd84a29398168ddbfcec00c4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="803.40" OriginalAmount="780.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876001" Longitude="2.357538" StarRating="2" HotelCode="102598|hotel_modernest" HotelName="Modern Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>91 boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fe/11fe44a4b848be9c547849198c99abd5e9ef75da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="804.52" OriginalAmount="781.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86882" Longitude="2.36005" StarRating="2" HotelCode="|169251" HotelName="Hotel Excelsior" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE DE LANCRY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/5/1/169251_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers charming, has excellent service. SITUATION: This hotel is in ParÃ­s the city centre of Close to, is in Grands Boulevards the district of Where you can find shops, theatres and museums.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="805.46" OriginalAmount="782" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.82934058" Longitude="2.29232592" StarRating="3" HotelCode="840807|394149" HotelName="Mama Shelter Paris West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue De La Porte De La Plaine, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d2/aed20676aa49276cd2bba1ff884f6beba78fedeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="806.49" OriginalAmount="783.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846931117195" Longitude="2.4079920351505" StarRating="3" HotelCode="31196|hipotel_nation_paris_gare_de_lyon" HotelName="Hôtel ibis Styles Paris Nation Cours de Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/1f/d11f5db4f4e25441024ef2e239377c6b7721da28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Paris directly opposite Porte de Vincennes metro station. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="806.49" OriginalAmount="783.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870478" Longitude="2.35468" StarRating="3" HotelCode="110491|cosmotel" HotelName="Cosmotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/33/2633328514786dbd76c46f46e27151a70adf5078.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="807.44" OriginalAmount="783.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846154024554" Longitude="2.401779" StarRating="2" HotelCode="189573|FR004639" HotelName="Du Printemps" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Boulevard de Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/03/8003d54c6ff1166e921cd8a1736dd4008431c4d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="810.61" OriginalAmount="787" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.842701784987" Longitude="2.3262101411819" StarRating="3" HotelCode="34406|21313" HotelName="Hôtel Renoir St. German" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/c2/73c2d0682736dbe4b0ffb391d4dbb8ee5afa7b24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Montparnasse, the district of the city popular with Paris’ painters. Set co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="816.01" OriginalAmount="792.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878029" Longitude="2.337985" StarRating="2" HotelCode="|41454" HotelName="Antin Saint Georges" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE NOTRE DAME DE LORETTE 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/5/4/41454_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception. SITUATION: This 2 star hotel is in the centre of ParÃ­s. It is located between SacrÃ© Coeur, and the Palais Garnier, close to le Louvre. It has excellent transport links to St Georges Metro Station. ROOM: The rooms have a direct line telephone and cable and satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="816.16" OriginalAmount="792.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.834867" Longitude="2.324208" StarRating="3" HotelCode="|218927" HotelName="Graphik Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131 Avenue Du Maine 14th arr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/9/2/7/218927_e42815e1212.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="816.79" OriginalAmount="793.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84069433" Longitude="2.3978775" StarRating="4" HotelCode="973433|aparthotel_adagio_paris_nation" HotelName="Aparthotel Adagio Paris Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Ter Rue Lamblardie, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/e8/a7e87df02e78ead1539b0d1289938a6db0041cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="817.26" OriginalAmount="793.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876373" Longitude="2.357122" StarRating="3" HotelCode="|22891" HotelName="Libertel Gare De L'est Francais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU 8 MAI 1945 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/1/22891_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="817.77" OriginalAmount="793.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8290398" Longitude="2.3778098" StarRating="4" HotelCode="|48317" HotelName="Appart'city Collection Paris Grande Bibliothèque" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DE FRANCE 70</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/1/7/48317_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel el RÃ­o Sena it is close to In the surrounding area, you can find public transport, the metro station, the bus and the train. this hotel is 10 minutes away from the city centre, Where you can find restaurants, bars, nightclubs, shops and leisure areas. it is 12 kilometres away from Paris Orly Airport around 33 kilometres away you can find Charles de Gaulle the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="818.45" OriginalAmount="794.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845842" Longitude="2.401751" StarRating="2" HotelCode="|63872" HotelName="PRINTEMPS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Boulevard de Picpus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/7/2/63872_1_6952.jpg</HotelPictures>
        <HotelDescription>SITUATION: ChÃ¢telet It is situated 4 kilometres away from Boulevard de Picpus it is in It is close to the bus station, a metro station ,ChÃ¢telet 4 kilometres away, you can find. HOTEL: The establishment offers guests a breakfast room and a bar. ROOM: The rooms a bathroom with a shower, They are equipped with a direct line telephone, a satellite television, a shower, a sink, a television with a hairdryer and a fan. Clients are offered shared bathrooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="818.85" OriginalAmount="795.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.818956275893" Longitude="2.3258765084643" StarRating="2" HotelCode="187860|ibis_budget_porte_dorleans" HotelName="ibis budget Paris Porte d'Orléans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15-21 Boulevard Romain Rolland, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/34/af34e58f0e6eece6f9fb10d6b27c026b84325b79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="819.88" OriginalAmount="796.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886492307706" Longitude="2.3122867941856" StarRating="2" HotelCode="34587|prince_albert_wagram" HotelName="Prince Albert Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Passage Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/c6/30c64e5a2171a4fd4263de72d5c6c56f894c20ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in a peaceful district of Paris, 2 minutes from its sister hotel. The Arc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="820.91" OriginalAmount="797" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84404891233" Longitude="2.2796457778394" StarRating="3" HotelCode="303895|58037" HotelName="Hotel Mirabeau Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Sébastien Mercier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/52/ce52aff61e7c63966005abbeb390990682eb1bed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="820.91" OriginalAmount="797.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846370698252" Longitude="2.3795592784882" StarRating="3" HotelCode="39441|trianon_gare_de_lyon" HotelName="Hôtel Trianon Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/2d/672d9f1018dbc38a2b949f6e53a2fbc8b7fb8333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the new business district close to the Palais Omnisports de Paris-Bercy (POPB) and the Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="825.03" OriginalAmount="801" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.881076591215" Longitude="2.3653542995453" StarRating="3" HotelCode="11353|50621" HotelName="Paris Louis Blanc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Rue du Faubourg St Martin, 75010 Paris-10, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/15/8e154ae25a0b96f102d4fe46682588cde59357f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rue du Faubourg Saint Martin and very close to both Gare du Nord and Gare d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="829.69" OriginalAmount="805.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.825801525043" Longitude="2.3526600668982" StarRating="3" HotelCode="64086|FR003675" HotelName="Hôtel ibis Paris Italie Tolbiac 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>177 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/a1/d8a1213b0abf6fe921838ef8545b37d34e857773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="830.18" OriginalAmount="806.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847642" Longitude="2.399875" StarRating="3" HotelCode="69859|agate_hotel" HotelName="Agate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/1e/c41eacf611cdbf3535229a1e5e96d7d64f3c1e75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="830.18" OriginalAmount="806.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883583009382" Longitude="2.3235923051834" StarRating="3" HotelCode="110541|baldaquin_excelsior" HotelName="Hôtel Excelsior-Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Caroline, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/5d/db5d40455e28588bc9e2122d5b45fd5b94863c9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="830.18" OriginalAmount="806.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.834465477194" Longitude="2.3640192722451" StarRating="3" HotelCode="323981|hotel_jenner" HotelName="Hôtel Jenner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Jenner, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/28/a72853b11e961e2ceca7d5857fa114faa7edc410.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="830.99" OriginalAmount="806.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8195596" Longitude="2.3099133" StarRating="0" HotelCode="|170446" HotelName=" Aparthotel Adagio Paris Malakoff Châtillon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 avenue Pierre Brossolette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/4/4/6/170446_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a hall with an elevator, a business centre, WiFi, a bar, a breakfast room, a gym and a jacuzzi. If you pay a supplement, you are offered a launderette and a car park. SITUATION: This aparthotel, Malakoff it is in it is located near la Porte de ChÃ¢tillon the exhibition centre, Porte de Versailles 3 kilometres away from the establishment is 5 kilometres away from ParÃ­s the city centre of los Champs Elysses it is situated 6 kilometres away from 600 metres away from the establishment, you can find Mairie Montrouge the metro station Malakoff-Plateau de Vanves it is situated 900 metres away from. APARTMENTS: The apartments offer air-conditioninng, a TV, DVD, WiFi, desk, a kitchen with fridge, a microwave, an oven, a bathroom with a shower or bathtub and a hairdryer. Offereing with a surcharge cleaning service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="832.24" OriginalAmount="808.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884115673203" Longitude="2.3328767716885" StarRating="4" HotelCode="189596|hotel_le_squara" HotelName="Hôtel du Beaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Lepic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f7/d9f7259418a536bd3c1be86fd3d1f6864d83fe2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="833.27" OriginalAmount="809.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879213011707" Longitude="2.3622268438339" StarRating="3" HotelCode="36931|ibis_styles_paris_gare_de_lest_chateau_landon_ex_all_seasons" HotelName="ibis Styles Paris Gare de l'Est Château Landon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 rue de Château Landon, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1e/7d1e87a2a84cd46ea0de82aa65dba68aa0cdf584.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="834.20" OriginalAmount="809.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8899384" Longitude="2.3212979" StarRating="3" HotelCode="|55566" HotelName="Ibis Styles Paris Batignolles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119 Avenue de Clichy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/6/55566_903ed911020.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near the nightlife, Close to and, just 50 metres away, clients will find Brochant the metro station. ROOM: The establishment has 70 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="834.30" OriginalAmount="810" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84722" Longitude="2.377724" StarRating="2" HotelCode="408909|55980" HotelName="Prince Albert Lyon Bercy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Charenton, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/c1/d7c1690398bdd5b489cbdc436fed1f7a7ab87812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet and calm part of the 12th district of the city, within walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="839.45" OriginalAmount="815" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18957-28496724/8958439128675589602/1419" HotelName="REGENCE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/562000/561983/f25ac848_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="840.48" OriginalAmount="816" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|284870-32791672/8958439128675589602/3510" HotelName="MIRABEAU EIFFEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7460000/7451500/7451497/42a5846d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="841.51" OriginalAmount="817.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.824495849371" Longitude="2.3272846736106" StarRating="2" HotelCode="60434|cecil_hotel" HotelName="Le Glam's Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/03/60034616c22995ef2dddf1955d2c257b0e42d340.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="841.51" OriginalAmount="817.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879548" Longitude="2.356005" StarRating="2" HotelCode="901308|new_hotel_gare_du_nord" HotelName="Newhotel Gare Du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40, rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/46/fd46147da81bf02c68cede58a0f4fddcfd5ab2ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="843.57" OriginalAmount="819" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6041-28501344/8958439128675589602/3038" HotelName="ABSOLUTE (EX BEAUSEJOUR REPUBLIQUE)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6700/6671/d650d710_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="845.63" OriginalAmount="821" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413105-24891457/8958439128675589602/3504" HotelName="BEST WESTERN HOTEL LE MONTMARTRE SAINT PIERRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11700/11677/db283388_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="846.13" OriginalAmount="821.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8815002" Longitude="2.3513999" StarRating="3" HotelCode="|15328" HotelName="Avalon Paris Gare du Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131/133 Boulevard Magenta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/8/15328_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005 64 rooms and 6 floors. Guests have access to a reception, a lift, a breakfast room and internet. SITUATION: Is situated inParÃ­s the centre of 100 metres away, there is a public transport stop, 200 metres away, guests have Gare du Nord the Railway Station of the metro station, the establishment is 25 kilometres away from Charles de Gaulle Airport It is situated 35 kilometres away fromParis Orly Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV and a balcony or terrace. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="847.39" OriginalAmount="822.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84981" Longitude="2.38548" StarRating="2" HotelCode="|479342" HotelName="Hôtel des Pyrénées - Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>204 rue du Faubourg Saint Antoine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/3/4/2/479342_115ee971457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="847.69" OriginalAmount="823.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.827907" Longitude="2.329803" StarRating="3" HotelCode="80199|les_jardins_dalesia" HotelName="Max" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue d’Alesia, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/99/0699700cc44dbdcd074816907be6d0e68d4d0e78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="848.34" OriginalAmount="823.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839787547356" Longitude="2.3388719787408" StarRating="2" HotelCode="935885|FR041820" HotelName="Pierre Nicole" Meals="BREAKFAST INCLUDED,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Pierre Nicole, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3a/0a3a39182128bb5050b70055b3cb8b78117e2441.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="848.39" OriginalAmount="823.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882112126215" Longitude="2.3345641188998" StarRating="3" HotelCode="50205|FR000709" HotelName="Libertel Montmartre Opéra" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a5/f0a592b6ed2c151688356b95b9c1aaf7bfdaa190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel with maritime flair lies around 100 m away from the Place Pigalle and at the foot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="848.72" OriginalAmount="824.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.837889955754" Longitude="2.296187505126" StarRating="3" HotelCode="180072|studio_hotel_2" HotelName="Hôtel Auguste" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Alain Chartier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/eb/52ebe0d7a770c63c32bfa25d5209fe6e7743885a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="849.98" OriginalAmount="825.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87973" Longitude="2.35747" StarRating="2" HotelCode="|234082" HotelName="Habituel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168 rue du Faubourg Saint Denis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/0/8/2/234082_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="850.70" OriginalAmount="825.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883778" Longitude="2.322782" StarRating="3" HotelCode="|72721" HotelName="Du Mont Dore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Mont Dore</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/2/1/72721_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, is rated 2 stars, Etoile and Montmartre it is located between it is close to the opera. ROOM: The establishment has 25 inviting rooms, The rooms a bathroom and fully-equipped.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="850.78" OriginalAmount="826.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.81899" Longitude="2.325834" StarRating="3" HotelCode="110272|ibis_styles_paris_porte_dorleans_hotel" HotelName="Ibis Styles Paris Porte d'Orleans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41, avenue Aristide Briand, 92120 Montrouge</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/90/5690113f592e604373f699e4b77985477b744143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="851.81" OriginalAmount="827.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83221" Longitude="2.316384" StarRating="3" HotelCode="180044|fred_hotel" HotelName="Fred Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Villemain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b3/07b3e645c4415ba72dfdb5adecb028393066c7f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 36 rooms. Most storeys can be reached by lift. Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="852.84" OriginalAmount="828" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1030095-28455045/8958439128675589602/2078" HotelName="HOTEL RESIDENCE CHATILLON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1830000/1829100/1829056/af585a78_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="853.87" OriginalAmount="829" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|70354-28457090/8958439128675589602/2246" HotelName="HIPOTEL PERE LACHAISE REPUBLIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/891700/891651/607934ed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="853.98" OriginalAmount="829.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8314333" Longitude="2.2819033" StarRating="0" HotelCode="|42341" HotelName="Adagio Paris XV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'ORADOUR-SUR-GLANE 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/4/1/42341_54711411136.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, has 179 apartments and has views of the garden. The establishment boasts 3 conference rooms and a breakfast room. Guests are also offered a laundry service (for a fee) and indoor parking (for a fee). SITUATION: This establishment is in south-east ParÃ­s. It is situated 5 minutes away from Parc des Expositions, Palais des Sports and Aqua Boulevar close to the establishment, guests have the metro station. It is well-connected with ParÃ­s city centre. Is 15 kilometres from Paris Orly Airport and 35 kilometres away from Airport Charles de Gaulle. ROOM: The establishment has apartments with kitchen, kitchen utensils, a fridge, a microwave and a coffee maker. They have a living room, a bathroom with a bath, a separate WC, a desk, a television, a direct line telephone (available for a fee) and WiFi (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="854.03" OriginalAmount="829.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.840283" Longitude="2.324128" StarRating="3" HotelCode="|79691" HotelName="Timhotel Tour Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA GAITE 11 BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/6/9/1/79691_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in 1923, renovated in 2008, has 48 rooms and 48 double rooms. SITUATION: It has excellent transport links to public transport services, this hotel is near the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="854.90" OriginalAmount="830" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866576234832" Longitude="2.3728859424591" StarRating="3" HotelCode="386790|55226" HotelName="Hotel Hor Les Lumières" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Jean-Pierre Timbaud, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e5/97e5d449d9009dee906855cc4ab8b5d9d5d49838.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 11th Arondissement, in the Rue Jean-Pierre Timbaud, not far from the Pl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="856.07" OriginalAmount="831.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8493704" Longitude="2.3810296" StarRating="3" HotelCode="|23238" HotelName="Color Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE CITEAUX 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/8/23238_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 46 rooms, 4 floors and a reception. SITUATION: Place de la Bastille and Gare de Lyon It is close to it is on a quiet street, Clients can find restaurants and bars. it is 18 kilometres away from Paris Orly Airport. ROOM: The spacious and inviting rooms, have a bathroom with a shower, a direct line telephone, a satellite or cable television and a mini-bar. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="856.80" OriginalAmount="831.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8729654" Longitude="2.3591256" StarRating="3" HotelCode="|63347" HotelName="Est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 BOULEVARD MAGENTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/7/63347_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant, economical hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="859.02" OriginalAmount="834.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87972553" Longitude="2.3573708" StarRating="2" HotelCode="151824|marciano_hotel_gare_du_nord" HotelName="Hotel Habituel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Rue du Faubourg Saint Denis, Paris 75010</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d7/34d73768b88dd8217c6648b7f3b1406048f7d52b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="859.12" OriginalAmount="834.1" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879574590155" Longitude="2.3557519766865" StarRating="3" HotelCode="110493|FR004863" HotelName="Timhotel Paris Gare du Nord" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5f/b55fc640aca23534fc0451b22f19a5163e27232e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="860.05" OriginalAmount="835.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886188295408" Longitude="2.3361967772911" StarRating="1" HotelCode="74077|hotel_bonsejour_montmartre" HotelName="Hôtel Bonséjour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Burq, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="861.08" OriginalAmount="836" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.82591968" Longitude="2.34210099" StarRating="4" HotelCode="772726|348430" HotelName="Hotel B55" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Boussingault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c7/d2c7756a3e75e15fc509966fbdd7b75df8d7fbfe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="861.60" OriginalAmount="836.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839286815215" Longitude="2.3891749978065" StarRating="4" HotelCode="34402|1899735" HotelName="Le 209 Paris Bercy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>209 Rue de Charenton, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/3c/db3cb19341cd81787daa56b24f671e5b260cb69f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Paris, directly on a main road and surrounded by bars, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="862.11" OriginalAmount="837" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877995" Longitude="2.35839183" StarRating="0" HotelCode="956702|443392" HotelName="Okko Hotels Paris Gare De L’est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 A Rue D’Alsace, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/f2/c8f2697351db0cdac39486aa1b5bcc06f0cacf55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="862.25" OriginalAmount="837.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843372" Longitude="2.329613" StarRating="3" HotelCode="94381|FR083696" HotelName="Hotel Atelier Vavin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue Vavin, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/aa/70aa1cdab38eee94a449ee7396da33591d17d7df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="863.14" OriginalAmount="838" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|232151-12631566/8958439128675589602/3606" HotelName="TIMHOTEL GARE DU NORD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1140600/1140512/ec5ca361_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="864.86" OriginalAmount="839.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876193" Longitude="2.3499306" StarRating="3" HotelCode="|23242" HotelName="Exe Panorama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES MESSAGERIES 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/4/2/23242_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 43 rooms, In the entrance, guests are offered a lobby with elevators and a reception with safety deposit boxes, The establishment boasts a TV room, a cafÃ©, a bar, an Ã  la carte restaurant and internet. The establishment also has a laundry service and a car park. SITUATION: This trendy hotel is on a peaceful street, is in Lafayette-MontmartrÃ© the district of 15 minutes away from the establishment, clients can find Ã“pera and Montmartre the commercial district, Guests can enjoy monuments, shops and leisure areas. ROOM: The modern rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite TV, a mini-bar, a safety deposit box and a central heating system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="869.70" OriginalAmount="844.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87547" Longitude="2.3585" StarRating="3" HotelCode="|183984" HotelName="ibis Paris Gare de L' Est 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Saint Laurent</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/8/4/183984_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="870.81" OriginalAmount="845.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8694186" Longitude="2.2367853" StarRating="0" HotelCode="|272895" HotelName="De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/8/9/5/272895_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="871.23" OriginalAmount="845.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87889" Longitude="2.36239" StarRating="3" HotelCode="|23308" HotelName="Ibis Styles Gare De L'Est Chateau Landon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/0/8/23308_926dfe41342.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Ibis Styles Gare De L'Est Chateau Landon is rated three stars, superior category and has modern facilities. SITUATION: This establishment is 15 minutes away from the heart of ParÃ­s. ROOM: The rooms have a television, computer connection, duvets and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="871.38" OriginalAmount="846" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.836166446719" Longitude="2.278847694397" StarRating="3" HotelCode="33000|15274" HotelName="Median Paris Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/5d/205d0f6ed1b4947064cdb6c0f946b574e0c30105.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 15th arrondissement on the left bank of the river Seine. The Eiffel Tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="871.38" OriginalAmount="846.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832704205735" Longitude="2.3591123556455" StarRating="3" HotelCode="110509|ibis_paris_place_d_italie_13eme" HotelName="Hôtel ibis Paris Place d'Italie 13ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Avenue Stephen Pichon, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/76/4b76cbdb6750e0510a86a26f343f1b0dcb2f80d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="872.41" OriginalAmount="847.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85130805" Longitude="2.3923849" StarRating="0" HotelCode="550341|alfa_hotel_paris_nation" HotelName="Alfa Hotel Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Guénot, Paris 11ème, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/c6/45c63b6619f5641a3cd06550f9ed92b021025eb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="874.47" OriginalAmount="849.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.835979306702" Longitude="2.3253598809242" StarRating="3" HotelCode="189576|hotel_clairefontaine" HotelName="Hotel Clairefontaine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Fermat, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/51/0851a5081825ea2415a5079abc67791c223f5f49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="875.50" OriginalAmount="850" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850448816322" Longitude="2.2914782166481" StarRating="3" HotelCode="32602|917" HotelName="Eiffel Capitol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/20/ab204d8153c416f4eb7aa59f3c35dc2084bd9a94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is centrally located in Paris' 15th arrondissement. The Eiffel Tower and the Riv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="875.50" OriginalAmount="850.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.833269" Longitude="2.356424" StarRating="2" HotelCode="146402|coypel" HotelName="Hotel Coypel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Coypel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/c2/eac22e17027ba0e84691e33a912681a54d5ef5fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Place d'Italie and the Gobelins district of the 13th arrondissement o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="875.51" OriginalAmount="850.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8784637" Longitude="2.35677" StarRating="3" HotelCode="|33026" HotelName="Appia La Fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES DEUX GARES 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/2/6/33026_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, comfortable hotel, has 42 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service and a lift. The establishment boasts a breakfast room, a conference room and a laundry service. SITUATION: This hotel ParÃ­s it is in Gare du Nord and Gare de l'Est it is close to Clients can also find Villepinte the trade fair ground a few minutes walk away, guests can find Grands Boulevards shops. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, an iron, a safe and a double bed. They also have a central air-conditioning system, individual heating and a balcony or terrace. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="876.53" OriginalAmount="851.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851546" Longitude="2.398978" StarRating="2" HotelCode="25353|timhotel_nation" HotelName="Timhotel Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue d'Avron, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/47/c447144192736a6dd2acd304cc0e96505c396cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located in the centre of Paris just a stone's throw from the Place de la Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="876.53" OriginalAmount="851.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.887353" Longitude="2.248194" StarRating="3" HotelCode="94377|adagio_la_defense_esplanade" HotelName="Aparthotel Adagio La Defense Esplanade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Cours Michelet, La Defence 10, 92060 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/34/5e34ca74e00a8175477ecacca31ff95d338aecd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located at the heart of the La Défense business district, close to the CNIT ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="876.66" OriginalAmount="851.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87789" Longitude="2.35834" StarRating="4" HotelCode="|444518" HotelName="Okko Hotels Paris Gare De L'est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 A rue d'Alsace</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/1/8/444518_c8beffb1228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="878.78" OriginalAmount="853.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8227234" Longitude="2.330528" StarRating="3" HotelCode="|55303" HotelName="Villa Royale Montsouris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA TOMBE ISSOIRE 144</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/3/55303_93ed80f1335.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, is and ideal for both business trips and family holidays, was opened in 2003, The establishment has 4 floors and has 36 rooms, this Morrocan palace, has a lobby, with a reception, a safety deposit box service and a lift. Guests are also offered a hairdresser's, WiFi, a laundry service, room service and bicycle rental. SITUATION: The hotel Paris Expo Porte de Versailles it is 10 minutes away from it is close to Montsouris park close to the establishment, clients can find the university, is situated 2 kilometres away from Montparnasse Cemetery Porte d OrlÃ©ans it is close to in the surrounding area, clients can find restaurants, bars and public transport. it is 20 kilometres away from Paris Orly Airport it is situated 35 kilometres away from Charles de Gaulle Airport. ROOM: The Arab style rooms, have curtains, cushions, lamps, carpets, a bathroom with WC, a bath, a bathrobe and a hairdryer. Are also furnished with a mini-bar, a television (available for a fee), an iron, a safety deposit box, an alarm clock, a satellite television, a central air-conditioning system, a central heating system, a desk, a direct line telephone, internet and a double bed. OTHERS: The establishment serves a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="879.38" OriginalAmount="853.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875526938538" Longitude="2.3585283237692" StarRating="3" HotelCode="13702|FR003712" HotelName="Hôtel ibis Paris Gare de l'Est TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Saint-Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/cb/78cb0a17c7df4475dfa06c494fb28d66525157e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="881.68" OriginalAmount="856.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876916294786" Longitude="2.3270094394684" StarRating="3" HotelCode="74037|austins_saint_lazare_hotel" HotelName="Austin's Saint Lazare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c8/18c85f8d3eb78763d861f80c02339bb146b1e589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="883.74" OriginalAmount="858" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.827848661454" Longitude="2.3796097534439" StarRating="4" HotelCode="899668|37638" HotelName="Appart'City Confort Paris Grande Bibliothèque" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue de France, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/47/b9476d1807159f4c65c9fcaa0927297b59a52295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern-style hotel is ideally located near the Seine River, on the left bank. Very well served ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="883.74" OriginalAmount="858" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.842062" Longitude="2.325444" StarRating="3" HotelCode="67676|24637" HotelName="Hôtel Unic Renoir St. Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/38/53384061360d0fd2c43f6125b4a0352f95ebd810.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the lively district of Montparnasse in the south of Paris. The m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="883.92" OriginalAmount="858.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879625774536" Longitude="2.3507349193096" StarRating="3" HotelCode="31202|FR007569" HotelName="De Rocroy" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ba/52ba5091a112999f4f9dedc47b684d17c0955613.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near Montmartre and Galeries Lafayette. The Gare du Nord train station and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="884.63" OriginalAmount="858.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877987" Longitude="2.354781" StarRating="2" HotelCode="25351|FR006902" HotelName="Libertel Gare du Nord Suède" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/ef/8eefa8e534ba809439b1ed9ced41778848b11a28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated between Gare du Nord and Gare de l'Est and close to the famous Montmartre. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="885.83" OriginalAmount="860.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880910785724" Longitude="2.3626747727394" StarRating="3" HotelCode="69779|FR003702" HotelName="Hôtel ibis Paris Gare du Nord Château-Landon 10ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197-199 Rue La Fayette, Near Gare du Nord and Gare de l'Est Train Stations, l’Entrepôt/10. Arrondissement, 75010 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/e0/10e0f7ac0729ed985bbe1eb5b634871db37b28f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="886.50" OriginalAmount="860.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87754" Longitude="2.35291" StarRating="2" HotelCode="|169260" HotelName="Nord Est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Des Petits Hotels</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/6/0/169260_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has dinner service, a restaurant, smoking rooms (on request), smoking areas and internet. SITUATION: This hotel ParÃ­s it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="889.92" OriginalAmount="864.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85371627975" Longitude="2.3806107399178" StarRating="3" HotelCode="50415|hotel_hi_matic" HotelName="Hotel Exquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cf57d0cc2b640008b3320e68cd8f07b246c93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="893.01" OriginalAmount="867.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874336331476" Longitude="2.3321016132832" StarRating="3" HotelCode="34568|antin_trinite" HotelName="Antin Trinite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Rue de Provence, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/52/175243b702b3e7782173195cf6b6ccaf8ad101a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, only a few steps from Garnier opera house. An abundanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="894.04" OriginalAmount="868" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6248-28524203/8958439128675589602/318" HotelName="HOTEL DE L'AQUEDUC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2300/2241/0309fc0d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="894.04" OriginalAmount="868" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|28298-28523966/8958439128675589602/2360" HotelName="IBIS PARIS AVENUE D'ITALIE 13EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1010000/1000800/1000780/795fe3aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="894.04" OriginalAmount="868" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879458666667" Longitude="2.357619" StarRating="4" HotelCode="199736|49277" HotelName="Hor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue la Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/f3/d5f334a9d4e363ea61be9f28e16f77b406115ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris. Its setting is especially ideal for business travellers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="894.44" OriginalAmount="868.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.825351" Longitude="2.357512" StarRating="4" HotelCode="|64515" HotelName="Amiral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/5/1/5/64515_9da4d7d1549.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel great value, it offers comfortable facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="895.07" OriginalAmount="869.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880415610584" Longitude="2.3374109533729" StarRating="3" HotelCode="16038|villa_margaux_opera_montmartre" HotelName="Hotel Villa Margaux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Henry Monnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/ae/7eae72ad03a8b3f6ff4575d011ba0d0c50efab4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly eco hotel is situated halfway between Montmartre (Sacré-Coeur) and the opera ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="896.63" OriginalAmount="870.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83451" Longitude="2.36383" StarRating="3" HotelCode="|183884" HotelName="Jenner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Jenner</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/8/4/183884_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="896.69" OriginalAmount="870.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8762741" Longitude="2.3561599" StarRating="3" HotelCode="|27129" HotelName="Libertel Gare Du Nord Suede" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD MAGENTA 106</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/2/9/27129_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 50 rooms. In the entrance, you can find a lobby with a lift, a reception and a safety deposit box service. The establishment offers internet, 400 metres away, clients have an indoor car park. SITUATION: This modern hotel is located between Gare du Nord and Gare de l'Est the train stations of Montmartre it is near nearby, you will find the Palais Garnier the shopping centre Clients can also find the railway station, a public transport stop, bars and restaurants. it is situated 37 kilometres away from Charles de Gaulle Airport it is 45 kilometres away from Paris Orly Airport. ROOM: The fully-equipped rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, internet, fitted carpets, a double bed and a central heating system. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="896.80" OriginalAmount="870.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8763831" Longitude="2.2906434" StarRating="2" HotelCode="|164022" HotelName="Hôtel des Pavillons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 rue des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/2/2/164022_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel ParÃ­s it is in the Champs-ElysÃ©es it is situated 10 minutes away from 10 minutes away from the establishment guests have the Congress Centre, is located 200 metres away from Argentine the metro station of It has excellent transport links to the Louvre the Museum of the Arc de Triomphe 500 metres away, guests have. ROOM: The rooms have WiFi (free of charge), cable television, a bathroom with a shower and a hairdryer. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="898.14" OriginalAmount="871.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865606" Longitude="2.367662" StarRating="3" HotelCode="|445351" HotelName="Au Coeur De Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue de Malte</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/5/1/445351_8f84c2d1035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="898.16" OriginalAmount="872" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|186248-28500119/8958439128675589602/157" HotelName="DU BEAUMONT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4960000/4955900/4955841/4f1e886a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="904.34" OriginalAmount="878" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832605306295" Longitude="2.2781237753787" StarRating="4" HotelCode="945391|225294" HotelName="OKKO HOTELS Paris Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue du Colonel Pierre Avia, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/d0/16d0bfb8dad9be633e35eacd97cc53e6fae30999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="904.34" OriginalAmount="878.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88182872" Longitude="2.32854885" StarRating="0" HotelCode="764998|la_mondaine" HotelName="La Mondaine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue De Vintimille, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/99/70997295a91df7644966298cc4f616cabc30535b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="904.67" OriginalAmount="878.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8699057" Longitude="2.3524503" StarRating="1" HotelCode="|359760" HotelName="Hôtel Alléty" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 bis, Boulevard Bonne Nouvelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/7/6/0/359760_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="905.37" OriginalAmount="879.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848334784673" Longitude="2.2970987856388" StarRating="3" HotelCode="110530|hotel_saphir_grenelle" HotelName="Saphir Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Commerce, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/6e/7a6e8ed4d4838725c7f9ceb60a84097de0a8b550.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="906.03" OriginalAmount="879.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8782997" Longitude="2.3582001" StarRating="2" HotelCode="|53512" HotelName="Les Deux Gares" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2, RUE DES DEUX GARES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/1/2/53512_07b141f1015.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 34 comfortable rooms. This hotel is business. SITUATION: This central hotel is in the city centre, close to the stations of Norte and Este. It is well-connected with the airport and the Villepint and Bourget fair centre. PAYMENT METHODS: American Express is not accepted.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="906.84" OriginalAmount="880.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849600353996" Longitude="2.3723683398812" StarRating="2" HotelCode="263473|FR003794" HotelName="Aparthotel Adagio access Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Moreau, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/03/930346009ad7bbe245d0202ad8b29e231453da5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="908.46" OriginalAmount="882" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883943554904" Longitude="2.3443109713839" StarRating="3" HotelCode="386086|200672" HotelName="Le Village Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d’Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/aa/d0aa05a9035d11799ca97a26b7d906f5f157bf3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="908.46" OriginalAmount="882.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882172833898" Longitude="2.3367753624916" StarRating="4" HotelCode="49888|villa_royale" HotelName="Villa Royale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/aa/25aa843f9891819f5bfd967325b5e86197b453b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated in the Montmartre area of Paris and is just 10 m from Pigalle u...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="908.46" OriginalAmount="882.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882813106119" Longitude="2.3450660705566" StarRating="2" HotelCode="74033|le_regent_hostel_montmartre_2" HotelName="Le Régent Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard Rochechouart, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/13/1d133403b81812091384d4cb9281dbf19689c91d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="909.49" OriginalAmount="883.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.912441860091" Longitude="2.2311365604401" StarRating="4" HotelCode="75243|courtyard_by_marriott_paris_la_defense_west__colombes" HotelName="Courtyard By Marriott Défense West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Blvd Charles De Gaulle, 92700 Colombes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c7/20c777b1354d3023c515b090c986cb1f359c580a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="910.52" OriginalAmount="884" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1321848-28478010/8958439128675589602/529" HotelName="LA BELLE VILLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75230000/75226800/75226799/46b481fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="911.36" OriginalAmount="884.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8873349" Longitude="2.3141366" StarRating="4" HotelCode="|15272" HotelName="Maison Eugenie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE ROME 167</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/2/15272_8ddb8ba1325.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby with elevators, a reception with safety deposit boxes and a bar. It has 6 floors and 41 standard rooms. The establishment boasts a breakfast room, internet (for a fee) and a laundry service (for a fee). It is situated close to a public car park. SITUATION: This hotel is in northern Seine. It is located close to Monceau Park, the opera, the Galeries Lafayette and Printemps and Les Champs Ã‰lysÃ©es. In the surrounding area, you can find Montmartre and Moulin Rouge a few minutes walk away, guests can find the metro station. It is 20 kilometres away from the airport. ROOM: Each room has a bathroom with a shower, a hairdryer, a writing desk with chairs, internet, a direct line telephone, a satellite television, a mini-bar, an individual air-conditioning system, individual heating, a double bed and a safe (available for a fee). OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="911.55" OriginalAmount="885" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1030353-28454459/8958439128675589602/1869" HotelName="VICTORY HOTEL GALOU" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1030353/2021111810464930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="911.96" OriginalAmount="885.4" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87541672331" Longitude="2.3585029233403" StarRating="3" HotelCode="187851|FR008756" HotelName="Hôtel ibis Paris Gare de L'Est 10ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Saint Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769e1944abae875702fbb8f4a4a2d13e8e55540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="912.25" OriginalAmount="885.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87811" Longitude="2.3527" StarRating="3" HotelCode="|183988" HotelName="Ibis Paris Gare Du Nord La Fayette 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 rue La Fayette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/8/8/183988_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="913.91" OriginalAmount="887.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84450406079" Longitude="2.3729449510574" StarRating="4" HotelCode="35943|FR003718" HotelName="Mercure Paris Gare de Lyon TGV Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 place Louis Armand, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/b3/3fb3f5b58e51cb1a48c621f33a57b875db7e8627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located behind the clock tower of the Gare du Lyon station. Its location guarantees gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="914.78" OriginalAmount="888.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8333354" Longitude="2.3169505" StarRating="3" HotelCode="|63302" HotelName="Atelier Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>84 Rue Raymond Losserand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/0/2/63302_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="914.85" OriginalAmount="888.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84955" Longitude="2.37241" StarRating="0" HotelCode="|183411" HotelName="Adagio Access Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Moreau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/4/1/1/183411_fca32460840.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="915.67" OriginalAmount="889.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873701" Longitude="2.359048" StarRating="3" HotelCode="25355|staycity_serviced_apartments__gare_de_lest_2" HotelName="Staycity Aparthotels Gare de L’Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Fax,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Passage Dubail, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/aa/adaa1cb76bdfea84eccde2eaef546731be893e85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="916.70" OriginalAmount="890" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6103-28496710/8958439128675589602/2851" HotelName="ACCUEIL HOTEL PARIS PIGALLE MONTMARTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/860000/859900/859852/fc39445b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="917.15" OriginalAmount="890.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.837676" Longitude="2.306316" StarRating="3" HotelCode="906469|FR083676" HotelName="Holiday Inn Paris - Montparnasse Pasteur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Gager Gabillot, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/15/ea15d2d227d0f853b129b1068879c400221aba4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 15 minutes walking distance from Montparnasse train station and tower, Les Inva...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="917.73" OriginalAmount="891.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886488780318" Longitude="2.3356421291828" StarRating="2" HotelCode="50290|comfort_hotel_montmartre_place_du_tertre" HotelName="Best Western Plus Hôtel Littéraire Marcel Aymé" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tholoze, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/ee/c7ee21214487b2dd72ccb51541a942d7bd90e4df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, recognisable by its typical Montmartre corner frontage, is located between the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="918.76" OriginalAmount="892.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.825677" Longitude="2.323218" StarRating="3" HotelCode="145924|hotel_chatillon_paris_montparnasse" HotelName="Chatillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, Square Chatillon, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/9d/1e9de53f4ab0f1e3e08bcd1e77b5ace197b8fdfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="921.85" OriginalAmount="895.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839902038905" Longitude="2.3814958333969" StarRating="3" HotelCode="35367|hotel_claret" HotelName="Claret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Boulevard de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/cf/f8cf4487dd7dc8dc2b2e0bfc970d9931e5284a03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies close to Bercy Park as well as the gare de Lyon. Plenty of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="921.98" OriginalAmount="895.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.844384" Longitude="2.372325" StarRating="4" HotelCode="|20452" HotelName="Mercure Paris Gare De Lyon TGV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLACE LOUIS ARMAND 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/5/2/20452_6a10e5b0722.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 299 rooms, 7 floors and a bar. SITUATION: It is located next to theParis-Gare de Lyon the railway station it is in an excellent location close to the financial area, the sports centre and the National Library. Clients can also find Bastille the opera. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a mini-bar, a safe and a central air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="922.88" OriginalAmount="896" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1462181-32791673/8958439128675589602/3558" HotelName="HOTEL BARNETT PARIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/120000000/119300000/119297400/119297348/308325cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="922.88" OriginalAmount="896" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.835765" Longitude="2.292339" StarRating="2" HotelCode="110528|348587" HotelName="Lutece" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Langeac, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/2b/232b5b8748be64d7efb1ab4559a4c6113e6b01be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="922.88" OriginalAmount="896.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.838826937191" Longitude="2.2894021868706" StarRating="3" HotelCode="29128|ibis_styles_paris_15_lecourbe" HotelName="Ibis Styles Paris 15 Lecourbe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 rue de La Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/31/1b31decf78714c400888ff1b1c8863655e06477f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located at the heart of Paris, close to the Eiffel Tower and the Porte de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="923.50" OriginalAmount="896.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84826" Longitude="2.393405" StarRating="4" HotelCode="|443648" HotelName="Paradiso" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135 Boulevard Diderot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/6/4/8/443648_b2ce45f1546.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="923.69" OriginalAmount="896.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8823013" Longitude="2.2971001" StarRating="4" HotelCode="|22617" HotelName="Monceau Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE RENEQUIN 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/7/22617_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 25 rooms, a reception and a safety deposit box service. The establishment has a TV room, a bar and a pub. SITUATION: This hotel the Arc de Triomphe it is near the Champs-ElysÃ©es it is situated only a few minutes walk away from 50 metres away, guests will find shops, bars, pubs and restaurants. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="926.27" OriginalAmount="899.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8796005" Longitude="2.2962" StarRating="3" HotelCode="|28149" HotelName="Niel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAUSSIER LEROY 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/4/9/28149_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel with air-conditioning, has 6 floors, 38 rooms and 3 suites. In the entrance, guests are offered a lobby with a reception and a lift. The establishment boasts a hairdresser's, Guests can find a cafÃ© and a dining room. The establishment offers guests internet and a fax machine. The establishment has facilities for disabled guests. SITUATION: This small hotel is on a quiet street, Avenue Niel and Rue Poncelet it is located between it is in 17 District the Arc de Triomphe and the Champs Ã‰lysÃ©es 500 metres away, guests can find 200 metres away, guests can find restaurants, bars, nightclubs, a bus stop and a metro station. 500 metres away, clients have shops, is 25 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The comfortable rooms a bathroom with a hairdryer, They have an air-conditioning system, a direct line telephone, a satellite TV, internet, a safe and a double bed. OTHERS: Guests can book bed and breakfast, The establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="926.57" OriginalAmount="899.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879396" Longitude="2.357666" StarRating="4" HotelCode="|124937" HotelName="Hor Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160 RUE LA FAYETTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/3/7/124937_56a564c1546.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, WiFi (free of charge), a terrace and a garden. SITUATION: It is located 120 metres away fromGare du Nord the metro station of 100 metres away, guests have restaurants, cafÃ©s, la Place de la RÃ©publique 20 minutes away, you can find Montmartre 15 minutes away from the establishment you have. ROOM: The rooms have a flat-screen television, a bathroom with a shower and a terrace. Customers can find disabled access rooms. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="927.00" OriginalAmount="900.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85928" Longitude="2.307507" StarRating="2" HotelCode="110462|amelie" HotelName="Hotel Amélie – Green Spirit Hotels Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Amélie, 75007 Paris, Île de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/70/5a70ac3fcee1ed95b00d01852f9f2b7c4c56cc9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="928.73" OriginalAmount="901.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870807" Longitude="2.359861" StarRating="2" HotelCode="|80610" HotelName="District Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Lucien Sampaix, 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/6/1/0/80610_8a80c3e0938.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel ParÃ­s it is in la RÃ©publique it is located 500 metres away from excellent transport links to RÃ©publique the underground station of Gare du Nord it is situated 1,2 kilometres away from. ROOM: Each room has a bathroom, a television and WiFi (free of charge). FACILITIES: The establishment boasts a lift and a reception. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="930.08" OriginalAmount="902.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87367" Longitude="2.35916" StarRating="3" HotelCode="|184239" HotelName="Staycity s, Paris Gare De L'est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Passage Dubail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/3/9/184239_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="930.09" OriginalAmount="903.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88087991762" Longitude="2.3516401648521" StarRating="2" HotelCode="74610|hotel_cambrai" HotelName="Cambrai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 Bis Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/ff/b6ff685a2de35009acf986f164d2d13bd6952f39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="930.09" OriginalAmount="903.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873763009575" Longitude="2.3453916441803" StarRating="3" HotelCode="110485|du_leman_opera" HotelName="Hôtel Léman Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de Trévise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/45/8845ea40b83f697cba8b548d2033132bf4474073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="931.58" OriginalAmount="904.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8906288" Longitude="2.3175859" StarRating="4" HotelCode="|15356" HotelName="Tribe Paris Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CARDINET 176</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/5/6/15356_443b7740940.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the 17th arrondissement, Close to, is situated in ParÃ­s western It has excellent transport links to tourist points of interest, Such as, and the opera, is situated 200 metres away from the metro station, 30 minutes away from the establishment guests have Orly and ParÃ­s-Charles de Gaulle the airports of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="932.15" OriginalAmount="905" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|68828-28496865/8958439128675589602/1582" HotelName="GRAND DORE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1560000/1556500/1556433/25e9869d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="932.15" OriginalAmount="905" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|26290-28498996/8958439128675589602/1894" HotelName="IBIS PARIS ITALIE TOLBIAC 13EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18600/18558/e62cecf6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="932.15" OriginalAmount="905.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875731899925" Longitude="2.2863404971331" StarRating="4" HotelCode="15802|l_hotel_pergolese" HotelName="L'Hotel Pergolese Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Pergolèse, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/96/18967598f499a8d72da1f3584e431426d73a026a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located on a quiet side street really close to the Champs Elysées. Countl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="933.07" OriginalAmount="905.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877963656687" Longitude="2.3875173926353" StarRating="3" HotelCode="24650|298655" HotelName="Aparthotel Adagio Paris Buttes Chaumont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Cours du 7ème Art, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/a4/dca45e91c5b74921fca60135ac475dc84e79d3e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Paris' 19th arrondissement in the Buttes-Chaumont distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="933.18" OriginalAmount="906" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850792926759" Longitude="2.2843327165676" StarRating="3" HotelCode="553206|222375" HotelName="Yooma Urban Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Quai De Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/da/51da3d20a5c51ddaa81eebcf8a858d0a28ff807a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Arr14/15:Montparnasse-T. Eiffel. The 106 welcoming rooms offer a perfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="933.18" OriginalAmount="906.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.82234236" Longitude="2.33456919" StarRating="3" HotelCode="308152|hotel_du_parc_montsouris" HotelName="Hôtel du Parc Montsouris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Pets allowed,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Parc Montsouris, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/ae/93aec540430a8a358d1ebb2b79bdd9cbe0701b33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel du Parc Montsouris in Paris (Montparnasse Tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="933.46" OriginalAmount="906.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8855" Longitude="2.294018" StarRating="3" HotelCode="|59440" HotelName="CHAMPERRET ELYSEES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>129 AVENUE DE VILLERS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/4/0/59440_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is, business, is next to ParÃ­s the congress centre. SITUATION: the Champs-ElysÃ©es It is near it is close to Porte Maillot the Congress Centre. ROOM: The establishment has 45 rooms, The fully-equipped rooms, an air-conditioning system, heating, a satellite television and WiFi. FACILITIES: The establishment boasts a cafÃ© and a meeting room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="934.77" OriginalAmount="907.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8472478" Longitude="2.3718128" StarRating="3" HotelCode="|67109" HotelName="9hotel Bastille - Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 RUE DE LYON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/0/9/67109_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is close to places of interest, this hotel is in an excellent location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="934.81" OriginalAmount="907.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839303" Longitude="2.392665" StarRating="3" HotelCode="|63371" HotelName="LE QUARTIER BERCY SQUARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 BOULEVARD DE REUILLY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/1/63371_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays, is in a good location and it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="934.91" OriginalAmount="907.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878057894145" Longitude="2.3526607055226" StarRating="3" HotelCode="110492|FR003671" HotelName="Hôtel ibis Paris Gare du Nord la Fayette 10ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/07/7d07a0b0f97190be14798b223f62f77d9fae3bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="936.27" OriginalAmount="909" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839067815609" Longitude="2.3316220932541" StarRating="3" HotelCode="97082|224980" HotelName="Hôtel Istria Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Campagne Premiere, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/35/063521c2d179f98a3974656ec5b67a95859f9ba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="936.27" OriginalAmount="909.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8886555" Longitude="2.348049" StarRating="3" HotelCode="267513|hotel_boronali" HotelName="Boronali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fc/ddfc149ef2073d853bbeb98af1dde0276bf010e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="937.41" OriginalAmount="910.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8279991" Longitude="2.3689001" StarRating="3" HotelCode="|22466" HotelName="Le Richemont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN COLLY 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/6/6/22466_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors and 40 rooms. In the establishment entrance, guests will find a lobby with a reception, a lift and a safety deposit box service. The establishment has an inviting bar, a conference room and internet (for a fee), The establishment offers guests a laundry service and a car park (for a fee). SITUATION: This charming hotel is next to Seine the river it is 10 minutes away from, the tourist area, Where you can find, close to the establishment, clients can find bars, pubs, nightclubs and restaurants. it is 20 minutes away from Paris Orly Airport. ROOM: Each room has a bathroom with a shower, a direct line telephone, a television, internet, a mini-bar, a safe, an air-conditioning system and heating. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="938.33" OriginalAmount="911.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84209" Longitude="2.303201" StarRating="3" HotelCode="110520|hotel_carladez_cambronne" HotelName="Carladez Cambronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Beuret, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/15/dc1551636a703d3c7a98a6b4c0e2c37300648cd6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="939.23" OriginalAmount="911.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8513107" Longitude="2.3924126" StarRating="2" HotelCode="|359844" HotelName="District Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/8/4/4/359844_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="939.29" OriginalAmount="911.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843932" Longitude="2.2887" StarRating="3" HotelCode="|443417" HotelName="Rose Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue de l'Eglise</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/4/1/7/443417_7ae16940850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="940.10" OriginalAmount="912.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8536773" Longitude="2.380545" StarRating="3" HotelCode="|62328" HotelName="Exquis By Elegancia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Charonne,71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/3/2/8/62328_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars. SITUATION: Is situated inParÃ­s the city centre of Bastille near the establishment, guests will find close to the establishment, guests have Ledru Rollin the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="940.39" OriginalAmount="913" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|387344-28456750/8958439128675589602/131" HotelName="DE REIMS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3740000/3738400/3738313/4987c39a_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="940.39" OriginalAmount="913.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879605489263" Longitude="2.2960701584816" StarRating="3" HotelCode="26755|hotel_niel" HotelName="Hôtel Niel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Saussier Leroy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/a4/b5a4d08837cd464e4feec24a066376def562ecea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The small, charming hotel is located on a quiet street between Avenue Niel and the picturesque Ponce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="940.39" OriginalAmount="913.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876558195011" Longitude="2.347109913826" StarRating="3" HotelCode="31210|hotel_montholon_paris" HotelName="Montholon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/95/869569d97eadf14106fa28da1a6301c0c323f809.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located close to the tourist centre just a short distance from restaurants,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="940.72" OriginalAmount="913.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8465996" Longitude="2.2879" StarRating="3" HotelCode="|53533" HotelName="Alizé Grenelle Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>87 avenue Emile Zola</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/3/3/53533_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet hotel and it is in ParÃ­s the business centre of, This small establishment and has 50 rooms a spacious living room. SITUATION: Is situated inBeaugrenelle the business area of Porte de Versailles, Montparnasse and Champs-ElysÃ©es It is located between it is well-connected with public transport services, has good links to the airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="941.31" OriginalAmount="913.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87036" Longitude="2.35132" StarRating="2" HotelCode="|183898" HotelName="Mazagran" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4, rue Mazagran</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/9/8/183898_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="941.42" OriginalAmount="914" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868416466643" Longitude="2.2891782224178" StarRating="3" HotelCode="200888|203145" HotelName="Hotel Pastel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e6/2ee6d61b08cd7fb1d0be53c3af457fe318a5d39f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet neighbourhood in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="942.45" OriginalAmount="915.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.833828911808" Longitude="2.3549741506576" StarRating="3" HotelCode="60486|kyriad_paris_13__italie_gobelins" HotelName="Kyriad Italie Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, Rue Véronèse, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/67/06670be7ca8d2147dceb7a51fea26cb2414b9564.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="943.48" OriginalAmount="916.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.889869668175" Longitude="2.3210817575455" StarRating="3" HotelCode="14338|121_paris_hotel" HotelName="121 Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>121 Avenue de Clichy, 75017 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/40/7e4027ea90b703f263c8d0da569a2d747028bbb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a lively quarter of Paris where the worlds of art and business mingle, this is the perfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="943.48" OriginalAmount="916.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851781751752" Longitude="2.378707924311" StarRating="3" HotelCode="16675|ibis_paris_bastille_faubourg_saint_antoine_11eme" HotelName="ibis Paris Bastille Faubourg-Saint-Antoine 11ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/f8/aaf8110be5268bc5e1ad637bce6bae9f01b7661b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="943.88" OriginalAmount="916.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832524" Longitude="2.358928" StarRating="3" HotelCode="|406236" HotelName="Ibis Paris Place D'Italie 13ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Avenue Stephen Pichon.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/2/3/6/406236_650af771033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="944.51" OriginalAmount="917.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.835885" Longitude="2.294965" StarRating="3" HotelCode="128332|ibis_paris_convention_15eme" HotelName="Hôtel ibis Paris Vaugirard Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Eugène Gibez, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1a/2f1a5b91f28ac34b331d8d8ff3a47225360a12b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="945.97" OriginalAmount="918.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832252" Longitude="2.316344" StarRating="3" HotelCode="|125507" HotelName="Fred" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Villemain</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/5/0/7/125507_08602e11600.jpg</HotelPictures>
        <HotelDescription>HOTEL: Guests can find 36 comfortable rooms. SITUATION: 200 metres away, clients havePlaisance the metro station of Close to.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="946.57" OriginalAmount="919" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436496-28496613/8958439128675589602/1851" HotelName="UNIC RENOIR SAINT GERMAIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/862400/862381/67445507_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="946.57" OriginalAmount="919" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.835974" Longitude="2.405967" StarRating="3" HotelCode="110501|56768" HotelName="de la Porte Doree" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>273 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/eb/b4ebfa7e0d3c2e465bfa963a16af29ad8986c1dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="946.57" OriginalAmount="919.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873962" Longitude="2.346864" StarRating="3" HotelCode="76924|hotel_aida_opera" HotelName="Aida Opera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Richer, alternativ: 17 Rue Du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae09a079c5e494472631145f3d3a4300b3a3a4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the middle of Paris, in one of the most lively districts of the city, close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="947.57" OriginalAmount="919.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839728" Longitude="2.323573" StarRating="4" HotelCode="|57472" HotelName="Hotel Mercure Paris Centre Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20; RUE DE LA GAITE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/7/2/57472_3bb59260803.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and is ideal for holidays, has excellent service. SITUATION: It is situated close to the tourist attractions, the city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="949.66" OriginalAmount="922" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18883-517134/8958439128675589602/3350" HotelName="BEST WESTERN PLUS 61 PARIS NATION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/23800/23739/6a0742e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="949.66" OriginalAmount="922.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879899183937" Longitude="2.2987014055252" StarRating="2" HotelCode="32503|hotel_des_deux_avenues" HotelName="Des Deux Avenues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 rue Poncelet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/05/3c0507d8f21438c38a6f6dc2fd86144ea33635ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located near to the markets and the famous Place des Ternes. In only a num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="949.66" OriginalAmount="922.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847347930299" Longitude="2.2832633135415" StarRating="4" HotelCode="905730|platine_hotel" HotelName="Platine Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Ingénieur Robert Keller, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/89/328917470d6ec6f794842d58fb9d955e378ee50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located in Paris' 15th district, just 300 m from Charles Michels metro station....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="950.56" OriginalAmount="922.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847396" Longitude="2.371569" StarRating="3" HotelCode="23688|1661658" HotelName="Corail" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/63/aa639b79df7f255ca2af44b0924e0720225d2927.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="951.01" OriginalAmount="923.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8797722" Longitude="2.350915" StarRating="4" HotelCode="|15274" HotelName="Rocroy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Rocroy Paris ,13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/4/15274_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The De Rocroy is rated three stars, is in the city centre and was built in 1950. The establishment boasts a restaurant, lifts, a safety deposit box service, room service and business facilities. ROOM: The establishment has 54 rooms with a hairdryer and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="952.21" OriginalAmount="924.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878873" Longitude="2.344825" StarRating="4" HotelCode="|44666" HotelName="Ze" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/6/44666_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1890, was renovated in 2008, has 24 standard rooms and air-conditioning. In the entrance, you can find a lobby with express check-out, a reception, a safety deposit box service, a cloakroom and a lift. The establishment boasts a cafÃ©, a bar and a breakfast room. There are many services available at the establishment, including internet, room service and a laundry service. SITUATION: This hotel is in a peaceful area, close to the opera and the department stores, restaurants and bars. 150 metres away, there is a public transport stop. It is 10 minutes away from ParÃ­s city centre, 10 minutes away from Montmartre nightclubs and 45 minutes away from the exhibition centre Villepinte. It is 20 kilometres away from Orly and Charles de Gaulle Airport. ROOM: All the rooms have a bathroom with a shower or bath, a hairdryer, a double bed, a direct line telephone, satellite or cable TV, internet, a fridge, an individual air-conditioning system and a central heating system. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="953.78" OriginalAmount="926" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.825292" Longitude="2.357274" StarRating="4" HotelCode="110507|35802" HotelName="Best Western Amiral Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/ff/ebff95c7de14c78c6c98ef61d5ed0f09d2015f96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="953.78" OriginalAmount="926.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885210085533" Longitude="2.29397803545" StarRating="3" HotelCode="70645|champerret_elysees" HotelName="Champerret Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/f2/5df28e599e3de688cf59fdd088a90422976f8441.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="953.83" OriginalAmount="926.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83584" Longitude="2.29241" StarRating="4" HotelCode="|187675" HotelName="Moderniste" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 RUE DE LANGEAC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/6/7/5/187675_45654341237.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="954.04" OriginalAmount="926.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839956764319" Longitude="2.3236539959908" StarRating="4" HotelCode="29761|FR003674" HotelName="Mercure Paris Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de la Gaite, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/01/c2/01c25c6faeaab3c76374386309eaef82d5fdab1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="954.53" OriginalAmount="926.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8661822" Longitude="2.3718997" StarRating="2" HotelCode="|55727" HotelName="Hor Les Lumieres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 RUE JEAN PIERRE TIMBAUD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/2/7/55727_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The All Seasons Voltaire Republique is rated two stars, is situated in the city centre and was built in 1994. The establishment has a restaurant, lifts, a sauna, room service, business facilities and pets are allowed. ROOM: The establishment has 42 rooms with a hairdryer, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="956.08" OriginalAmount="928.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.890499260539" Longitude="2.3175626993179" StarRating="3" HotelCode="32473|FR056051" HotelName="Abrial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/95/97/9597cf832d06b5ee10d4f4d76a21a9f853d81cdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 17th arrondissement in the west of Paris near the enchanting Parc Moncea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="957.10" OriginalAmount="929.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8997159" Longitude="2.3215052" StarRating="0" HotelCode="|359928" HotelName="Odalys City Paris Xvii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/2/8/359928_1_3088.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="958.69" OriginalAmount="930.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8340046" Longitude="2.3536526" StarRating="0" HotelCode="|273093" HotelName="Oops! Latin Quarter By Hiphophostels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Avenue Des Gobelins</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/0/9/3/273093_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="960.99" OriginalAmount="933" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882847500676" Longitude="2.3346510529518" StarRating="3" HotelCode="25640|10622" HotelName="Royal Fromentin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/15/5815b474b04893c0a4f5e2b8c0fbed2faa371e30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="960.99" OriginalAmount="933.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878468618849" Longitude="2.3582893610001" StarRating="2" HotelCode="63662|kuntz" HotelName="Kuntz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue des Deux Gares, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/22/4a2238c446493c48f7e45df996639c9ee0fff7dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="961.33" OriginalAmount="933.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858232" Longitude="2.371871" StarRating="3" HotelCode="|124878" HotelName="La Finca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 BD RICHARD LENOIR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/8/7/8/124878_003718d1748.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located betweenthe Bastille and Le Marais the districts. ROOM: Clients can find 21 rooms, non-smoking rooms, a direct line telephone, a safety deposit box, a satellite television, a bathroom and a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="961.73" OriginalAmount="933.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.836655" Longitude="2.276706" StarRating="0" HotelCode="|446862" HotelName="Kopster Paris Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Boulevard Victor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/6/2/446862_1eb02131254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="961.99" OriginalAmount="933.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86449" Longitude="2.35694" StarRating="0" HotelCode="|250779" HotelName="Les Patios Du Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue des Gravilliers</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/7/7/9/250779_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="962.15" OriginalAmount="934.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850895350516" Longitude="2.3699234426022" StarRating="3" HotelCode="32823|FR001091" HotelName="Pavillon Bastille" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/85/fd85cf86ccfc467b4324baca13bda4a6fa09076c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located near to the Opera, Bastille and Le Marais. A park with inviting law...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="963.05" OriginalAmount="935.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883776144768" Longitude="2.3226052522659" StarRating="3" HotelCode="904815|hotel_b_square_anciennement_batignolles_villiers" HotelName="Hôtel B Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Batignolles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/6d/b46d267eaf959d2734a62547eb94537e8286ccb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="963.18" OriginalAmount="935.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85079" Longitude="2.28433" StarRating="3" HotelCode="|445216" HotelName="YOOMA Urban Lodge Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Quai de Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/1/6/445216_37b76e91339.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="963.36" OriginalAmount="935.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.842501" Longitude="2.384903" StarRating="0" HotelCode="|448461" HotelName="Appart'city Collection Paris Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 Avenue Daumesnil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/6/1/448461_01c85101149.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="964.08" OriginalAmount="936.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.881259" Longitude="2.294725" StarRating="4" HotelCode="68257|hotel_westside_arc_de_triomphe" HotelName="Westside Arc de Triomphe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Pierre Demours, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/02/b9023e67fd3489bcbb37ab30bf4143fa79150af2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="964.08" OriginalAmount="936.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832936" Longitude="2.355431" StarRating="3" HotelCode="259917|la_manufacture" HotelName="La Manufacture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Philipe de Champagne, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/f0/02f07cc4ac465785f37f67e9cca1c02aa2692878.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="965.11" OriginalAmount="937" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.23519" Longitude="13.600427" StarRating="3" HotelCode="0|56119-28500722/8958439128675589602/2503" HotelName="IBIS PARIS GARE DE L'EST TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1 PICAL, POREC, HR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565600/565561/161cb3af_b.jpg</HotelPictures>
        <HotelDescription>Already a firm favourite among Porec admirers, the newly upgraded and refurbished hotel is located near the stunning beachfront in quiet surroundings, only a relaxing scenic stroll from the old town of Porec. The tranquil Mediterranean parkland setting and recent extensive renovations that include an impressive show cooking restaurant with an even larger panoramic terrace, spacious rooms, innovative children's programs at the Maro Club and beach with unforgettable view of Porec allow to spend a carefree holiday.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="965.11" OriginalAmount="937.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875104601129" Longitude="2.3583644628525" StarRating="2" HotelCode="59524|sibour" HotelName="Sibour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Sibour, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a1/12a1b1944b1304efa5b8bf58c1b5e3b42d2cac05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="965.11" OriginalAmount="937.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878912257158" Longitude="2.3448595404625" StarRating="3" HotelCode="58700|tour_dauvergne_opera" HotelName="ZE Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de la Tour d’Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4c/024ce8abd27225aa280bbd7de0b6c7efe3394a61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet street, just a stone's throw from the L'Opera and some of the city'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="965.76" OriginalAmount="937.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8317987" Longitude="2.3870921" StarRating="0" HotelCode="|24816" HotelName="Adagio Paris Bercy Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Cour du Minervois</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/6/24816_aa809bb1106.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 8 floors and 142 rooms. The establishment has a lobby with a reception, a lift, conference facilities and it offers a laundry service. SITUATION: This complex is in an excellent location, is situated in the heart of Village de Bercy. Nearby, you will find monuments and parks. It is just 14 kilometres away from ParÃ­s Orly Airport. ROOM: The rooms have a bathroom, a direct line telephone, satellite or cable TV, a Hi-Fi and internet. They are equipped with a small kitchen with oven, a fridge, a safety deposit box (available for a fee), a balcony or terrace and an individual air-conditioning system. MEALS: Guests are offered a breakfast service. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: The establishment offers cots on request (for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="965.83" OriginalAmount="937.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8779518" Longitude="2.2850818" StarRating="4" HotelCode="|44701" HotelName="L'adresse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU DEBARCADERE 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/0/1/44701_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment recently opened, is luxury, comfortable and modern, has multilingual staff and 23 rooms. This urban hotel, with air-conditioning, is perfect for business and holiday stays, In the establishment entrance, guests will find a lobby with a reception, WiFi and a laundry service (for a fee). SITUATION: This hotel is in ParÃ­s north-west Porte Maillot is situated in near the establishment, you will find La DÃ©fense the business area of congress centre, is situated 800 metres away from the city centre, next to the establishment, clients have the metro station, 200 metres away, there is restaurants, a park, is situated 500 metres away from shops, close to the establishment, clients can find the tourist attractions, is 24 kilometres away from Paris Orly Airport it is situated 27 kilometres away from Charles de Gaulle Airport. ROOM: The rooms, luxurious, elegant and a bathroom with a shower or bath, They have a hairdryer, a direct line telephone, WiFi, a mini-bar, a safe, a satellite TV, an iPod docking station, Nespresso, a double bed with air-conditioned. MEALS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, cash and cheques.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="967.17" OriginalAmount="939" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.827919264295" Longitude="2.368905544281" StarRating="3" HotelCode="337159|15502" HotelName="Residence Richemont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Jean Colly, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/95/f69599bbca1fed63dc5927ce033e1b4e665cda22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly beside the River Seine and by making use of the metro service (Lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="967.94" OriginalAmount="939.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843756" Longitude="2.296839" StarRating="4" HotelCode="|520052" HotelName="Villa Eiffel Mademoiselle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Mademoiselle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/0/0/5/2/520052_d6eea7e1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="974.01" OriginalAmount="945.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886991" Longitude="2.300422" StarRating="4" HotelCode="|78327" HotelName="de Neuville Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/3/2/7/78327_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated close to the Congress Centre, places of interest and the business area. in the surrounding area, clients have the metro station. ROOM: The rooms have work area and a bathroom with a bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="974.16" OriginalAmount="945.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876551138832" Longitude="2.3270148038864" StarRating="3" HotelCode="36461|FR047401" HotelName="Grand Hotel du Havre" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue D'amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/1d/871da5c50b4b3e891b66c386d8c2ebf759e67411.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located just steps away from Saint Lazare train station. Numerous restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="974.38" OriginalAmount="946" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|889548-28479599/8958439128675589602/1207" HotelName="LE KATORZE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/55000000/54850000/54841900/54841885/ded36f34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="974.38" OriginalAmount="946" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|600828-28564387/8958439128675589602/2889" HotelName="B55" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28830000/28825400/28825369/8008c8a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="974.99" OriginalAmount="946.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87674" Longitude="2.35794" StarRating="0" HotelCode="|169181" HotelName="Hotel De Lorraine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE DALSACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/8/1/169181_db016671235.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant and a transfer service to the airport, Pets are allowed, The establishment also offers a concierge. SITUATION: This hotel ParÃ­s it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="975.70" OriginalAmount="947.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864362" Longitude="2.371038" StarRating="3" HotelCode="|71713" HotelName="Hotel Saint Martin Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD RICHARD LENOIR 114</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/1/3/71713_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="976.44" OriginalAmount="948.0" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.834893527714" Longitude="2.3296058177948" StarRating="4" HotelCode="25179|FR001221" HotelName="Villa Montparnasse" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Boulard, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f1/28f1ed2b5b9559fa6840afeb112a189a09dfc90d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in very quiet and safe surroundings on the Left Bank, in the heart of the Mont...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="976.44" OriginalAmount="948.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884129" Longitude="2.325272" StarRating="3" HotelCode="180060|hotel_rendezvous_batignolles" HotelName="Hôtel Rendez-Vous Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Rue Lecluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/fc/8cfca1ec847cef39af4aaa3f94f750e4e4d1164e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the Batignolles district of Paris, this hotel lies within a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="976.58" OriginalAmount="948.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.833071" Longitude="2.288026" StarRating="4" HotelCode="80567|4162314" HotelName="Mercure Paris Vaugirard Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e1/83e19120c00ed650d5146cae8c420f5950137511.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the city centre, opposite the entrance to the exhibition centre and close to the Por...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="976.79" OriginalAmount="948.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88449312029" Longitude="2.2993384301662" StarRating="3" HotelCode="39329|300005" HotelName="Hotel de Prony" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Bis Avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/fb/1afb606c0a07b3e44583513ba22eccff90dde4bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the 17th arrondissement just a few minutes from many of the French...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="977.47" OriginalAmount="949.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845758" Longitude="2.371773" StarRating="3" HotelCode="110506|hotel_terminus_lyon" HotelName="Terminus Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard Diderot, Gare de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/19/6b19e3f2a545af3c29b0e392f3c8c0b29b51ce7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="977.47" OriginalAmount="949.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846078777034" Longitude="2.3770521370628" StarRating="2" HotelCode="324960|hotel_prince_albert_concordia" HotelName="Hotel Prince Albert Concordia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>38 boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/69/7f6925cddc9a229e9eb4c66bc15098cc124061a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated just beside Gare de Lyon,  the 2 stars Prince Albert Concordia Hotel  welcomes you into a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="978.50" OriginalAmount="950.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="732738|edgar_suites_expo_paris_porte_de_versailles" HotelName="Edgar Suites Expo Paris Porte De Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Bis Villa Thoreton, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8c/3d8cd0cb89cdd78547e0a4a1b34e237d18663d3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="979.04" OriginalAmount="950.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8965492" Longitude="2.343719" StarRating="3" HotelCode="|22016" HotelName="Dalila" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LETORT 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/1/6/22016_9fe80f71535.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel with a garden, has a main building, an annexed building and 7 floors. It has 49 rooms, 38 double rooms and 11 single rooms. In the establishment entrance, guests will find a hall with a reception, a safety deposit box service and lifts. Guests are also offered a breakfast room and internet. SITUATION: It is located close toPorte de Clignancourt the underground station of It is situated close to the tourist centre, Clients can also find restaurants, bars, cafÃ©s and shops. 20 minutes away from the establishment, clients can find Gare du Nord and Moulin Rouge the Station of it is 23 kilometres away from Charles de Gaulle Airport it is situated 31 kilometres away from Paris Orly Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV and internet. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="979.53" OriginalAmount="951.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3279750347138" StarRating="3" HotelCode="19073|villa_modigliani" HotelName="Hôtel La Villa Modigliani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/5a/175adf24da5c31fd5f50aa8f6acf10a893d81548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Montparnasse district of Paris, just 1.9 km from the Jardin du Luxembou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="980.50" OriginalAmount="951.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884561" Longitude="2.325902" StarRating="3" HotelCode="|480705" HotelName="Hôtel de Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Biot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/0/7/0/5/480705_df5fb4f1711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="980.56" OriginalAmount="952.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.842179" Longitude="2.312783" StarRating="2" HotelCode="258438|innova" HotelName="Madrigal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard Pasteur, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/4c/c34ce5b321ba8fc0c7e00ed730676a65addc4ed3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the lively Montparnasse area, the hotel is a few minutes' walk from Montparnasse train s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="982.62" OriginalAmount="954" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.838677453927" Longitude="2.2887240288361" StarRating="3" HotelCode="39454|55411" HotelName="Hôtel de la Paix" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Duranton, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/2b/222beeeaa8c6f131de76b66fdfa97e923f748475.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="982.62" OriginalAmount="954.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884910047539" Longitude="2.3033376038074" StarRating="4" HotelCode="64781|best_western_mercedes_arc_de_triomphe" HotelName="Best Western Hotel Mercedes Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/04/4304003c23d319fd90278fb215d51afb2a5d7d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Avenue Wagram in Paris' 17th arrondissement, a few minutes from Place des T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="983.65" OriginalAmount="955.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885640436118" Longitude="2.3344740271568" StarRating="3" HotelCode="23062|hotel_29_lepic" HotelName="29 Lepic Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Lepic, Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/1c/f21cc982f20eaa514cdc1816c0765f750fcc303f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Montmartre district in the northeast of Paris. Picturesque Montmartre c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="984.12" OriginalAmount="955.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874515" Longitude="2.392362" StarRating="0" HotelCode="|537641" HotelName="Residence Le Belleville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 rue Frederick Lemaitre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/4/1/537641_5a60ff30958.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="984.68" OriginalAmount="956" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|652332-28503024/8958439128675589602/384" HotelName="L'AMIRAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/652332/20211116124524502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="985.58" OriginalAmount="956.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8470202" Longitude="2.4083366" StarRating="3" HotelCode="|15331" HotelName="Ibis Styles Paris Nation Cours de Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cours de Vincennes,96</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/1/15331_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Hipotel Nation (antes Terminus) is rated two stars, is situated in the city centre and was built in 1900. The establishment boasts a restaurant, lifts, a safety deposit box service, room service, business facilities and pets are allowed. ROOM: Clients are offered 44 rooms. They are equipped with a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="985.71" OriginalAmount="957" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845068211283" Longitude="2.3209460863164" StarRating="4" HotelCode="161498|23959" HotelName="La Parizienne By Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76efa261755a6872f855071889cf1a7cc38b89a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Boulevard de Montparnasse and offers guests the opportunity to see the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="986.25" OriginalAmount="957.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8789139" Longitude="2.336895" StarRating="3" HotelCode="|20478" HotelName="Lorette - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE NOTRE DAME DE LORETTE 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/7/8/20478_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1880, renovated in 2004, has 6 floors and 84 rooms. In the entrance, guests are offered lifts, a lobby with a reception, a safety deposit box service, a currency exchange service. The establishment offers internet, a laundry service and a breakfast room. SITUATION: This hotel MontmartrÃ© and Le SacrÃ© Coeur it is close to it is situated near the opera, 50 metres away, clients have St Georges the underground station of it is 20 kilometres away from the airport, near the establishment, guests will find shops, leisure areas and entertainment. ROOM: All the rooms have a direct line telephone, a satellite or cable television, heating, an individual air-conditioning system, a double bed and a safety deposit box. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="986.74" OriginalAmount="958.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84376294" Longitude="2.28875665" StarRating="4" HotelCode="731748|hotel_rose_bourbon" HotelName="Hôtel Rose Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue de l'Église, 15ème Arrondissement, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/65/4b65de721326beda74fd50abff703430d594ef7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for the gay community, this comfortable hotel is located in Arr14/15:Montparnasse-T. Eiffel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="987.77" OriginalAmount="959.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886876" Longitude="2.300467" StarRating="4" HotelCode="65594|best_western_hotel_de_neuville" HotelName="Best Western Plus de Neuville Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Verniquet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/10/cc105bf480d9e5e90869713553e5c492c6f8b5d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is located in a quiet square about 2 km from the Arc de Triomphe and Boulevard Haus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="988.51" OriginalAmount="959.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.859253" Longitude="2.307528" StarRating="2" HotelCode="|80673" HotelName="AMELIE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5, RUE AMELIE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/6/7/3/80673_d8545cb1520.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Amelie is rated two stars, is in the city centre and has 16 rooms. SITUATION: this establishment is near shopping areas, la Torre Eiffel, Les Invalides and tourist points of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="988.80" OriginalAmount="960.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871191953661" Longitude="2.3550446158501" StarRating="3" HotelCode="47531|comfort_hotel_gare_de_lest__paris_10" HotelName="Hôtel Brady - Gare de l'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/90/38904b0bd0f883fd0116cb38b8f10a67c5562a5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively city centre, this intimate hotel enjoys a wonderful location. Le Halles, the S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="990.28" OriginalAmount="961.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845372519215" Longitude="2.3752677440643" StarRating="4" HotelCode="15231|FR003698" HotelName="Novotel Paris Gare de Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a6/44a69685bcd0ec8cff96dea48a7c7d124b44fe72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right by the Gare de Lyon railway station, a 10-minute walk from the Bastille a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="990.86" OriginalAmount="962.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.890019571838" Longitude="2.323342859745" StarRating="3" HotelCode="59525|le_katorze_hotel" HotelName="Meridional" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Docteur Heulin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/b0/c9b08330c4761c202175540a881e329f262c8724.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="992.92" OriginalAmount="964" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843038" Longitude="2.31319" StarRating="3" HotelCode="110519|224799" HotelName="Avia Saphir Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/b2/58b2d0dd27d0e57e5513a3e6b33b4a50c46be845.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="992.92" OriginalAmount="964" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.835491863508" Longitude="2.3211735969658" StarRating="4" HotelCode="77028|35787" HotelName="Best Western Bretagne Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9b/879b7adf93fee1a1b84ba12d0b9839217c8010b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in Montparnasse. The district has a free-living atmosphere and was the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="992.92" OriginalAmount="964.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839379938579" Longitude="2.3509249300594" StarRating="2" HotelCode="110441|hotel_de_france_quartier_latin" HotelName="Hotel de France Quartier Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/2c/882c0ae22863ac6f3018355be38c5296d1b5f912.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="993.79" OriginalAmount="964.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8712605" Longitude="2.3542392" StarRating="1" HotelCode="|359015" HotelName="Victory Galou" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Passage de l'Industrie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/0/1/5/359015_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="995.06" OriginalAmount="966.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8515658" Longitude="2.3908762" StarRating="3" HotelCode="|22592" HotelName="Grand  Francais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD VOLTAIRE 223</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/9/2/22592_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated on a main street, was built in 1889, has 40 rooms and 6 floors. In the entrance, guests are offered a hall with a reception, a safety deposit box service and a lift. Guests have access to a bar, conference rooms and WiFi. SITUATION: This establishment, is situated in a central area, Place de la Nation it is in Where clients can find shops and leisure areas. the Bastille 2 kilometres away, you can find Notre Dame it is situated 3,4 kilometres away from. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite and cable TV, internet and a central heating system. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="998.17" OriginalAmount="969.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885271" Longitude="2.330073" StarRating="4" HotelCode="14782|7484" HotelName="Mercure Paris Montmartre Sacre Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Caulaincourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b0/46b0c4e485df9bd363859544bd7b239c69ad2213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The appealing city hotel lies at the foot of the hill of Montmartre close to the former artist's dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="999.10" OriginalAmount="970.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83348756" Longitude="2.31899221" StarRating="4" HotelCode="411411|bob_hotel_by_elegancia" HotelName="Bob Hotel by Elegancia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Pernety, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ef/00ef59bf4ad90636044e3b88faa633fa4aee3d14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1000.04" OriginalAmount="970.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.837804" Longitude="2.355395" StarRating="3" HotelCode="|63321" HotelName="Grand  Des Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>57; BOULEVARD SAINT-MARCEL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/2/1/63321_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1000.13" OriginalAmount="971" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1354854-28481174/8958439128675589602/2018" HotelName="HILTON GARDEN INN PARIS LA VILLETTE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88180000/88175100/88175083/6d6ad83d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1000.13" OriginalAmount="971.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877404" Longitude="2.356094" StarRating="3" HotelCode="97038|midnight_hotel_paris" HotelName="Midnight Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Rue du Faubourg St Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/bb/f6bb46be5e702f8de3ecb3f80b863fcc0906760b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1001.16" OriginalAmount="972" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6266-28496832/8958439128675589602/432" HotelName="KYRIAD PARIS 13 - ITALIE GOBELINS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1144600/1144600/8a79a794_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1001.16" OriginalAmount="972" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|588596-28500860/8958439128675589602/2277" HotelName="IBIS PARIS GARE DE L'EST 10EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18090000/18083200/18083172/50a4e875_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1001.72" OriginalAmount="972.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8876487" Longitude="2.3605896" StarRating="3" HotelCode="|69533" HotelName="De Bellevue Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67, Rue Philippe de Girard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/3/3/69533_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 40 rooms and is perfect for couples and families, The establishment offers internet (free of charge), In the entrance, you can find a hall with a reception, a safety deposit box service and a lift. The establishment has various facilities, such as a cafÃ©, a mini-market, a bar, a pub, an auditorium, a television room, a restaurant, a car park and an indoor car park. SITUATION: It is close toMontmartre and sacrÃ©-cÅ“ur the district of it is well-connected with the metro station, Guests can enjoy, commercial zones, theatres and the stadium. It is situated 8 minutes away fromGare du Nord the Railway Station of it is 18 kilometres away from Charles de Gaulle and Paris Orly the airports of it is situated 110 kilometres away from ParÃ­s-Beauvais TillÃ© Airport it is situated 200 kilometres away from Brussels Airport. ROOM: They have a shower, a hairdryer, a television, internet, an iron and a safety deposit box. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: The establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1002.19" OriginalAmount="973" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185582-28497101/8958439128675589602/2088" HotelName="LIBERTEL GARE DE LEST FRANCAIS" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565200/565122/f6c2d421_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1002.56" OriginalAmount="973.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8839989" Longitude="2.3253" StarRating="3" HotelCode="|15245" HotelName="Rendez-vous Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LECLUSE 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/5/15245_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic building. SITUATION: The establishment, is in Batignolles the district of Close to and, Le Moulin Rouge 2,5 kilometres away, you can find, 500 metres away from the establishment, you can find Clichy the metro station public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1004.25" OriginalAmount="975.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879545711311" Longitude="2.3562153433253" StarRating="2" HotelCode="267509|hotel_richmond_2" HotelName="Hôtel Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/36/333653eb831d5079817e1e520a6d32dcd5f9947e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1004.59" OriginalAmount="975.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8784599" Longitude="2.3269479" StarRating="3" HotelCode="|50496" HotelName="Exe Paris Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>29, Rue d'Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/9/6/50496_1b171381311.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to Saint-Lazare the Station of the opera, and VIIIÃ¨me arrondissement the shopping centre. ROOM: The establishment has 61 rooms with TV, a direct line telephone, an air-conditioning system, a hairdryer, a safe, cable television and a bathroom. FACILITIES: The establishment has a bar, living rooms and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1005.28" OriginalAmount="976" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6154-28499070/8958439128675589602/2264" HotelName="LIBERTEL MONTMARTRE OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3800/3703/64f196c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1006.31" OriginalAmount="977.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.888901456044" Longitude="2.3331677913666" StarRating="3" HotelCode="13502|holiday_inn_paris__montmartre" HotelName="Holiday Inn Paris - Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Damremont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/6c/a06cec3cea6beb6068e68280c507e32232c473f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1007.34" OriginalAmount="978.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858168" Longitude="2.371813" StarRating="3" HotelCode="110496|auberge_flora" HotelName="Auberge Flora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Boulevard Richard Lenoir, XI Arrondissement, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/66/3366264fd7ebf733f15c53f54492dbce5c259e2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1008.37" OriginalAmount="979" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.840602" Longitude="2.334445" StarRating="3" HotelCode="25337|53798" HotelName="Novanox" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef7372c0ebcd38910e01c2d192e24e28bab33d7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 6th arrondissement just behind the Jardin du Luxembourg, between the Vav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1009.40" OriginalAmount="980" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18978-12630141/8958439128675589602/3638" HotelName="AIDA OPERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/440000/433500/433421/d2fc62d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1009.40" OriginalAmount="980.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882776" Longitude="2.344781" StarRating="0" HotelCode="|68475" HotelName="Le Régent Montmartre By Hiphophostels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard de Rochechouart</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/5/68475_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1009.40" OriginalAmount="980.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83829" Longitude="2.322965" StarRating="4" HotelCode="63276|holiday_inn_paris_gare_montparnasse" HotelName="Holiday Inn Paris - Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79-81 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/1b/7f1bedf9a89509024e052dcb4afffd9b64bb8cac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The Eiffel Tower is reachable in 15 minutes by car and one can walk ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1010.43" OriginalAmount="981.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876431" Longitude="2.290604" StarRating="2" HotelCode="110538|hotel_des_pavillons" HotelName="Des Pavillons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/59/ee59d31314ee470616a87f9b30dc56d990bf0c43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1011.46" OriginalAmount="982" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|497909-28500385/8958439128675589602/996" HotelName="PARC MONTSOURIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8270000/8263400/8263353/598d1d92_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1012.01" OriginalAmount="982.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849576" Longitude="2.379727" StarRating="3" HotelCode="23494|FR003791" HotelName="Mercure Paris Bastille Saint Antoine" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 rue Crozatier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/69/a269bb7dbdce4ebf51782cd6e03913c2e8aebfd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Since 1970 this hotel has been part of the landscape of Place du Faubourg Saint Antoine and Place d'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1013.16" OriginalAmount="983.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.837569974564" Longitude="2.355043888092" StarRating="3" HotelCode="27517|301105" HotelName="Grand Hotel des Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 boulevard Saint Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/ea/44ea8a2071c98e4b2b77fa893537d5b1464e7f7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in a district which is very lively and offers many restaurants and shops. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1013.17" OriginalAmount="983.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871671" Longitude="2.342002" StarRating="3" HotelCode="|59810" HotelName="Best Western Ronceray Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Boulevard Montmartre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/1/0/59810_08a8e231640.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of the business district, close to La Opera, the shops and the Royal Palace. ROOM: The establishment has 130 soundproofed rooms with high ceilings, a satellite television and a direct line telephone. Some rooms have an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1013.52" OriginalAmount="984.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873072321402" Longitude="2.3425045609474" StarRating="3" HotelCode="29348|comfort_hotel_opera_drouot_paris_9" HotelName="Best Western Hotel Opéra Drouot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Grange Batelière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/25/9e25b13ab5af4a5f6719d77e16df491a646d6c97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel enjoys a central location near the Grevin Museum and the Palais Garnier opera house...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1013.52" OriginalAmount="984.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846572" Longitude="2.305486" StarRating="3" HotelCode="144521|baldi" HotelName="Baldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/1f/8c1f29becc2f82c1f7950fc0bc7e32d816fb14fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1014.42" OriginalAmount="984.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846631" Longitude="2.369787" StarRating="4" HotelCode="|163013" HotelName="Sleeping Belle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>234 Rue De Bercy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/0/1/3/163013_0d9c56a1845.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is 700 metres away from the Bastille Square Bastille. 3 minutes away from the establishment guests have Paris-Gare de Lyon Railway Station. ROOM: Each room has a bathroom, WiFi (free of charge), modern, a television and an air-conditioning system. OTHERS: The establishment offers a buffet breakfast and room service available at an extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1014.55" OriginalAmount="985.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87190109" Longitude="2.37006775" StarRating="0" HotelCode="786384|la_planque_hotel" HotelName="La Planque Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Arthur Groussier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/d2/acd29c825d4d7eabe58b56e5c972ec91afa6255e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1015.58" OriginalAmount="986.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83036301543" Longitude="2.284246981144" StarRating="4" HotelCode="25357|hotel_oceania_paris_porte_de_versailles" HotelName="Hôtel Oceania Paris Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue d'Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/da/f8da70c415d48063eda801731a1e26f143ff95c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access and is ideally located a few steps from the Parc des Expositions (exhib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1015.58" OriginalAmount="986.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87321681" Longitude="2.3827721" StarRating="3" HotelCode="439979|hotel_scarlett" HotelName="Hôtel Scarlett" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jouye-Rouve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/37/693755224d0345f5b32928c283d4cdfa2302a667.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1015.58" OriginalAmount="986.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843765" Longitude="2.29684062" StarRating="4" HotelCode="946972|villa_mademoiselle" HotelName="Villa Mademoiselle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/dc/2ddc7a3ad3682d184bc0bfb5964b6c331cac3d5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1015.58" OriginalAmount="986.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8836566" Longitude="2.3119715" StarRating="0" HotelCode="777160|les_cles_du_27_paris" HotelName="Les Clés Du 27 Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue De Tocqueville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/96/2c96f51b814a5c6c53cd091fb66d4f759286b332.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1015.64" OriginalAmount="986.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8496586" Longitude="2.3724912" StarRating="2" HotelCode="|82475" HotelName="Luxor Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Moreau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/4/7/5/82475_758d9d01105.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inParÃ­s the centre of Between Bastille the opera Lyon the Railway Station of. HOTEL: This hotel has a reception.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1017.64" OriginalAmount="988.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879687" Longitude="2.342368" StarRating="3" HotelCode="88729|alba_opera_hotel" HotelName="Alba Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 ter, rue de La Tour d'Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/6f/346f73067dfe6b2b9c2925862c023b2d2930b4ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an good location in the centre of Paris, near Montmartre, L'Opéra, the city's main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1017.64" OriginalAmount="988.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880037" Longitude="2.3024" StarRating="3" HotelCode="410453|monceau_elysees" HotelName="Monceau Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/27/0e27e6553a2b7ae6797c74c4c1b4553002d3d54a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Let this hotel in Plaine Monceau take you back in time, with a beautiful woodland park just a few st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1018.67" OriginalAmount="989" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|14489-28457332/8958439128675589602/73" HotelName="DE PARIS MONTMARTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1890000/1880400/1880326/0147ad48_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1019.67" OriginalAmount="989.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8700347" Longitude="2.3790092" StarRating="0" HotelCode="|313911" HotelName="The People - Paris Belleville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard De Belleville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/3/9/1/1/313911_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1019.70" OriginalAmount="990.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848183432292" Longitude="2.3720718920231" StarRating="3" HotelCode="48364|ibis_styles_paris_gare_de_lyon_bastille" HotelName="Jules Cesar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Avenue Ledru-Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/1a/1e1ae6ca51f201ddc605ae11396539ab418dee26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1019.84" OriginalAmount="990.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848132" Longitude="2.2816669" StarRating="4" HotelCode="|75317" HotelName="Platine " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'INGENIEUR ROBERT KELLER 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/1/7/75317_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a classy bar, a spa, a hamman, a sauna and a massage service. SITUATION: This hotel is in ParÃ­s the 15th arrondissement of 300 metres away, guests can find Charles Michels the metro station of 20 metres away, clients have Beaugrenelle the shopping centre la Torre Eiffel 20 minutes away from the establishment, you can find Close to a car park for a supplement. ROOM: Each room has WiFi and a television. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1020.11" OriginalAmount="990.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8800201" Longitude="2.3022749" StarRating="3" HotelCode="|55567" HotelName="Monceau Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE COURCELLES 108</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/7/55567_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Monceau Elysees is rated three stars. SITUATION: This establishment is in ParÃ­s district 17, 350 metres away from park Monceau. ROOM: The rooms have an air-conditioning system, WiFi (free of charge), a flat-screen television, a mini-bar and a bathroom with a hairdryer. OTHERS: Clients have at their disposal car hire. FACILITIES: This establishment has a reception. MEALS: The establishment serves a buffet breakfast in the breakfast room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1020.73" OriginalAmount="991" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|284246-28496641/8958439128675589602/568" HotelName="MAX HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1550000/1542900/1542870/3fa4c778_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1020.73" OriginalAmount="991.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845063176757" Longitude="2.3523596674204" StarRating="3" HotelCode="11714|des_arenes" HotelName="Des Arenes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/65/be654a578599571f6db4e54f44600e1fa5ff68ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Paris’ fifth arrondissement, at the centre of the Roman quarter and right ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1021.32" OriginalAmount="991.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8421" Longitude="2.32461" StarRating="0" HotelCode="|369610" HotelName="Hotel Celtic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue d'Odessa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/1/0/369610_f749e5b0607.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1021.76" OriginalAmount="992" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|873744-28460614/8958439128675589602/2102" HotelName="APPARTEMENT WS GRANDS BOULEVARDS - OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/873744/202010713445371.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1022.79" OriginalAmount="993.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.829358" Longitude="2.374886" StarRating="3" HotelCode="28200|quality_suites_bercy_bibliotheque_paris_13_2" HotelName="Quality Suites Bercy Bibliothèque by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/99/9199d9d67f8089e7085f90770e24642df47ddf32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Grande Bibliothèque François Mitterrand and the Bercy business di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1022.79" OriginalAmount="993.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864491" Longitude="2.371107" StarRating="3" HotelCode="34660|saint_louis_bastille" HotelName="Hôtel Saint Martin Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/a8/c0a89a1d584f60e0863ba1a494ec6615da3ff89d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located at the intersection of Boulevard Richard-Lenoir, under which the charmi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1023.11" OriginalAmount="993.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8484613" Longitude="2.2609789" StarRating="3" HotelCode="|27628" HotelName="Poussin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE POUSSIN 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/2/8/27628_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1930 and renovated in 2005. It has 5 floors, 27 rooms, 3 suites and a terrace. SITUATION: This hotel is in ParÃ­s the 16th arrondissement of Bois de Boulogne, Longchamp and Auteuil it is near near the establishment, guests will find Roland Garros the Stadium of. ROOM: standard rooms and suites with a shower, with a hairdryer and a bathroom. They are equipped with a direct line telephone, satellite or cable TV, internet, a double bed, an iron, a mini-bar and a safe (available for a fee). PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1023.55" OriginalAmount="993.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87414" Longitude="2.33176" StarRating="3" HotelCode="|22590" HotelName="Antin Trinité" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE PROVENCE 74</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/9/0/22590_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2005, has 5 floors and has 46 rooms, In the entrance, guests are offered a lobby, with a reception, with safety deposit boxes a lift, a breakfast room, internet and a laundry service. SITUATION: This hotel is in ParÃ­s the city centre of it is close to Garnier the opera a few minutes away, you can find shops, leisure areas and entertainment. it is situated near Lafayette the Galeries it is near Printemps the shop it is 50 metres away from ChaussÃ©e d'Antin - La Fayette the underground station of it is situated 15 kilometres away from Paris Orly Airport it is situated 20 kilometres away from Charles de Gaulle Airport. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a double bed, a radio and central heating. OTHERS: The establishment serves a buffet breakfast, Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1025.88" OriginalAmount="996" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|249518-28531240/8958439128675589602/1906" HotelName="IBIS PARIS GARE DU NORD LA FAYETTE 10EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9400/9328/ef07b178_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1025.88" OriginalAmount="996" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|411551-28500717/8958439128675589602/2295" HotelName="IBIS PARIS PLACE D'ITALIE 13TH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34700/34643/9f04778b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1026.91" OriginalAmount="997" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876531" Longitude="2.357492" StarRating="1" HotelCode="180078|348557" HotelName="Lorraine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue D Alsace, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/cd/f1cd58d715b920fa14a757cf8c74cd4603770a18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel De Lorraine A warm welcome awaits you at the mid size, 1x000D star rated Hotel De Lorraine in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1027.94" OriginalAmount="998" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|432590-28541739/8958439128675589602/288" HotelName="HÔTEL AMIRAL FONDARY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/432590/2019421154942812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1028.97" OriginalAmount="999.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869139" Longitude="2.3641" StarRating="3" HotelCode="110489|ibis_styles_paris_republique" HotelName="Ibis Styles Paris République" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Leon Jouhaux, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a7/d6a79a7bd51a765e74f185cb2d9b37047ef8f053.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1030.00" OriginalAmount="1000" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832129564061" Longitude="2.3536216736106" StarRating="4" HotelCode="94394|8219" HotelName="Hôtel Mercure Paris Gobelins Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 bis Avenue de la Soeur Rosalie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/f7/c9f703eeda4b477c27fa00106ca5e155dc21d684.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1030.11" OriginalAmount="1000.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8334698" Longitude="2.3190424" StarRating="4" HotelCode="|212133" HotelName="Bob By Elegancia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Pernety</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/1/3/3/212133_e5725a01113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1030.21" OriginalAmount="1000.2" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847890482821" Longitude="2.3708920193293" StarRating="3" HotelCode="66564|FR003708" HotelName="Hôtel ibis Paris Gare de Lyon Ledru Rollin 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41/43 avenue Ledru Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/af/73af9ea2b37f630c13e35bece52fa2d7503de6a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1030.65" OriginalAmount="1000.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883802" Longitude="2.331585" StarRating="3" HotelCode="180117|3168710" HotelName="Goldhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Boulevard De Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/7c/a37c117d339b02119e2c34587bc41782f5f09cd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1031.03" OriginalAmount="1001" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|170997-28500719/8958439128675589602/1858" HotelName="IBIS PARIS GARE DU NORD CHATEAU LANDON 10EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34700/34636/afb92ac7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1031.36" OriginalAmount="1001.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858101" Longitude="2.370876" StarRating="0" HotelCode="|22528" HotelName="Citadines Bastille Marais Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD RICHARD LENOIR, 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/2/8/22528_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 138 apartments, 7 floors 108 studios, 30 two bedroom apartments and with individual air-conditioning. ROOM: Guests are offered studios with a sofa-bed, apartments, with double beds, a living room with a sofa-bed, a bathroom, a hairdryer, a kitchenette with a microwave, a fridge, a dishwasher, a desk, a satellite TV, a direct line telephone and a stereo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1032.06" OriginalAmount="1002.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845827" Longitude="2.298381" StarRating="3" HotelCode="144879|best_western_hotel_eiffel_cambronne" HotelName="Best Western Hotel Eiffel Cambronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/72/84721167bda312543c76178426fae7c4e4cdf46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1033.03" OriginalAmount="1002.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.890524" Longitude="2.335163" StarRating="3" HotelCode="|163510" HotelName="De Flore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>108 RUE LAMARCK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/1/0/163510_7a23e300910.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a continental breakfast, ticket sales and internet (free of charge). SITUATION: This establishment, is 13 minutes away from SacrÃ©-CÅ“ur Basilica the Church of 50 metres away, guests will find restaurants and bars, 20 minutes away from the establishment clients have Stade de France the Stadium of it is 4 minutes away from Lamarck-Caulaincourt the metro station of. ROOM: The rooms have a satellite TV, a direct line telephone and bath or shower. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1033.09" OriginalAmount="1003" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|163552-28456095/8958439128675589602/2284" HotelName="COYPEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2541300/2541293/4747d45f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1034.12" OriginalAmount="1004.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.819552398817" Longitude="2.3261779546738" StarRating="4" HotelCode="80935|novotel_paris_porte_dorleans" HotelName="Novotel Paris 14 Porte d'Orléans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15, 17, 21 Boulevard Romain Rolland, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1c/921cd2654a3486a66b89f1e3347b0d130fa65d0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1034.71" OriginalAmount="1004.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877093" Longitude="2.293886" StarRating="3" HotelCode="|74174" HotelName="Arc De Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ARC DE TRIOMPHE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/1/7/4/74174_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel with air-conditioning, has 11 rooms. This renovated establishment in 2011, has a lobby with a reception, express check-out, a safety deposit box service and a lift. The establishment has a breakfast room. The establishment offers room service, a laundry service and WiFi. SITUATION: This hotel is in an excellent location. Is situated in ParÃ­s city centre, is 300 metres away from Les Champs Ã‰lysÃ©es, close to the La DÃ©fense business district. 200 metres away, there is a metro station. Is 25 kilometres from Saint-Lazare Railway Station. ROOM: Each room has a bathroom with a shower, a hairdryer, a double bed, a direct line telephone, a satellite or cable television, internet, a mini-bar, an air-conditioning system and individual heating. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1035.15" OriginalAmount="1005" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876195083515" Longitude="2.3369377644378" StarRating="3" HotelCode="64574|7189" HotelName="Châteaudun Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Châteaudun, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ee/02eeac67dcb210b8b1043dc910d00867e5697f90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated between the Sacre-Coeur Basilica and the Opera, in the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1035.15" OriginalAmount="1005.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877682" Longitude="2.349189" StarRating="4" HotelCode="284326|best_western_premier_faubourg_88_2" HotelName="Best Western Premier Faubourg 88" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e3/dee3412d75996bda02a7ad208d9346481858a91c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1035.93" OriginalAmount="1005.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84706" Longitude="2.3721" StarRating="3" HotelCode="|445318" HotelName="Locomo - Gare De Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 bis, rue de Lyon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/1/8/445318_5563f911241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1036.18" OriginalAmount="1006.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869971028914" Longitude="2.3697775570718" StarRating="3" HotelCode="180077|the_element_hotel_2" HotelName="The Element Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue d'Aix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a3d0c8017c7750a0bebf8b3031406da3b7c57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1038.24" OriginalAmount="1008.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.844943587363" Longitude="2.325145304203" StarRating="3" HotelCode="337261|lhotel_royal_saint_germain" HotelName="Royal Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/db/f1db9f7419bfb6260f28e0b96766fcae8d5aa6f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an ideal location. Many tourist attractions as well as restaurants, bars and nightclu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1038.70" OriginalAmount="1008.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846315979846" Longitude="2.3764626681805" StarRating="3" HotelCode="13703|FR003735" HotelName="ibis Paris Gare de Lyon Diderot 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Bis Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/0f/4f0f88351336dce69180c71679354192173e3def.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1039.27" OriginalAmount="1009" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879576384292" Longitude="2.3549151420593" StarRating="4" HotelCode="302692|21310" HotelName="25hours Hotel Terminus Nord" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de Denain, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/59/01591df9a6bb69b79e3a90b48ebe2b977127b4a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies opposite Gare du Nord railway station, from where the most attractive sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1039.27" OriginalAmount="1009.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884485183348" Longitude="2.2979316115379" StarRating="3" HotelCode="34719|hotel_courcelles_etoile" HotelName="Courcelles Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/64/126433b7973825d5ad2108e01fc825a34ae1e76f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is ideally located at the heart of the tourist centre in a particularly e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1039.68" OriginalAmount="1009.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8403969" Longitude="2.334368" StarRating="3" HotelCode="|15370" HotelName="Nude Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bvd Du Montparnasse,155</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/0/15370_d55d2681325.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 27 rooms, WiFi, air-conditioning, a lobby, express check-out, a reception, a safety deposit box service and a lift in rooms. The establishment also offers a television room, a breakfast room and a laundry service. SITUATION: This hotel is in el Arrondissement 6, close to el jardÃ­n de Luxemburgo, between the Vavin and Port Royal metro station. It is 5 minutes away from las Catacumbas it has excellent transport links to Notre-Dame Cathedral, the Champs-ElysÃ©es and the Louvre. It is 30 minutes away from Sagrado CorazÃ³n it is 20 kilometres away from Paris Orly Airport. It is just 34 kilometres away from Charles de Gaulle Airport. The establishment is 80 kilometres away from Paris Beauvaisâ€“TillÃ© Airport Paris Beauvaisâ€“TillÃ©. ROOM: All the rooms have a flat-screen television, internet, cable television, a mini-bar, a safe, a bathroom with a shower or bath, a hairdryer, a double or king-size bed, an ironing set, an individual air-conditioning system, heating and a terrace. MEALS: Clients have at their disposal a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1039.87" OriginalAmount="1009.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8838997" Longitude="2.3041" StarRating="3" HotelCode="|22472" HotelName="Prony Monceau  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>103 BIS AV. DE VILLIERS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/2/22472_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel the Arc de Triomphe and the Champs Ã‰lysÃ©es it is near it is located close to La DÃ©fense the district of it has good links to the shopping centres, the city centre, has good links to Orly and Roissy Charles de Gaulle the airports of. ROOM: The comfortable rooms, are Art Deco style.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1040.30" OriginalAmount="1010.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880211" Longitude="2.345498" StarRating="3" HotelCode="35184|hotel_riviera_7" HotelName="Riviera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Turgot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/e2/03e2196a7af2d5ca1de024a65cecbd0a1bae7742.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the entertainment quarter, with the superb Opéra Garnier and the Moulin Roug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1041.33" OriginalAmount="1011.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878950182318" Longitude="2.3370020091534" StarRating="3" HotelCode="14189|hotel_lorette_opera" HotelName="Hôtel Lorette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Notre Dame de Lorette, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/1d/d51d8be53e7ff6329574173d2fed4353616cae04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is located just minutes from Montmartre as well as from the opera and the Sacré-Cœu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1041.83" OriginalAmount="1011.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8848781" Longitude="2.3033924" StarRating="4" HotelCode="|71686" HotelName="Mercedes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Wagram 128</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/6/8/6/71686_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 37 rooms, 5 floors, a hall with express check-out, a reception, a safety deposit box service and a lift. The establishment has a breakfast room, a kiosk, WiFi and room service. SITUATION: This hotel la Avenue Wagram it is in Place des Ternes it is close to the Arc de Triomphe the establishment is 1 kilometre away from, is located 200 metres away from the metro station, 500 metres away, guests can find the shops, is situated 2 kilometres away from Espace Champerret the trade fair ground Saint-Lazare the Railway Station of Boulogne the Forest Porte Maillot the congress palace of it is situated 30 kilometres away from ParÃ­s Charles de Gaulle the airports of, the establishment is a 15-minute drive away from a golf course. ROOM: Customers have renovated rooms rooms with a bathroom, a bath, a hairdryer, a double bed, an LCD TV, WiFi (free of charge), a mini-bar, a safety deposit box, individual air-conditioning and a balcony or terrace. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1042.82" OriginalAmount="1012.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.822444" Longitude="2.334577" StarRating="3" HotelCode="|359396" HotelName="Du Parc Montsouris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue du Parc Montsouris</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/3/9/6/359396_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1043.39" OriginalAmount="1013" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.842813543967" Longitude="2.3678935644874" StarRating="4" HotelCode="451199|187615" HotelName="OFF Paris Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>86 Port d'Austerlitz, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/f7/4ff7509cc6895e42281021bad62358c7ef11cadc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1043.39" OriginalAmount="1013.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.828051" Longitude="2.315455" StarRating="3" HotelCode="72133|citadines_porte_de_versailles_paris" HotelName="Citadines Didot Montparnasse Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>94 Rue Didot, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/42/8d/428d55df2b958a7c223ed1f3e0860e76417a13b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a picturesque Parisian district, this apartment hotel is within walking distance of many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1044.20" OriginalAmount="1013.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83587" Longitude="2.29489" StarRating="3" HotelCode="|183980" HotelName="Ibis Paris Vaugirard Porte De Versailles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Eugene Gibez</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/8/0/183980_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1044.42" OriginalAmount="1014.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.887187198421" Longitude="2.3143172264099" StarRating="4" HotelCode="316804|villa_eugenie" HotelName="Villa Eugénie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/f6/bff6022a8ef5fb703c24c4f7bdebfd6336b6c5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is known amongst guests from the fashion and business world and lies to the nor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1045.45" OriginalAmount="1015.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843031883449" Longitude="2.405099272728" StarRating="4" HotelCode="57105|best_western_allegro_nation" HotelName="Best Western Allegro Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/67/ee678f91e88527435d0e927e0da97cb952599f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 12th arrondissement of Paris, only a short distance (800 m) from the Pla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1046.48" OriginalAmount="1016" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851641918555" Longitude="2.3907896876335" StarRating="3" HotelCode="35562|13078" HotelName="Grand Francais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/57/4d576ec848f69d50f91a42b0f029695579d170e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on the Place de la Nation, this city hotel is close to many of Paris’ top shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1048.54" OriginalAmount="1018" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.830186447811" Longitude="2.352879345417" StarRating="3" HotelCode="36586|8220" HotelName="Mercure Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 boulevard Auguste Blanqui, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/97/df97378f9782ce467cc7620ac415bb7dc275896f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming and comfortable hotel is located in Paris near Austerlitz, Gare de Lyon and Montparnas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1048.54" OriginalAmount="1018.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879506708685" Longitude="2.3363529145718" StarRating="3" HotelCode="54675|hotel_george_opera" HotelName="Hôtel George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Notre Dame de Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/65/416579945c7450e836dcd68b650241b6c955bed5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is situated between Montmartre and the opera house, only steps away from the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1049.54" OriginalAmount="1018.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873045" Longitude="2.325324" StarRating="3" HotelCode="|445148" HotelName="Le Malown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Greffulhe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/4/8/445148_c79f4c21311.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1049.57" OriginalAmount="1019.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.833716" Longitude="2.287081" StarRating="3" HotelCode="96665|pavillon_porte_de_versailles" HotelName="Pavillon Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue du Hameau, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/78/68785c67dce9209c2d69d58111553c5f429705aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Behind the hotel lies the lively Vaugirard neighbourhood with its countless boutiques, restaurants, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1051.07" OriginalAmount="1020.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8436" Longitude="2.37134" StarRating="4" HotelCode="|220408" HotelName="CitizenM Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue van Gogh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/0/8/220408_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1051.29" OriginalAmount="1020.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85172" Longitude="2.37884" StarRating="3" HotelCode="|183976" HotelName="Ibis Paris Bastille Faubourg Saint Antoine 11ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Trousseau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/7/6/183976_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1051.30" OriginalAmount="1020.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84764" Longitude="2.37089" StarRating="3" HotelCode="|183985" HotelName="Ibis Paris Gare De Lyon Ledru Rollin 12ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41/43 Avenue Ledru Rollin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/8/5/183985_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1051.63" OriginalAmount="1021" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18962-28496615/8958439128675589602/1700" HotelName="RENOIR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565000/564940/cc4cbb7c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1052.66" OriginalAmount="1022.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832847936641" Longitude="2.3572234012059" StarRating="4" HotelCode="298949|coq_hotel_paris" HotelName="C.O.Q Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Edouard Manet, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/85/6185ef8fc167655e63e86ddc6c0fe5afb50b579a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Plymouth (PLY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1053.69" OriginalAmount="1023" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864549" Longitude="2.3749" StarRating="3" HotelCode="25177|10308" HotelName="Citadines République Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 bis Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/19/901907acda8c6cee943a278c865a6a0ae9874a89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located halfway between Place de la Republique and Père Lachaise. Orly Airport is 25 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1053.69" OriginalAmount="1023.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.833074" Longitude="2.332622" StarRating="3" HotelCode="78830|hotel_du_midi_paris_montparnasse" HotelName="Du Midi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue René Coty, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/25/ef25439df6994849eccefff4a4fcf6841441095c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1054.52" OriginalAmount="1023.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.835744497958" Longitude="2.3020152747631" StarRating="3" HotelCode="172084|FR034292" HotelName="Chouette Hôtel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237 Rue de la Convention, entre la Porte de Versailles et la Tour Eiffel, 15ème Arrondissement, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e8/ece807f3e4ab4b41750b5c57921b2b9fc1fbf429.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a charming district. Parc Georges Brassens, the Porte de Versailles Exhibition Centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1055.75" OriginalAmount="1025.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871843563622" Longitude="2.3419238626957" StarRating="3" HotelCode="44215|best_western_hotel_ronceray_opera" HotelName="Best Western Hôtel Ronceray Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Boulevard Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/03/11/03110169f7ca2df229b3d4e11b5cff14643f5ad0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1056.78" OriginalAmount="1026" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|616749-28564373/8958439128675589602/3185" HotelName="THE ORIGINALS BOUTIQUE PARIS MAISON MONTMARTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22840000/22833700/22833616/2a379192_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1057.28" OriginalAmount="1026.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8824" Longitude="2.33654" StarRating="4" HotelCode="445970|FR005778" HotelName="Hôtel Mercure Paris 9 Pigalle Sacré-Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Boulevard de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/77/1f77fc68a3f54d9d65ae52f95c386a430767ce39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1057.81" OriginalAmount="1027.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873372228985" Longitude="2.3438403010368" StarRating="3" HotelCode="12255|lodge_du_centre_hotel" HotelName="Lodge du Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c809673ec020bd9e546371cbe59742ad927d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of Paris near famous landmarks. For culture lovers the Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1059.87" OriginalAmount="1029" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1030202-28452811/8958439128675589602/2632" HotelName="LE VILLAGE MONTMARTRE BY HIPHOPHOSTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7720000/7714800/7714760/82e42c20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1059.87" OriginalAmount="1029.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877488719891" Longitude="2.3434406518936" StarRating="3" HotelCode="31199|palm_opera" HotelName="Hôtel Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/e3/59e33f84a8ee907f1e49921c20693bcd7800a245.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The traditional hotel is situated close to the opera and a shopping centre. The Centre of New Indust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1061.14" OriginalAmount="1030.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8865013" Longitude="2.3355999" StarRating="4" HotelCode="|15214" HotelName="Litteraire Marcel Ayme, BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE THOLOZE 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/4/15214_2671a701410.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Comfort Place du Tertre is rated two stars, was built in 1930 and it is situated in the city centre. Guests have access to a restaurant, lifts, a safety deposit box service and business facilities. ROOM: The establishment has 46 rooms with a hairdryer and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1061.72" OriginalAmount="1030.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.831025" Longitude="2.330401" StarRating="3" HotelCode="|64512" HotelName="Sophie Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 RUE SOPHIE GERMAIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/5/1/2/64512_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: Place Denfert-Rochereau It is situated close to it is a few minutes from Montparnasse the Station of It is located near the Latin district, Porte de Versailles and Villepinte close to the establishment, clients can find it is in 14 District. ROOM: Customers can find quiet and comfortable rooms fully-equipped, Some rooms have views of the village of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1061.93" OriginalAmount="1031" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|22992-28496772/8958439128675589602/1827" HotelName="VILLA MARGAUX OPERA MONTMARTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11300/11262/fa3242b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1061.93" OriginalAmount="1031.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848782" Longitude="2.341076" StarRating="3" HotelCode="18683|best_western_trianon_rive_gauc" HotelName="Trianon Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/dd/d1dd1a7156fcca6af0886c8cda37fae6103a1ab4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly opposite the Sorbonne University in the Marais district of Paris. Res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1062.93" OriginalAmount="1031.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880125" Longitude="2.326101" StarRating="3" HotelCode="|63303" HotelName="Alexandrine Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 RUE DE MOSCOU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/0/3/63303_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, economical hotel, has a restaurant, lifts, a concierge, a reception, meeting facilities, a small conference room and a business centre with features that offer you the maximum level of comfort 35 rooms. SITUATION: It has good links to places of interest, close to the establishment, clients can find the historic centre, is in Saint-Lazare the heart of in the surrounding area, clients have tourist areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1062.96" OriginalAmount="1032.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875873" Longitude="2.357478" StarRating="2" HotelCode="101094|ibis_styles_paris_gare_de_lest_tgv_2" HotelName="Ibis Styles Paris Gare de l'Est TGV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c6/90c6f867bc5b5e354656875b87cdc7650f5edf41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a couple of minutes’ walk from Gare de l’Est and 7 minutes from Gare du Nord. All the b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1063.99" OriginalAmount="1033" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865410837311" Longitude="2.3656882345676" StarRating="3" HotelCode="10265|25006" HotelName="Marais Hôme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard du Temple, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/f4/19f4944a37b7876685379e1a9a731736db2d6cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the centre of the city, on the Place de la République and only 5 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1066.05" OriginalAmount="1035.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866293080173" Longitude="2.3679431539828" StarRating="3" HotelCode="317179|grand_hotel_de_lavenue_" HotelName="Hôtel ibis Paris Avenue de la République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Rampon, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/65/d265161afae7800b1509a44d0a4a4b4307f898e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1066.29" OriginalAmount="1035.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882187" Longitude="2.313155" StarRating="4" HotelCode="|78335" HotelName="Sonder L'Edmond Parc Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DE VILLIERS 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/3/3/5/78335_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1067.80" OriginalAmount="1036.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88216" Longitude="2.33721" StarRating="4" HotelCode="|22049" HotelName="Mercure Paris 9 Pigalle Sacre-coeur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DE CLICHY 21 - 8 rue Duperre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/9/22049_020ad3c0910.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2003, has 74 apartments. In the entrance, you can find a reception with elevators and a safety deposit box service. The establishment offers guests internet and an oudooor car park. SITUATION: This recently renovated hotel is 10 minutes away from Montmartre, near the establishment, guests will find Boulevard Haussmann Shopping Centre. It is 25 metres away from Pigalle Underground Station, close to nightclubs, bars and Moulin Rouge, ROOM: The modern rooms have a bathroom, a direct line telephone and a satellite or cable television. MEALS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1069.45" OriginalAmount="1038.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84338" Longitude="2.3065696" StarRating="3" HotelCode="|15317" HotelName="Nouvel  Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Des Volontaires,5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/7/15317_e2c548f1318.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Nouvel is rated two stars, is in ParÃ­s city centre and was built in 1850. With regards to the food and beverage offering, the establishment has a restaurant. The establishment boasts lifts and a safety deposit box service. The establishment offers room service and business facilities. pets are allowed. ROOM: The establishment has 36 rooms with a hairdryer and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1072.23" OriginalAmount="1041.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873103" Longitude="2.325523" StarRating="3" HotelCode="180048|otel_le_malown" HotelName="Hotel Le Malown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Greffulhe, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/73/b47383a4ecbf94bc1517120af1988737b2a26751.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests attractive accommodation units, as well as a range of facilities for a comfo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1073.26" OriginalAmount="1042.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846706174515" Longitude="2.3050174196434" StarRating="3" HotelCode="97447|hotel_eiffel_segur" HotelName="Hotel Eiffel Segur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d0/6cd0638fedc12a4281dd12c526e6c52b6f52600f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes from the Eiffel Tower (2 km) and next to Napoleon's Tomb. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1074.29" OriginalAmount="1043.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850415281972" Longitude="2.2887396812439" StarRating="2" HotelCode="36466|campanile_paris_15__tour_eiffel" HotelName="Campanile Paris 15 Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/2b/a92b216a419d026181c53b8451c21fa6652b80d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, just around 5 mins from the Eiffel Tower and so ideal as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1075.32" OriginalAmount="1044" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152531-28586142/8958439128675589602/2194" HotelName="APPARTCITY CONFORT PARIS GRANDE BIBLIOTHQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2546700/2546603/937496f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1075.32" OriginalAmount="1044.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87620187101" Longitude="2.3422292650471" StarRating="0" HotelCode="45518|villa_fenelon_2" HotelName="Hôtel Bienvenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/b0/6cb00f988ea0184a21446a4f7c519403c60366ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1076.04" OriginalAmount="1044.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8386023" Longitude="2.3146325" StarRating="4" HotelCode="|34721" HotelName="Novotel Paris Centre Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU COTENTIN 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/7/2/1/34721_4b57ae71847.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 199 rooms, 2 suites and 8 floors. In the establishment entrance, guests will find a lobby with a reception with express check-out, a safety deposit box service and a lift. The establishment boasts conference rooms, internet (for a fee), a cafÃ© and a bar. There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: The hotel is in the heart of Montparnasse. It is located close to TVAtlantique Railway Station, Saint Germain des PrÃ©s, los Campos ElÃ­seos and La Torre Eifel. The establishment is 18 kilometres away from ParÃ­s Orly Airport. It is 35 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have a bathroom, a hairdryer, a double bed, an air-conditioning system, heating and a direct line telephone. They also have satellite or cable TV, a coffee maker, a kettle, an ironing set, a safety deposit box, soundproofed windows, internet and a desk. FACILITIES: The establishment boasts a gym. OTHERS: The establishment serves a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1076.35" OriginalAmount="1045.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879449" Longitude="2.334195" StarRating="3" HotelCode="14999|monterosa" HotelName="Hôtel Monterosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue La Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/d9/75d9873ba931ad8234ff889c042bbcd7665e7408.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In Paris' 9th district near Montmartre, this charming hotel is near the opera, Paris Nord, Thalys an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1077.38" OriginalAmount="1046.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875450121401" Longitude="2.325541641996" StarRating="0" HotelCode="834410|apartments_ws_saintlazare_opera" HotelName="Apartments WS Saint-Lazare - Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117 Rue Saint-Lazare, 8th Arrondissement, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/86/bb86bd6cbd1a5fbda9216015d78707424bc5eb17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1078.41" OriginalAmount="1047.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88106087" Longitude="2.35139036" StarRating="3" HotelCode="759825|paris_residence_hotel_4" HotelName="Avalon Suites Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Luggage Storage,Meeting Room,Spa">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/a4/c3a47918f210c68de3d2c06a2be95937951a5cdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Paris Résidence Hôtel in Paris (Gare du Nord - Gare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1079.44" OriginalAmount="1048.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873714474265" Longitude="2.3445376753807" StarRating="3" HotelCode="16988|gat_folies_hotel" HotelName="Maxim Folies" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/51/a8518924fb8e56186982784d49d0a23974df38e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1079.44" OriginalAmount="1048.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847102" Longitude="2.372075" StarRating="2" HotelCode="212002|adriatic_hotel_3" HotelName="Adriatic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6bis rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/92/7f9236d76bf624cfc8cef6c5cd4acb4e9dc41eeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1080.47" OriginalAmount="1049.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.841226024086" Longitude="2.3301489651203" StarRating="3" HotelCode="60656|mercure_paris_montparnasse_raspail" HotelName="Mercure Paris Montparnasse Raspail" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>207 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4c/574c0731b7d5b9f474384f7e149e1f641e6972ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1080.47" OriginalAmount="1049.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8466113" Longitude="2.3698675" StarRating="3" HotelCode="263479|hotel_elysee_gare_de_lyon" HotelName="Elysee Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>234 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/9d/299d02e03b9fa22b254b007bb9de2014fb4a0aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1080.94" OriginalAmount="1049.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884596" Longitude="2.327339" StarRating="0" HotelCode="|567169" HotelName="Makom Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Passage Lathuille</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/1/6/9/567169_59216f41009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1083.26" OriginalAmount="1051.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88108" Longitude="2.35147" StarRating="3" HotelCode="|169399" HotelName="Paris Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131, BD MAGENTA32, RUE ROCROY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/9/9/169399_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant and a transfer service. Pets are allowed, The establishment offers a concierge, facilities for people with disabilities and a reception. SITUATION: This hotel ParÃ­s it is in. ROOM: The rooms have a hairdryer, a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1083.56" OriginalAmount="1052.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882286" Longitude="2.313021" StarRating="4" HotelCode="180066|ledmond_hotel" HotelName="L'Edmond" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/50/44500d933078cd37ba396c9de05bba9b9468b803.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its prime location, situated only a short walk from Villiers metro station. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1083.56" OriginalAmount="1052.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839515034031" Longitude="2.322518823467" StarRating="3" HotelCode="935882|le_nouvel_hotel_du_theatre" HotelName="Nouvel Hôtel du Théâtre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Vandamme, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/72/4f7201597a03a05773400dcf3d3e1c9bb94e6506.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1083.97" OriginalAmount="1052.4" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87888726" Longitude="2.33944062" StarRating="4" HotelCode="378845|FR037635" HotelName="Les Matins de Paris" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Bar,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e1/ffe1c1660f296bbed3da73ad00f09dc571180b1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1084.26" OriginalAmount="1052.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.859594" Longitude="2.402985" StarRating="2" HotelCode="|124942" HotelName="  Mama Shelter Paris East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109, RUE BAGNOLET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/4/2/124942_e0457b90924.jpeg</HotelPictures>
        <HotelDescription>ROOM: Clients can find 172 rooms with an air-conditioning system, WiFi (free of charge), a mini-bar, a bathroom and a towel warmer. FACILITIES: The establishment boasts a restaurant, a bar and car hire.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1084.59" OriginalAmount="1053" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884125373981" Longitude="2.3489391803741" StarRating="1" HotelCode="76150|13594" HotelName="Bervic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Bervic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103579/l_103579_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a small side street in the 18th district in Paris, quite close to the Gare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1086.08" OriginalAmount="1054.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.855285" Longitude="2.36255" StarRating="2" HotelCode="|81185" HotelName="PRATIC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue d'Ormesson, 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/1/8/5/81185_5639ef31558.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style establishment and has WiFi, (free of charge). SITUATION: The hotel is in Marais the area Place des Vosges it is 300 metres away from 150 metres away, guests can find Saint Paul the underground station of 5 minutes away from the establishment guests have shops and restaurants, La Plaza de la Bastilla it is situated 10 minutes walk away from. ROOM: Each room has a television, a bathroom with a shower and a hairdryer. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1086.57" OriginalAmount="1054.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847702" Longitude="2.371756" StarRating="3" HotelCode="|67975" HotelName="De France Gare de Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LYON 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/9/7/5/67975_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 42 rooms, The establishment boasts a reception, express check-out, a lift and a breakfast room. SITUATION: Near the establishment, guests will findLyon the Railway Station of Bercy, Bastille and Le Marais in the surrounding area, clients have. ROOM: The rooms have an alarm clock, a desk, double-glazed windows, a television and internet. They also have a direct line telephone, a bathroom with a shower, a double bed, central heating and a hairdryer (available on request). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by cash, cheques, travellers cheques, American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1086.76" OriginalAmount="1055.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8665" Longitude="2.3679" StarRating="3" HotelCode="|183973" HotelName="Ibis Paris Avenue De La Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Rampon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/7/3/183973_4b313af1507.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1087.68" OriginalAmount="1056" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872988523374" Longitude="2.3540300130844" StarRating="4" HotelCode="31200|948" HotelName="Best Western Aulivia Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/44/73444308fb48c8f3c0b2d4eb65a90cfe496aed08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located between the opera house and the Place de la République at the heart of the lively theatre di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1087.68" OriginalAmount="1056.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877283453971" Longitude="2.3543594975532" StarRating="4" HotelCode="16885|hotel_mademoiselle" HotelName="Mademoiselle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/38/b33869f81a1ce132fc3129553d2bbd88358f19e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located between the large boulevards, the stock exchange and Paris' ope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1087.68" OriginalAmount="1056.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.81702582" Longitude="2.35957274" StarRating="3" HotelCode="780043|ibis_styles_paris_meteor_avenue_ditalie_opening_may_2019" HotelName="ibis Styles Paris Meteor Avenue d'Italie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 20 Avenue De La Porte D Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/44/f144a91cff328af00843e08d974db8d1ebd6a09d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1090.77" OriginalAmount="1059.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8700175" Longitude="2.37889685" StarRating="3" HotelCode="549007|les_piaules" HotelName="Les Piaules Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard De Belleville, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/15/a215bd80b0c9acc6e95a5d4873c57d95d0f02790.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1090.77" OriginalAmount="1059.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.827588153853" Longitude="2.3046627607479" StarRating="4" HotelCode="434942|novotel_suites_paris_expo_porte_de_versailles" HotelName="Novotel Suites Paris Expo Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/38/a838e2a5c9791355e30c4cbe08438947b702e91c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1092.10" OriginalAmount="1060.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8733444" Longitude="2.3435321" StarRating="3" HotelCode="|50501" HotelName="Joe M" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6. RUE GEOFFROY MARIE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/0/1/50501_5feda8d0911.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the tourist centre of ParÃ­s, is near Folies BergÃ¨re. Near the establishment, you will find the Garnier Opera. It is situated close to the department stores, close to Gare du Nord Station. ROOM: The establishment has 50 rooms with TV, a direct line telephone and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1092.83" OriginalAmount="1061" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.840799704678" Longitude="2.299287468195" StarRating="3" HotelCode="56714|31990" HotelName="Val Girard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Pétel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/47/ed473a567f818b9227befffc69075128e514ee69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a privileged location in Paris between the exhibition park of Porte de Versailles,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1093.80" OriginalAmount="1061.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8331654" Longitude="2.3566725" StarRating="2" HotelCode="|71689" HotelName="Coypel By Magna Arbor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/6/8/9/71689_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming, urban hotel and ParÃ­s it is situated in This modern establishment, has 41 rooms, express check-out, a reception, a safety deposit box service and a lift. The establishment has a cafÃ©, a bar, a pub and a breakfast room. The establishment offers guests WiFi room service. SITUATION: This hotel Place d' Italie it is close to nearby, you will find Les Gobelins the district of it is in ParÃ­s the 13th arrondissement of it is located near the Latin district, Clients can also find Notre-Dame Cathedral Bercy the Sports Centre of FranÃ§ois Mitterrand the library it is 6 kilometres away from Gare du Nord the Railway Station of it is situated 20 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The comfortable, quiet rooms, fully-equipped, a bathroom with a shower and a WC. They have double-glazed windows, a double bed, a direct line telephone, a satellite television, WiFi and a safety deposit box. They are equipped with a microwave, a coffee maker, a kettle and a washing machine. MEALS: The establishment serves a continental breakfast. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1093.86" OriginalAmount="1062" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849575150945" Longitude="2.2969847917557" StarRating="3" HotelCode="34746|54279" HotelName="Europe Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/30/f630e66e1829e7696d7a00c3606b587b817be3fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to the Rue du Commerce, one of the French capital's main shopping str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1093.86" OriginalAmount="1062.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.89045464" Longitude="2.3351341" StarRating="3" HotelCode="935453|hotel_de_flore_2" HotelName="Hotel de Flore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Lamarck, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/6b/926b63ca6635b8d1e04e00cea8642d7e155b378e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1094.20" OriginalAmount="1062.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8716349" Longitude="2.349759" StarRating="3" HotelCode="|59804" HotelName="Vacances Bleues Provinces Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 rue de lEchiquier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/0/4/59804_72af2461354.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the heart of it is close to Grands Boulevards shops, 10 minutes away, you can find Garnier the opera, next to the establishment, clients can find bars, restaurants. ROOM: The establishment has 112 comfortable rooms with TV and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1094.35" OriginalAmount="1062.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8450012" Longitude="2.352" StarRating="3" HotelCode="|26971" HotelName="Des Arènes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE MONGE 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/7/1/26971_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in district 5, el Arenes de Lutece it is in Close to, the botanical garden and, Clients can also find shops, restaurants and bars. 10 metres away, guests can find the train station, is 15 kilometres away from Paris Orly Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1094.89" OriginalAmount="1063" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|579719-28688711/8958439128675589602/3740" HotelName="HOTEL ROSE BOURBON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22170000/22165100/22165022/59666a71_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1094.89" OriginalAmount="1063.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.841308110016" Longitude="2.3028266429901" StarRating="3" HotelCode="52664|delos_vaugirard" HotelName="Hôtel Délos Vaugirard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue du Général Beuret, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c4/09c482ebedefd028b51b53e82d2518b131faaf1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This magnificent hotel is located at the heart of the 15th Arrondissement near to the legendary Eiff...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1095.92" OriginalAmount="1064" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.714200" Longitude="-1.197300" StarRating="3" HotelCode="0|18915-28524253/8958439128675589602/2299" HotelName="IBIS STYLES PARIS GARE DE L'EST CHATEAU LANDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Peartree Roundabout, Woodstock Road, OXFORD, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53600/53548/621e18d0_b.jpg</HotelPictures>
        <HotelDescription>The amazing hotel is situated in an ideal location for travelling into Oxford. It offers a relaxing environment for either a business or leisure stay in Oxford. The city offers a priority 'Park and Ride' bus service which is located next door to the hotel. The guest can enjoy an unforgettable trip to the Cotswolds, The new Silverstone Experience, Blenheim Palace and Bicester Village. The hotel offers conference facilities with a dedicated reception, business and stewarding team. All of the en suite rooms feature a separate bathroom and are fully equipped as standard. The hotel provides guests with a use of the residents only fitness room. The Junction Restaurant offers the very best in modern British cooking from an à la carte menu. A lighter meal or snack is available in the Bar and Lounge.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1096.95" OriginalAmount="1065.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869323628098" Longitude="2.3048043622041" StarRating="4" HotelCode="333102|hotel_oscar" HotelName="Hotel Oscar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Marbeuf, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/96/0396af78500333c5b0b627e570450692284843d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1098.23" OriginalAmount="1066.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8853493" Longitude="2.3076622" StarRating="3" HotelCode="|15273" HotelName="Pavillon Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE JOUFFROY-D'ABBANS 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/3/15273_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s, 1.5 kilometres away from the Arc de Triomphe and el parque Monceau. In the surrounding area, clients can find public transport. Just a few minutes walk away, you will find Charles de Gaulle Metro Station. 1 kilometre away, you can find La Opera 30 minutes away from the establishment clients have Orly and Charles de Gaulle airports. HOTEL: This hotel was built in 1938. ROOM: It has inviting rooms. FACILITIES: With regards to the food and beverage offering, there is a cosy bar, a cafÃ© and a breakfast room. MEALS: Guests are offered a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1099.14" OriginalAmount="1067.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870809" Longitude="2.360562" StarRating="3" HotelCode="16638|FR006739" HotelName="9 Hotel République" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pierre Chausson, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/f8/26f83dc8aff1de14fd955847f770f3d489c9768d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located near the Jacques Bonsergent metro station, and the Eurostar station and Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1099.19" OriginalAmount="1067.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8497009" Longitude="2.2955" StarRating="3" HotelCode="|27928" HotelName="Europe Hotel Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BD. DE GRENELLE 103</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/2/8/27928_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2005, with air-conditioning, has 37 rooms, 1 room adapted for people with reduced mobility and has 5 floors, In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, a lift and a kiosk. With regards to the food and beverage offering, the establishment has a cafÃ©, a bar, a restaurant with air-conditioning and a breakfast room. The establishment offers guests WiFi, a conference room, a laundry service and a car park. SITUATION: This lovely hotel, Rue du Comerse it is near 50 metres away from the establishment, you can find shops, bars and restaurants. it is near Motte Picquet Grenelle the metro station of Tour Eiffel, Parc des Expositions and Porte de Versailles it is situated 1 kilometre away from it is situated 1 kilometre away from Seine the river it is situated 15 kilometres away from Paris Orly Airport it is situated 25 kilometres away from Charles de Gaulle Airport. ROOM: The cosy rooms with carpet and a bathroom with a hairdryer, They are equipped with a double bed, a direct line telephone, a satellite or cable television, internet, a radio, a mini-bar, individual heating and an individual air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, JCB and Diners Club. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1101.07" OriginalAmount="1069" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6093-28496901/8958439128675589602/2509" HotelName="MAISON 46" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/440000/430300/430292/15d426a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1101.48" OriginalAmount="1069.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847173" Longitude="2.377521" StarRating="3" HotelCode="|557815" HotelName="26 Faubourg (ex Hôtel De Reims)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Hector Malot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/8/1/5/557815_6cc70bf1636.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1102.10" OriginalAmount="1070.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865877528902" Longitude="2.36756041646" StarRating="3" HotelCode="180104|hotel_du_nord_et_de_lest_2" HotelName="Hotel du Nord et de L'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/69/2269765ed8182ad748c47b3a0701615a1da174e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1102.17" OriginalAmount="1070.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884088" Longitude="2.348926" StarRating="1" HotelCode="|42278" HotelName="Maison Barbès" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BERVIC 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/7/8/42278_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This economical, urban hotel, renovated in 2007 and has 29 rooms, The establishment also offers a hall, a reception, a breakfast room and WiFi (free of charge). SITUATION: Gare du Nord and Montmartre It is located close to 5 minutes away from the establishment you have the metro station, in the surrounding area, clients can find restaurants, bars, nightlife and shops. Clients can also find, is 25 kilometres away from Paris Orly Airport it is 30 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has single rooms, double rooms, standard double rooms and triple rooms. They are equipped with a bathroom, a shower, a direct line telephone, an LCD TV, internet (free of charge) and WiFi. OBSERVATIONS: check-in is, from 12:00 and there is no lift. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1103.13" OriginalAmount="1071" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|25362-28526501/8958439128675589602/2431" HotelName="IBIS PARIS BASTILLE FAUBOURG SAINT ANTOINE 11EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4500/4479/37d5d71b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1104.16" OriginalAmount="1072" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|21758-28467341/8958439128675589602/2286" HotelName="MAINE MONTPARNASSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565700/565631/9d979b4e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1104.16" OriginalAmount="1072.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877141319935" Longitude="2.2936745335214" StarRating="3" HotelCode="82231|best_western_star_champs_elysees" HotelName="Best Western Star Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de l’Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/68/0668f3b59d70d34be031eed8abbe824e96e7bb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests will really appreciate the peace and quiet of this city business hotel on the Rue de l'Arc de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1104.31" OriginalAmount="1072.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8793297" Longitude="2.3363941" StarRating="3" HotelCode="|26698" HotelName="Hotel George - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE NOTRE DAME DE LORETTE 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/8/26698_290bf661257.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 44 standard rooms. In the establishment entrance, guests will find a lobby with a lift and a reception with safety deposit boxes. The establishment boasts a classy breakfast room and WiFi. SITUATION: This cosy hotel is in an excellent location. It is located between the Palais Garnier and Montmartre near the establishment, you will find Gare du Nord Station. It is well-connected with Les Champs Ã‰lysÃ©es in the surrounding area, clients have shops and the Galeries Lafayette. It is situated 30 minutes away from the airport. ROOM: Each room has a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a satellite TV, WiFi, a double bed and an air-conditioning system. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1106.22" OriginalAmount="1074" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1428469-28590307/8958439128675589602/2061" HotelName="APPARTCITY COLLECTION PARIS GARE DE LYON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95300000/95294800/95294798/b2cb7978_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1106.79" OriginalAmount="1074.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8728981" Longitude="2.3540001" StarRating="4" HotelCode="|15271" HotelName="Hotel Aulivia Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES PETITES ECURIES 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/1/15271_8506e2c0837.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 floors, 32 rooms, with air-conditioning and it is situated in an avenue, In the establishment entrance, guests will find a hall with a reception, a lift, a safety deposit box service and internet (for a fee). SITUATION: Ã“pera and Place de la RÃ©publique It is located between it is in the district of the theatres, in the surrounding area of the establishment, guests can find bars, restaurants, the train station and public transport. 500 metres away, there are shops, 30 minutes away from the establishment you have Charles de Gaulle and Paris Orly the airports of. ROOM: Each room has bath or shower with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a double bed, individual air-conditioning, a safety deposit box (available for a fee) and fitted carpets. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1107.25" OriginalAmount="1075" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18979-28496651/8958439128675589602/2599" HotelName="SUITES UNIC RENOIR SAINT GERMAIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1169600/1169529/6b6362b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1108.64" OriginalAmount="1076.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8760233" Longitude="2.2962434" StarRating="3" HotelCode="|164093" HotelName="Elysées Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Rue Brey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/9/3/164093_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel the Arc de Triomphe it is 150 metres away from, is situated 1 kilometre away from the conference centre, 2 minutes away, guests can find RER the Station of the metro station excellent transport links to the Louvre the Museum of Moulin Rouge the Opera of. ROOM: All the rooms have an air-conditioning system, a television, an iPod docking station, WiFi (free of charge) and a coffee maker. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1109.31" OriginalAmount="1077" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|240687-28456247/8958439128675589602/2954" HotelName="DE FRANCE QUARTIER LATIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1860000/1853500/1853451/5869beed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1109.31" OriginalAmount="1077.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879082479163" Longitude="2.3382452130318" StarRating="3" HotelCode="37229|les_trois_poussins_hotel" HotelName="Hotel des 3 Poussins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/79/e879476966689daef3f1e8e47523180adb84c302.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated close to the city centre. An abundance of shops, restaurants and cosy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1109.74" OriginalAmount="1077.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.841508" Longitude="2.329708" StarRating="3" HotelCode="|42986" HotelName="LE ROYAL RIVE GAUCHE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD RASPAIL 212</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/8/6/42986_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 48 rooms, This air-conditioned establishment has express check-out, a reception, a safety deposit box service and a lift. The establishment also offers a breakfast room, internet (for a fee) and a laundry service. SITUATION: This hotel is in an excellent location, Boulevard du Montparnasse, Boulevard Raspail and the Luxembourg Gardens it is situated near it is near restaurants, bars, pubs, nightlife, shops and public transport. Paris ExpoNotre Dame and St Germain it is 20 minutes away from it is situated 10 kilometres away from Paris Orly Airport it is situated 20 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has newly renovated rooms, fully-equipped, a bathroom with a shower or bath and with a hairdryer. Are also furnished with a direct line telephone, a satellite TV, WiFi, a mini-bar and a safe (available on request), The soundproofed rooms, have an individual air-conditioning system and individual heating. OBSERVATIONS: Customers have a reception. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: The establishment offers a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1110.34" OriginalAmount="1078.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847643384259" Longitude="2.3719834788446" StarRating="3" HotelCode="148360|hotel_de_france_gare_de_lyon_bastille" HotelName="Hôtel de France Gare de Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/50/93502c174cb0c577f948a5d2bb4ba73508c351da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hôtel de France Gare de Lyon Bastille is just over a quarter mile from the banks of the Seine River....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1111.99" OriginalAmount="1079.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8452613" Longitude="2.3251783" StarRating="3" HotelCode="|22560" HotelName="L'hôtel Royal Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>159 RUE DE RENNES, 75006, PARIS, FRANCE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/0/22560_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Royal Saint Germain is rated three stars and it offers excellent service. SITUATION: This establishment is in the shopping area. ROOM: Customers can find small rooms, fully-equipped with a bathroom. Some rooms have a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1113.43" OriginalAmount="1081" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.741047" Longitude="-92.632749" StarRating="3" HotelCode="0|233246-28500358/8958439128675589602/1970" HotelName="BORONALI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diego Dugelay 45, zSan Cristobal de las Casas, MEXICO,29200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6420000/6417700/6417623/w9546h7155x0y0-606475c6_b.jpg</HotelPictures>
        <HotelDescription>Villas Casa Morada is a comfortable property offering a peaceful atmosphere in San Cristobal de Las Casas. Featuring cozy guestrooms carefully decorated with local artisanal features, as well as an excellent location close to the most popular temples, museums, and plazas in this wonderful city. Offering all this and more, the hotel has everything you need for an unforgettable stay in this picturesque destination.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1113.43" OriginalAmount="1081" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.837795947699" Longitude="2.3557788133621" StarRating="3" HotelCode="29321|55152" HotelName="Best Western Plus Hôtel La Demeure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/52/0c52fab0b9635db35d83588b342fb731da9abd1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies in the Quartier Latin, within a short distance of the botanical gardens ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1113.70" OriginalAmount="1081.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85195" Longitude="2.33371" StarRating="2" HotelCode="|169197" HotelName="Des Canettes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 rue des canettes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/9/7/169197_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Saint-Germain it is near, Rue des Cans is situated in Close to restaurants, shops and cinemas. Parc des Expositions Porte de Versailles 15 minutes away, guests can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1114.46" OriginalAmount="1082" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883818475712" Longitude="2.3185229301453" StarRating="4" HotelCode="31760|200724" HotelName="Mercure Paris 17eme St Lazare Monceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/8f/d98f27cb53771902310f74d186485bd2f966bc53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to all major business districts including the Palais des Congrès exhibition centre, this hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1114.71" OriginalAmount="1082.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84215" Longitude="2.31281" StarRating="2" HotelCode="|169337" HotelName="Madrigal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD PASTEUR 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/3/7/169337_849749b1548.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel, was built in 1920, has 51 rooms, a lobby, a reception, a safety deposit box service and a lift. The establishment offers guests air-conditioning, a kiosk, ticket reservation, a breakfast room and internet (for a fee). SITUATION: This establishment, is in Montparnasse the district of Close to the railway station, the tower, , bars, 5 minutes away from the establishment, you can find the metro station, restaurants and bars. shops, bus stations and the railway station, JardÃ­n del Luxemburgo 600 metres away from the establishment, you can find the Arc de Triomphe it is 25 kilometres away from el Museo Orsay it is situated 15 kilometres away from it is 2 kilometres away from Notre Dame Cathedral 20 kilometres away, you can find ParÃ­s Orly Airport it is situated 30 kilometres away from ParÃ­s Charles de Gaulle Airport it is 70 kilometres away from Paris Beauvaisâ€“TillÃ© Airport the establishment is 250 kilometres away from Brussels Airport. ROOM: The establishment has non-smoking rooms, have a bathroom with a shower or bath, a WC, a hairdryer, a satellite television, double-glazed windows, a direct line telephone and a wardrobe. It also offers WiFi (free of charge), individual heating and a double bed. It also offers an air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1115.49" OriginalAmount="1083.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879474075773" Longitude="2.3580425977707" StarRating="3" HotelCode="172227|albert_1er_paris" HotelName="Hotel Albert 1er" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a5/4ca5a6ac372623dd53d7fd9a43ddb7a5c189f738.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1115.62" OriginalAmount="1083.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.835376" Longitude="2.323119" StarRating="2" HotelCode="34409|1548588" HotelName="Du Maine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Maison Dieu, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/64/b3647d631f0a05604fd485c0c634d76db5b074bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1116.52" OriginalAmount="1084" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1320234-28477099/8958439128675589602/1428" HotelName="DU MONT BLANC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72550000/72540700/72540676/f6b2bf7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1116.52" OriginalAmount="1084" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843450603916" Longitude="2.3202138521655" StarRating="3" HotelCode="110525|444465" HotelName="Hôtel ibis Paris Tour Montparnasse 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Maine, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/3b/4e3bb1aab960166c81b491cb00bdfc4937ceb87b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1117.55" OriginalAmount="1085.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.842371684351" Longitude="2.3631870746612" StarRating="3" HotelCode="59790|libertel_austerlitz_jardin_des_plantes_2" HotelName="Libertel Austerlitz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de l’Hôpital, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/3e/523e0a5af5d24c8ff1eb15c61db47082b74d740d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1117.55" OriginalAmount="1085.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84741365" Longitude="2.39935543" StarRating="2" HotelCode="945389|grand_hotel_du_bel_air_" HotelName="Grand Hôtel du Bel Air" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard De Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/c2/8bc2aeb93096e0b58b957b5cfddd7bfab75c1f04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1118.58" OriginalAmount="1086" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|26805-28496930/8958439128675589602/1756" HotelName="GRAND DES GOBELINS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/560300/560207/4d709c19_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1118.58" OriginalAmount="1086" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843643" Longitude="2.294801" StarRating="2" HotelCode="110527|348550" HotelName="Les Jardins de Mademoiselle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/aa/0daad63606c81bb94b7116f18e27d10db96e73e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1118.58" OriginalAmount="1086.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.823555000406" Longitude="2.3715488612652" StarRating="3" HotelCode="56962|best_western_bercy_rive_gauche" HotelName="ibis Styles Paris Massena Olympiades" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 rue Regnault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/64/d3643d8bf0d7240385445ef1223d6526b79a1c03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the southeast of Paris, near the Bercy business area and the exhibition par...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1118.58" OriginalAmount="1086.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.887487617568" Longitude="2.307923253373" StarRating="3" HotelCode="316806|pavillon_pereire_arc_de_triomphe" HotelName="Hotel Gaston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Péreire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/41/3b4143ec4ef3e7641897216a4449650af83b91b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is quietly located on the Boulevard Péreire to the north of Parc Montreau and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1121.67" OriginalAmount="1089" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1407278-28587483/8958439128675589602/490" HotelName="OKKO HOTELS PARIS LA DÉFENSE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/78000000/77810000/77806800/77806752/38611b43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1121.67" OriginalAmount="1089" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18859-28496596/8958439128675589602/1726" HotelName="GRAND DU HAVRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565600/565591/32210450_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1122.70" OriginalAmount="1090.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8785443" Longitude="2.2938685" StarRating="3" HotelCode="263482|hotel_riviera_elysees" HotelName="Riviera Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2f/702f78dff92c027c9f7108c06acaa3ccd1c83bee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1124.36" OriginalAmount="1091.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868583" Longitude="2.371481" StarRating="3" HotelCode="|163520" HotelName="International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE AUGUSTE BARBIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/2/0/163520_88f0b4a0924.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge), a reception, coffee pot, multilingual staff, tourist information, excursions and ticket sales. SITUATION: This establishment, is 350 metres away from bars and cafÃ©s. ROOM: The rooms have a television, a direct line telephone and a bathroom with a shower or bath. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1124.51" OriginalAmount="1091.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84835977" Longitude="2.37191483" StarRating="3" HotelCode="974598|FR047414" HotelName="Ibis Styles Paris Gare De Lyon Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Avenue Ledru Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/1c/6e1c3627d018c17b2d66272f8d575a8d6607bf50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1124.76" OriginalAmount="1092" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|527546-28458361/8958439128675589602/1327" HotelName="PETIT PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/527546/201832312435148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1124.76" OriginalAmount="1092" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|164591-12629180/8958439128675589602/3615" HotelName="LA PARIZIENNE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2523400/2523311/bf1f3c9a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1124.76" OriginalAmount="1092.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.840836" Longitude="2.323891" StarRating="3" HotelCode="110513|hotel_du_parc_4" HotelName="du Parc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Jolivet, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a2/12a27e155c3f4172487e3ce8ba9ed0df7e7c6a38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1125.79" OriginalAmount="1093" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|68832-28496742/8958439128675589602/2472" HotelName="ISTRIA ST GERMAIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1167500/1167479/eebebce4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1126.85" OriginalAmount="1094.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864539" Longitude="2.374902" StarRating="3" HotelCode="|42106" HotelName="Citadines Republique Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE PARMENTIER 75BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/0/6/42106_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated complex in 2007, has 76 apartments and 7 floors. In the entrance, guests are offered a hall with a reception and a safety deposit box service. The establishment has a breakfast room, a laundry service, indoor parking (for a fee), a terrace ParÃ­s with views of. SITUATION: This hotel Place de la RÃ©publique and PÃ¨re Lachaise it is located between it is 25 kilometres away from Paris Orly Airport it is 40 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has apartments with kitchen, a microwave, a coffee maker, a kettle, a bathroom with a bath or shower, with a hairdryer, a direct line telephone, a satellite or cable television, internet, an iron, heating and a safety deposit box. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1127.85" OriginalAmount="1095.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880376467282" Longitude="2.2858672198255" StarRating="4" HotelCode="18212|la_villa_des_ternes" HotelName="Hôtel Villa des Ternes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/e1/b4e17518c2be2667f50dc6d0472f0b2386de2c4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 17th arronidissement of Paris, this hotel is located in the heart of the city's busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1127.85" OriginalAmount="1095.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874212" Longitude="2.28106" StarRating="3" HotelCode="81519|hotel_residence_foch" HotelName="Residence Foch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Marbeau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/ff/b4fff7771e4bb7dcdbcd3c7c1092b4ee2fc13128.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1127.99" OriginalAmount="1095.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886717" Longitude="2.286235" StarRating="4" HotelCode="|542307" HotelName="Yuna Porte Maillot - ApartHotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue Jacques Ibert</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/2/3/0/7/542307_a7ed1e01007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1129.53" OriginalAmount="1096.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879412" Longitude="2.334266" StarRating="3" HotelCode="|70209" HotelName="Monterosa - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 RUE LA BRUYERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/2/0/9/70209_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 36 rooms, it offers multilingual staff, air-conditioning and heating. SITUATION: This hotel is close to the leisure areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1129.91" OriginalAmount="1097" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|51164-28501005/8958439128675589602/2076" HotelName="LOUIS BLANC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1150200/1150136/e20e0b50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1131.12" OriginalAmount="1098.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.829397" Longitude="2.374797" StarRating="3" HotelCode="|34807" HotelName="Sanso by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE TOLBIAC 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/0/7/34807_05954371145.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 70 suites and 3 suites equipped with disabled access. The establishment also has a safety deposit box service, a lift, conference facilities, a laundry service and a car park. SITUATION: This hotel is close to FranÃ§ois Mitterrand the library Bercy the business district public transport services, is near Seine the river restaurants, is situated 13 kilometres away from Paris Orly Airport 30 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have a kitchen, a hob, a fridge, a microwave, a coffee maker, a bathroom with a shower and a hairdryer. They also have a double bed, flat-screen satellite television, WiFi (free of charge), a safety deposit box and a direct line telephone. MEALS: The establishment offers a breakfast service in the breakfast room. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: The establishment offers breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1133.00" OriginalAmount="1100" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882260144229" Longitude="2.3317817598581" StarRating="0" HotelCode="63986|37615" HotelName="Josephine Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/1a/7a1aac261931373b6ad98ea39ca002519b16594d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in one of the liveliest areas of Paris, only 100 m from the Moulin Rouge,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1133.00" OriginalAmount="1100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847458" Longitude="2.35238" StarRating="2" HotelCode="128301|hotel_au_royal_cardinal" HotelName="Au Royal Cardinal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, rue des écoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/26/3526c88517992f45737be5a284a133fbb6e55039.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1133.00" OriginalAmount="1100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865344213985" Longitude="2.3833398127586" StarRating="2" HotelCode="293225|hotel_de_lhorloge_2" HotelName="Hôtel de l'Horloge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>25 Passage de Ménilmontant, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/cf/eccfaeb847499cf88d655f02950382877d8b731a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1133.22" OriginalAmount="1100.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8468057" Longitude="2.3049253" StarRating="3" HotelCode="|66358" HotelName="Eiffel Segur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 BOULEVARD GARIBALDI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/5/8/66358_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008 and has 34 comfortable rooms. ROOM: The fully-equipped rooms with flatscreen television, internet and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1134.03" OriginalAmount="1101" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1368847-28481398/8958439128675589602/2206" HotelName="HOTEL LES DEUX GARES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1135.06" OriginalAmount="1102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853169" Longitude="2.34511089" StarRating="2" HotelCode="326969|hotel_du_mont_blanc" HotelName="Hôtel du Mont Blanc Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de la Huchette, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/c8/42c83cda3f3882106c8020f1143884c2fd7e13dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;CheckIn 14 00\n\nCheckIn 14 00. CheckOut 12 00\n\n</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1136.09" OriginalAmount="1103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.852548082083" Longitude="2.3307467055225" StarRating="2" HotelCode="78729|hotel_de_saintgermain" HotelName="Hôtel de Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue du Four, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/58/64587f35edc6e7ff59df6738ffda2bd9b2a462ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1136.09" OriginalAmount="1103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876071316328" Longitude="2.3420915007591" StarRating="3" HotelCode="74034|touring_3" HotelName="Hotel Touring Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ff/52/ff5297fcc70e00a12b0d0aa50d2280e3afa8851b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1136.21" OriginalAmount="1103.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843396" Longitude="2.32024" StarRating="3" HotelCode="|122030" HotelName="Ibis Tour Montparnasse 15eme" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Maine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/0/3/0/122030_58e5fa20808.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ibis Tour Montparnasse 15eme is rated three stars. The establishment boasts a bar. The hotel is ideal for business and holiday stays. SITUATION: It is situated in ParÃ­s, has excellent transport links to the Latin Quarter, the exhibition centre Torre Eiffel and Porte de Versailles. In the surrounding area, you can find a car park and restaurants. ROOM: The establishment has 45 rooms with an air-conditioning system, a television, a direct line telephone and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1136.38" OriginalAmount="1103.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8359842" Longitude="2.325317" StarRating="3" HotelCode="|273063" HotelName="Clairefontaine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fermat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/0/6/3/273063_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1137.12" OriginalAmount="1104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86614507" Longitude="2.36842937" StarRating="3" HotelCode="180068|38086" HotelName="Albert's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue du Grand Prieuré, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/53/d953743643975ab590cd15e1de770411f76640da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1137.12" OriginalAmount="1104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876011" Longitude="2.296228" StarRating="3" HotelCode="56961|hotel_elysees_paris_2" HotelName="Elysees Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/84/a484934fb8290ef5840ac5002d3d6fc812c3f68b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a peaceful side street, only a few metres from Etoile and the Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1137.36" OriginalAmount="1104.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878274" Longitude="2.294022" StarRating="3" HotelCode="|486149" HotelName="Riviera Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>55, rue des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/1/4/9/486149_099d1242125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1139.18" OriginalAmount="1106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879759" Longitude="2.334026" StarRating="2" HotelCode="24416|eden_opera" HotelName="Eden Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Jean Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/89/048903daa58c7b22ba5c3c16b1fd5b973200d86e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1139.49" OriginalAmount="1106.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.837362" Longitude="2.319906" StarRating="4" HotelCode="|446907" HotelName="Drawing House" 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/6/9/0/7/446907_8cc072f1516.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1140.21" OriginalAmount="1107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843324910206" Longitude="2.3067480325699" StarRating="3" HotelCode="31195|nouvel_eiffel" HotelName="Nouvel Hotel Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Conference Hall,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/2b/f12bba7b977853dac632ec1482476ca742611e9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location and lies just a few metres from the Eiffel Tower. The metro st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1140.21" OriginalAmount="1107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878244" Longitude="2.347468" StarRating="2" HotelCode="35368|ibis_styles_paris_cadet_lafayette" HotelName="Hotel Ibis Styles Paris Cadet Lafayette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis Rue Pierre Semard, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/db/2e/db2ef211f72c86539f21a7e8c40ade09a5a95fc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This homely hotel is ideally located close to the links to the public transport network. An abundanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1141.24" OriginalAmount="1108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.840289" Longitude="2.352039" StarRating="2" HotelCode="14089|maxim_quartier_latin" HotelName="Maxim Quartier Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Censier, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/70/1c70928a34c5c2acbacb338fcad0eef1e5bbe50e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is located in a quiet position in the Latin Quarter near the student area. The botan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1142.27" OriginalAmount="1109" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14535-28560905/8958439128675589602/2414" HotelName="LE PERGOLESE PARIS CHAMPS ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19500/19489/8a4d11d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1143.30" OriginalAmount="1110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.835791" Longitude="2.318961" StarRating="3" HotelCode="20229|hotel_de_lorchidee" HotelName="Hotel Orchidee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c9/03c9629a1d6ec25650d906dd45f137823342fa57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, city hotel is located in exotic surrounds in Montparnasse, Paris' 14th arrondissement....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1145.36" OriginalAmount="1112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18797-32596304/8958439128675589602/2537" HotelName="B SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/519500/519445/facd0796_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1145.36" OriginalAmount="1112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876364" Longitude="2.347271" StarRating="3" HotelCode="14086|9_hotel" HotelName="LE 9Hotel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Papillon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/11/7311f5058960f384f0a07628a5afb3422fae9541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tasteful hotel enjoys a convenient location at the heart of Paris, within a short distance of A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1145.36" OriginalAmount="1112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.831659" Longitude="2.340073" StarRating="4" HotelCode="16819|paris_marriott_rive_gauche_hotel__conference_center" HotelName="Paris Marriott Rive Gauche Hotel &amp; Conference Center" 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,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Saint Jacques, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/93/f8937882247633aff71bcfb0dc83e572cc960264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located close to the Latin Quarter and Saint-Germain-des-Prés. Restaurants...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1145.36" OriginalAmount="1112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873000872566" Longitude="2.3435197770596" StarRating="3" HotelCode="36468|quality_hotel_axel_opera_paris_9" HotelName="Hôtel Axel Opéra by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Montyon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/2b/612bbf2872660e71f9451408aacf038f7e60beb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within a few minutes walk of the Opéra Garnier and countless shopping as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1146.37" OriginalAmount="1112.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8838449" Longitude="2.3184478" StarRating="4" HotelCode="|164397" HotelName="Grand Hotel Chicago" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>99 Bis, Rue De Rome</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/9/7/164397_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and attentive service. SITUATION: This establishment is in Batignolles nearby, you will find Saint-Lazare Railway Station and the business area. It is located near the metro station. 100 metres away from the establishment, you can find a public transport stop. ROOM: All the rooms have an air-conditioning system, flat-screen satellite television, a welcome kit, a mini-bar, a kettle, a coffee maker and a marble bathroom. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1147.42" OriginalAmount="1114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871894725711" Longitude="2.3447898030281" StarRating="3" HotelCode="25354|hotel_aston" HotelName="Aston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/8d/478dcaba55546627807e20e74e3b8048fd6e8054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a splendid location in a peaceful side street near to Grands Boulevards métro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1147.46" OriginalAmount="1114.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8781013" Longitude="2.3475001" StarRating="3" HotelCode="|22265" HotelName="Ibis Styles Paris Cadet Lafayette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, BIS RUE PIERRE SEMARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/5/22265_b8dd2221404.jpg</HotelPictures>
        <HotelDescription>ROOM: Each room has a bathroom with a bath or shower, a hairdryer and toiletries. They are equipped with a satellite TV, a welcome kit with hot drinks and snacks, a desk, a direct line telephone and internet. FACILITIES: The establishment boasts a car park and a lift. With regards to the food and beverage offering, there is a bar, Guests are offered a safe. OTHERS: It has disabled facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1148.25" OriginalAmount="1114.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8447495" Longitude="2.28386" StarRating="2" HotelCode="|33292" HotelName="Campanile Paris 15 - Tour Eiffel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT-CHARLES 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/9/2/33292_666739e0926.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, has 75 rooms and 7 floors. The establishment has a reception, a safety deposit box service and a lift. It has a cafÃ© and a television room. The establishment offers WiFi. SITUATION: This hotel is in Pris the heart of the Eiffel Tower it is 5 minutes away from is situated in an excellent location, is 2 minutes away from Dupleix and Charles Michels the metro stations of it is 5 minutes away from RER the train station near the establishment, guests will find bars, restaurants and nightclubs. ROOM: The rooms a bathroom and with a hairdryer. They have a double bed, a direct line telephone, a satellite TV, a radio, a desk, WiFi and a coffee maker. OTHERS: The establishment offers a buffet breakfast, Guests can book bed and breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1148.45" OriginalAmount="1115" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88368579" Longitude="2.33378601" StarRating="5" HotelCode="738481|488338" HotelName="Be You Apart’ Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard De Clichy, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/d2/19d29761e636586513a76563ed96e087f13a9026.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1150.51" OriginalAmount="1117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|480641-28457092/8958439128675589602/1026" HotelName="PRINCE ALBERT CONCORDIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11100000/11097100/11097025/4a307e98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1150.51" OriginalAmount="1117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.838325645712" Longitude="2.2904708208808" StarRating="4" HotelCode="14789|mercure_paris_xv" HotelName="Mercure Paris 15 Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Lambert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f20a2e6f77d7814d870a347e4404cfa3a289c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1150.86" OriginalAmount="1117.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879782" Longitude="2.334028" StarRating="3" HotelCode="|55385" HotelName="Eden Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35, RUE JEAN BAPTISTE PIGALLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/8/5/55385_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small hotel is rated 2 stars andPlace Blanche it is near. SITUATION: Sacre Cour It is located close to nearby, you will find the opera, is in ParÃ­s the city centre of in the surrounding area, clients have shops. ROOM: The establishment has 40 rooms, fully-equipped with TV and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1151.41" OriginalAmount="1117.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.830434" Longitude="2.284611" StarRating="4" HotelCode="|62559" HotelName="Oceania Paris Porte De Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'ORADOUR SUR GLANE 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/5/5/9/62559_700f3c61404.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has 250 rooms and suites. The establishment boasts a lounge bar, a car park and a large terrace. The establishment offers guests breakfast service, This air-conditioned establishment has 7 floors, a lobby with a reception, a safety deposit box service, a cloakroom, a lift and a cafÃ©. The establishment offers guests a breakfast room, room service, WiFi (for a fee) and a laundry service. SITUATION: This hotel is near Parc des Expositions de Porte de Versailles the sports centre, the Champs-ElysÃ©es and the Eiffel Tower it is situated 10 minutes away from 3 kilometres away from the establishment, guests will find the city centre and the railway station, Close to public transport services, is situated 13 kilometres away from Paris Orly Airport 30 kilometres away from, Charles de Gaulle the airport. ROOM: Each room has a flat-screen television with international channels, WiFi, a safe (free of charge), a bathroom with a bath or shower, a hairdryer, a double bed, a direct line telephone, a radio, a Hi-Fi and individual air-conditioning. FACILITIES: The establishment has a spa, a heated swimming pool, a swimming pool bar, a hydromassage bath, a Turkish bath and a gym. Guests are offered a massage service (available for a fee). MEALS: Guests are offered a continental buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard, Visa and debit cards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1151.98" OriginalAmount="1118.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8518766" Longitude="2.3838826" StarRating="5" HotelCode="|198962" HotelName="  Boutet Bastille Hotel Paris - MGallery Collection " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 - 24 Rue Faidherbe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/9/6/2/198962_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1153.10" OriginalAmount="1119.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.828397248484" Longitude="2.3473508247987" StarRating="2" HotelCode="35312|FR007458" HotelName="ibis Styles Paris Place d'Italie Butte aux Cailles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Barrault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/f2/ecf2cc9a968945ed34826218a3ee77cbb4c3a630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This endearing city hotel is situated not far from the vibrant city centre. Shops, bars, pubs and pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1153.60" OriginalAmount="1120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872659063449" Longitude="2.3435895144939" StarRating="3" HotelCode="10830|hotel_bergere_opera" HotelName="Hôtel 34B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8b/0d8b6456ffbc65b44c8435616f2a065910c86665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located close to the famous shopping areas (Galleries Lafayette), just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1154.22" OriginalAmount="1120.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8829411" Longitude="2.33316" StarRating="3" HotelCode="|50510" HotelName="Moulin Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39, Rue Pierre Fontaine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/0/50510_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern building, is situated in ParÃ­s a peaceful street in the 9th arrondissement it is in Moulin Rouge and Sacre Coeur it is located close to. ROOM: The establishment has 50 rooms with TV, a direct line telephone, internet and a mini-bar. The rooms a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1154.63" OriginalAmount="1121" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851893954791" Longitude="2.3837665823316" StarRating="5" HotelCode="415420|203054" HotelName="Hôtel Paris Bastille Boutet - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Rue Faidherbe, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d5/d56e3f78d5cbec8e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the authentic Bastille district and near Marais, this new 5-star hotel lies within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1154.63" OriginalAmount="1121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847291" Longitude="2.371015" StarRating="3" HotelCode="401339|alexandrie" HotelName="Alexandrie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue d'Austerlitz, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/12/ef124da488f789b801b325237fe71fa691fcfa33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Gare de Lyon train station just 5 minutes walk from the opera hou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1154.67" OriginalAmount="1121.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84433" Longitude="2.323313" StarRating="3" HotelCode="|50577" HotelName="Terminus Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>59, BVD MONTPARNASSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/7/7/50577_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Tour Montparnasse It is in Where guests can enjoy shops and restaurants. ROOM: The establishment has 63 soundproofed rooms, They are equipped with a television, a direct line telephone, a mini-bar, an air-conditioning system and heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1156.58" OriginalAmount="1122.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866239" Longitude="2.368357" StarRating="4" HotelCode="|67971" HotelName="Gabriel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU GRAND PRIEURE 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/9/7/1/67971_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, is situated in the heart of the city, The establishment boasts a reception. SITUATION: Place de la Republique It is situated near it is 100 metres away from Republique and Oberkampf the metro stations of Gare du Nord 10 minutes away from the establishment, clients can find it is 30 kilometres away from Charles de Gaulle Airport It is situated 20 kilometres away fromParis Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1156.69" OriginalAmount="1123" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32968-28457556/8958439128675589602/2306" HotelName="IBIS PARIS GARE DE LYON LEDRU ROLLIN 12EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53600/53555/409880b8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1157.72" OriginalAmount="1124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839875558845" Longitude="2.3030760884285" StarRating="4" HotelCode="67806|novotel_paris_vaugirard_montparnasse" HotelName="Novotel Paris Vaugirard Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>257 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/bc/e7bc427aafda650fde4b518d1f57f475423dec3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is well-connected to the city centre by metro and yet offers a tranquil haven in the capi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1159.44" OriginalAmount="1125.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8881" Longitude="2.30673" StarRating="4" HotelCode="|224577" HotelName="Mercure Paris 17 Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 Rue De Tocqueville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/5/7/7/224577_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1159.78" OriginalAmount="1126" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849853" Longitude="2.288561" StarRating="3" HotelCode="80568|56671" HotelName="Eiffel Saint Charles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Rue Rouelle, 37 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/88/cc88d71d2f42643ebcafe5c531d59f70ae892ee0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Paris, close to the Eiffel Tower and the Parc des Exposit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1159.78" OriginalAmount="1126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879207541196" Longitude="2.3556600911134" StarRating="3" HotelCode="32507|hotel_de_la_gare_du_nord" HotelName="Hôtel ibis Paris Gare du Nord TGV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue De Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/14/6e14ead801e9147d93c33310311408fbd1e374ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1161.84" OriginalAmount="1128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845114807514" Longitude="2.2973415255547" StarRating="3" HotelCode="48365|alyss_saphir_cambronne_eiffel_2" HotelName="Hotel Alyss Saphir Cambronne Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b026881d5aa710e843d579f0fbf3d3278c42f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location just a few paces from the Dupleix metro station on line 6, this city ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1161.84" OriginalAmount="1128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873784" Longitude="2.349923" StarRating="3" HotelCode="166556|hotel_paradis_2" HotelName="Hotel Paradis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f5/2ef5264130c01a5625a02bc17ec05f77ef48c24b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the Montmartre hill in the northeast of Paris, surrounded by scores of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1163.85" OriginalAmount="1129.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874777" Longitude="2.342763" StarRating="4" HotelCode="97700|FR009117" HotelName="Cadet Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/d9/92d99ad31d4ee8a7f0d0614e88e5a4262c90493a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city apartment hotel is situated in one of the most typical areas of Paris. Rue Cadet is bustli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1163.86" OriginalAmount="1129.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876401194794" Longitude="2.3466485738754" StarRating="3" HotelCode="35142|428225" HotelName="Opera Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Rue La Fayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/fb/d5fbddc9bd439233d233bb1855a6df25dccbd050.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Many of Paris' top attractions including the opera house, museums, Sacré Coeur and the famous shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1166.99" OriginalAmount="1133" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|272210-28500723/8958439128675589602/2494" HotelName="IBIS PARIS GARE DE LYON DIDEROT 12TH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/562100/562002/2b0e7e0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1166.99" OriginalAmount="1133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850279474927" Longitude="2.2933507037814" StarRating="3" HotelCode="180121|hotel_le_relais_saint_charles" HotelName="Le Relais Saint Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f5/73f5eeff73d0ac74c5236d42e40edf864f7aa4b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1168.02" OriginalAmount="1134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872009399169" Longitude="2.3447281122208" StarRating="3" HotelCode="47999|10332" HotelName="Hôtel d'Espagne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c8/88c8d38eef0726cb74fabd908ec627a26dffe2a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1168.12" OriginalAmount="1134.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8759003" Longitude="2.2867" StarRating="4" HotelCode="|15288" HotelName="Le Pergolese Paris Champs Elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pergolese 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/8/15288_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Premier Pergolese is rated four stars, is situated in ParÃ­s city centre and was built in 1991. With regards to the food and beverage offering, the establishment has a restaurant. The establishment has lifts, a concierge and a safety deposit box service. The establishment offers room service, a bellboy and business facilities. ROOM: The establishment has 40 rooms with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1168.28" OriginalAmount="1134.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8775592" Longitude="2.2951417" StarRating="3" HotelCode="|74175" HotelName="Arc de Triomphe Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ETOILE 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/1/7/5/74175_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 25 rooms, a reception, express check-out and a lift. With regards to the food and beverage offering, the establishment has a breakfast room, a cafÃ© and a bar. The establishment offers WiFi room service and a laundry service. SITUATION: Les Champs Ã‰lysÃ©es Close to the establishment, clients can find this hotel is on a quiet street, the Arc de Triomphe it is situated near it is in an excellent location, 29 kilometres away, there is a train station, 150 metres away, clients have an underground station. ROOM: The rooms have a bathroom with a bath, a hairdryer, double beds, a direct line telephone, satellite or cable TV, internet, an iron and a mini-bar. They have individual air-conditioning. MEALS: The establishment serves a buffet breakfast. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1169.12" OriginalAmount="1135.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850237902541" Longitude="2.2903302311897" StarRating="3" HotelCode="35366|427965" HotelName="Beaugrenelle Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/89/a089e4543ad23a98293209781c5997a3e47ca443.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated on the left-hand bank of the River Seine, this hotel affords a wonderful location w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1170.51" OriginalAmount="1136.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85927" Longitude="2.36828" StarRating="3" HotelCode="|183650" HotelName="Grand Amelot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 rue Amelot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/5/0/183650_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1173.48" OriginalAmount="1139.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878191" Longitude="2.386795" StarRating="0" HotelCode="|36177" HotelName="Adagio Paris Buttes Chaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cours du 7eme Art 3/5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/7/36177_65f08271145.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary aparthotel, has 136 rooms, balconies and terraces. In the establishment entrance, guests will find a lobby with express check-out, a reception, a safety deposit box service, a cloakroom, a lift and a kiosk. The establishment boasts a breakfast room, At an extra cost you can use the laundry service and the car park. SITUATION: This urban hotel is in the city centre of, the 19th arrondissement, Buttes-Chaumont it is in La Villete close to the establishment, guests have 200 metres away, guests can find restaurants, bars, 20 minutes away, guests can find clubs, 200 metres away, there is a public transport stop, 5 minutes away from the establishment, clients can find Buttes-Chaumont the Park of the CitÃ© des Sciences et de l'Industrie it is situated a few minutes drive from 2,5 kilometres away from Gare de l'Est the Railway Station of it is situated 21 kilometres away from Charles de Gaulle Airport 22 kilometres away from Paris Orly Airport. ROOM: All the rooms have a bathroom, a double bed, a hairdryer, a direct line telephone, satellite or cable TV, internet, a small kitchen with minifridge, hot plates, a microwave, a coffee maker, a kettle, an ironing set, a safe, heating and a balcony or terrace. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1174.20" OriginalAmount="1140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.881412" Longitude="2.323516" StarRating="4" HotelCode="376422|best_western_premier_kapital_opera_2" HotelName="Best Western Premier Kapital Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/05/8e05c9cc72b6644783ef4a4df591ad537ed9d099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1174.98" OriginalAmount="1140.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8807983" Longitude="2.3013" StarRating="3" HotelCode="|22535" HotelName="Casimir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE COURCELLES 184</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/3/5/22535_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1910, renovated in 2005, has 5 floors and has 40 rooms, In the entrance, guests are offered a lobby with a lift, a reception and a safety deposit box service. The establishment offers WiFi, a bar and a laundry service. SITUATION: This attractive hotel is in the city centre of the tourist area, Place de l Etoile and Champs-ElysÃ©es it is near in the surrounding area, clients can find shops, restaurants, in front of the hotel there is a public transport stop, is situated 1 kilometre away from a train station, the Eiffel Tower it is situated 3 kilometres away from it is situated 1 kilometre away from Garnier the opera it is situated 35 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: The comfortable rooms, a bathroom and a hairdryer. They have a direct line telephone, satellite and cable TV, a radio, internet and a mini-bar. Clients are offered non-smoking rooms, The establishment has superior rooms with flatscreen television, an air-conditioning system and individual heating. FACILITIES: Some superior rooms with a jacuzzi. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1176.26" OriginalAmount="1142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872786" Longitude="2.344934" StarRating="3" HotelCode="110483|56535" HotelName="Ibis Styles Paris Lafayette Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/5 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ee/03ee56f7a855519e8f5ce3e0ed0eef1913f21c20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1176.26" OriginalAmount="1142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85754" Longitude="2.369855" StarRating="2" HotelCode="11352|moxy_paris_bastille_france" HotelName="Moxy Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Du Chemin Vert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/03/0403ca30234c49caffda1afde598512ce00bd4cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1176.26" OriginalAmount="1142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848805" Longitude="2.288145" StarRating="3" HotelCode="72445|hotel_de_lexposition__tour_eiffel" HotelName="Exposition Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 bis, rue du Théâtre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/fc/41fc5688bf7c83e817455d9b1f2dd7126cf78fef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the Left Bank near the Eiffel Tower (15-minute walk), between the exhibitio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1176.26" OriginalAmount="1142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885382" Longitude="2.333508" StarRating="3" HotelCode="110544|hotel_le_relais_montmartre" HotelName="Le Relais Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Constance, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/6d/7a6d358aa3f4e39522529302afa9d83e4c644ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1176.40" OriginalAmount="1142.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.840852" Longitude="2.299342" StarRating="3" HotelCode="|28447" HotelName="Beauregard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/4/4/7/28447_74ae0bf1408.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, was built in 1850, has 6 floors and has 39 standard rooms. In the entrance, guests are offered a lobby with a lift. SITUATION: This hotel is in a good location in ParÃ­s. It is located between Porte de Versailles, Montparnasse and Tour Eiffel 2 minutes away, there is a public car park. ROOM: Guests are offered completely renovated rooms, modern, fully-equipped with a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, internet and a mini-bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Visa, Mastercard and JCB.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1176.42" OriginalAmount="1142.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8378769" Longitude="2.3556743" StarRating="4" HotelCode="|15251" HotelName="Best Western Plus La Demeure" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 BLVD SAINT MARCEL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/1/15251_5e230ef1238.jpeg</HotelPictures>
        <HotelDescription>SITUATION: It is nearLatino District Saint Germain des PrÃ©s it is 1 minute away from. FACILITIES: The establishment boasts a lounge, a bar, a reception and press. Guests also have access to a lift, a safe, heating, a babysitting service, a launderette and a dry cleaner's. The establishment serves breakfast room service, The establishment also offers fax service, copy service, a car park on request and television. ROOM: Guests are offered non-smoking rooms and soundproofed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1176.67" OriginalAmount="1142.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8317814" Longitude="2.3868219" StarRating="4" HotelCode="|15324" HotelName="Pullman Paris Centre-bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LIBOURNE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/4/15324_43f34c61215.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel It's 1 kilometre from Accorhotels Arena it is situated 5 minutes away from the Cour Saint-Ã‰milion metro station. ROOM: The rooms have WiFi (free of charge), large windows, a television, a writing desk, a kettle, a coffee maker, mineral water and complimentary bathroom items. RESTAURANT: The establishment offers a restaurant and a cocktail bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1177.29" OriginalAmount="1143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.859083163768" Longitude="2.3668174445629" StarRating="4" HotelCode="18996|villa_beaumarchais" HotelName="Villa Beaumarchais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue des Arquebusiers, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/bd/05bdc8b6b426cfe1034d38689e51383ebc6d37c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Marais, one of the oldest and now most vibrant neighbourhoods in Paris, this family-f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1178.32" OriginalAmount="1144" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|240256-28498796/8958439128675589602/2713" HotelName="STAYCITY  APARTMENTS GARE DE L’EST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1169700/1169651/53974767_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1178.32" OriginalAmount="1144" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|25352-28499227/8958439128675589602/2734" HotelName="AUSTINS SAINT LAZARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2523300/2523239/687ec024_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1180.38" OriginalAmount="1146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873296370178" Longitude="2.3436968028545" StarRating="3" HotelCode="31198|hotel_acadia_opera" HotelName="Hôtel Acadia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/26/b4262b4364d10de7bcb2ea2d21fb624f7d3ec52a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located close to a main road, this hotel lies within a few minutes of a diverse selection ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1181.41" OriginalAmount="1147" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|53421-32413972/8958439128675589602/641" HotelName="OCEANIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19700/19614/fb443b44_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1182.54" OriginalAmount="1148.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8540001" Longitude="2.3069999" StarRating="3" HotelCode="|22600" HotelName="Derby Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DUQUESNE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/0/22600_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 and renovated in 2005, has 43 rooms. It has a reception, lifts, a nice bar and a breakfast room. At an extra cost you can use internet, the launderette and the car park. SITUATION: This hotel is in ParÃ­s city centre. It is situated close to shops and leisure areas. 100 metres away, there is a public transport stop. 4 minutes away, you can find the Eiffel Tower it is 2.5 kilometres away from Montparnasse Station. It is situated 25 kilometres away from Paris Orly Airport. 35 kilometres away, you can find Charles de Gaulle Airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, an individual air-conditioning system and individual heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1183.47" OriginalAmount="1149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.856726" Longitude="2.30303" StarRating="3" HotelCode="110466|hotel_de_la_paix_5" HotelName="Hôtel de la Paix - Quartier Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, rue du Gros Caillou, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/2c/9e2ce3b0d274a288cb32ea4621a7c6898d417146.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1183.65" OriginalAmount="1149.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868005" Longitude="2.336214" StarRating="3" HotelCode="|80970" HotelName="Baudelaire Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>61, Rue Sainte Anne -</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/7/0/80970_89d59b31533.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, room service, a car hire service and a laundry service. SITUATION: Is situated inParÃ­s the city centre of the establishment, is 5 minutes away from Garnier the opera the Louvre 8 minutes away, you can find Close to shopping areas, restaurants, places of interest and subway stations. ROOM: The rooms have a satellite television, a radio, a direct line telephone, a mini-bar and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1185.53" OriginalAmount="1151" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|171154-28561074/8958439128675589602/2870" HotelName="MERCURE PARIS PLACE D'ITALIE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/23400/23330/fcc9607c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1185.53" OriginalAmount="1151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866059533188" Longitude="2.368361900629" StarRating="4" HotelCode="142308|hotel_gabriel_paris_marais" HotelName="Gabriel Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue du Grand Prieuré, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b072730015070ac0ec01176663e94cca2a4dc6f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1186.56" OriginalAmount="1152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.833813" Longitude="2.317557" StarRating="3" HotelCode="14228|pavillon_losserand_montparnasse" HotelName="9 Hotel Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/8f/988fd0b2e8b802591368f1e4c9aba67cfb2ebdbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a stone's throw from the Porte de Versailles Exhibition Centre and the Palais des Sport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1188.62" OriginalAmount="1154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868478218215" Longitude="2.3715877532959" StarRating="3" HotelCode="258544|200611" HotelName="Hotel International Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Auguste Barbier, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3e/be3ed2c82eaa32d79a48cf8ce8883a9c0ce6e289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1189.06" OriginalAmount="1154.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879388" Longitude="2.334183" StarRating="3" HotelCode="|67722" HotelName="Joyce - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 RUE LA BRUYERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/7/2/2/67722_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant and comfortable hotel and it is in ParÃ­s the heart of This establishment reopened in 2009. ROOM: The establishment has 65 rooms with a bathroom, heating, WiFi, an iPod docking station, complimentary bathroom items, a writing desk, a television and a hairdryer. FACILITIES: The establishment has a reception and a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1189.65" OriginalAmount="1155" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.859272303326" Longitude="2.3683926139363" StarRating="3" HotelCode="303905|57819" HotelName="Grand Hôtel Amelot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/56/1d560bea2494be8459ea881a47217e93de639fc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 44 rooms. Services and facilities at the hotel includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1190.19" OriginalAmount="1155.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8777809" Longitude="2.3438087" StarRating="3" HotelCode="|15269" HotelName="Palm - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Maubeuge 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/6/9/15269_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel with air-conditioning, renovated in 2002, has 6 floors and has 38 standard rooms. In the establishment entrance, guests will find a lobby with elevators, a reception, a safety deposit box service and a currency exchange service. The establishment has a laundry service. It is situated 300 metres away from the hotel car park. SITUATION: This hotel is near the Palais Garnier, close to a commercial centre. Is 8 kilometres from the CNIT building. 800 metres away from the establishment, you can find Gare du Nord Station. It is 200 metres away from the Cadet metro station. 150 metres away you can find pubs and bars. It is 500 metres away from the city centre where guests can enjoy shops. 30 minutes away from the establishment clients have Charles de Gaulle and Paris Orly airports. ROOM: The inviting rooms have a bathroom with a hairdryer, a direct line telephone, a satellite TV, cable television and internet (available for a fee). They also have a double bed, fitted carpets, an air-conditioning system, individual heating, a safety deposit box (available for a fee) and a fax machine. OTHERS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using credit card, American Express, Mastercard, Visa, Diners Club and JCB.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1191.71" OriginalAmount="1157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876114" Longitude="2.346522" StarRating="3" HotelCode="74040|best_western_anjou_lafayette_opera" HotelName="Best Western Anjou Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Riboutté, Square Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/09/f4095b82fc2d76b6e0e2ad6cfec055ffff31e6bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1192.74" OriginalAmount="1158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.844609971161" Longitude="2.352155148983" StarRating="3" HotelCode="29129|hotel_des_nations_saint_germain_2" HotelName="Des Nations Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/18/0a18fcc690ea076208002c15ac06bb864c2cd740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the Latin Quarter, near to the Pantheon, the Lutece Arenas an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1192.74" OriginalAmount="1158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.838969932346" Longitude="2.3456507921219" StarRating="4" HotelCode="63700|seven_hotel_sterling_design" HotelName="Hotel Seven Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/e1/23e1e5a00ce67202f5a509ef52b9681b67c100bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city's 5th district, next to the Barrio Latino and Rue Mouffetard, in a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1192.93" OriginalAmount="1158.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865912" Longitude="2.36761" StarRating="4" HotelCode="|163513" HotelName="Ginette à la Folie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>49 RUE DE MALTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/1/3/163513_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has an indoor patio, a fountain, a television, a reception, a fax machine and a photocopier. SITUATION: This hotel the Place de la RÃ©publique it is 3 minutes away from. ROOM: The rooms have a lift, WiFi, a television, a safety deposit box and a bathroom with a hairdryer. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1193.67" OriginalAmount="1158.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846868" Longitude="2.37282" StarRating="3" HotelCode="48366|FR083628" HotelName="Lyon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d6/58d6ce4d7dc8ce091285baa92fcf75b08c7e4717.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated 100 m from the public transport links, 150 m from the Gare de L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1194.80" OriginalAmount="1160" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|144073-28578647/8958439128675589602/329" HotelName="NOVOTEL PARIS 14 PORTE D'ORLEANS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48300/48246/c217668c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1196.78" OriginalAmount="1161.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839235" Longitude="2.322622" StarRating="4" HotelCode="|63360" HotelName="voco Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>79/81 Avenue Du Maine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/6/0/63360_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has wonderful views and it is in a great location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1197.26" OriginalAmount="1162.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8685" Longitude="2.35557" StarRating="3" HotelCode="|169236" HotelName="du Plat d'Etain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69 RUE MESLAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/3/6/169236_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. SITUATION: This establishment is situated between Haut Marais and los Grandes Bulevares,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1197.75" OriginalAmount="1162.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87616" Longitude="2.34219" StarRating="2" HotelCode="|169412" HotelName="Bienvenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 RUE BUFFAULT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/1/2/169412_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a baggage room and international press. SITUATION: This establishment, is 10 minutes away from the Galeries Lafayette the shopping centre la Ã“pera Garnier 15 minutes away from the establishment, guests will find it is situated 230 metres away from Cadet the metro station of it is situated 10 minutes away from Gare du Nord the railway station 20 minutes away from the establishment, you can find Montmartre the district of. ROOM: Each room has a bathroom, a television, WiFi, a mini-bar, a direct line telephone and a lift. Some rooms have garden views. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1197.89" OriginalAmount="1163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878148" Longitude="2.327031" StarRating="3" HotelCode="61172|opera_deauville_hotel" HotelName="Opera Deauville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/93/96937c4e8f7e0ba27756c2e459a8dc39bb73fec6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 9th arrondissement, close to Liège metro station, in the heart of the ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1201.17" OriginalAmount="1166.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88149" Longitude="2.3234528" StarRating="4" HotelCode="|200917" HotelName="Mayflower Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Moscou 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/9/1/7/200917_2359e361355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1202.01" OriginalAmount="1167" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18839-28499179/8958439128675589602/1396" HotelName="DU MIDI MONTPARNASSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/83200/83141/ec87650d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1202.01" OriginalAmount="1167.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8639788" Longitude="2.3688289" StarRating="3" HotelCode="224997|hotel_alhambra_8" HotelName="Hotel Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/19/17197468944bebad5b205a4c349a9ee4948fcd2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1206.13" OriginalAmount="1171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874216" Longitude="2.331069" StarRating="2" HotelCode="180128|prince_albert_opera" HotelName="Hotel Prince Albert Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 Rue De Provence, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/8a/5f8a0a05eb66e714d5fa737a9b1fff612732f18e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1207.16" OriginalAmount="1172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876778389291" Longitude="2.3383679990216" StarRating="3" HotelCode="34436|hotel_brittany" HotelName="Brittany" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 et 5 rue Saint-Lazare, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/b6/b4b62691a77bb202ecd636bb8fa2c91138eb8d5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1208.00" OriginalAmount="1172.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87079" Longitude="2.36063" StarRating="4" HotelCode="|191325" HotelName="9hotel Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 rue Pierre Chausson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/2/5/191325_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1208.25" OriginalAmount="1173.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8473015" Longitude="2.3712001" StarRating="3" HotelCode="|20451" HotelName="Riesner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>19, Rue D'Austerlitz</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/5/1/20451_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Tonic Hotel Gare De Lyon is rated three stars, is situated in the centre of ParÃ­s and was built in 1950. The establishment boasts a restaurant, lifts, room service, business facilities and pets are allowed. ROOM: The establishment has 37 rooms. They are equipped with a hairdryer and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1210.25" OriginalAmount="1175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.895287077521" Longitude="2.2236800193787" StarRating="4" HotelCode="401817|hotel__residence_mercure_paris_la_defense_grande_arche" HotelName="Mercure Paris La Défense Grande Arche Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17/20 Esplanade Charles de Gaulle, Rue des Trois Fontanot, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/c6/2fc693b9bebeb91a137d6a531c0ca8504b13d844.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1211.28" OriginalAmount="1176" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1258741-28475500/8958439128675589602/418" HotelName="NOVOTEL BELLEVILLE PARIS 20" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69360000/69359100/69359050/20fe7a98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1212.75" OriginalAmount="1177.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.896142" Longitude="2.310242" StarRating="0" HotelCode="|447675" HotelName="Zoku Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Av. de la Prte de Clichy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/7/5/447675_90c03f51308.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1214.77" OriginalAmount="1179.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8791008" Longitude="2.3383" StarRating="3" HotelCode="|23710" HotelName="Les Trois Poussins" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CLAUZEL 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/1/0/23710_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors and 40 rooms. It has 10 single rooms, 20 double rooms and 10 suites. Outdoors, guests can find a garden, In the entrance, you can find a lobby with a lift and a reception. The establishment offers WiFi and a laundry service. It is near a car park. SITUATION: This hotel is near the city centre, in the surrounding area, clients can find restaurants, bars, shops and a metro station. it is situated 30 kilometres away from Orly and Charles de Gualle the airports of. ROOM: It has inviting rooms with air-conditioning, a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet and a safety deposit box. They also have an American kitchen, a fridge, fitted carpets and central heating. OTHERS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1214.94" OriginalAmount="1179.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8776016" Longitude="2.2872" StarRating="4" HotelCode="|22889" HotelName="Etoile Saint Ferdinand By Happyculture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE ST FERDINAND 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/8/9/22889_616637a1453.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 42 standard rooms, 6 floors, a lobby, room service and a laundry service. SITUATION: This hotel is located between the Arc de Triomphe and the Congress Centre. It is well-connected with shops, leisure areas, entertainment and tourist points of interest. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar and satellite and cable TV.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1216.43" OriginalAmount="1181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.867976" Longitude="2.336255" StarRating="3" HotelCode="68262|baudelaire_opera" HotelName="Baudelaire Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue Sainte-Anne, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/1b/a91b12ea50f5e1ee46b8eb51c8fe7874de9443b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1217.46" OriginalAmount="1182" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18788-28524205/8958439128675589602/3200" HotelName="ALBERT 1ER PARIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/64000/63911/2a9f3301_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1219.52" OriginalAmount="1184" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871699780229" Longitude="2.2909659147263" StarRating="3" HotelCode="11928|5174" HotelName="Hotel Du Bois Paris Champs-Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue du Dome, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/12/2712852d783e51c7207c550e0b8e7798f7c92e65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is over 100 years old and is located directly near to the eminent Champs Elysé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1219.52" OriginalAmount="1184.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.881368" Longitude="2.328286" StarRating="4" HotelCode="142093|secret_de_paris__design_boutique_hotel" HotelName="Hotel Design Secret de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue De Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4e/e64e7f6526cad9750c79187fe04ab466573357e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is nestled in the Trinité neighbourhood, a few short steps away from the city's shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1222.61" OriginalAmount="1187" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882667590425" Longitude="2.3326447606087" StarRating="3" HotelCode="52673|3120" HotelName="Apollo Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue De Douai, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/d3/2ad3a4605bcd00ce81f9692fb61a2a925449ded4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated between Montmartre and the Opera. The large department stores and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1223.68" OriginalAmount="1188.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.831634283921" Longitude="2.3870399594307" StarRating="4" HotelCode="29500|FR003717" HotelName="Pullman Paris Centre - Bercy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue de Libourne, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/79/3a7961e9fcac11dc126cd380dc1b29da7d3f8e5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Bercy Village. Guests can reach the Place de la M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1224.67" OriginalAmount="1189" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|424022-28457753/8958439128675589602/2575" HotelName="COQ PARIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12430000/12429600/12429565/fc075515_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1225.31" OriginalAmount="1189.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8758011" Longitude="2.2965" StarRating="3" HotelCode="|24792" HotelName="Plaza Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue De Wagram,21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/9/2/24792_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Plaza Etoile is rated three stars and it was opened in 1910. SITUATION: This establishment is in the centre of ParÃ­s, close to Le Arc de Triomphe and Charles de Gaulle - Etoile Train Station. RESTAURANT: This hotel has a restaurant and a bar. ROOM: Clients are offered 33 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1225.70" OriginalAmount="1190" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32575-28500089/8958439128675589602/2580" HotelName="29 LEPIC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/800000/795900/795817/a65bee1d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1225.70" OriginalAmount="1190" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6045-32593172/8958439128675589602/3043" HotelName="34B ASTOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18900/18868/70377685_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1225.85" OriginalAmount="1190.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873448" Longitude="2.303124" StarRating="0" HotelCode="|533508" HotelName="FINESTATE Coliving Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Washington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/0/8/533508_804959f1108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1226.15" OriginalAmount="1190.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85908" Longitude="2.35538" StarRating="3" HotelCode="|183802" HotelName="Du Vieux Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/0/2/183802_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1226.73" OriginalAmount="1191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845361045777" Longitude="2.3096542060375" StarRating="3" HotelCode="36883|vic_eiffel_hotel" HotelName="Vic Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>92 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/26/9c2625a2c39e49a3600d441c1e71ceb214ba5b91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This striking city hotel is located between the Eiffel Tower and Les Invalides. The UNESCO headquart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1227.23" OriginalAmount="1191.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878652" Longitude="2.3381634" StarRating="4" HotelCode="|80801" HotelName="Arvor Saint Georges" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 rue laferriere</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/0/1/80801_d4e18391656.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in ParÃ­s a quiet street in nearby, there is a metro station. HOTEL: The hotel has WiFi, (free of charge), a lobby with a computer. ROOM: The cosy rooms, have modern facilities, a satellite TV and a bathroom. MEALS: Guests are offered a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1228.94" OriginalAmount="1193.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8739014" Longitude="2.3499999" StarRating="3" HotelCode="|22264" HotelName="Paradis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES PETITES ECURIES 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/4/22264_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This mid-category hotel, has 38 rooms, In the establishment entrance, guests will find a safety deposit box service, a lift and a bar. SITUATION: This hotel is situated in Montmartre Hill it is in ParÃ­s north-west in the surrounding area, clients can find shops, leisure areas, a few minutes away from the establishment, you can find the main monuments, Where clients can find SacrÃ©-Coeur the Basilica of Place VendÃ´me the opera. 100 metres away, there is a public transport stop, 700 metres away, guests have Gare du Nord the railway station. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite television and cable television. OTHERS: The establishment offers a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1232.91" OriginalAmount="1197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.867270497863" Longitude="2.3655085174771" StarRating="4" HotelCode="13509|crowne_plaza_paris_republique" HotelName="Crowne Plaza Paris-Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Republique, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/3a/733a3bfc667cefd8cef49aa6dad410f8329f3582.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 2 km from Gare du Nord railway station and 40 minutes by taxi from Paris-Charles de Gau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1232.96" OriginalAmount="1197.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8587117" Longitude="2.3535606" StarRating="2" HotelCode="|359532" HotelName="D'win" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>20, rue du Temple</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/5/3/2/359532_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1233.12" OriginalAmount="1197.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.835376" Longitude="2.3231813" StarRating="2" HotelCode="|164091" HotelName="Hôtel du Maine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Maison Dieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/9/1/164091_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge). SITUATION: This establishment, is in ParÃ­s the city centre of 10 minutes away from the establishment, guests will find the metro station, Close to places of interest, is located 750 metres away from Montparanasse the Tower of Rue de Rennes the shopping street. ROOM: The rooms have cable television and a bathroom. Some rooms have a patio. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast, a bar and a restaurant. FACILITIES: Guests are offered a reception, a launderette and a lift.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1234.97" OriginalAmount="1199" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874831" Longitude="2.290716" StarRating="4" HotelCode="65591|37181" HotelName="Montfleuri Hotel Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de la Grande Armée, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/c4/63c4693129d66002ac415d1aa38cf4912f750dda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an outstanding location in the very heart of Paris, only a few metres away from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1234.97" OriginalAmount="1199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868545" Longitude="2.355591" StarRating="3" HotelCode="110430|hotel_du_plat_detain" HotelName="Hôtel du Plat d’Etain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Meslay, 3ème Arrondissement, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/27/7927d65db96fd6e1042610e2a439ac7cbffe20a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1236.00" OriginalAmount="1200" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874353308383" Longitude="2.2897531294177" StarRating="4" HotelCode="888575|200733" HotelName="Room Mate Alain Champs Élysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue d’Argentine, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3b/633b893c9e44854f35998eea7244b88396f0a2f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel enjoy a privileged location near the Arc de Triomphe, just a short walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1236.00" OriginalAmount="1200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885491" Longitude="2.3356359883433" StarRating="2" HotelCode="47660|my_hotel_in_france_montmartre_2" HotelName="Hôtel Basss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Rue des Abbesses, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/1e/671eaf15eda4fdc8f23b85c4be1b5164c497906e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the foot of Montmartre in the northeast of Paris, the highest natural ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1237.03" OriginalAmount="1201" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10007-28458497/8958439128675589602/3033" HotelName="BEST WESTERN PLUS HOTEL LITTERAIRE MARCEL AYME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34900/34817/d349e727_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1238.07" OriginalAmount="1202.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8732986" Longitude="2.3434" StarRating="3" HotelCode="|15268" HotelName="Acadia - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Geoffroy Marie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/6/8/15268_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2003, has 7 floors and 36 rooms. In the entrance, you can find a lobby with an elevator, a reception with safety deposit boxes and a currency exchange service. With regards to the food and beverage offering, the establishment has a restaurant with air-conditioning, The establishment offers guests internet. SITUATION: This hotel is situated close to an avenue, a few minutes walk away, clients can find bars, restaurants and bus stops. it is 150 metres away from Grands Boulevards the underground station of the city centre, 500 metres away, there are shops, Gare du Nord it is situated 1 kilometre away from it is 20 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: The bright, cosy rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a double bed and a safety deposit box (available for a fee), It also offers heating and an air-conditioning system. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1241.15" OriginalAmount="1205.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879472311831" Longitude="2.3203267157078" StarRating="3" HotelCode="38360|brescia" HotelName="Idol Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue d'Edimbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/8c/6b8cac83a35d9af40b0673ed0cb1f6a221921c23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the main Parisian shopping streets in a very quiet road full of fin-de-si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1242.87" OriginalAmount="1206.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8450476" Longitude="2.2974408" StarRating="3" HotelCode="|22278" HotelName="Alyss Saphir Cambronne Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue De La Croix Nivert</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/8/22278_5.jpg</HotelPictures>
        <HotelDescription>ROOM: All the rooms have a bathroom with a bath or shower, a hairdryer, heating, a direct line telephone, a safe, a satellite TV and an alarm clock. FACILITIES: The establishment has meeting rooms and conference rooms. The establishment has a lift and a concierge service. With regards to the food and beverage offering, there is a breakfast room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1243.40" OriginalAmount="1207.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.838988" Longitude="2.345712" StarRating="4" HotelCode="|68476" HotelName="Le Seven" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 RUE BERTHOLLET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/6/68476_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern and has 7 suites. ROOM: The establishment has 35 rooms, They have floating beds, Nespresso and a television. Clients are offered comfortable, modern suites.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1244.24" OriginalAmount="1208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.862847" Longitude="2.338199" StarRating="3" HotelCode="110421|hotel_louvre_bons_enfants" HotelName="Louvre Bons Enfants" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Rue des Bons Enfants, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/cb/3ecbef6cb8e241f5041044666494efa02b92dffc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1244.24" OriginalAmount="1208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877748910955" Longitude="2.2872832417488" StarRating="4" HotelCode="337166|etoile_saint_ferdinand" HotelName="Etoile Saint Ferdinand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue St Ferdinand, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/20/55/2055ce6c9e1889ea305f831d6187de0e6baee773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This crowd-pleasing hotel lies in between the Arc de Triomphe and the Congress Centre. Scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1244.82" OriginalAmount="1208.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883426913115" Longitude="2.2924840450287" StarRating="3" HotelCode="35058|762525" HotelName="Magellan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Rue Jean Baptiste Dumas, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/be/02bee75c7e32f196e2d99ece4491c6a0353657ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated, around 250 m from Péraire metro station and 500 m from the Arc de Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1245.27" OriginalAmount="1209" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|107743-28499149/8958439128675589602/140" HotelName="DE L`ORCHIDEE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/790000/788100/788023/00aa7ac5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1247.33" OriginalAmount="1211" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875582" Longitude="2.293598" StarRating="3" HotelCode="110537|54778" HotelName="Belfast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d1/3cd197f849d71f1dbff3a2b5b31dac089f8d2727.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1247.33" OriginalAmount="1211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875871991133" Longitude="2.35897095314" StarRating="4" HotelCode="39394|holiday_inn_paris_gare_de_lest" HotelName="Holiday Inn Paris - Gare De L'est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/4e/b34e189b77b3ef059ffb08bfeaf5cf27cc6c03bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated opposite Gare de l'Est. Both Montmatre and Les Halles are to be found nearby....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1248.36" OriginalAmount="1212" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|51158-28456286/8958439128675589602/187" HotelName="CHOUETTE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53600/53523/78978918_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1249.39" OriginalAmount="1213" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1354426-28587200/8958439128675589602/786" HotelName="LE BELLUNE PARIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/83000000/82960000/82954500/82954447/19618bf2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1250.11" OriginalAmount="1213.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8850123" Longitude="2.3299748" StarRating="4" HotelCode="|15206" HotelName="Mercure Paris Montmartre Sacré Coeur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAULAINCOURT 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/0/6/15206_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel is situated next to Montmartre Hill. Close to Moulin Rouge la BasÃ­lica del SacrÃ©-Coeur 200 metres away, there is public transport services. HOTEL: This hotel was built in 1982, has 9 floors, 305 standard rooms, has air-conditioning, a lobby with a reception, a cafÃ©, 3 lifts, a bar, a breakfast room with air-conditioning and a non-smoking floor. The establishment also offers room service. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, an individual air-conditioning system and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1250.23" OriginalAmount="1213.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8829061" Longitude="2.3426024" StarRating="0" HotelCode="|24813" HotelName="Adagio Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>place Charles Dullin 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/3/24813_24d1a291156.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a main building, an annexed building and 76 apartments. In the establishment entrance, guests will find a lobby with a lift, a reception and a safety deposit box service (for a fee). The establishment has a car park, a garden and a laundry service. SITUATION: This hotel is in Montmartre city centre. It is a few minutes away from sacrÃ©-cÅ“ur and Place du Tertre in the surrounding area, clients can find shops. 100 metres away, clients have the metro station and the bus station. It is 20 kilometres away from Charles de Gaulle Airport. It is 22 kilometres away from Paris Orly Airport. ROOM: The establishment has inviting apartments with a living room-bedroom, a bathroom with a shower, a direct line telephone, a satellite or cable television, internet, a kitchenette and a fridge. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1252.46" OriginalAmount="1215.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8358002" Longitude="2.3185999" StarRating="3" HotelCode="|22474" HotelName="Orchidée" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'OUEST 65</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/4/22474_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, was built in 1990, has 40 double rooms and 6 floors. The establishment boasts a reception, a lounge bar and a conference room. It is 200 metres away from, a car park, (for a fee). SITUATION: This elegant, urban hotel, Montparnasse it is in it is in 14 District in the surrounding area of the establishment, guests can find shops, bars ,Rue de la GaitÃ© it is near Where you can find theatres, is 200 metres away from Pernety the Railway Station of a metro station, is well-connected with the monuments, the tourist attractions, is situated 15 kilometres away from the airport. ROOM: The cosy rooms, have a bathroom with a shower, a direct line telephone, a satellite or cable television, internet and a central heating system. FACILITIES: The establishment has a wonderful winter garden. OTHERS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1252.48" OriginalAmount="1216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|652342-28503029/8958439128675589602/2150" HotelName="IBIS PARIS TOUR MONTPARNASSE 15EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109780000/109776700/109776647/b11e704e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1253.94" OriginalAmount="1217.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883395164662" Longitude="2.342794239521" StarRating="3" HotelCode="25692|298725" HotelName="Aparthotel Adagio Paris Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 place Charles Dullin, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/fe/97fe071c08c095c97d3a39b4f457179d3de78802.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the peaceful heart of Montmartre, only a few minutes' walk away from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1254.54" OriginalAmount="1218" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|10516-28543637/8958439128675589602/46" HotelName="CITADINES REPUBLIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/460000/457400/457360/21dc08dc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1257.63" OriginalAmount="1221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879366" Longitude="2.334173" StarRating="3" HotelCode="160855|joyce_hotel" HotelName="Hôtel Joyce" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue la Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8bbc4a37fbaa7a9b7f2db1436e87550271af0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a mainly residential quarter, bounded by Rues Saint Lazare, Blanche, La Bruy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1258.66" OriginalAmount="1222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880988" Longitude="2.323053" StarRating="3" HotelCode="47341|hotel_cervantes_paris" HotelName="Hôtel Cervantes by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c50b7a657dc1244c8c17bcd262d0f325ab168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel is located close to the opera house and La Madeleine. It is 5 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1259.41" OriginalAmount="1222.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87598" Longitude="2.342063" StarRating="3" HotelCode="14090|302365" HotelName="ibis Paris Opéra la Fayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/c1/59c1f27d48a407ce0f752126e0357a72e139d6ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Paris, with countless shopping venues, bars, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1261.75" OriginalAmount="1225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880046409804" Longitude="2.334371953373" StarRating="4" HotelCode="18730|trinite_plaza" HotelName="Trinité Haussmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 rue Jean-Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/bd/b5bd44970467f987c880400c2b5c665f78a79dc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a 5-minute walk from Saint-Georges metro station on line 12, this family-friendly city hotel is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1262.78" OriginalAmount="1226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882088" Longitude="2.331708" StarRating="0" HotelCode="67788|r_kipling_hotel" HotelName="R. Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Blanche, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/c0/23c06b31761f61dcea23fbcf39c7e3fb9a8df5fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in a lively area of Paris, only 100 m from the Moulin Rouge. The famous a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1263.62" OriginalAmount="1226.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.831773" Longitude="2.354317" StarRating="4" HotelCode="|63862" HotelName="Rosalie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 BIS AVENUE DE LA SOEUR ROSALIE 75013 PARIS FRANCE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/6/2/63862_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the city centre of Place d'Italie near the establishment, you will find it is close to the national library. ROOM: The rooms have a bathroom with a shower, a hairdryer, an air-conditioning system, a safe, a mini-bar, a satellite television, a direct line telephone and internet. FACILITIES: The establishment boasts a reception and 2 meeting rooms. Outdoors, clients can enjoy a garden area and a terrace. The establishment has a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1263.70" OriginalAmount="1226.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8781311" Longitude="2.3262983" StarRating="3" HotelCode="|79307" HotelName="ATLANTIC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de Londres</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/0/7/79307_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi, a restaurant, it offers breakfast service and has a bar. SITUATION: This 3 star hotel, the Palais Garnier it is in it is located near ParÃ­s the centre of, Rue de Londres it is in Close to, and. near the establishment, guests will find the metro station. ROOM: The rooms have a satellite television, a mini-bar, a safe and a bathroom with a shower or bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1263.81" OriginalAmount="1227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.842541" Longitude="2.323563" StarRating="3" HotelCode="70874|waldorf_montparnasse" HotelName="Waldorf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Départ, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cc/1bccfc19d2fae85d7f80ee4732f9b79c6be878d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1266.21" OriginalAmount="1229.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8682654" Longitude="2.3340573" StarRating="3" HotelCode="|81192" HotelName="Gaillon Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9, rue Gaillon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/1/9/2/81192_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is situated in a building, was built in the 17th Century and it offers WiFi. SITUATION: This hotel is 5 minutes away from Garnier the opera it is located 650 metres away from the Louvre the Museum of. ROOM: The rooms have an LCD satellite TV, a mini-bar and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1266.90" OriginalAmount="1230.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851597795458" Longitude="2.2897267341614" StarRating="3" HotelCode="39973|hotel_france_eiffel" HotelName="France Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Saint Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b8/bdb8a26d9274c1984fdfbbd4e34d8a8f7066b1d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in a peaceful street, just minutes from the Eiffel Tower, the Champs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1267.27" OriginalAmount="1230.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8759003" Longitude="2.3454001" StarRating="3" HotelCode="|22566" HotelName="Pax Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE TREVISE 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/6/22566_d4167f41304.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 6 floors and 48 rooms. In the establishment entrance, guests will find a lobby with a reception, a lift and a safety deposit box service. With regards to the food and beverage offering, the establishment has a bar and a breakfast room. SITUATION: This comfortable hotel is in 9 District is situated in ParÃ­s the heart of Close to Lafayette the street near the establishment, you will find shops, bars, pubs and Cadet the underground station of it is situated near Gare du Nord the Station of 10 minutes away from the establishment guests have the opera, Tour Eiffel, Les Champs Ã‰lysÃ©es and Notre Dame 15 minutes away from the establishment, you can find the establishment is 15 kilometres away from Paris Orly Airport it is situated 20 kilometres away from Charles de Gaulle Airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite television, cable television, individual air-conditioning and a central heating system. OTHERS: Guests can book bed and breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1268.96" OriginalAmount="1232" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|363755-28457675/8958439128675589602/2222" HotelName="LOCOMO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6510000/6508700/6508662/f4fdbcbc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1268.96" OriginalAmount="1232" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869685" Longitude="2.297497" StarRating="3" HotelCode="78972|15349" HotelName="Chambellan Morgane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Keppler, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/3b/753b4623da180e0008f172e17367c97c776e0fed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a boutique hotel with a great location in a quiet street near the prestigious Avenue Marceau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1269.99" OriginalAmount="1233.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875252" Longitude="2.286587" StarRating="4" HotelCode="78980|hotel_duret" HotelName="Duret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Duret, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9acadf85013dda80eebfa6be5ce2b99a8923ecb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1272.05" OriginalAmount="1235" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870785908027" Longitude="2.3517018556595" StarRating="3" HotelCode="39378|32196" HotelName="Hôtel Regina Opéra Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/36/7936b56239e34d07256eb7ccaf72a97936618bd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous, bustling Grands Boulevards at the heart of Paris' lively theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1273.23" OriginalAmount="1236.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.834577" Longitude="2.354295" StarRating="4" HotelCode="|454041" HotelName="Villa Romantic &amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue du Banquier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/4/1/454041_659c41f1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1274.11" OriginalAmount="1237" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30421-28507668/8958439128675589602/875" HotelName="MERCURE PARIS MONTPARNASSE PASTEUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53600/53541/d7fe7378_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1276.10" OriginalAmount="1238.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880578" Longitude="2.285658" StarRating="3" HotelCode="|544727" HotelName="Hôtel Saint Cyr Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>101 Avenue des Ternes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/7/2/7/544727_881fd8e2236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1279.03" OriginalAmount="1241.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8544507" Longitude="2.3651183" StarRating="0" HotelCode="|273056" HotelName="Boutique Hôtel De La Place Des Vosges" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Birague</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/0/5/6/273056_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1280.22" OriginalAmount="1242.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.859055" Longitude="2.307483" StarRating="3" HotelCode="|44873" HotelName="Les Jardins d'Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Amelie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/7/3/44873_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 81 rooms, The establishment offers guests air-conditioning, a hall with a reception, a garden, a car park (for a fee) and WiFi. Guests can also find a breakfast room, daily newspapers and a laundry service (for a fee). SITUATION: This hotel is situated next to Sena along la Torre Eiffel nearby, you will find El Campo de Marte park, 100 metres away, guests have restaurants, bars and shops. the establishment is 20 kilometres away from Paris Orly Airport 30 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have a bathroom with a hairdryer, cable television, internet (free of charge), a direct line telephone and a mini-bar. They also have a double bed, a trouser press, a safe, central heating and an individual air-conditioning system. MEALS: Clients can enjoy a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1280.29" OriginalAmount="1243" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.891901401551" Longitude="2.3021252453327" StarRating="4" HotelCode="36584|44490" HotelName="Novotel Paris 17" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de la Porte d'Asnières, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/41/5441d90d120b275a58c0eec896e9a467f13a36c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1280.67" OriginalAmount="1243.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848872677627" Longitude="2.3470522463322" StarRating="4" HotelCode="316723|FR001222" HotelName="Villa Pantheon" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b6/c7b6b8a87232b70a67a875e356587489b37e6f5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Latin Quarter, 1 km from Notre Dame de Paris and 3 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1281.32" OriginalAmount="1244.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879699589668" Longitude="2.3209988273492" StarRating="4" HotelCode="16886|ibis_styles_paris_gare_saint_lazare" HotelName="ibis Styles Paris Gare Saint-Lazare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/40/4c40db80fe0e287a942215af255fcfe95565e789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Europe District. An abundance of shops and other cultural ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1281.32" OriginalAmount="1244.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848862" Longitude="2.368472" StarRating="3" HotelCode="110502|hotel_des_trois_gares" HotelName="des Trois Gares" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jules Cesar, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/00/030061c67ad2d76d5324bb1c13bef75c666c8f21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1282.35" OriginalAmount="1245" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.842987752764" Longitude="2.3422631621361" StarRating="4" HotelCode="34416|55195" HotelName="Relais Saint-Jacques" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de l’Abbé de l’Epée, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/2a/1c2ab35aac4d482715bbb9952c70e0a361044a1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1284.41" OriginalAmount="1247.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848844437287" Longitude="2.2978055477142" StarRating="3" HotelCode="36930|citadines_tour_eiffel_paris" HotelName="Citadines Tour Eiffel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/94/92940351d18bec7d4f77c9037c182c3fcabd04a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the former village of Grenelle, not far from the UNESCO headquart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1285.71" OriginalAmount="1248.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875413" Longitude="2.286474" StarRating="4" HotelCode="|72663" HotelName="Duret Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Duret</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/6/3/72663_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Parisian hotel is rated 4 stars. It has been completely renovated, has 6 floors, 2 suites and 25 rooms. The establishment boasts a lobby with a bar, multimedia room and a meeting room. SITUATION: It is located between Place de L'Etoile and Porte Maillot, is close to the Champs-ElysÃ©es, near the establishment, guests will find the Congress Centre. ROOM: The fully-equipped rooms, high ceilings and an air-conditioning system. a bathroom, a satellite television, a direct line telephone, internet (free of charge), a mini-bar, a safety deposit box and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1285.72" OriginalAmount="1248.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879959" Longitude="2.291864" StarRating="4" HotelCode="|40500" HotelName="REGENT`S GARDEN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE PIERRE DEMOURS 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/0/0/40500_e235d731250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1287.50" OriginalAmount="1250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.837356" Longitude="2.372985" StarRating="4" HotelCode="64600|mercure_paris_bercy_bibliotheque" HotelName="Mercure Paris Bercy Bibliothèque Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/94/979439bb7b55fde270cb191e28f0256607308f26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the River Seine in the heart of Paris, and is ideal for either ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1289.56" OriginalAmount="1252" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1428477-28688717/8958439128675589602/3621" HotelName="LE LAMPIKA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99960000/99950200/99950172/801c0c89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1289.56" OriginalAmount="1252.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.840182" Longitude="2.32207117" StarRating="0" HotelCode="638002|apartments_bridgestreet_montparnasse_2" HotelName="Hotel De Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>51 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96965ae0da5faa040c8d2a4b42e0c9b00fa77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1290.26" OriginalAmount="1252.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869309" Longitude="2.304859" StarRating="0" HotelCode="|454559" HotelName="33 Marbeuf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Marbeuf</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/5/5/9/454559_6a34c160806.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1290.44" OriginalAmount="1252.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8726158" Longitude="2.3435099" StarRating="3" HotelCode="|15369" HotelName="34B - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Bergere</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/9/15369_faade5d1134.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a six-storey building and 134 rooms. This establishment with air-conditioning and it is situated on a main street, Accepted payment methods are a lobby, a reception with a bureau de change, a safety deposit box service and a lift. The establishment offers guests a conference room and internet. It has a laundry service. SITUATION: This hotel is near the shopping streets, a few minutes walk away, guests will find the opera, in the surrounding area, clients can find bars, restaurants and a public transport stop. it is 500 metres away from the city centre, Where you can find shops, is 30 minutes away from Charles de Gaulle and Paris Orly the airports of. ROOM: The comfortable rooms, have a bathroom, with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a king size or double bed, fitted carpets and a safe (available for a fee), They also have an air-conditioning system and individual heating. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1290.59" OriginalAmount="1253" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1354727-28586442/8958439128675589602/1769" HotelName="TOO PARIS - MGALLERY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87380000/87373100/87373001/0f9b1c25_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1290.70" OriginalAmount="1253.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875180457194" Longitude="2.3327949643135" StarRating="3" HotelCode="31789|104382" HotelName="Helios Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 rue de la Victoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/92/46924d952b82cef4cc4cfee0274610ef88525e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the Opera Garnier district, the hotel enjoys an exceptional location for leisure and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1291.62" OriginalAmount="1254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876633166851" Longitude="2.2908465564251" StarRating="3" HotelCode="59055|acacias_etoile" HotelName="Acacias Etoile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a9/c2a91c03ce95f7933ef88d3a3034365aa87555fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1292.65" OriginalAmount="1255" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|169973-28499991/8958439128675589602/1536" HotelName="RELAIS SAINT CHARLES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4740000/4730800/4730712/08c3b504_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1292.65" OriginalAmount="1255.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.857561" Longitude="2.303093" StarRating="2" HotelCode="154259|de_la_tour_eiffel" HotelName="Hôtel de la Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c6/66c66ff977857a46cc0e45ec7fc37340f102c708.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1292.65" OriginalAmount="1255.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873911" Longitude="2.347065" StarRating="3" HotelCode="337153|hotel_peyris_opera" HotelName="Peyris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/1c/c21c842af9eb6e2cb33bca471996e8f144b8b336.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This romantic city hotel is located at the heart of the French capital's 9th arrondissement, around ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1292.89" OriginalAmount="1255.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8860768" Longitude="2.2950188" StarRating="4" HotelCode="|60750" HotelName="De Banville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Boulevard Berthier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/5/0/60750_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1930. SITUATION: The establishment, the Arc de Triomphe it is near near the establishment, you will find the Congress Centre. ROOM: The establishment has comfortable rooms and fully-equipped.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1293.45" OriginalAmount="1255.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8717422" Longitude="2.2909737" StarRating="3" HotelCode="|15361" HotelName="Du Bois Champs-elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, RUE DU DOME</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/1/15361_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotelMichel Jouannet decorated by was opened in 2008 and has 39 rooms. SITUATION: the Champs-ElysÃ©es and the Eiffel Tower It is located close to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1294.71" OriginalAmount="1257.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84802" Longitude="2.342185" StarRating="2" HotelCode="212018|hotel_cujas_pantheon" HotelName="Cujas Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/86/d3869cde34dfccf459b3e237c34728bc372fe60e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1300.89" OriginalAmount="1263" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88642" Longitude="2.294946" StarRating="4" HotelCode="78974|54305" HotelName="Hotel de Banville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166, boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d3/01d3179ef26164719a492fe5c9948a0ece3afb8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Boulevard Berthier stretches along public gardens and squares right in the heart of the Ternes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1300.89" OriginalAmount="1263.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878546002151" Longitude="2.3383990943753" StarRating="3" HotelCode="25633|hotel_arvor" HotelName="Hotel Arvor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Laferrière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/4a/cf4a2b843a72b37ab6ac1a702ade9f1d85247712.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1300.89" OriginalAmount="1263.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.857399649075" Longitude="2.3728685081005" StarRating="3" HotelCode="13687|hotel_ibis_paris_bastille_opera_11eme" HotelName="ibis Paris Bastille Opera 11th Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bréguet, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/81/df817b03f30ed6539d081a32d854ffb813cdc63c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies some 20 minutes drive from the centre of the French capital in a suburb, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1300.93" OriginalAmount="1263.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876295" Longitude="2.293143" StarRating="3" HotelCode="|80662" HotelName="Stella Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>20, avenue Carnot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/6/6/2/80662_495e9051021.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the heart of the Arc de Triomphe 200 metres away from the Champs-ElysÃ©es it is situated 5 minutes away from 90 metres away, clients have the metro station. ROOM: It has modern rooms with a bathroom, a satellite television, a mini-bar and WiFi (free of charge). FACILITIES: Customers can enjoy a bar and a library.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1302.95" OriginalAmount="1265" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845923" Longitude="2.375529" StarRating="2" HotelCode="148766|203085" HotelName="Helvetia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/10/821068e88658a861e8cfd693d6a00f2e55156b97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1303.98" OriginalAmount="1266.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.860502" Longitude="2.279844" StarRating="3" HotelCode="74057|hotel_windsor_home_paris" HotelName="Windsor Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Vital, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/16/89165bdd7de10b1a978b2230dbf77f9df79727a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1303.98" OriginalAmount="1266.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885269" Longitude="2.293366" StarRating="2" HotelCode="151201|hotel_le_villiers" HotelName="Le Villiers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133, avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d8/12d84aa02b9183a43d90e666051cba6bb5e0334d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1306.04" OriginalAmount="1268.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.855604" Longitude="2.269735" StarRating="3" HotelCode="144692|beausejour_ranelagh" HotelName="Beausejour Ranelagh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99, rue du Ranelagh, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/b6/ffb6517ec863dca44f1e15082f2f180c3e677c30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1306.74" OriginalAmount="1268.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8588982" Longitude="2.3099999" StarRating="4" HotelCode="|22555" HotelName="Timhotel Invalides Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 boulevard de la Tour Maubourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/5/5/22555_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a main 6-storey building, 30 rooms and a small garden area. The establishment also offers a laundry service. SITUATION: This hotel is in ParÃ­s a small district of the Eiffel Tower and the Champs ElysÃ©es it is situated near. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone and a satellite TV.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1307.07" OriginalAmount="1269" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|626065-28447717/8958439128675589602/866" HotelName="NOVOTEL PARIS PORTE DE VERSAILLES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40740000/40732700/40732680/6295cd9f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1309.13" OriginalAmount="1271" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|349814-28457944/8958439128675589602/2152" HotelName="HOTEL PIERRE NICOLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10090000/10084700/10084602/846ae3ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1309.13" OriginalAmount="1271" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864904441133" Longitude="2.3469530045986" StarRating="4" HotelCode="34439|4959" HotelName="Victoires Opera" 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,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 rue Montorgueil, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/85/6c85f08da6138743dc98f0e018f54ff719f809ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located just 2 km from the trade fair grounds and the motorway, and is relatively ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1309.13" OriginalAmount="1271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869576" Longitude="2.351751" StarRating="3" HotelCode="142312|best_western_hotel_les_theatres" HotelName="Hotel Les Theatres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 rue de Cléry, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/46/ac4673533797ac67cc35a3e08f0533330987075c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the very heart of Paris in one of the oldest districts. The main the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1309.47" OriginalAmount="1271.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8759319" Longitude="2.3589284" StarRating="4" HotelCode="|15244" HotelName="NH Paris Gare de l'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU 8 MAI 1945 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/4/15244_4e3a97d1306.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1912, has 200 standard rooms, 8 floors, air-conditioning, a bar and a restaurant with air-conditioning. SITUATION: The hotel is situated near Gare de l'Est Station, Montmartre and Les Halles. It is 6 kilometres away from the exhibition centre. 100 metres away, there is public transport services. ROOM: Customers can find inviting rooms with a bathroom with a hairdryer, a mini-bar, a safety deposit box (available for a fee), a direct line telephone and an air-conditioning system. FACILITIES: Guests are offered a sauna and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1310.15" OriginalAmount="1271.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872866274505" Longitude="2.3449504957008" StarRating="3" HotelCode="80562|FR083698" HotelName="Hôtel Mercure Paris Opéra Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/34/6d34bb9ffabd039a03586c0d64bd888a0356ec03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1310.16" OriginalAmount="1272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83457355" Longitude="2.35429537" StarRating="0" HotelCode="502308|villa_romantic_3" HotelName="Villa Romantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue du Banquier, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/d0/ebd030b79214254676aa731e9b24ac704fa2452c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Villa Romantic in Paris (13th Arrondissement), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1311.19" OriginalAmount="1273.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.859116349368" Longitude="2.3554181654301" StarRating="3" HotelCode="335285|hotel_du_vieux_marais" HotelName="Hôtel du Vieux Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 rue du Plâtre, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/d0/ddd07cd24b8c8ade6acfc94ee4fb46bdd0853d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1311.19" OriginalAmount="1273.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882453595547" Longitude="2.3318150670843" StarRating="3" HotelCode="318630|hotel_joke__astotel" HotelName="Hôtel Joke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a9/c8a92e5cdeeba66a3885bad4b1b6d53507d0f4eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1313.25" OriginalAmount="1275.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876690498182" Longitude="2.3270040750504" StarRating="4" HotelCode="74038|the_phileas_hotel" HotelName="Phileas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/89/ff89a1a95a7535bec697d8f0965f517a6d7b2a18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1314.28" OriginalAmount="1276" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|53672-28496853/8958439128675589602/2073" HotelName="HOTEL SANSO BY HAPPYCULTURE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1090000/1086900/1086808/1e984aac_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1315.69" OriginalAmount="1277.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8661499" Longitude="2.3668489" StarRating="4" HotelCode="|26777" HotelName="Le General" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-7 RUE RAMPON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/7/7/26777_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and is ideal for holidays, it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1317.30" OriginalAmount="1278.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84758" Longitude="2.30236" StarRating="4" HotelCode="|183633" HotelName="First Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Boulevard Garibaldi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/3/3/183633_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1317.37" OriginalAmount="1279.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85929580494" Longitude="2.3103314638138" StarRating="4" HotelCode="37524|best_western_tour_eiffel_invalides_2" HotelName="Timhotel Invalides" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Boulevard de la Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/3c/ef3ca2a58eb9c4bde1d52f46ec57ddd202fc6422.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Paris just a few minutes walk from the Eiffel Tower and the Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1318.40" OriginalAmount="1280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871881053089" Longitude="2.3442077636719" StarRating="3" HotelCode="47812|hotel_corona_opera" HotelName="Corona Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/9e/fc9e3d54d87286c05abfc607e5d907ce71021157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in a quiet side street, around 100 m from the metro station Grands ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1320.46" OriginalAmount="1282.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874358715335" Longitude="2.3420964072276" StarRating="3" HotelCode="24547|ibis_grands_boulevards_opera" HotelName="Hôtel ibis Paris Grands Boulevards Opéra 9ème" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/0b/ef0b74f2133f9bd026e7772ab92fc674cd2e6c3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1320.46" OriginalAmount="1282.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.887112063475" Longitude="2.3143852944775" StarRating="4" HotelCode="80569|best_western_opera_batignolles" HotelName="Best Western Plus Opera Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>165 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/f0/80f09e4a8bfeca44e93b447fa215b6368b263351.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is well located on the riverbank, just 2 km from the Arc de Triomphe and the presti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1322.52" OriginalAmount="1284" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876074844451" Longitude="2.2963705658913" StarRating="3" HotelCode="34429|32194" HotelName="Emeraude Plaza Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/14/3a14075e1bc239341229eb7dfc12fdceff35fd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few steps from the Arc de Triomphe and the Champs-Élysées. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1324.58" OriginalAmount="1286" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85652" Longitude="2.317234" StarRating="3" HotelCode="149492|203395" HotelName="Hôtel du Palais Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49, rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/87/39871d95b5617841080314b3706c67c9b507a26d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1324.58" OriginalAmount="1286.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.854451" Longitude="2.365176" StarRating="2" HotelCode="110432|hotel_de_la_place_des_vosges" HotelName="de la Place des Vosges" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>12, rue de Birague, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/e1/7ae13b28bd47d77eb921b2f82f029fd446f7a8dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1325.61" OriginalAmount="1287.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848558502953" Longitude="2.2987604141235" StarRating="3" HotelCode="89350|grenelle_paris_tour_eiffel" HotelName="Hotel Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140-142 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/zz/43ad4197fd6f6a5eeb3a96e2f182d4f53325805b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1327.67" OriginalAmount="1289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.856503602355" Longitude="2.3561881126275" StarRating="3" HotelCode="12651|hotel_france_louvre" HotelName="Hotel France Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de Rivoli, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/68/e2685b5a1b8d2b97b4b9cf4f2f445de2518c97eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally situated in the historical district of Paris, between Concorde and the Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1327.67" OriginalAmount="1289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.841223712498" Longitude="2.3134286422942" StarRating="2" HotelCode="74052|hotel_korner" HotelName="Hotel Korner Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Falguière, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/c8/1ec898201a39ed30a071dc7bcbd51b03ede3314c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1328.29" OriginalAmount="1289.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868419" Longitude="2.288915" StarRating="3" HotelCode="|63308" HotelName="Pastel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>79, rue Lauriston</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/0/8/63308_7b81a5a1515.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, it offers comfortable facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1329.73" OriginalAmount="1291.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850398514789" Longitude="2.2983272373676" StarRating="4" HotelCode="25334|hotel_ares_eiffel" HotelName="Ares" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Général de Larminat, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/64/9164c79b91effc92df65d35c2ee86ab18012b664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a favourable location, on a quiet street in the heart of the lively La Motte Picqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1332.82" OriginalAmount="1294" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.8014157" Longitude="-116.5281863" StarRating="3" HotelCode="0|18951-25052180/8958439128675589602/3650" HotelName="KRAFT HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 1800 E Palm Canyon Drive, PALM SPRINGS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460418/4f15282b_b.jpg</HotelPictures>
        <HotelDescription>A touch of old Hollywood glamour. Perhaps the best golf and spas in the west. Groundbreaking mid-century modern architecture. A party circuit unrivaled for its inclusiveness. There is only one Palm Springs that is for sure. The Saguaro puts you right in the middle of it just off famed Palm Canyon Drive a mile from downtown. In true Palm Springs fashion a stay here is also about privacy and relaxation. Whether you come for the sun the air the spas the style or the natural beauty - there is an undeniable appeal to this oasis of desert modern in the Coachella Valley. Now there is a new place to lay your head while soaking it all up. 
 
At The Saguaro Palm Springs you will find elevated design delicious food and simple comfort. If you ever needed another reason to visit you have one now.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1332.82" OriginalAmount="1294.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850406" Longitude="2.342375" StarRating="3" HotelCode="10796|hotel_belloy_saint_germain" HotelName="Belloy Saint-Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Racine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e6/18e65ab4a95c4a745ff7028fe2ab04a47686a983.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally located the historical Saint Germain district of Paris. Numerous sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1332.82" OriginalAmount="1294.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846313332179" Longitude="2.3718908429146" StarRating="3" HotelCode="74067|azur_hotel_3" HotelName="Azur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/71/6a71434fb7245ec4a5c774bc90e3cc99863d5233.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1333.85" OriginalAmount="1295.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871377280504" Longitude="2.3352501165676" StarRating="3" HotelCode="14170|london_opera" HotelName="Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard des Italiens, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/5a/265a7d00a36632f0a548d0519384d9695da1474f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated is a wonderful, central location, in the Opéra quarter on Boulevard ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1333.85" OriginalAmount="1295.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88044203222" Longitude="2.2855413031343" StarRating="3" HotelCode="333802|hotel_saint_cyr_etoile" HotelName="Hotel Saint Cyr Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/40/4a4076bc238348ca9cb55de6eac737500a7c9a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1334.53" OriginalAmount="1295.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87896" Longitude="2.33951" StarRating="4" HotelCode="|184097" HotelName="Les Matins De Paris and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Clauzel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/9/7/184097_8c7890e0940.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1337.97" OriginalAmount="1299" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868785" Longitude="2.292401" StarRating="3" HotelCode="78977|55952" HotelName="Hôtel de Sévigné" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue de Belloy, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/4c/a74cda7e4268751162e1a84941dbfa968fed5d1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1339.34" OriginalAmount="1300.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88243" Longitude="2.33192" StarRating="3" HotelCode="|183886" HotelName="Joke - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Blanche</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/8/6/183886_c1dc93b1241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1340.03" OriginalAmount="1301" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|233534-28456210/8958439128675589602/1003" HotelName="PARIS ART HOTEL QUARTIER LATIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1166100/1166023/45c26f6d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1340.80" OriginalAmount="1301.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87176" Longitude="2.34457" StarRating="4" HotelCode="|22573" HotelName="Leonardo Boutique Hotel Paris Opera" 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/2/5/7/3/22573_001bd2e0756.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 60 standard rooms and 4 suites. The establishment offers a lobby with a reception, a safety deposit box service, internet (free of charge), room service and an oudooor car park (on request). SITUATION: This hotel is on a peaceful street. In the surrounding area of the establishment, guests can find shops, restaurants, cafÃ©s, shops and bars. It is located 100 metres away from Grands Boulevards Station. 10 minutes away, guests can find the Galeries Lafayette. It is situated close to el Museo del Louvre near the establishment, you will find Le SacrÃ© Cour and Notre Dame it is 20 kilometres away from Paris Orly Airport. It's 25 kilometres from Charles de Gaulle Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, heating, an air-conditioning system and a safe. MEALS: The establishment offers a breakfast service. Clients can book bed and breakfast. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1342.09" OriginalAmount="1303" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84005" Longitude="2.330589" StarRating="3" HotelCode="146646|56557" HotelName="Hôtel de la Paix Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/49/af4935f940e76e7ad8923706c4df5b17447280af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1342.09" OriginalAmount="1303.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849245095613" Longitude="2.342212870717" StarRating="4" HotelCode="14271|dacia_luxembourg" HotelName="Le Lapin Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Boulevard Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/19/0419ab3055edef074bb6314dc1b3379a88efbd0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, just a few minutes' walk from the Luxembourg Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1342.77" OriginalAmount="1303.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8404097" Longitude="2.2620772" StarRating="3" HotelCode="|81580" HotelName="Boileau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>81, Rue Boileau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/5/8/0/81580_3c69c4c1548.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the 16th arrondissement, 350 metres away from and Exelmans the underground station of Trocadero close to. FACILITIES: The establishment boasts a bar and WiFi (free of charge). ROOM: All the apartments have large windows, a bathroom with a bath or shower and cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1344.15" OriginalAmount="1305" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.852688507016" Longitude="2.3090466856956" StarRating="3" HotelCode="11960|54259" HotelName="Duquesne Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 avenue Duquesne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1c/571c2e282762953e82d23797562707d9d0df27ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 200 m from Les Invalides, and a few steps from the Eiffel Tower, the UNESCO offices and gove...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1344.15" OriginalAmount="1305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880571235531" Longitude="2.3391008377075" StarRating="3" HotelCode="14850|hotel_migny_opera_montmartre" HotelName="Migny Opera Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/70/9a709f08b44fadc49bc24a6df228358703f11a8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a tranquil location at the foot of Montmartre. Plenty of shopping centres and ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1345.18" OriginalAmount="1306.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.837982" Longitude="2.258468" StarRating="3" HotelCode="82924|holiday_inn_paris__auteuil" HotelName="Holiday Inn Paris Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Gudin, Paris 75016</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/0a/d10a9e517c58140d080be3af8d2f44135d21f60e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1345.18" OriginalAmount="1306.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853682" Longitude="2.366194" StarRating="2" HotelCode="180065|hotel_de_la_herse_dor" HotelName="Herse d'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Saint-Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/02/1e024c22ca6bac99a4ad5a98902179a05c75ade0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 35 rooms. Services and facilities at the hotel includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1345.40" OriginalAmount="1306.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873936756028" Longitude="2.350083142519" StarRating="3" HotelCode="337353|FR003800" HotelName="Mercure Paris Opera Grands Boulevards Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Petites Écuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/10/ac10d7e3aab4e2a4e0ff372177497c4cdc8c678c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located near to Les Grandes Boulevards and the Opera. It is not far from Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1345.87" OriginalAmount="1306.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87323" Longitude="2.343234" StarRating="3" HotelCode="|62359" HotelName="Panache" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, rue Geoffroy Marie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/3/5/9/62359_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Madrid Opera is rated three stars and it is in a good location in, the heart of and the city. ROOM: The establishment has small rooms, was renovated in 2001, fully-equipped and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1350.33" OriginalAmount="1311.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.863957353267" Longitude="2.3659693877315" StarRating="4" HotelCode="101121|murano_resort_paris" HotelName="1K Hotel Paris" Meals="ROOM ONLY" 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,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard du Temple, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/0c/b50cabf2f5fa30cdac4d2d686dd7fa1543bcaa74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Marais, one of city's oldest and most fashionable districts, this futuristic hotel is onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1350.47" OriginalAmount="1311.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8639463" Longitude="2.3658679" StarRating="4" HotelCode="|59817" HotelName="1K Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard Du Temple</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/1/7/59817_2cabc711456.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This charming, modern hotel, is in ParÃ­s city centre. SITUATION: It is 2 minutes away fromLe Marais the area it is located between La Republique and La Bastille the squares of It is near the stores. ROOM: Customers can find bright and comfortable rooms fully-equipped. FACILITIES: The establishment boasts a bar and a restaurant. Guests are offered brunch at weekends.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1352.39" OriginalAmount="1313" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|238560-28535122/8958439128675589602/2301" HotelName="IBIS STYLES PARIS OPERA LAFAYETTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2810000/2804000/2803985/e9f63ade_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1353.42" OriginalAmount="1314" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13124-28496884/8958439128675589602/2613" HotelName="STAR CHAMPS ELYSEES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/800900/800831/w2306h1300x0y0-63937d83_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1355.48" OriginalAmount="1316.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868488" Longitude="2.334093" StarRating="3" HotelCode="77214|best_western_gaillon_opera" HotelName="Best Western Hôtel Gaillon Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Gaillon, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/d9/b2d9d1c139ce0c1610d063ac8e283637c6ce259b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1355.86" OriginalAmount="1316.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8855896" Longitude="2.3355751" StarRating="3" HotelCode="|27042" HotelName="Basss" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES ABBESSES 57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/4/2/27042_fachada.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 41 rooms and 6 floors. In the establishment entrance, guests will find a charming hall, a reception, a safety deposit box service, a fax machine and a photocopier. The establishment has a breakfast room. SITUATION: Is situated inMontmartre Hill it is in the north-east of the country, next to the establishment, guests have Abbesses the underground station of 10 minutes away, you can find the city centre, is 25 kilometres away from Charles de Gaulle Airport. ROOM: The cosy, comfortable rooms, have a bathroom, a shower with a hairdryer, a direct line telephone, a satellite TV, cable television, internet, central heating, an air-conditioning system and fitted carpets. OBSERVATIONS: check-in is, from 14:00 and check-out is at 11:00. PAYMENT METHODS: Customers can pay using American Express, Mastercard, Visa, Diners Club and JCB. OTHERS: The establishment offers a breakfast service and a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1356.32" OriginalAmount="1316.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.890593" Longitude="2.240926" StarRating="4" HotelCode="29320|7224" HotelName="Hilton Paris la Defense" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place De La Defense Cnit, BP 210, 92053 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/f1/8cf19eff461671e03a3fdb3be573666117a6af4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies in the largest shopping and office centre of Europe, with over 1,50...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1356.51" OriginalAmount="1317" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6070-28498986/8958439128675589602/2237" HotelName="IBIS PARIS GARE DU NORD TGV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/548400/548343/926530cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1356.87" OriginalAmount="1317.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8800011" Longitude="2.3199999" StarRating="4" HotelCode="|52826" HotelName="Best Western Premier The Blake Paris Gare Saint Lazare" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18, RUE DE CONSTANTINOPLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/2/6/52826_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Elysees Paris Monceau is rated three stars, renovated in 2006, has 30 rooms, a reception, daily newspapers, a lift, a safety deposit box service, non-smoking rooms rooms, soundproofed, heating, room service, a laundry service, breakfast in the room, a currency exchange service, a fax service and photocopier service. SITUATION: This establishment is in District 8. Near the establishment, you will find park Monceau. It is close to the opera and a shopping area. Near the establishment, you will find the Champs-ElysÃ©es the business area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1358.03" OriginalAmount="1318.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873691" Longitude="2.352046" StarRating="4" HotelCode="|447678" HotelName="Le Milie Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue des Petites Ecuries</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/7/8/447678_4ee0e530950.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1358.03" OriginalAmount="1318.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882286" Longitude="2.331772" StarRating="4" HotelCode="|122216" HotelName="Josephine By Happyculture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue Blanche</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/2/1/6/122216_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a bar and a lobby. It also has a library, a reception, daily newspapers and a baggage room. SITUATION: This hotel Moulin Rouge it is 200 metres away from it is situated 800 metres away from Sagrado CorazÃ³n the Basilica of 15 minutes walk away, you can find Garnier the opera 200 metres away, guests have Blanche the underground station of. ROOM: Each room has an air-conditioning system, a flat-screen television, soundproof, kettle, a coffee maker, a bathroom with a shower or bath, a kitchen, complimentary bathroom items and a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, In the surrounding area, guests can find restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1359.10" OriginalAmount="1319.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8563004" Longitude="2.3559999" StarRating="3" HotelCode="|23239" HotelName="France Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE RIVOLI 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/9/23239_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the centre of ParÃ­s, next to the historic district of Marais. 5 minutes walk away, you can find the metro station. It has excellent transport links to los Campos ElÃ­seos, the business area of La DÃ©fense and the Louvre Museum. ROOM: Each room has historic furniture, a mini-bar, a kettle, a coffee maker, a bathroom with a shower or bath and a hairdryer. MEALS: The establishment serves breakfast is either buffet style or served directly in your room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1359.83" OriginalAmount="1320.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8771" Longitude="2.293586" StarRating="3" HotelCode="|47572" HotelName="Star Champs Elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ARC DE TRIOMPHE 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/7/2/47572_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a living room, a fireplace and air-conditioning. It has 62 rooms and 1 suite. Our guests can find a meeting room, conference facilities, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a breakfast room. The establishment also offers internet and a laundry service. SITUATION: la Rue de l'Arc de Triomphe It is in le Palais des CongrÃ¨s 5 minutes away from the establishment, guests will find in the surrounding area, clients have restaurants, pubs, nightclubs, the tourist centre, shops and public transport services. It is situated 4 kilometres away fromSaint-Lazare the Railway Station of it is 15 kilometres away from Bois de Boulogne park la Tour Eiffel 2 kilometres away from the establishment, guests will find It is situated 25 kilometres away fromLouvre the Museum of Montmartre it is 4 kilometres away from 35 kilometres away, you can find Paris Orly Airport it is 40 kilometres away from Charles de Gaulle Airport It is situated 60 kilometres away fromParis Beauavais TillÃ© Airport. ROOM: The rooms have an air-conditioning system, cable or satellite flatscreen television, a mini-bar and a hairdryer. They also have workspace, WiFi, a safe, a bathroom with a shower or bath, a double bed, a direct line telephone, a radio, a coffee maker, a kettle, an ironing set and heating. MEALS: Regarding the food and beverage offering, the establishment offers all meals in a buffet format. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1362.69" OriginalAmount="1323.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876149" Longitude="2.283504" StarRating="3" HotelCode="94392|hotel_residence_imperiale" HotelName="Hôtel Résidence Impériale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>155 Avenue de Malakoff, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/c6/e7c667f17a65d1ee56d07cd4412c5630f9a8993b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1362.69" OriginalAmount="1323.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879816409824" Longitude="2.291910093254" StarRating="4" HotelCode="888399|best_western_premier_regents_garden_hotel" HotelName="Hôtel Regents Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Pierre Demours, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/7e/727e0c79da9bb2bb4f4fc7ab3f0aef126f06db91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This former private residence is situated near the Champs Elysées, between the Arc de Triomphe and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1363.72" OriginalAmount="1324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84748" Longitude="2.302283" StarRating="4" HotelCode="180062|first_hotel_2" HotelName="First Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e7/eae75ee1b2b194d0a8fa58c8c6ff1928c5a308e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1364.75" OriginalAmount="1325" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.859863" Longitude="2.34712" StarRating="4" HotelCode="110419|55959" HotelName="des Ducs d Anjou" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Sainte Opportune, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/91/f191db46c39e4d55da323d14153d05a4112026bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1365.00" OriginalAmount="1325.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8337449" Longitude="2.3312125" StarRating="1" HotelCode="|359848" HotelName="Le Lampika" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 Place Denfert-Rochereau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/8/4/8/359848_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1365.78" OriginalAmount="1326.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.852379" Longitude="2.337518" StarRating="3" HotelCode="110448|hotel_de_fleurie_2" HotelName="de Fleurie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32-34, rue Grégoire-de-Tours, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/6f/716f80fc374470e1d9eafce5330029ad14f5b6ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1369.43" OriginalAmount="1329.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.831871" Longitude="2.3403518" StarRating="4" HotelCode="|15234" HotelName="Paris Marriott Rive Gauche and Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Saint Jacques,17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/3/4/15234_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Marriot Rive Gauche and Conference Center is rated four stars. It was built in 1972, is in ParÃ­s city centre, has 2 restaurants, lifts, a concierge and a safety deposit box service. The establishment offers room service and business facilities. ROOM: The establishment has 757 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1372.91" OriginalAmount="1332.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873259" Longitude="2.345093" StarRating="4" HotelCode="|57465" HotelName="Diva Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/6/5/57465_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Gotty Opera is rated three stars, is in ParÃ­s city centre and was built in 1927. The establishment has various facilities, such as lifts, a concierge, a safety deposit box service and a cafÃ©. The establishment offers business facilities. ROOM: The establishment has 44 rooms, fully-equipped with a hairdryer and a television. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1372.99" OriginalAmount="1333.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873802849389" Longitude="2.3443497234317" StarRating="4" HotelCode="13919|best_western_premier_le_carre_folies_opera" HotelName="Maxim Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Geoffroy-Marie, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Paris in the district of Grands Boulevards/Bourse/Halles, 100 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1372.99" OriginalAmount="1333.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873548" Longitude="2.334656" StarRating="3" HotelCode="78968|hotel_excelsior_opera" HotelName="Excelsior Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lafayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/00/ec00e7a409b66627df9a311d3136db9ec6d873b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1372.99" OriginalAmount="1333.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="77210|best_western_france_europe" HotelName="Best Western Premier Marais Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Boulevard Sébastopol, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/5e/5c5edff1f18b8f7dbe634d401f03a4c63d80c63a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in central Paris, 650 m from the Place de la Republique. It is a 20-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1375.60" OriginalAmount="1335.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.867562" Longitude="2.364251" StarRating="4" HotelCode="|67384" HotelName="Crowne Plaza Paris Republique, by Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 PLACE DE LA REPUBLIQUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/3/8/4/67384_66b0da61314.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a patio with a garden, 2 restaurants and a bar. Some of the facilities that the establishment offers to guests include a reception, a gift shop, a secretary service, a fax machine, a photocopier, computer and 10 meeting rooms. SITUATION: This establishment, is in ParÃ­s the historic centre of Where you can find cultural places, the opera, tourist points of interest, restaurants, bars, shops and theatres. ROOM: The rooms have a bathroom with a shower and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1377.11" OriginalAmount="1337" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15365-28501006/8958439128675589602/2791" HotelName="LE ROYAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565000/564942/c269f870_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1377.11" OriginalAmount="1337" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|233247-28500577/8958439128675589602/3098" HotelName="CAMILLE PARIS GARE DE LYON, TAPESTRY COLLECTION BY HILTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11510000/11500300/11500287/3c9dee3b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1378.05" OriginalAmount="1337.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8383" Longitude="2.3198" StarRating="4" HotelCode="|15337" HotelName="Pullman Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>COMMANDANT RENE MOUCHOTTE 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/7/15337_a7d48cb1251.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is in and a great location, was renovated in 2005 25 floors, 953 rooms and 37 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a lift and a conference room with internet, With regards to the food and beverage offering, the establishment has a cosy coffee shop and a restaurant with air-conditioning, The establishment offers room service, a laundry service and a car park. SITUATION: This attractive hotel is in Montparnasse the district of is situated in ParÃ­s south In front of Montparnasse the Tower of in the surrounding area of the establishment, guests can find bars, restaurants, shops, small theatres and cabaret bars. it is well-connected with the city, is 19 kilometres away from the airport. ROOM: The rooms have a bathroom, a direct line telephone, satellite or cable TV, internet, a mini-bar, a king-size bed, central heating and a safe (available for a fee). FACILITIES: Guests are offered aerobics lessons. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and JCB. OTHERS: Regarding the food and beverage provision, the establishment offers all meals in a buffet form, a set-menu lunch and an Ã  la carte dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1379.17" OriginalAmount="1339" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|256667-28500899/8958439128675589602/1962" HotelName="CABANE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/27300/27270/5c401eed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1380.20" OriginalAmount="1340" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322796-28476363/8958439128675589602/517" HotelName="MY MAISON IN PARIS - MONTMARTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74890000/74889100/74889049/5ca35977_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1381.23" OriginalAmount="1341" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|153034-32521194/8958439128675589602/2225" HotelName="ARTEMISIA MONTMARTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1166100/1166031/4b1f9bdd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1382.94" OriginalAmount="1342.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8742498" Longitude="2.2896899" StarRating="4" HotelCode="|69543" HotelName="Chalgrin Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/5 rue d'Argentine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/4/3/69543_ac574761344.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, is situated in a good location, This establishment has 37 rooms, a lobby with express check-out, a reception, a safety deposit box service and a lift. The establishment boasts a hairdresser's, a bar and a restaurant. The establishment offers guests internet, room service and a laundry service. SITUATION: This lovely hotel, the Arc de Triomphe it is situated close to Argentine the metro station of the Champs-ElysÃ©es it is 3 minutes away from Where you can find luxury stores, cafÃ©s, cinemas and cabaret bars. Rue Faubourg Saint-HonorÃ© it is close to Where you can find shopping centres, restaurants and exhibitions. La DÃ©fense it is close to Porte Maillot it is 5 minutes away from 25 minutes away, you can find Louvre the museum it is 9 minutes away from Place du ChÃ¢telet the metro station it is situated 20 kilometres away from Paris Orly Airport it is 32 kilometres away from Charles de Gaulle Airport it is situated 90 kilometres away from Paris Beauvaisâ€“TillÃ© Airport. ROOM: The establishment has fully renovated suites, They have a coffee maker, a kettle, WiFi, Compagnie de Provence toiletry set a bathroom with a shower and a hairdryer. They are equipped with a double bed, a direct line telephone, satellite and cable TV, a radio, a safe, a mini-bar, an iron, an individual air-conditioning system and individual heating. FACILITIES: The establishment boasts a gym, a steam bath and a massage service (available for a fee). PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: The establishment serves a continental buffet breakfast and an Ã  la carte or set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1387.41" OriginalAmount="1347" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6032-28500676/8958439128675589602/619" HotelName="MARAIS HOME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1260000/1251800/1251788/f9e507f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1392.01" OriginalAmount="1351.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86961" Longitude="2.3486" StarRating="1" HotelCode="|169195" HotelName="Des Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 RUE DE LA VILLE NEUVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/9/5/169195_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant, smoking rooms (on request), smoking areas and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1392.23" OriginalAmount="1351.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85756" Longitude="2.369867" StarRating="3" HotelCode="|62555" HotelName="Moxy Paris Bastille France" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34/36 Rue Saint Sabin (esquina Rue Du Chemin-Vert 9)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/5/5/5/62555_11.jpg</HotelPictures>
        <HotelDescription>ROOM: All the rooms have a bathroom with a bath or shower, a courtesy tea and coffee service, a satellite television with Canal Plus, a desk, an alarm clock, a direct line telephone and internet. FACILITIES: The establishment boasts a reception, a car park, a terrace and facilities for people with reduced mobility.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1393.59" OriginalAmount="1353.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872733" Longitude="2.338413" StarRating="4" HotelCode="81138|dream_hotel_opera" HotelName="Dream Hotel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Le Peletier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/38/dc3881d321eab0f8e9da4752721857bc85ecc62b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1394.01" OriginalAmount="1353.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879481" Longitude="2.27502" StarRating="3" HotelCode="|72735" HotelName="Le 5 Particulier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Paul Deroulege</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/3/5/72735_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars, is in a mansion and was built in the 19th Century. SITUATION: le Palais des CÃ²ngres, la Porte Maillot, La DÃ©fense and les Champs Ã‰lysÃ©es It is situated between. ROOM: The establishment has 29 completely renovated rooms some rooms with garden views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1394.33" OriginalAmount="1353.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850545" Longitude="2.298226" StarRating="4" HotelCode="|40257" HotelName="Ares Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/5/7/40257_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1395.65" OriginalAmount="1355.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.840072393627" Longitude="2.3458385467529" StarRating="4" HotelCode="45041|hotel_serotel_lutece" HotelName="Serotel Lutèce" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b9edb157d3e0b33cc5dd4ff77dc569b7eb7125.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting hotel is located in a historically interesting district at the heart of Paris. Only mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1397.71" OriginalAmount="1357.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872616" Longitude="2.354786" StarRating="3" HotelCode="82925|garden_opera" HotelName="Garden Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue du Chateau d Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/1e/5e1e4da5b163ee898692bd8e5987e972887fb791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1397.71" OriginalAmount="1357.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87261092" Longitude="2.34421264" StarRating="3" HotelCode="487275|residence_bergere" HotelName="Residence Bergère Appartements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Bergère, 75009 Paris, Île-De-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/1c/041c970ce1a35df3ce2bba9171d645fca3a2e9ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1398.74" OriginalAmount="1358" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="983142|489567" HotelName="Rayz Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Avenue Bosquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d6/01d6c2893c43df943b0dfff03d591448100dcfd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1399.77" OriginalAmount="1359.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846809" Longitude="2.371794" StarRating="3" HotelCode="13393|holiday_inn_paris__bastille" HotelName="Holiday Inn Paris - Gare de Lyon Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue De Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4a/3f4a79c1390bab528381d053adcf92a7fbd54a57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Paris. Its setting is especially ideal for busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1401.83" OriginalAmount="1361.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.856637" Longitude="2.307206" StarRating="3" HotelCode="110463|beaugency_hotel" HotelName="Beaugency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Duvivier, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b0/87b0960083d14efecc4a0b5eb5110d056775288d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned hotel is located between the Esplanade des Invalides and the Eiffel Tower at the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1402.86" OriginalAmount="1362" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7312" Longitude="115.16779" StarRating="2" HotelCode="0|425945-28457783/8958439128675589602/2817" HotelName="DE L HORLOGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza Pudak Sari No. 18 ,Bali,  80361</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7720000/7714600/7714547/25f5e388_b.jpg</HotelPictures>
        <HotelDescription>18 Suite Villa Loft is conveniently located in the popular Kuta area. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. 24-hour room service, free Wi-Fi in all rooms, 24-hour security, daily housekeeping, private check in/check out are just some of the facilities on offer. Some of the well-appointed guestrooms feature television LCD/plasma screen, internet access – wireless, private pool, internet access – wireless (complimentary), non smoking rooms. Take a break from a long day and make use of indoor pool, massage, garden. 18 Suite Villa Loft is an excellent choice from which to explore Bali or to simply relax and rejuvenate. &lt;br /&gt;&lt;strong&gt;Nyepi Day&lt;/strong&gt;&lt;br&gt;&lt;br&gt;Please be informed that Bali island celebrates Nyepi (Silent) Day each year on below dates. The Nyepi (Silent) Day is a day of absolute silence throughout the island. No outdoor activities are allowed including check in and check out from hotels.&lt;br&gt;Dates affected: March 17, 2018 | March 7, 2019 | March 25, 2020 | March 14, 2021 | March 3, 2022 | March 22, 2023 &lt;br/&gt; &lt;strong&gt;Nyepi Religious Day&lt;/strong&gt;&lt;br&gt;&lt;br&gt;Please be informed that Bali island celebrates Nyepi (Silent) Day each year on below dates. The Nyepi (Silent) Day is a day of absolute silence throughout the island. No outdoor activities are allowed including check in and check out from hotels. March 23, 2012 | March 12, 2013 | March 31, 2014 | March 21, 2015 | March 9, 2016 | March 28, 2017 &lt;br/&gt; Guests will receive free high tea by the pool once during their stay.&lt;br /&gt;Guests over 8 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1403.89" OriginalAmount="1363" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|652339-28564914/8958439128675589602/280" HotelName="HOTEL 33 MARBEUF" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5410000/5400400/5400382/00c041e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1404.42" OriginalAmount="1363.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83917" Longitude="2.30653" StarRating="0" HotelCode="|169266" HotelName="Quintinie Hotel 15th Arrondissement, Sonder by Marriott Bonvoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 RUE LA QUINTINIE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/6/6/169266_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park, dinner service and a restaurant. ROOM: All the rooms have a hairdryer, internet, a kettle and a coffee maker. FACILITIES: Guests are offered a transfer service to the airport, Pets are permitted, Guests are offered a concierge service, facilities for disabled guests and a reception.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1405.95" OriginalAmount="1365.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880869334266" Longitude="2.3374271392822" StarRating="0" HotelCode="75640|grand_pigalle_hotel" HotelName="Grand Pigalle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/zz/97adc73d467710c77b6961a63cc364b6a0b5a156.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris. For business travellers as well as families, it provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1406.51" OriginalAmount="1365.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.861242" Longitude="2.343668" StarRating="3" HotelCode="|80930" HotelName="85 Saint Honore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Saint Honore, 85</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/3/0/80930_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a concierge and tourist information. SITUATION: This establishment, rue Saint HonorÃ© it is in is situated in ParÃ­s the centre of 400 metres away, guests will find the Louvre the Museum of 400 metres away, clients have ChÃ¢telet â€“ Les Halles the Station of. ROOM: Customers can find soundproofed rooms, have an air-conditioning system, WiFi (free of charge), a satellite TV and a bathroom with bathroom kit. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1406.98" OriginalAmount="1366.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.841162" Longitude="2.31356" StarRating="2" HotelCode="|80823" HotelName="Korner Montparnasse" 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/8/0/8/2/3/80823_a35cadb1543.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a terrace and a reception. SITUATION: This establishment, is in ParÃ­s the 15th arrondissement of the establishment is a 6-minute walk away from Montparnasse the Railway Station of la Torre Eiffel it is situated 20 minutes walk away from a 2-minute walk away from Pasteur the underground station of It has excellent transport links to, and. ROOM: The rooms have WiFi, (free of charge), a flat-screen television, a safety deposit box and a bathroom with a hairdryer, Some rooms have an air-conditioning system. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1406.98" OriginalAmount="1366.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875556648654" Longitude="2.2836454957724" StarRating="4" HotelCode="19059|la_villa_maillot" HotelName="La Villa Maillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Avenue Malakoff, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/20/aa2069fad5a49890722317ce9d6f6a2ac9d8d9b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1408.01" OriginalAmount="1367" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|25348-220871/8958439128675589602/3338" HotelName="BEST WESTERN ANJOU LAFAYETTE OPERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22800/22772/ca1af1be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1408.69" OriginalAmount="1367.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882131" Longitude="2.331713" StarRating="4" HotelCode="|122587" HotelName="R. Kipling By Happyculture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Blanche</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/5/8/7/122587_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 230 metres away from the Blanche metro station. It is located close to the Montmartre district. 5 minutes away, guests can find Moulin Rouge is 1 kilometre from SacrÃ©-CÅ“ur Basilica 900 metres away, clients have Mogador 15 minutes away from the establishment, you can find the opera. 15 minutes away from the establishment guests have Gare du Nord Station. It is 30 minutes away from Charles de Gaulle Airport. ROOM: All the rooms have a television, a coffee maker, a safety deposit box, a direct line telephone, a bathroom with a shower and a hairdryer. RESTAURANT: It serves a buffet breakfast and tea service. The establishmnet also offers a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1409.04" OriginalAmount="1368" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24486-28496763/8958439128675589602/683" HotelName="MERCURE PARIS GARE DE LYON OPERA BASTILLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/40000/34300/34205/b9df98cc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1410.07" OriginalAmount="1369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6094-28560857/8958439128675589602/3196" HotelName="7 EIFFEL BY MALONE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34200/34186/bd2cadc9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1410.07" OriginalAmount="1369.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877046832983" Longitude="2.2976526618004" StarRating="3" HotelCode="12110|hotel_elysees_ceramic" HotelName="Elysees Ceramic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de Wagram, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/ed/88ed882edd644febb9e0b8a53b65399159b6c891.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel enjoys a central location, only minutes from the Arc de Triomphe and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1412.06" OriginalAmount="1370.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8731199" Longitude="2.3435106" StarRating="3" HotelCode="|22619" HotelName="Maison Axel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE MONTYON 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/9/22619_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has a laundry service and a currency exchange service. SITUATION: This hotel la Ã“pera Garnier it is close to Clients can also find shops and leisure areas. the Champs-ElysÃ©es, the Louvre, Montmartre and Les Invalides it is located near. ROOM: All the rooms have a hairdryer and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1412.13" OriginalAmount="1371.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.861215682475" Longitude="2.3436235030758" StarRating="3" HotelCode="902168|hotel_saint_honore_paris" HotelName="Hôtel Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 rue Saint Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/18/dc186def7d751e808ac0e8c7d82c00da7e2c4feb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1414.19" OriginalAmount="1373" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|13713-28496679/8958439128675589602/249" HotelName="DU BOIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/110000/107900/107886/dc730110_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1415.22" OriginalAmount="1374.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858461" Longitude="2.307727" StarRating="4" HotelCode="77491|7_eiffel" HotelName="7Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Bis Rue Amelie, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/b0/13b061f92b1565846a4c1d7322d50bb8983ac5f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1416.25" OriginalAmount="1375" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|607459-28497105/8958439128675589602/2185" HotelName="HÔTEL STELLA ETOILE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20069/d66860c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1416.89" OriginalAmount="1375.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853256" Longitude="2.342036" StarRating="3" HotelCode="180082|FR007071" HotelName="Eugenie" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 rue St André des Arts, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/76/e9763a4bd366d26ef347cd172951d7c5bc413905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1420.37" OriginalAmount="1379.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880331" Longitude="2.319552" StarRating="4" HotelCode="25344|best_western_elysees_paris_monceau" HotelName="Best Western Paris Gare Saint Lazare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/9b/439b0f326245ec740cccadd75c9bc3601eb15130.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1422.81" OriginalAmount="1381.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8800507" Longitude="2.334445" StarRating="4" HotelCode="|50522" HotelName="Maison Pigalle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 RUE JEAN-BAPTISTE PIGALLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/2/2/50522_d9e15b91129.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, inviting hotel and ParÃ­s it is situated in. SITUATION: The establishment, is in the city centre, Close to, and. ROOM: The establishment has 42 rooms with heating, a television, a mini-bar and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1424.49" OriginalAmount="1383.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873195812977" Longitude="2.3431348800659" StarRating="3" HotelCode="49886|hotel_madrid_opera" HotelName="Hôtel Panache" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/70/8e7079abfbe39fdd61cc49c32f9a3d80352b3c77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1424.49" OriginalAmount="1383.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849341" Longitude="2.274379" StarRating="4" HotelCode="186685|hotel_felicien_paris" HotelName="Félicien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Massage Centre,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21, rue Félicien David, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/77/7b77b39d25f39551ace2601fe9e4d1894ea426e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1426.55" OriginalAmount="1385" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|918564-28448945/8958439128675589602/2089" HotelName="APPARTEMENT CENSIER DAUBENTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918564/2021111515244484.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1426.55" OriginalAmount="1385" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|416954-28496846/8958439128675589602/2888" HotelName="DE LA PAIX - QUARTIER TOUR EIFFEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1570000/1568600/1568520/8db1469c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1427.58" OriginalAmount="1386.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873262851133" Longitude="2.3450446128845" StarRating="3" HotelCode="12898|best_western_diva_opera" HotelName="Hôtel Diva Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Trévise, 75009 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/93/40930688af2f5d378a466cb5619b449d14c4c066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an excellent location in a calm street, right in the heart of Paris. The hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1428.50" OriginalAmount="1386.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87695" Longitude="2.3269" StarRating="4" HotelCode="|184180" HotelName="Phileas Lazare and Spa - Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/8/0/184180_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1430.67" OriginalAmount="1389.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875607365927" Longitude="2.2937741875648" StarRating="3" HotelCode="26708|hotel_la_regence_etoile" HotelName="Regence Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/17/8a17c64be81d686125765ed9b3a32e1aab1fbda8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1431.70" OriginalAmount="1390.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845255" Longitude="2.342429" StarRating="4" HotelCode="151122|le_petit_paris" HotelName="Le Petit Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214, Rue Saint Jacques, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/36/0d36f4c4751a4fe26a7bd576874485db4489c8c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1431.70" OriginalAmount="1390.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.857424953792" Longitude="2.3061755157772" StarRating="3" HotelCode="303906|grand_hotel_leveque" HotelName="Grand Hotel Leveque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue Cler, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/f2/bef27bd17a1fe768d5770e8adef17c5ca23bf7e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1435.82" OriginalAmount="1394.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.840013" Longitude="2.361304" StarRating="3" HotelCode="180093|devillas" HotelName="Devillas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Saint-Marcel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f7/71f79e3270d26843b5927bd0d98935c99324d92d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 800 m from the Museum of Natural History and the Jardin des Plantes. It is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1438.81" OriginalAmount="1396.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8738594" Longitude="2.3498969" StarRating="4" HotelCode="|22604" HotelName="Mercure Paris Opera Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/4/22604_eb85ca60723.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2003, has 6 floors, 49 standard rooms, 48 double rooms and 1 suite. In the establishment entrance, guests will find a hall, a reception with an elevator and a safety deposit box service. Guests have access to a restaurant with air-conditioning and a conference room. There are many services available at the establishment, including internet and a laundry service. SITUATION: This hotel is near the boulevards. The Palais Garnier 500 metres away, guests can find Gare de l'Est and Gare du Nord around the establishment, clients can find shops and leisure areas. ROOM: The rooms have a bathroom, a direct line telephone, satellite and cable TV, a radio, internet, a mini-bar, a central heating system and fitted carpets.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1440.97" OriginalAmount="1399.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868228564963" Longitude="2.3616810142994" StarRating="3" HotelCode="34952|hotel_paix_republique" HotelName="Hôtel Paix Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Bar,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2bis Boulevard Saint-Martin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/6b/bf6bdf4ff0e583cf97154c2df0d45d2e5a987b51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris’ Right Bank, where guests are received in a friendly and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1444.69" OriginalAmount="1402.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8796883" Longitude="2.3212631" StarRating="3" HotelCode="|22612" HotelName="Ibis Styles Paris Gare Saint Lazare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Constantinople 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/2/22612_2aa6d050842.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the heart of ParÃ­s, between the Square des Batignolles area and El parque Monceau ROOM: The rooms have a lift, an air-conditioning system, a bathroom with toiletries, a hairdryer and bath or shower. They also have a bottle of water (free of charge), a kettle and a coffee maker. FACILITIES: You also have at your disposal WiFi (free of charge). MEALS: The establishment serves American breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1445.23" OriginalAmount="1403.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8400945" Longitude="2.330617" StarRating="4" HotelCode="|163922" HotelName="Léopold" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225 boulevard Raspail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/2/2/163922_1_7331.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi, (free of charge), a lounge bar, a lift and a reception. SITUATION: The establishment, is 500 metres away from Montparnasse the Railway Station of it is in ParÃ­s the centre of Los Jardines de Luxemburgo nearby, you will find 100 metres away, clients have Raspail the metro station the Latin Quarter it is situated 20 minutes walk away from. ROOM: Each room has an air-conditioning system, soundproofing, cable television and a bathroom. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1446.12" OriginalAmount="1404" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|134718-28562517/8958439128675589602/2133" HotelName="LES THEATRES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2940000/2933900/2933817/7f73e8f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1446.12" OriginalAmount="1404" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85272821694" Longitude="2.3442707955837" StarRating="3" HotelCode="34420|224974" HotelName="Europe Saint Severin" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 rue St Séverin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/cc/bccc7b742fcdcfe50c61cbc37533e62e76b5a67b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1447.59" OriginalAmount="1405.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87196" Longitude="2.344751" StarRating="3" HotelCode="|59786" HotelName="D'espagne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 CITE BERGERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/8/6/59786_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The DÂ´ Espagne is rated two stars. SITUATION: This hotel is in a peaceful area of Cite Bergere it is in the heart of ParÃ­s. This establishment is near the shopping area, the opera, Montmartre and Sacre Cour. ROOM: The establishment has 45Â large, comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1449.93" OriginalAmount="1407.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8805389" Longitude="2.2858696" StarRating="4" HotelCode="|19689" HotelName="La Villa Des Ternes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>97, Avenue Des Ternes 75017 Paris,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/9/19689_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Villa des Ternes is rated three stars, is situated in the city centre and was built in 1996. Regarding the food and beverage offering, the establishment has a restaurant. The establishment boasts lifts and a concierge. The establishment offers guests room service and business facilities. pets are allowed. ROOM: The establishment has 39 rooms with a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1452.01" OriginalAmount="1409.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8759258" Longitude="2.3421532" StarRating="3" HotelCode="|26776" HotelName="Faubourg Galant Paris - Handwritten Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BUFFAULT 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/7/6/26776_2aec70d1510.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 8 floors and 67 rooms. In the entrance, guests are offered an elegant hall, a cloakroom, a reception, a safety deposit box service, a currency exchange service, bicycle rental and WiFi. There are many services available at the establishment, including a laundry service, a medical care service and a car park. SITUATION: This hotel is in ParÃ­s the city centre of in the surrounding area of the establishment, guests can find shops, bars, restaurants and the opera. it is near GrÃ©vin the museum in the surrounding area, clients have the railway station, is situated 200 metres away from Cadet the metro station of 28 kilometres away from Orly and Roissy Charles de Gaulle the airports of. ROOM: The comfortable rooms, have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a satellite television, a radio, internet, a double bed, fitted carpets and individual air-conditioning. OTHERS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard, Visa, Diners Club and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1454.36" OriginalAmount="1412" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.5177544" Longitude="7.4640253" StarRating="3" HotelCode="0|57610-28496578/8958439128675589602/1372" HotelName="HOTEL JOE M" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1 KÖNIGSWALL, DORTMUND, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1200/1117/69630413_b.jpg</HotelPictures>
        <HotelDescription>Located right in the heart of Dortmund, this city hotel is situated in one of the most important towns of Germany's industrial Ruhrgebeit area. Perfect for business and leisure travellers alike, this hotel is centrally located, a mere 15 kms from Dortmund airport. Within 7 minutes by metro, guests will find themselves in the Westfalen Halle business district. Boasting a modern exterior, this hotel prides itself on its ability to infuse modern architecture whilst maintaining high levels of comfort and serenity. Guest rooms are decadently designed, with the aim of creating ample space for each guest to enjoy. For guests wishing to take their relaxation further, the hotel offers its own sauna and steam bath. To reenergise, guests can enjoy a buffet-style breakfast. Whether for business or for pleasure, this hotel exudes comfort and high-quality service.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1457.45" OriginalAmount="1415.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869156549822" Longitude="2.2983138994138" StarRating="4" HotelCode="303897|helzear_champs_elysees_2" HotelName="Suites Hôtel Helzear Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Avenue Marceau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/fa/84fa568422aa907976ca50f9421d268f8482d637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1458.48" OriginalAmount="1416" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="57.143009185791016" Longitude="-2.1127400398254395" StarRating="5" HotelCode="0|371120-28434076/8958439128675589602/1219" HotelName="PARIS BASTILLE BOUTET - MGALLERY BY SOFITEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>6 UNION GROVE, ABERDEEN, GB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12710000/12704500/12704471/36fa4258_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Located in central Aberdeen, Skene House HotelSuites - Holburn is near the airport and within walking distance of St. Mary's Roman Catholic Cathedral and Aberdeen Music Hall. Nearby points of interest also include His Majesty's Theatre and Aberdeen Art Gallery.    Property Features.    Skene House HotelSuites - Holburn features laundry facilities, secure parking, and a porter/bellhop.  Complimentary wireless Internet access is available in public areas and the aparthotel has a computer station.  A bar/lounge is open for drinks. Wedding services and tour assistance are available. Self parking is complimentary. Additional property amenities include dry cleaning/laundry services, discounted use of a nearby fitness facility, and self parking. This is a smoke-free property.    Guestrooms.     39 guestrooms at Skene House HotelSuites - Holburn feature washers/dryers and coffee/tea makers. Accommodations offer city views. These individually furnished and decorated rooms include separate dining areas. At this 4-star aparthotel, accommodations include kitchenettes with stovetops, microwaves, refrigerators, and cookware/dishes/utensils. Bathrooms feature shower/tub combinations, complimentary toiletries, and hair dryers. Wired high-speed and wireless Internet access is complimentary. Guestrooms offer phones. Televisions have satellite channels. Rooms also include windows that open, welcome amenities, and irons/ironing boards. Housekeeping is offered daily and guests may request wake-up calls. Guestrooms are all non-smoking.     Room Info:       Notifications and Fees:      There are no room charges for children 15 years old and younger who occupy the same room as their parents or guardians, using existing bedding.           The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Facilities fee: GBP 6.00 per person, per day and includes use of:   - Fitness facilities  - Sauna  - Spa tub  - Swimming pool    The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Pets not allowed   Check-in time starts at 2 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1458.48" OriginalAmount="1416" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|371093-28467213/8958439128675589602/2513" HotelName="IBIS STYLES PARIS GARE DE LYON TGV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4562800/4562778/f35b20e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1459.51" OriginalAmount="1417" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|184588-28499967/8958439128675589602/2104" HotelName="HOTEL ORPHEE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2543300/2543225/57f9efeb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1460.52" OriginalAmount="1417.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8653967" Longitude="2.3318354" StarRating="3" HotelCode="|164087" HotelName="&amp; Residence du Lion d'Or Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/8/7/164087_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the city centre of the Louvre 5 minutes away, guests can find las TullerÃ­as the Gardens 350 metres away, clients have Tuileries the metro station of It has excellent transport links to, the Arc de Triomphe the business area of. the MusÃ©e d'Orsay 20 minutes away from the establishment, you can find. ROOM: The establishment has rooms, apartments with a bathroom, WiFi (free of charge), a satellite TV, a direct line telephone, a bathroom with a shower, a sitting area, a kitchen with fridge and a microwave. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1461.57" OriginalAmount="1419.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843247811281" Longitude="2.3494445855848" StarRating="3" HotelCode="47655|comfort_hotel_mouffetard_quartier_latin" HotelName="The Originals Paris Mouffetard Apolonia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Mouffetard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/61/4c619f7bd7637169e4de2ab607bbb69323d6438b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location, in the middle of the city and close to plenty of famous sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1462.60" OriginalAmount="1420" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849812098764" Longitude="2.2854853730164" StarRating="4" HotelCode="75641|17447" HotelName="Aparthotel Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Théatre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/b2/dab29aac9522bff8ea7cbf001b61c3ebca46fef3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the 15th arrondissement, in the centre of Paris, this apartment hotel is ideally situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1462.60" OriginalAmount="1420.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873177" Longitude="2.364384" StarRating="3" HotelCode="180130|le_citizen_hotel" HotelName="Hotel Le Citizen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Quai de Jemmapes, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ba/25ba76ae534300949eb2aa7a1d2e36fd6b1f35f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1463.32" OriginalAmount="1420.7" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875534" Longitude="2.318752" StarRating="3" HotelCode="34412|FR007528" HotelName="Maison Malesherbes" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 place Saint Augustin, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/d2/e4d27dc7ae8ef1aaf21ca74da9ffc5ec6cdb4fff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1464.66" OriginalAmount="1422.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875994" Longitude="2.2939" StarRating="4" HotelCode="26745|balmoral" HotelName="Balmoral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Du General Lanrezac, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/8f/bb8f1dc9008ee8abb89a0647e562dcc936008d37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1468.78" OriginalAmount="1426" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234154-28500569/8958439128675589602/22" HotelName="SAINT CYR ETOILE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9830000/9827300/9827286/4104942e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1469.81" OriginalAmount="1427" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868388237328" Longitude="2.2917705774307" StarRating="3" HotelCode="12112|4396" HotelName="Elysees Union" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de l´Amiral Hamelin, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/62/6e62ce3f0478b3e306652ea1b094186aebe1eda2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel lies in the centre of Paris, close to the Trocadero and the Eiffel Tower. The Arc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1471.87" OriginalAmount="1429" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.109254" Longitude="-81.347146" StarRating="4" HotelCode="0|137981-12635060/8958439128675589602/3764" HotelName="DESIGN SECRET DE PARIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4386 State Route 43, Kent, 44240, OH, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3420000/3414300/3414209/4aed27f2_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Economy. Property Type: Inn. Total rooms: 40. Floors: 3. Property description- Our Econo Lodge hotel is easy to find, near Kent State University, easy to book and easy on your wallet. Our pet-friendly hotel is near several local destinations, including the Hartville Marketplace and Flea Market, Goodyears Global Headquarters, Aurora Farms Premium Outlets and Akron General Medical Center. Every guest can take advantage of our free continental breakfast, free WiFi, free coffee and indoor heated pool. Each guest room is furnished with a microwave, refrigerator and a TV. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.Property was renovated in 2007. Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800553-2666. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1471.87" OriginalAmount="1429.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87928" Longitude="2.29596" StarRating="4" HotelCode="18989|villa_alessandra" HotelName="Villa Alessandra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Place Boulnois, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f0/b4f0819fd06fd1d6070d1363bddf45b6f26569aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel enjoys a peaceful location in an elegant district of the city, only around 500 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1473.53" OriginalAmount="1430.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8381255" Longitude="2.2585021" StarRating="3" HotelCode="|56851" HotelName="Holiday Inn Paris - Auteuil, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, RUE GUDIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/8/5/1/56851_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inPlace de la Porte de St Cloud a corner of it is near Parc des Princes and Roland Garros the stadiums. ROOM: The establishment has 47 large rooms, with air-conditioning and double-glazed windows. They are equipped with a satellite TV, a safety deposit box, a mini-bar and an alarm clock. The rooms a bathroom with a hairdryer, Our guests also have available computer connection. FACILITIES: The establishment has an inviting bar, Guests are offered a launderette and meeting rooms. The establishment also has an indoor garden.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1473.93" OriginalAmount="1431.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877973820784" Longitude="2.2955471277237" StarRating="3" HotelCode="31211|best_western_empire_elysees" HotelName="Best Western Empire Élysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Montenotte, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/5d/a15d596178bcef7ea518231b3664ebf72f43d491.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies close to the Arc de Triomphe just a few minutes walk from the famous Champs-Ély...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1477.02" OriginalAmount="1434" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81643-12634853/8958439128675589602/3724" HotelName="1K HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1090000/1089400/1089303/89e41a31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1477.02" OriginalAmount="1434.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871309928689" Longitude="2.2981838443874" StarRating="3" HotelCode="318608|hotel_ekta" HotelName="Ekta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Galilée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/41/04419f710f15d2e95e16f6505ff26f7d8f982a17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1477.74" OriginalAmount="1434.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843643" Longitude="2.29477" StarRating="4" HotelCode="|359259" HotelName="Jardins De Mademoiselle Hôtel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue mademoiselle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/2/5/9/359259_1_4236.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1479.08" OriginalAmount="1436" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86984758" Longitude="2.29908713" StarRating="3" HotelCode="592682|239023" HotelName="Suites et Hotel Helzear Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Christophe Colomb, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/78/4378c13f84518da5be60ef8df24ab7e2a8e42cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1479.08" OriginalAmount="1436.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88240938" Longitude="2.33458149" StarRating="3" HotelCode="502661|hotel_saintlouis_pigalle" HotelName="Hôtel Saint-Louis Pigalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/78/f07830096f565ab9e7ba0a4174a790a7ac07bf77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1480.11" OriginalAmount="1437" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|652355-28564916/8958439128675589602/2449" HotelName="MAGNUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/652355/2021112185141261.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1481.03" OriginalAmount="1437.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883703" Longitude="2.342665" StarRating="4" HotelCode="|360201" HotelName="Mom’art" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue d'Orsel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/0/2/0/1/360201_1_2566.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1481.14" OriginalAmount="1438.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868933413164" Longitude="2.2974300384522" StarRating="4" HotelCode="12109|elysees_bassano" HotelName="Elysees Bassano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3c/8d3c7362025d08a83694dc9c50b8b2e7c2eea45a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated between the Champs Elysées and the Eiffel Tower in the centre of Paris, close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1482.11" OriginalAmount="1438.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85417" Longitude="2.30757" StarRating="3" HotelCode="|183866" HotelName="Eiffel Turenne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue De Tourville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/6/6/183866_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1482.17" OriginalAmount="1439" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6260-28496583/8958439128675589602/2082" HotelName="HOTEL MAISON PIGALLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1500/1468/894fa7b3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1485.21" OriginalAmount="1441.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882352" Longitude="2.334722" StarRating="3" HotelCode="|477623" HotelName="Saint Louis Pigalle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Fromentin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/7/6/2/3/477623_5daf2141133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1486.89" OriginalAmount="1443.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877127" Longitude="2.295008" StarRating="3" HotelCode="|71716" HotelName="Tilsitt Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 rue Brey 75017 Paris</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/1/6/71716_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1488.35" OriginalAmount="1445.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87584445" Longitude="2.32836087" StarRating="0" HotelCode="525541|short_stay_paris_apartments" HotelName="Short Stay Paris Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue Saint-Lazare, 9e Arrondissemen, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/98/0d98e26015670b38783820e671656f9fcab66c7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1488.51" OriginalAmount="1445.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85063" Longitude="2.27519" StarRating="4" HotelCode="32600|249186" HotelName="Auteuil Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Rue Félicien David, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c1/53c1be93d743282b54bedee72f214d15068de9b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 16th arrondissement of Paris close to the Eiffel Tower. It is located b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1489.15" OriginalAmount="1445.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8751984" Longitude="2.3326001" StarRating="4" HotelCode="|15291" HotelName="Hélios Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue de la Victoire,75</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/9/1/15291_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a valet service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1489.38" OriginalAmount="1446" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|22946-28496856/8958439128675589602/1963" HotelName="VILLA DES TERNES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53600/53593/cdb4ca23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1489.63" OriginalAmount="1446.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88095" Longitude="2.33749" StarRating="4" HotelCode="|183661" HotelName="Grand Pigalle Experimental" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/6/1/183661_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1489.85" OriginalAmount="1446.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8537807" Longitude="2.363342" StarRating="3" HotelCode="|22606" HotelName="De Neuve by Happyculture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE NEUVE SAINT PIERRE 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/6/22606_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has 7 floors and 20 standard rooms. In the entrance, guests are offered a lobby with a lift and a reception with safety deposit boxes. Guests have access to a breakfast room and WiFi. SITUATION: This attractive urban hotel is on a peaceful street. It is situated near the city centre. In the surrounding area, clients can find shops, restaurants, bars, pubs, leisure areas and entertainment. A few minutes walk away, there is a public transport stop. ROOM: The quiet, bright rooms have a bathroom with a shower or bath and a hairdryer. They are equipped with a direct line telephone, WiFi, a satellite television, a mini-bar, fitted carpets and a double bed. OTHERS: The establishment offers a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1490.41" OriginalAmount="1447.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849142856841" Longitude="2.3471908316656" StarRating="4" HotelCode="11326|hotel_california_saint_germain" HotelName="Hôtel Les Bulles de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/54/9754a3c4bb20f6c6d2b4378d8c11edc2d6184ab6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and warm establishment is situated in the heart of the Quartier Latin and Saint-Germain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1491.55" OriginalAmount="1448.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849192" Longitude="2.342292" StarRating="4" HotelCode="|162924" HotelName="Lapin Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Boulevard Saint-Michel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/9/2/4/162924_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, has comfortable facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1492.85" OriginalAmount="1449.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87855" Longitude="2.29388" StarRating="2" HotelCode="|169521" HotelName="Clémence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Avenue des Ternes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/2/1/169521_86a61011734.jpg</HotelPictures>
        <HotelDescription>HOTEL: Outdoors, you can find a car park, The hotel has a restaurant, smoking rooms (on request), smoking areas, a transfer service and a concierge. SITUATION: This establishment, ParÃ­s it is in. ROOM: The rooms have internet. OBSERVATIONS: Pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1495.16" OriginalAmount="1451.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.863222" Longitude="2.352678" StarRating="1" HotelCode="|67092" HotelName="Sejour BeauBourg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 rue du Grenier Saint-Lazare</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/0/9/2/67092_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, was built in 1700, renovated in 2008 and has 20 rooms, In the entrance, guests are offered a lobby with safety deposit boxes and a concierge. The establishment has WiFi in public areas. SITUATION: This lovely hotel is in ParÃ­s the heart of it is situated near Georges Pompidou the centre it is close to Notre Dame Cathedral nearby, you will find Louvre the museum. ROOM: The establishment has double and single rooms with sink and standard rooms with a bathroom, with WC, Guests are offered shared bathrooms, They have double-glazed windows and internet. PAYMENT METHODS: The establishment accepts American Express and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1498.32" OriginalAmount="1454.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8467926" Longitude="2.3726824" StarRating="4" HotelCode="|53492" HotelName="Mercure Paris Gare De Lyon Opéra Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Parrot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/2/53492_328e0f10722.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the city centre of la Opera de la Bastilla and el Museo Picasso it is situated close to. HOTEL: This hotel offers air-conditioning and WiFi (free of charge). ROOM: The rooms have a mini-bar, a direct line telephone and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1498.65" OriginalAmount="1455" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|234210-28456222/8958439128675589602/1437" HotelName="TOUR EIFFEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2523400/2523380/a4c40d64_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1498.87" OriginalAmount="1455.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8690147" Longitude="2.2973261" StarRating="4" HotelCode="|26767" HotelName="Elysées Bassano" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BASSANO 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/6/7/26767_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, is situated on a main street 40 rooms and 6 floors. In the entrance, you can find a lobby with elevators, a reception and a safety deposit box service. The establishment offers guests internet and a laundry service (for a fee). SITUATION: the Champs-ElysÃ©es and the Eiffel Tower It is located between it is in the city centre located close toMontaigne Avenue 5 minutes away, you can find bars, restaurants, public transport and a nightclub. it is close to George V the underground station of It is located 500 metres away fromSeine the river 2 kilometres away, there is a station, is situated 20 kilometres away from Paris Orly Airport it is situated 25 kilometres away from Charles de Gaulle Airport. ROOM: Each room has a bathroom with a hairdryer, a mini-bar, a double bed and fitted carpets. They also have satellite and cable TV, a direct line telephone and internet. They are equipped with individual heating and an individual air-conditioning system. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1500.11" OriginalAmount="1456.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876616408449" Longitude="2.3416623473167" StarRating="3" HotelCode="32509|FR008707" HotelName="Plaza Opéra" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/34/d434908dbc8e39adfb1b6627c20de8ef71758363.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the French capital, close to the Gare du Nord and Gare Saint Lazare ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1501.59" OriginalAmount="1457.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8687297" Longitude="2.2921932" StarRating="3" HotelCode="|164276" HotelName="Kleber Paris and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Belloy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/2/7/6/164276_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel TriÃ¡ngulo Dorado it is in the Champs-ElysÃ©es it is located between and. 500 metres away, guests will find the metro station excellent transport links to, is located 600 metres away from Galeries Lafayette and Printemps Haussmann the shopping centres. ROOM: Customers have soundproofed rooms with an air-conditioning system and WiFi (free of charge), Some rooms have hydromassage shower and a hydromassage bath. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, The establishment offers room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1502.71" OriginalAmount="1458.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858271" Longitude="2.28067" StarRating="2" HotelCode="|81474" HotelName="Villa Nicolo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Nicolo, 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/4/7/4/81474_eb7a4a91527.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the centre of 600 metres away, guests will find Trocadero the Square of Sena the river, Rue de Passy nearby, you will find Passy the underground station of. ROOM: The Asian in style rooms, have art work, old furniture, WiFi, a television and a bathroom. Clients are offered suites with a living room. HOTEL: This Parisian style hotel, has a patio with flowers, The establishment serves a buffet breakfast and breakfast in the room. INFORMATION: The establishment offers a transfer service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1502.82" OriginalAmount="1459.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8404999" Longitude="2.3269999" StarRating="3" HotelCode="|53475" HotelName="Arotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>74 BOULEVARD QUINE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/7/5/53475_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, Montparnasse it is in it is in ParÃ­s the heart of 43 soundproofed rooms facilities for disabled guests, Pets are allowed. SITUATION: Montparnasse and Saint Germain de PrÃ©s It is located close to it is next to the Latin district. OTHERS: Clients have at their disposal a car park available at an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1506.89" OriginalAmount="1463" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|171050-28562727/8958439128675589602/3193" HotelName="MONTFLEURI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/877100/877031/06987608_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1509.98" OriginalAmount="1466" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872967" Longitude="2.292654" StarRating="4" HotelCode="94383|203146" HotelName="Royal Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Victor Hugo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/91/fe913ab094a093ffb268594ea644713fcd76c05d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1509.98" OriginalAmount="1466" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858032" Longitude="2.353068" StarRating="3" HotelCode="147111|224966" HotelName="Duo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b65190b30a0e540c3e1273f7252189f08da03727.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1509.98" OriginalAmount="1466.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875039329539" Longitude="2.3048329353333" StarRating="4" HotelCode="337164|hotel_champs_elysees_friedland" HotelName="Champs Elysees Friedland" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/bd/24bdd94ffa91ad684a97a955866adc5cc29b20a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Paris on a famous street, within paces of the Champs-Él...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1512.04" OriginalAmount="1468.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875647939708" Longitude="2.3038284480572" StarRating="4" HotelCode="12870|royal_garden_champselysees" HotelName="Hôtel Royal Garden Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218-220 Rue du Faubourg Saint-Honoré, 8ème Arrondissement, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/00/1f0020d2cf029a46ac9fba26ba96a763214cc175.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A short stroll from the Arc de Triomphe, the hotel enjoys an ideal location in Paris. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1516.16" OriginalAmount="1472" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167840-28578506/8958439128675589602/3238" HotelName="CHALGRIN BOUTIQUE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1769100/1769077/c86728e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1519.25" OriginalAmount="1475.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883723809612" Longitude="2.342641530213" StarRating="4" HotelCode="632558|momart_hotel_spa" HotelName="Môm’Art Hôtel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d1/9bd16c78ef9f81d36107c62d4c71921755e53f93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a café, a bar and room service. Wireless internet access in p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1523.37" OriginalAmount="1479.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.881676302884" Longitude="2.3229385129532" StarRating="3" HotelCode="10414|hotel_astoria_opera" HotelName="Hôtel Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/54/2b54219a85cf21388719abff5c655e33cd260a34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on a quiet street between the opera house and Montmartre. Restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1525.43" OriginalAmount="1481" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848756" Longitude="2.347611" StarRating="3" HotelCode="180087|225139" HotelName="Saint-Jacques" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/fb/fbfb3141f83ee6fb4002a87c862ab45e90e9e924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 36 rooms. Individual storeys are accessible via the lift or stairs. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1530.58" OriginalAmount="1486" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|10513-28586462/8958439128675589602/48" HotelName="CITADINES TOUR EIFFEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/450000/447100/447033/8a508734_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1530.58" OriginalAmount="1486.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851454" Longitude="2.337592" StarRating="4" HotelCode="110456|hotel_odeon_saint_germain" HotelName="Odeon Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint Sulpice, Paris 75006</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/69/bc69773b96520538f329407db609061d13c44d27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1534.70" OriginalAmount="1490" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6112-28561137/8958439128675589602/2645" HotelName="CROWNE PLAZA PARIS REPUBLIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17100/17013/0584f034_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1537.81" OriginalAmount="1493.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878288996943" Longitude="2.2949949417371" StarRating="4" HotelCode="74060|FR003659" HotelName="Mercure Paris Arc de Triomphe Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/b4/b5b403f988972e35d743e1681f4fb2d7cd44e9e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1544.38" OriginalAmount="1499.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84418" Longitude="2.28087" StarRating="4" HotelCode="|454037" HotelName="Quinzerie " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de la Convention, 15th arr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/3/7/454037_11aea901601.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1545.00" OriginalAmount="1500.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.854233045781" Longitude="2.3075814051033" StarRating="3" HotelCode="293226|hotel_eiffel_turenne" HotelName="Hotel Eiffel Turenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/19/5f19d1e1adb561341c12d4a2d4a32a8aac3beb5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1545.99" OriginalAmount="1500.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8714981" Longitude="2.3369999" StarRating="3" HotelCode="|22574" HotelName="London Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>32 boulevard des Italiens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/7/4/22574_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, was built in the 18th Century, has 49 rooms, 8 single rooms and 41 double rooms. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service and lifts. Guests have access to a television room, Regarding the food and beverage offering, the establishment has a restaurant, with air-conditioning, with breakfast room, The establishment offers internet. SITUATION: This well known and popular hotel is in a central area, is close to the opera, is situated in Italy the boulevard near the establishment, guests will find shops, tourist points of interest ,La Place VendÃ´me the museum. 100 metres away, there is a public car park, is a few minutes from the Palais Garnier the metro station. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, a satellite TV, a radio, internet and central heating. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1546.03" OriginalAmount="1501" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1241920-28586516/8958439128675589602/2331" HotelName="MERCURE PARIS OPERA LAFAYETTE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/44900/44857/f5ce623e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1547.06" OriginalAmount="1502" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85477120311" Longitude="2.2922828793526" StarRating="4" HotelCode="25336|28761" HotelName="Hôtel Mercure Paris Centre Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/dd/51dd3c3106dfedcfdf3d25606ae8ba8ecfd185cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located close the River Seine just 200 m as the crow flies from the Eiffe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1548.09" OriginalAmount="1503.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868744" Longitude="2.292128" StarRating="3" HotelCode="79721|hotel_kleber_champselysees_toureiffel_paris" HotelName="Kleber Champs Elysees Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Belloy, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/5d/9d5d87e12785fe00625c0b1992a811e6acd106e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1549.12" OriginalAmount="1504" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6081-28496576/8958439128675589602/2836" HotelName="LEONARDO BOUTIQUE PARIS OPERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/16100/16047/154e156f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1552.21" OriginalAmount="1507.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88769" Longitude="2.252296" StarRating="4" HotelCode="70763|novotel_paris_la_defense_2" HotelName="Novotel Paris La Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Boulevard De Neuilly, Paris-La Défense 92081</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/61/63618ba1cb3ccc1d31bba54d74f626fda6efaa0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in front of the Pont de Neuilly Bridge, the hotel faces the Seine River and is located only 10 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1554.16" OriginalAmount="1508.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84801" Longitude="2.34221" StarRating="2" HotelCode="|169173" HotelName="French Theory" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 rue Cujas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/7/3/169173_cc76fab1728.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Cujas the street Close to and, Saint-Germain-des-PrÃ¨s it is situated near.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1555.30" OriginalAmount="1510" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1444183-32592949/8958439128675589602/284" HotelName="HOTEL CLEMENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1444183/202577165415105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1559.42" OriginalAmount="1514.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85161897455" Longitude="2.2978980839252" StarRating="4" HotelCode="30121|le_marquis_eiffel" HotelName="Hôtel Le Marquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Dupleix, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/92/d192318dbb6a2fcc70d2c34aa2151cb559e83039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated in a quiet district, close to the Eiffel Tower and the Dôme des Inval...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1560.22" OriginalAmount="1514.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.887295" Longitude="2.314382" StarRating="4" HotelCode="|75610" HotelName="Best Western Opera Batignolles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>165 RUE DE ROME</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Batignolles It is in nearby, you will find the railway station, the metro station ,La DÃ©fense 10 minutes away from the establishment you have Clients can also find places of interest. ROOM: The establishment has 44 rooms with WiFi (free of charge), a flat-screen television, a mini-bar and courtesy tray.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1562.51" OriginalAmount="1517" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|531788-28497209/8958439128675589602/1984" HotelName="BLEU DE GRENELLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/562100/562008/2de647c3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1563.54" OriginalAmount="1518" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234062-32469487/8958439128675589602/3662" HotelName="APPART HOTEL AVALON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7640000/7631500/7631477/ccf3a7fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1564.70" OriginalAmount="1519.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8485423" Longitude="2.2920772" StarRating="0" HotelCode="|359876" HotelName="Yays Paris Zola By Numa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Fondary</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/8/7/6/359876_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1565.60" OriginalAmount="1520" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|186178-28502401/8958439128675589602/2970" HotelName="LEOPOLD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2960000/2954800/2954754/a881bf44_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1565.60" OriginalAmount="1520.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866005" Longitude="2.357074" StarRating="3" HotelCode="10541|austins_arts_et_metiers_hotel" HotelName="Austin's Art et Metiers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Montgolfier, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/d3/efd34180ee45278382a148e86e4d2af83d36ab0f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1565.60" OriginalAmount="1520.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85821039" Longitude="2.35033181" StarRating="3" HotelCode="430702|hotel_andrea_4" HotelName="Hotel Andrea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Saint Bon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/56/a7562781e9570b9ec78cffe634bf59a117e95900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1566.63" OriginalAmount="1521.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.863213" Longitude="2.352686" StarRating="0" HotelCode="140957|hotel_georgette" HotelName="Georgette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hostel,Hotel de Charme" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36, rue Grenier Saint Lazare, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/56/ed56ee0a6d16e3b9d88dbc3174fbdb8ff70ba3d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly hotel is located in the heart of Paris, just steps from the Centre Geo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1566.63" OriginalAmount="1521.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85652417" Longitude="2.37198818" StarRating="5" HotelCode="612834|maison_breguet" HotelName="Maison Bréguet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Bréguet, 11e Arrondissement, Rive Droite, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/35/a235c5f027ae90add23aa45c5f8f4c8214acaf38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1567.00" OriginalAmount="1521.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87324" Longitude="2.36422" StarRating="3" HotelCode="|226020" HotelName="Le Citizen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Quai De Jemmapes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/2/0/226020_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1567.66" OriginalAmount="1522.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.841422853562" Longitude="2.2626766562462" StarRating="2" HotelCode="337151|hotel_exelmans" HotelName="Exelmans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue Boileau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/bf/88bf85a1f0e4b47c7b008d019dc8351ea20ff0fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Paris' 16th arrondissement, the most prestigious district in the French ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1567.66" OriginalAmount="1522.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858273" Longitude="2.280616" StarRating="2" HotelCode="901322|nicolo" HotelName="Nicolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, Rue Nicolo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ca/bfca631158d0c2df0c5e35c820255f4033a82001.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1569.11" OriginalAmount="1523.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8814621" Longitude="2.3231549" StarRating="3" HotelCode="|15341" HotelName="Astoria - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE MOSCOU 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/4/1/15341_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century and renovated in 2003. It has 6 floors, 2 annexed buildings, 6 floors and 86 rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service and 2 lifts. Guests will be able to use internet and the laundry service. SITUATION: This hotel is on a quiet street, Between, a few minutes walk away, guests can find bars, restaurants and public transport. 150 metres away, guests have Rome the metro stations of 500 metres away, guests will find the city centre, Where guests can enjoy shops and the railway station. This hotel the Champs-ElysÃ©es it is 10 minutes away from it is 20 kilometres away from Paris-Orly and Charles de Gaulle Airport. ROOM: The comfortable and cosy rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a double bed, fitted carpets, a safe (available for a fee), an air-conditioning system and individual heating. MEALS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1570.91" OriginalAmount="1525.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85978" Longitude="2.30861" StarRating="4" HotelCode="|183928" HotelName="Thoumieux" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue Saint-Dominique</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/2/8/183928_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1572.81" OriginalAmount="1527.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853957444119" Longitude="2.367462515831" StarRating="3" HotelCode="38598|hotel_bastille_speria" HotelName="Bastille Speria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bastille, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/4b/324bdf822a67a5816fcddf8b399cc8037aa7da78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1572.86" OriginalAmount="1527.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8432121" Longitude="2.3422871" StarRating="4" HotelCode="|53481" HotelName="Relais St. Jacques" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE DE L'ABBE DE L'EPEE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/1/53481_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is nearLuxembourg the Gardens PanthÃ©on and Chapelle Royale de Val-de-GrÃ¢ce it is near. HOTEL: This elegant and comfortable hotel, Some rooms they have, WiFi, internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1574.29" OriginalAmount="1528.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8716722" Longitude="2.3349914" StarRating="4" HotelCode="|50571" HotelName="The Chess" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE DU HELDER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/7/1/50571_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to La Opera the district of close to the establishment, clients can find Boulevard Haussmann the department stores it is situated 10 minutes away from Saint-Lazare the Station of. ROOM: The establishment has 59 rooms, fully-equipped with air-conditioned, heating, a hairdryer, a television, a direct line telephone and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1575.90" OriginalAmount="1530" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|96679-28496591/8958439128675589602/1867" HotelName="GAILLON OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65000/64926/6666bcf7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1576.93" OriginalAmount="1531" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|497894-28461028/8958439128675589602/1353" HotelName="HOTEL LA FOLIE DES PRES - SAINT-GERMAIN-DES-PRES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24600/24509/baa598df_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1580.02" OriginalAmount="1534.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.881166936285" Longitude="2.3401271976717" StarRating="3" HotelCode="11578|hotel_caravelle" HotelName="Hotel Caravelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue des Martyrs, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/08/d508b50fba38116626628e88ccc378a4de4446cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1581.05" OriginalAmount="1535.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.859897548092" Longitude="2.3087610304356" StarRating="4" HotelCode="34872|hotel_saint_dominique" HotelName="Saint Dominique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Saint Dominique, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/e3/c4e34c3820aa58557f9a98a3e7047ab432fe6738.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple yet charming hotel is situated in the city centre. Countless shops, restaurants and bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1583.11" OriginalAmount="1537.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85434" Longitude="2.336782" StarRating="3" HotelCode="146717|hotel_de_seine" HotelName="De Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52, rue de Seine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/3e/613e970cbc0d671feb3329aae91ce0e7ac7cd35f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1584.77" OriginalAmount="1538.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871804750968" Longitude="2.3235909640789" StarRating="3" HotelCode="15147|FR047402" HotelName="Vendome Opera Hotel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis rue de l’Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/19/67197cc179606a42e717d41af14c46a42966195e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the business and tourism district. Guests can take advantage o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1590.97" OriginalAmount="1544.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85742" Longitude="2.30607" StarRating="3" HotelCode="|183653" HotelName="Grand  Leveque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 rue Cler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/5/3/183653_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1591.35" OriginalAmount="1545" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|233655-28562676/8958439128675589602/159" HotelName="DES DUCS D`ANJOU" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/892000/891933/6a91a32f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1593.41" OriginalAmount="1547.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883592853457" Longitude="2.3427334863119" StarRating="0" HotelCode="333206|hotel_bearnais" HotelName="Hotel Bearnais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/3a/9c3ac1a3889bf937f04052329c039ed786876b4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Hotel Béarnais is in the heart of Paris, walking distance from Mon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1594.44" OriginalAmount="1548.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8722587" Longitude="2.3258620914016" StarRating="4" HotelCode="285136|best_western_premier_hotel_opera_opal" HotelName="Best Western Premier Opéra Opal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e7d01b98b0d5706fd1c01df46a40dda619f372.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right bank of the River Seine next to the Place de la Madeleine (100 m)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1595.47" OriginalAmount="1549.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.860544588477" Longitude="2.368002728836" StarRating="4" HotelCode="13548|les_jardins_du_marais" HotelName="Les Jardins du Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74 rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3a/0d3a8303425ab96bc15c69bb5cc635ff4c608596.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly boutique hotel is nestled in the heart of historical Paris, in the fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1596.50" OriginalAmount="1550.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.856964" Longitude="2.303335" StarRating="3" HotelCode="143268|alma_3" HotelName="Hôtel de l'Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/de/21dead9ed55ba213881706e1a8d6cf5bc70dec11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1606.62" OriginalAmount="1559.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868582" Longitude="2.354012" StarRating="4" HotelCode="|78325" HotelName="Hôtel Marais Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD SEBASTOPOL 112</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/3/2/5/78325_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1609.89" OriginalAmount="1563.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85833847138" Longitude="2.2792594134808" StarRating="4" HotelCode="25690|hotel_best_western_premier_trocadero_la_tour" HotelName="Best Western Premier Hôtel Trocadero La Tour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 bis Rue Massenet, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/31/a231ca9bb61d4058067413fee827b5aab2d2015f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1611.72" OriginalAmount="1564.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8515" Longitude="2.337513" StarRating="4" HotelCode="|60751" HotelName="Odeon Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 RUE SAINT SUPLICE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/5/1/60751_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is a 12-minute walk away from Notre-Dame Cathedral, 280 metres from the underground station of Odeon. HOTEL: The Odeon Saint Germain is rated four stars, has an indoor patio, a reception, ticket sales and a transfer service to the airport. ROOM: All the rooms have a television, WiFi (free of charge), a mini-bar, a wardrobe and a welcome kit. MEALS: The establishment offers a buffet breakfast and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1615.17" OriginalAmount="1568.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871307" Longitude="2.298039" StarRating="4" HotelCode="|447809" HotelName="Ekta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Galilee, 08</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/8/0/9/447809_e0dfa390924.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1618.13" OriginalAmount="1571.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876006045999" Longitude="2.2954908013344" StarRating="2" HotelCode="26754|hotel_troyon" HotelName="Troyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b8/a5b8d794e9bf2770cffea8be83d793101f906df0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located off the Champs-Élysées, near the Arc de Triomphe, not far from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1618.13" OriginalAmount="1571.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858437" Longitude="2.283466" StarRating="3" HotelCode="110532|hotel_passy_eiffel" HotelName="Passy Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Passy, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f1/73f11797fa30c471b5bdb51bcfca77215611f867.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1619.90" OriginalAmount="1572.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.881326" Longitude="2.328306" StarRating="4" HotelCode="|68864" HotelName="Design Secrets De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 RUE DE PARME</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/8/6/4/68864_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the TrinitÃ© district TrinitÃ©, close to the shopping areas. HOTEL: This luxury, designer hotel, has 29 rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1623.28" OriginalAmount="1576" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853532" Longitude="2.342402" StarRating="3" HotelCode="110459|55121" HotelName="Residence des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Gît le Coeur, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/cd/63cdc3dcb9e4a1c11e3033fc208b2dbaf6dad003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1623.28" OriginalAmount="1576.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853494" Longitude="2.336078" StarRating="4" HotelCode="76633|artus_hotel" HotelName="Artus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue de Buci, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/86/3786f1dcdaff9a9236d98addea86f654633951a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Paris’ historic centre, the hotel is 170 m from Saint-Germain-des-Prés withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1626.37" OriginalAmount="1579.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869319414202" Longitude="2.3339898134918" StarRating="3" HotelCode="68263|hotel_france_dantin_opera" HotelName="Hotel France d'Antin Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue d’Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/43/8f436275ce657fd17d87b87b7866c8860402b514.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1627.40" OriginalAmount="1580" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6033-32596282/8958439128675589602/2214" HotelName="ASTORIA ASTOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13300/13246/0677036a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1632.55" OriginalAmount="1585" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="61.1133134" Longitude="10.4624696" StarRating="3" HotelCode="0|25351-28499221/8958439128675589602/2688" HotelName="AUSTINS ARTS ET METIERS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1- 5 Jernbanegaten, LILLEHAMMER, NO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522200/2522174/f87f10a9_b.jpg</HotelPictures>
        <HotelDescription>This 3 star hotel is located in the city centre of Lillehammer and was established in 1896. It is a short drive away from the Maihaugen and the nearest station is Lillehammer Stasjon. The Hotel has a restaurant, a bar and a conference room. All 89 rooms are equipped with minibar and hairdryer.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1632.55" OriginalAmount="1585.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885076923024" Longitude="2.3250943422318" StarRating="5" HotelCode="74066|hotel_eldorado_4" HotelName="Eldorado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue des Dames, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/82/94822c248b1925fb0a0d70788eec24cb8b08a85c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1633.12" OriginalAmount="1585.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87556" Longitude="2.30398" StarRating="4" HotelCode="|50517" HotelName="Royal Garden Champs-Elysees" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG SAINT HONORE 218/220</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/7/50517_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has non-smoking floor, a laundry service and a car park (for a fee), In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service and a lift. This urban hotel, has 72 rooms, air-conditioning, conference facilities, internet and room service. SITUATION: This hotel the Arc de Triomphe it is close to it is in the heart of the business district, close to the establishment, clients can find designer stores, galleries, Monceau park the railway station and a metro station. It has excellent transport links to La DÃ©fense the business district. it is situated 20 kilometres away from Charles de Gaulle Airport 25 kilometres away from Paris Orly Airport. ROOM: The establishment has 20 suites and apartments with kitchen, a balcony or terrace, double-glazed windows, a satellite television, WiFi, a bathroom with a hairdryer, a bath, a direct line telephone, an individual air-conditioning system and heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1633.58" OriginalAmount="1586" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="29.9824595" Longitude="-95.2800333" StarRating="3" HotelCode="0|309230-28563726/8958439128675589602/1286" HotelName="PHILEAS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7114 Will Clayton Pkwy, Humble, TX</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1460000/1451500/1451458/3cebbe5f_b.jpg</HotelPictures>
        <HotelDescription>The BEST WESTERN PLUS Intercontinental Airport Inn is located off Highway 59 just two miles east of the airport providing free pickup from the airport 5:00 a.m. until midnight and free scheduled morning airport drop-off (Times: 5:00 A.M., 5:30 A.M., 6:00
 A.M., 6:45 A.M., 7:30 A.M., 8:15 A.M., 9:00 A.M., 9:45 A.M., 11:15 A.M.) At our hotel start every day with a free newspaper and enjoy our complimentary hot breakfast. In your room, work on your spacious desk with wired and wireless free high-speed Internet
 access or relax on your five star pillow top bed watching your flat screen 42 inch LCD television equipped with 140 plus HD channels. For your well being a fitness center is provided, with a treadmill, stationary bike, and elliptical machine. The meeting facility
 is perfect for small functions accommodating up to 40 people. Everything that you need in the way of restaurants and shopping are easily accessible from the BEST WESTERN PLUS Intercontinental Airport Inn, your home away from home.
&lt;br /&gt;Check In: 14:00 PM&lt;br /&gt;Check Out: 11:00&lt;br /&gt;Children 12 And Under Are Free In Room With One Paying Adult In Existing Bedding.&lt;br /&gt;Maximum child age: 12&lt;br /&gt;Pets Not Allowed &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1633.58" OriginalAmount="1586.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84543429922" Longitude="2.3240724205971" StarRating="4" HotelCode="25007|hotel_le_littre" HotelName="Littre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Littré, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/b9/beb9a6ad9bb7f0d6774db263160cf0154f7a54df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies on a quiet street between Saint Germain des Prés and Montparnasse, directly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1634.36" OriginalAmount="1586.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8765755" Longitude="2.3414944" StarRating="3" HotelCode="|22613" HotelName="Beige" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue De Maubeuge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/3/22613_8f3499a1647.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers a lounge bar, a buffet breakfast, a lift, a reception and a baggage room (free of charge). SITUATION: The hotel is in the heart of ParÃ­s, Between la Ã“pera Garnier and Montmartre ROOM: Customers can find soundproofed rooms with a bathroom and flat-screen satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1636.76" OriginalAmount="1589.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8336022" Longitude="2.2868809" StarRating="3" HotelCode="|50513" HotelName="Kraft" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37, rue du Hameau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/3/50513_078519c1343.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s a good area in Next to Parc des Expositions the trade fair centre it is well-connected with the city centre, by public transport, 40 metres away, guests can find Porte de Versailles the metro station of. FACILITIES: The establishment has a car park and a reception. Guests are offered international press, a launderette, a dry cleaner's, WiFi, fax and a photocopier.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1640.79" OriginalAmount="1593" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6037-28498777/8958439128675589602/135" HotelName="SAINT MARTIN BASTILLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20500/20495/f8fe8110_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1640.88" OriginalAmount="1593.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8493996" Longitude="2.3095" StarRating="4" HotelCode="|22639" HotelName="Villa Saxe Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VILLA DE SAXE 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/9/22639_260cd1a1442.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 51 rooms and 4 suites. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service and lifts. With regards to the food and beverage offering, the establishment has a breakfast room, a cafÃ©, a cosy bar and a restaurant. The establishment offers guests room service (for a fee) and a laundry service (for a fee), It has internet and indoor parking. SITUATION: This attractive hotel is in a central location, is situated in ParÃ­s a peaceful, residential area of in the surrounding area, clients can find shops, entertainment areas ,the Eiffel Tower and Les Invalides it is near it is situated 5 kilometres away from the MusÃ©e d'Orsay the museum it is situated 20 kilometres away from Paris Orly Airport it is situated 40 kilometres away from Charles de Gaulle Airport. ROOM: The rooms a bathroom, a direct line telephone, satellite or cable TV, internet, a mini-bar and a king size or double bed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1644.80" OriginalAmount="1596.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8716011" Longitude="2.3234999" StarRating="4" HotelCode="|15309" HotelName="Vendôme Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ARCADE 11 bis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/9/15309_c9c348d0353.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel centrally located, has 6 floors and 31 standard rooms. The establishment boasts a hall with an elevator and a cosy restaurant. SITUATION: This hotel is situated in ParÃ­s city centre, 500 metres from the metro station Madeleine. There are many places you can visit in the surrounding area, including monuments, tourist points of interest, shops and leisure areas. 2 kilometres away from the establishment, guests will find la Place de lOpÃ©ra ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a mini-bar and a satellite or cable television. MEALS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1646.01" OriginalAmount="1598.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8799316" Longitude="2.328942" StarRating="4" HotelCode="|63373" HotelName="R De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 RUE DE CLICHY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/3/63373_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1646.26" OriginalAmount="1598.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870102" Longitude="2.357243" StarRating="0" HotelCode="|475373" HotelName="Edgar Suites Bouchardon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Bouchardon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/3/7/3/475373_27ceb501227.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1647.48" OriginalAmount="1599.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.867522" Longitude="2.35323" StarRating="4" HotelCode="|125538" HotelName="123 Sebastopol " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 Boulevard Sebastopol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/5/3/8/125538_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: the Centre Georges Pompidou 10 minutes away from the establishment clients have.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1648.35" OriginalAmount="1600.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875526" Longitude="2.283825" StarRating="4" HotelCode="|79332" HotelName="Etoile Maillot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>143, Avenue De Malakoff</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/3/2/79332_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in a good location in ParÃ­s, just a few steps away from the Arc de Triomphe, Palais des CongrÃ¨s and the Champs-ElysÃ©es. In the surrounding area, you can find Porte Maillot Metro Station. HOTEL: This Art Deco style hotel it is surrounded by a beautiful garden and is ideal for holidays or business trips. The establishment boasts a modern hall. ROOM: Guests are offered 42 single rooms, double rooms, superior rooms, deluxe rooms, suites and Junior Suites. All the accommodation options have a bathroom with a hairdryer, a direct line telephone, an air-conditioning system, a safe, a radio, a mini-bar, a satellite TV and internet. Guests also have available 2 disabled access rooms. FACILITIES: The establishment serves a buffet breakfast. The establishment has a lounge bar, a spa, a sauna, a massage service and relaxation treatments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1653.15" OriginalAmount="1605.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877181" Longitude="2.293503" StarRating="4" HotelCode="101777|hidden_hotel_by_elegancia" HotelName="Hidden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue De L'arc De Triomphe, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/85/028510925b8e2353f6ca933fa2e7c5f5c05d3935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located a minute's walk from the Arc de Triomphe, which stands in the middle ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1655.21" OriginalAmount="1607.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87105802" Longitude="2.34133676" StarRating="2" HotelCode="324415|hotel_vivienne" HotelName="Vivienne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Vivienne, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/cd/72cd6478ec2626925a0f3e9ae6b56cb367b05640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Vivienne is located in the 2nd arrondissement in Paris, in Le Bourse (stock market) distirct. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1656.24" OriginalAmount="1608" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|22991-14817929/8958439128675589602/3590" HotelName="VENDOME OPERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/562000/561980/df5dd9bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1657.61" OriginalAmount="1609.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8516006" Longitude="2.2974999" StarRating="4" HotelCode="|23727" HotelName="Hôtel Le Marquis by Inwood Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DUPLEIX 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/2/7/23727_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel is rated 4 stars. SITUATION: It is in an excellent location, the Eiffel Tower it is close to near the establishment, guests will find museums, restaurants located nearSaint-Germain-des-Pres and Swiss Village the shopping areas of. ROOM: The establishment has 36 stylish rooms, luxurious and fully-equipped.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1659.26" OriginalAmount="1610.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8710933" Longitude="2.3413646" StarRating="0" HotelCode="|272281" HotelName="Filigrane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Vivienne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/2/8/1/272281_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1660.27" OriginalAmount="1611.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8731" Longitude="2.34468" StarRating="4" HotelCode="|191220" HotelName="Mercure Paris Opéra Faubourg Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De Montyon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/2/0/191220_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1661.97" OriginalAmount="1613.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8698067" Longitude="2.2990778" StarRating="4" HotelCode="|220255" HotelName="and Suites Helzear Etoile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Christophe Colomb</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/5/5/220255_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1665.05" OriginalAmount="1616.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8719685" Longitude="2.3259359" StarRating="4" HotelCode="|71724" HotelName="Opéra Opal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE TRONCHET 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/4/71724_02aee710726.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, urban hotel, has 33 rooms, 2 suites, a hall with a reception, a reception, a safety deposit box service, a lift, a kiosk, a breakfast room, WiFi and room service. SITUATION: This hotel is situated next to Sena the river Place de la Madeleine it is situated 100 metres away from it has good links to the monuments, the tourist attractions ,the Champs-ElysÃ©es it is situated 15 kilometres away from Louvre 17 kilometres away from the establishment, guests will find it is situated 30 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: apartments with a shower or bath, a hairdryer, a double bed, a satellite or cable television, internet, a safe, a mini-bar, an air-conditioning system and a balcony or terrace. FACILITIES: It is situated 15 minutes away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1668.60" OriginalAmount="1620.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8348664" Longitude="2.31811332" StarRating="4" HotelCode="613930|niepce_paris_hotel_curio_collection_by_hilton" HotelName="Niepce Paris Hotel, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Niepce, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/8b/af8bd781e55e849b40e67ffd01e805de4aa391bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1674.78" OriginalAmount="1626.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880036770038" Longitude="2.3289352655411" StarRating="4" HotelCode="25006|hotel_r_de_paris" HotelName="Hotel R de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/69/fe692e177e8c895bdba60a454c21360778cb9ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1676.84" OriginalAmount="1628.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875412434912" Longitude="2.294530570507" StarRating="4" HotelCode="58476|maison_albar_hotel_paris_champs_elysees" HotelName="Maison Albar Hotel Paris Champs-Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/9b/bc9b8a242c90cfb0739616cc6c53555b194a3dd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a fantastic location on the right bank of the Seine in Paris’ 17th district. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1679.28" OriginalAmount="1630.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8760986" Longitude="2.2960999" StarRating="3" HotelCode="|24815" HotelName="Hiro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Brey,7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/5/24815_7c6694c2052.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1679.93" OriginalAmount="1631.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843745029915" Longitude="2.3391263186932" StarRating="3" HotelCode="36933|hotel_observatoire_luxembourg" HotelName="Observatoire Luxembourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Boulevard Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/e5/efe55279b507091c7fd83b2a228271bf6bc0e25c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1680.96" OriginalAmount="1632" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.836199990611" Longitude="2.2527739405632" StarRating="4" HotelCode="365002|5385" HotelName="Radisson Blu Paris-Boulogne" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue Edouard Vaillant, 92100 Boulogne-Billancourt, Cedex</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/5b/0c5b36146d065f52f7d447c5154938810ccb6ebf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1683.02" OriginalAmount="1634" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14539-28560914/8958439128675589602/1524" HotelName="RELAIS SAINT JACQUES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53600/53590/3d49be58_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1686.11" OriginalAmount="1637" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.892578756225" Longitude="2.2329153898585" StarRating="4" HotelCode="24651|24630" HotelName="Renaissance Paris La Defense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Jardin de Valmy, 92918 Paris, La Defense Cedex</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/43/33438d96e7f86a6b5cd1ca4d2f28f0b4ed549783.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1686.11" OriginalAmount="1637.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877736013732" Longitude="2.293031657139" StarRating="4" HotelCode="460058|le_tsuba_hotel" HotelName="Le Tsuba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/89/4889a9a6e81b0235e4230c5e294479c2a5265ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1688.17" OriginalAmount="1639.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876486" Longitude="2.292697" StarRating="4" HotelCode="|80487" HotelName="REGENCE ETOILE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 , AVENUE CARNOT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/8/7/80487_30cf1c11532.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 5-minute walk away from la Place de l'Etoile and los Champs ElysÃ©es. ROOM: The establishment has 38 renovated rooms with an air-conditioning system, a satellite television, a hairdryer, a bathroom and a safe. OTHERS: The establishment serves a buffet breakfast. Clients have at their disposal a lounge bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1688.25" OriginalAmount="1639.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876196564558" Longitude="2.2959253191948" StarRating="3" HotelCode="34417|303155" HotelName="SH Hotel Tivoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/015967/015967a_hb_a_010.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the heart of this wonderful city and is only a few minutes away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1690.23" OriginalAmount="1641" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401117-24847903/8958439128675589602/3856" HotelName="YUNA PORTE MAILLOT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93860000/93859500/93859419/92a47162_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1701.23" OriginalAmount="1651.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85826" Longitude="2.34634" StarRating="3" HotelCode="|81624" HotelName="Britannique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 AVENUE VICTORIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/6/2/4/81624_55ea5c41513.jpg</HotelPictures>
        <HotelDescription>HOTEL: The BRITANNIQUE is rated three stars. It has a restaurant. ROOM: All the rooms have a hairdryer, internet, a kettle and a mini-bar. INFORMATION: Clients have at their disposal a transfer service. pets are allowed. The establishment offers a concierge service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1704.65" OriginalAmount="1655.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847134102036" Longitude="2.3259365558624" StarRating="4" HotelCode="63227|le_saint_gregoire" HotelName="Saint Gregoire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43, Rue de l'Abbé Grégoire, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/24/442430ad58a4dbf97e3bcea67d67313633ab1c44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the heart of the Rive Gauche, in a charming neighbourhood in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1709.80" OriginalAmount="1660.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.881109" Longitude="2.329187" StarRating="3" HotelCode="64170|le_cardinal" HotelName="Hotel Le Cardinal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue du Cardinal Mercier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/ff/f0ff6e69affc4bb33fa1f725d4965c393f52f7f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1710.83" OriginalAmount="1661" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1428465-28590122/8958439128675589602/3240" HotelName="ALBERTE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89430000/89427200/89427194/e66e24d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1713.92" OriginalAmount="1664" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6181-28498776/8958439128675589602/2788" HotelName="MIGNY OPERA MONTMARTRE (EX. MIGNY)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909300/909202/72b371e6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1715.98" OriginalAmount="1666.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848592" Longitude="2.348118" StarRating="3" HotelCode="18014|hotel_sully_saint_germain" HotelName="Hotel Atmosphères" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/51/6f510300a899d0de9b02d528642f35a1cd1a4e0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The elegant hotel enjoys an exemplary location between Saint-Michel and Saint-Germain. Nearby guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1717.01" OriginalAmount="1667.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864854" Longitude="2.336443" StarRating="3" HotelCode="77368|best_western_louvre_piemont" HotelName="Hôtel Louvre Piémont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue De Richelieu, 75001 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/26/8426f539327266100fbd058fb37b4d210a17ace5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel faces onto the Palais Royal Gardens in the heart of historical Paris, just steps awa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1718.04" OriginalAmount="1668.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849556585041" Longitude="2.2955643644181" StarRating="4" HotelCode="65000|ramada_paris_tour_eiffel_2" HotelName="Hotel Le Parisis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9c/bd9cf72055a55e69d1389b4d2b90767fa7b6acf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the 15th arrondissement, a typical Parisian quarter, only a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1721.13" OriginalAmount="1671" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1354425-28586440/8958439128675589602/2049" HotelName="VILLA ROMANTIC AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74300000/74291300/74291222/79b847e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1723.19" OriginalAmount="1673" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|32796-28584439/8958439128675589602/2703" HotelName="DADOU" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1490000/1486900/1486880/6ef7f423_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1723.19" OriginalAmount="1673.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8676" Longitude="2.35308" StarRating="4" HotelCode="283754|hotel_le_123_sebastopol" HotelName="Hôtel Le 123 Sébastopol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Boulevard de Sébastopol, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ed/9aed8499f5549a128a405791a0212df6066f5a29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1723.49" OriginalAmount="1673.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8718758" Longitude="2.3488624" StarRating="4" HotelCode="|15320" HotelName="L'echiquier Opéra Paris Mgallery Collection " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ECHIQUIER 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/0/15320_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment was built in 1850 and renovated in 2002. It has 6 floors, 92 rooms, 5 suites and with air-conditioning. In the establishment entrance, guests will find a reception, a safety deposit box service, a currency exchange service and lifts. The establishment offers guests a bar, a restaurant with air-conditioning, a conference room, internet, room service and a laundry service. SITUATION: This smart hotel is close to boulevards, the city centre and the opera. in the surrounding area, clients have Bonne Nouvelle the metro stations of this hotel Gare du Nord it is situated 1 kilometre away from 5 metres away, clients have public transport services, 150 metres away, guests will find shops, restaurants, bars and pubs. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television and a radio. Are also furnished with internet, a mini-bar, a king size or double bed, fitted carpets, a safe (available for a fee), an individual air-conditioning system and central heating. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1724.22" OriginalAmount="1674.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.863189" Longitude="2.348921" StarRating="3" HotelCode="224981|hotel_le_relais_des_halles" HotelName="Hotel Le Relais des Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Pierre Lescot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/67/296701b3770f09744960560f0ab702036f646903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1727.31" OriginalAmount="1677.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850304412426" Longitude="2.3450624809857" StarRating="4" HotelCode="260007|best_western_la_tour_notre_dame_saint_germain_des_pres" HotelName="Mercure Paris Notre Dame Saint Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/11/6911c9786921a4da37fcc6b9b9ac719bf8ed0dc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive renovated hotel lies at the heart of the Rive Gauche, between Saint-Germain des Prés...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1731.21" OriginalAmount="1680.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849723410386" Longitude="2.3096233606339" StarRating="4" HotelCode="34404|79054" HotelName="Hotel Villa Saxe Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Villa De Saxe, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/8a/4c8a6ca9d40f5e28f6ba545cff040e8374e3a1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel enjoys a central, yet peaceful location in the French capital. An abundance of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1732.46" OriginalAmount="1682" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6234-28563528/8958439128675589602/2927" HotelName="6VH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17500/17428/2f41e9bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1736.58" OriginalAmount="1686" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|652334-28503026/8958439128675589602/883" HotelName="LE CITIZEN HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4120000/4113300/4113296/a6f8fb4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1739.67" OriginalAmount="1689.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858411" Longitude="2.34647" StarRating="3" HotelCode="110422|hotel_louvre_rivoli" HotelName="Hotel Elixir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Jean Lantier, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/be/91be6d191779c3eec91360f04ec3cf68ff16b13a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1743.79" OriginalAmount="1693" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870089894854" Longitude="2.3572799084454" StarRating="0" HotelCode="335989|238985" HotelName="Palace Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Bouchardon, 10th Arr., 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/52/0d52383bc4929378db51281fb3f6bbf5a3f22782.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1744.67" OriginalAmount="1693.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849662" Longitude="2.295726" StarRating="4" HotelCode="|35043" HotelName="Le Parisis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DE GRENELLE 102</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/0/4/3/35043_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern, is ideal for family holidays, has 46 standard rooms, air-conditioning, a conference room with natural light, a car park, a terrace, a bar, a concierge and room service. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a TV room and a breakfast room. The establishment also offers internet (for a fee) and a laundry service. SITUATION: This establishment is in the heart of district 15. It is situated 5 minutes away from the Eiffel Tower and Les Invalides 50 metres away, guests will find Motte Piquet Grenelle Underground Station. It has excellent transport links to the Porte Versailles Convention Centre, the opera, the Champs-ElysÃ©es, Montparnasse and La DÃ©fense. It is 20 kilometres away from Paris Orly Airport. It's 25 kilometres from Charles de Gaulle Airport. ROOM: Each room has a bathroom, an individual air-conditioning system, a direct line telephone with an answering machine, a satellite television, WiFi, a mini-bar, a hairdryer, courtesy tray, a coffee maker and a kettle. It has non-smoking rooms. They have a double or king-size bed, central heating and a safety deposit box. FACILITIES: Clients can book excursions. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1751.18" OriginalAmount="1700.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.854755" Longitude="2.368754" StarRating="4" HotelCode="|80482" HotelName="Le Petit Beaumarchais  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 BOULEVARD BEAUMARCHAIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/8/2/80482_f1893881529.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1752.03" OriginalAmount="1701.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.881690419523" Longitude="2.3374043405056" StarRating="3" HotelCode="25350|atlanta_frochot" HotelName="Le Pigalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/4a/f74a5b091539e1a666a1c04e2e16dd23f33e01ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1753.06" OriginalAmount="1702.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.867509" Longitude="2.354014" StarRating="4" HotelCode="18786|hotel_little_palace" HotelName="Little Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Salomon De Caus, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b3/45/b34503a4c54ee48a795ea2a2b52262484e695d53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1753.06" OriginalAmount="1702.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868100650271" Longitude="2.3312768340111" StarRating="4" HotelCode="31841|hotel_stendhal_place_vendome_paris__mgallery_collection" HotelName="Hotel Stendhal Place Vendôme Paris - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Danielle Casanova, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/fe/a6fe66b502c7688321a7a2049550ebad6144a22e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, a short stroll from Place Vendôme, one of the most prest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1755.12" OriginalAmount="1704" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6134-28496982/8958439128675589602/406" HotelName="HOTEL FAUBOURG GALANT PARIS HANDWRITTEN COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1300/1300/31b87d69_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1760.20" OriginalAmount="1708.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8691116" Longitude="2.3326884" StarRating="3" HotelCode="|80474" HotelName="CHOISEUL OPERA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 RUE DAUNOU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/7/4/80474_1_6438.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the heart of La Opera it is located between and, is located close to a car park. ROOM: The establishment has 45 rooms with air-conditioned, a bathroom, a direct line telephone, a satellite television and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1763.36" OriginalAmount="1712.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873749" Longitude="2.320196" StarRating="4" HotelCode="34976|le_lavoisier" HotelName="Le Lavoisier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Lavoisier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/42/644253ed0de18a68158f71608151e71ec13cd568.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the French capital, between Saint Augustin church, La Madelei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1763.36" OriginalAmount="1712.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875978702998" Longitude="2.2952239215374" StarRating="3" HotelCode="59058|royal_magda_etoile" HotelName="Magda Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7, rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/82/1a824e56f8d849cceccaae5ca4b8a80136726322.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1764.65" OriginalAmount="1713.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875173755287" Longitude="2.3220930468511" StarRating="4" HotelCode="259891|FR035739" HotelName="Hotel Le Belleval" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de la Pépinière, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/cd/f5cd3a0a950712479f2f8da83062d90c06ee86e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of the most desirable district of Paris, a stone's throw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1765.42" OriginalAmount="1714" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18932-32638181/8958439128675589602/3708" HotelName="HOTEL OPERA OPAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/906200/906106/071f7680_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1768.51" OriginalAmount="1717" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|31966-28561149/8958439128675589602/1340" HotelName="LE MARQUIS EIFFEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53500/53492/1cd9cb8a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1770.57" OriginalAmount="1719.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845251606698" Longitude="2.3500891774893" StarRating="2" HotelCode="187844|des_grandes_ecoles_2" HotelName="Des Grandes Ecoles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 rue Cardinal Lemoine, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/e5/32e5f52a5f0f928b39bd7824887b9d03a3c0bcb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Arr5/6:Quartier Latin-St Germain. The establishment features a tota...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1773.66" OriginalAmount="1722.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88253447" Longitude="2.31928362" StarRating="0" HotelCode="966420|paris_jadore_hotel_spa" HotelName="Paris j'adore Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Beudant, 17th Arr, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/85/b1854761f83f28455be97753521a1b27f8eee285.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1775.72" OriginalAmount="1724" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|238555-28543640/8958439128675589602/3307" HotelName="ALMARINE EIFFEL HOTEL AND SPA BY MALONE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/526700/526650/3c6eb73e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1775.72" OriginalAmount="1724.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875013" Longitude="2.341613" StarRating="4" HotelCode="13806|eugene_en_ville_hotel" HotelName="Eugène en Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/2d/452dc52d92648679615c5433e445bf4a1fea6538.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1779.51" OriginalAmount="1727.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8458727" Longitude="2.3244302" StarRating="4" HotelCode="|28280" HotelName="Victoria Palace  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE BLAISE DESGOFFE 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/8/0/28280_d2c8a720738.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1913, was opened in 2001, with air-conditioning, has 7 floors, 62 rooms, 32 suites and 3 rooms adapted for people with reduced mobility. The establishment boasts a hall with a reception, a safety deposit box service, a cloakroom, a currency exchange service, lifts, 2 bars and a breakfast room. The establishment also offers a conference room, internet, room service, a laundry service and an indoor car park. SITUATION: 700 metres away from the establishment, you can findSaint Germain des PrÃ©s the district of it is 2 kilometres away from monuments, is situated 15 kilometres away from ParÃ­s-Orly Airport 25 kilometres away from the establishment, guests will findCharles de Gaulle Airport. ROOM: The rooms have fitted carpets, a bathroom with a bath, a hairdryer, a mirror, a bathrobe, slippers and a double bed. They also have a direct line telephone, satellite or cable TV, a writing desk with lamp, a mini-bar and a safe (available for a fee), Customers can find internet, a kettle, a coffee maker, heating, a central air-conditioning system, a fax machine (available on request) and cots (available on request). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, JCB and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1780.87" OriginalAmount="1729.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872885948192" Longitude="2.32400785423" StarRating="4" HotelCode="15268|mercure_paris_royal_madeleine" HotelName="Hotel &amp; Spa Royal Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue de L'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4d/eb4df719adbc844c8c3f19ecad180132eedc9077.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between the Madeleine church and the large department stores in the centre of P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1786.02" OriginalAmount="1734" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.5109272" Longitude="-0.1201509" StarRating="3" HotelCode="0|6116-28496620/8958439128675589602/2138" HotelName="HOLIDAY INN PARIS - AUTEUIL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Strand, Charing Cross, LONDON, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/27200/27154/8f4ba872_b.jpg</HotelPictures>
        <HotelDescription>This traditional hotel is located at the heart of London and is well served by public transport from Charing Cross tube station. It is just a short distance to Trafalgar Square and Covent Garden. Restaurants and bars fill the surrounding area as well as numerous nightclubs. The building was built in 1864 in a Victorian style and was completely renovated in the year 2000. The hotel facilities offer a café, a cosy bar and an à la carte restaurant with separate non-smoking area. Conference rooms are available for business guests. The refined rooms come with an en-suite bathroom, all of them are well-equipped as standard. A breakfast buffet is available every morning. At lunchtime and in the evenings dishes are served à la carte.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1786.52" OriginalAmount="1734.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871774759351" Longitude="2.349269092083" StarRating="4" HotelCode="13508|FR005792" HotelName="Hôtel L'Échiquier Opéra Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue De L'Echiquier, 75010 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/92/0b92d6a0ca2ef9064e96a6c583158c9a8448489f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located close to the 'Grands Boulevards' and the opera house in Paris. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1788.08" OriginalAmount="1736.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.854776" Longitude="2.368978" StarRating="4" HotelCode="73813|hotel_original_paris" HotelName="Hôtel Original Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Boulevard Beaumarchais, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/30/8e302a08d74a07dc811c2be6b674670fa3a21f30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1788.93" OriginalAmount="1736.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886543" Longitude="2.332909" StarRating="4" HotelCode="18219|389475" HotelName="Terrass" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Joseph de Maistre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/f7/aff7920d99a4d4958ec88c02e0c26b016a1f23c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Montmartre, within a short walk of must-see Parisian attractions such as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1789.11" OriginalAmount="1737.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87449598435" Longitude="2.3186409473419" StarRating="4" HotelCode="31742|hotel_park_lane_paris" HotelName="Park Lane Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 rue la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c1/aec123fe266e551a63faaa74edd609330b200d40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the centre of Paris, in the 8th district. The establishm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1792.20" OriginalAmount="1740.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87983107" Longitude="2.33735255" StarRating="0" HotelCode="324671|hotel_monnier" HotelName="Hôtel Monnier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Henry Monnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/37/8a37953ee1f9e86175a49e2b70fe4c60634ee416.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in central Paris, this 2-star hotel is less than a 7-minute walk to the Moulin Rouge in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1793.23" OriginalAmount="1741.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871912" Longitude="2.326054" StarRating="3" HotelCode="67794|hotel_massena" HotelName="Massena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/84/0984fb52239d230ebd25f240f9826e195471b1ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1794.60" OriginalAmount="1742.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848652" Longitude="2.34808" StarRating="4" HotelCode="|80826" HotelName="Atmospheres" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31, rue des Ecoles</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/2/6/80826_b3843411559.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Los Jardines de Luxemburgo it is a 10-minute walk away from 200 metres away, clients have Mauber Mutualite the underground station of a 8-minute walk away from Notre Dame Cathedral 200 metres away, there is a restaurant. FACILITIES: The hotel has a reception and a lift. You also have at your disposal a garden, a gym, a sauna, a car park (available for a fee), breakfast service and a bar. ROOM: Each room has fitted carpets, flatscreen cable television, WiFi (free of charge), a bathroom with a shower and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1794.90" OriginalAmount="1742.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85471" Longitude="2.30472" StarRating="3" HotelCode="|369609" HotelName="Le Cercle Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117 Avenue De La Bourdonnais</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/0/9/369609_e5c3b3f1817.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1797.35" OriginalAmount="1745.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.2982400655746" StarRating="3" HotelCode="74030|hotel_galileo_2" HotelName="Galileo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Galilee, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1800.44" OriginalAmount="1748.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869351553712" Longitude="2.3321512341499" StarRating="3" HotelCode="58702|hotel_daunou_opera" HotelName="Daunou Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ee/c3eefd391a95d893a42ba94f011f85b4d29140db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of a very lively district where guests will find perfect connections to the pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1801.47" OriginalAmount="1749.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872012045476" Longitude="2.2969928383827" StarRating="4" HotelCode="42190|radisson_blu_hotel_champs_elysees_paris" HotelName="Radisson Blu Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78bis Avenue Marceau (8º Arr), 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/68/0168ed7760ecaff379325dcc1239092cd18f53a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1813.83" OriginalAmount="1761.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876016630382" Longitude="2.3456454277039" StarRating="3" HotelCode="50294|tulip_inn_orange_la_fayette" HotelName="Hotel Villa Lafayette Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46  rue Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a6/f8a6d3d995f542f7125831cc4788d5ec7e882283.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is splendidly located between the opera and the Grands Boulevards. Paris' unrivalled depa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1813.95" OriginalAmount="1761.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8732783" Longitude="2.3023602" StarRating="4" HotelCode="|15304" HotelName="Chateaubriand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/4/15304_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 6 floors and 28 standard rooms. Guests are also offered disabled access rooms. With regards to the food and beverage offering, the establishment has a cosy hall, a bar and a restaurant. SITUATION: This hotel is situated in a central area, 200 metres from the Champs-ElysÃ©es. 500 metres away, guests will find the Arc de Triomphe 200 metres away, clients have George V Metro Station. ROOM: The cosy rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, satellite or cable TV, a radio, a safety deposit box (available for a fee), internet and a central air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1816.92" OriginalAmount="1764" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872199932948" Longitude="2.3250648379326" StarRating="3" HotelCode="74029|35791" HotelName="Best Western Hôtel Folkestone Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5b/4c5b87db159176a3130d086a856a75aec700b807.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1816.92" OriginalAmount="1764" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88106865373" Longitude="2.3371508717537" StarRating="2" HotelCode="18924|1264" HotelName="Victor Masse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 bis rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/6e/5b6e2377b37fb531a6a95d85985bb9297d39916a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a typical Parisian quarter, full of history, close to numerous caf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1824.13" OriginalAmount="1771" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886000234584" Longitude="2.3350936174393" StarRating="3" HotelCode="23659|973" HotelName="Hotel Des Arts Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Tholozé, 75018 Paris, Montmartre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/9a/339ae1f8fbc83df8f958729658bae796492d569b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located at the heart of Montmartre, some 100 m from the Moulin de la Gale...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1830.69" OriginalAmount="1777.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.855595190221" Longitude="2.2927951812744" StarRating="4" HotelCode="33468|104961" HotelName="Hôtel Pullman Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue de Suffren, Entrée au 22 rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/2f/8f2ff48f0ffbeed11aa5f51ca3bee140acfee336.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the fashionable Avenue de Suffren, this city and business hotel is just a stone’s throw ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1831.34" OriginalAmount="1778" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86906" Longitude="2.332527" StarRating="3" HotelCode="100951|430198" HotelName="Choiseul Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/7b/e87bd45bf537db63e37f998a57f9ecc32ed85b03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Arr2/3/4:Halles-Marais-Notre Dame. The 47 welcoming guests rooms offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1834.43" OriginalAmount="1781.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.854837899145" Longitude="2.3048830485696" StarRating="3" HotelCode="180045|hotel_eber_mars" HotelName="Hotel Eber Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Avenue De La Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/31/643177d63f2bd7394a8b29750165df45108d4d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1838.55" OriginalAmount="1785.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873239917038" Longitude="2.3024860024452" StarRating="4" HotelCode="32041|chateaubriand" HotelName="Hotel Chateaubriand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Chateaubriand, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/13/04134c33713ac6e94e8e21c4ee85d89b0d63a000.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is centrally located at the heart of Paris' business district, just 200 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1841.64" OriginalAmount="1788.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84891671" Longitude="2.34853621" StarRating="4" HotelCode="322837|hotel_la_lanterne" HotelName="Hotel La Lanterne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de la Montagne Sainte-Geneviève, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1843.23" OriginalAmount="1789.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8580388" Longitude="2.3103549" StarRating="3" HotelCode="|50582" HotelName="and Spa De Latour Maubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150, RUE DE GRENELLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/8/2/50582_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was completely renovated in 2006 and it is in ParÃ­s the historic centre of. SITUATION: The establishment, Tour Eiffel, Champs Ã‰lysÃ©es and Saint Germain des Pres it is close to. ROOM: The establishment has 17 rooms with air-conditioned, heating, a television, a safe, computer connection, a mini-bar and a hairdryer. FACILITIES: Outdoors, clients have access to a garden area, The establishment boasts a lounge, a gym, a bar and a Turkish bath. Guests are offered guided tours.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1845.73" OriginalAmount="1791.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873168" Longitude="2.302467" StarRating="0" HotelCode="|445157" HotelName="Du Romancier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 bis Rue Chateaubriand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/5/7/445157_94c71b81052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1853.46" OriginalAmount="1799.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871726" Longitude="2.296907" StarRating="5" HotelCode="|59828" HotelName="Grand Champs-Élysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Bis, Avenue Marceau,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/2/8/59828_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The modern establishment, has 46 rooms and suites. SITUATION: This establishment, is in an excellent location, the 8th Arrondissement it is in the Arc de Triomphe and the Champs-ElysÃ©es 3 minutes away, guests can find. ROOM: Each room has an air-conditioning system, a flat-screen television, films (available on request), with pay channels, a direct line telephone, internet, a safe and soundproofed windows. OTHERS: Clients have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1855.03" OriginalAmount="1801" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14528-28497058/8958439128675589602/2586" HotelName="MERCURE PARIS OPERA FAUBOURG MONTMARTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20023/a8cbd08f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1855.03" OriginalAmount="1801.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.861618" Longitude="2.365129" StarRating="3" HotelCode="142313|my_hotel_in_france_le_marais" HotelName="My Hotel in France le Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis, rue Commines, Paris 75003</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/14/4014d98807e549cf800acfba0bf34c51b21146df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris property is near the Picasso Museum, Place des Vosges, the Pompidou Center and Notre Dame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1860.57" OriginalAmount="1806.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8730011" Longitude="2.316" StarRating="4" HotelCode="|52827" HotelName="Holiday Inn Paris Palais De L'elyse, An Ihg Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Miromesnil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/2/7/52827_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: the Champs-ElysÃ©es, Place de la Concorde and the Palais Garnier It is near Louvre it is 10 minutes away from. HOTEL: The establishment boasts 43 comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1861.21" OriginalAmount="1807.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851602" Longitude="2.338205" StarRating="4" HotelCode="110455|louis_ii" HotelName="Louis II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, rue Saint Suplice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8d/f88d35c688b0436217bd5a99f658caad6097f965.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1862.24" OriginalAmount="1808.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874977605214" Longitude="2.3163391779099" StarRating="2" HotelCode="211918|hotel_dargenson" HotelName="Hôtel d'Argenson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Argenson à l'Angle du 111, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/fa/d3fa5ce2201ca2524c84782b93ecdf15f836764f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers various services and facilities. Wireless internet access in public areas allows tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1862.55" OriginalAmount="1808.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.859312" Longitude="2.340956" StarRating="3" HotelCode="|79360" HotelName="De La Place Du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Des Pretres-Saint-Germain-l'Auxerrois</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/6/0/79360_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1869.45" OriginalAmount="1815" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|652327-28503022/8958439128675589602/293" HotelName="HOTEL CHOISEUL OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/652327/20211121124947111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1872.54" OriginalAmount="1818.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875362" Longitude="2.341471" StarRating="4" HotelCode="61841|hotel_jules" HotelName="Best Western Premier Opera Faubourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Rue La Fayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/2e/842e2d4d374c55cdf1590ffffedb122680251223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is adjacent to several major districts of Paris, the Garnier Opera House and the departmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1874.60" OriginalAmount="1820.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877119" Longitude="2.322087" StarRating="3" HotelCode="149715|wilson_opera" HotelName="WO Wilson-Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10, rue de Stockholm, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/d8/e2d83d3583e2c3988cb0691a2e9c039139412d36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1877.68" OriginalAmount="1822.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8552961" Longitude="2.2919625" StarRating="4" HotelCode="|15334" HotelName="Mercure Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN REY 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/4/15334_9eccfe01402.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, has 405 rooms and 12 floors. Outdoors, guests can find a terrace with gardens. SITUATION: This elegant, urban hotel is near the Seine River. It is located 200 metres away from the Eiffel Tower, a few minutes walk away, guests can find a public transport stop. ROOM: The stylish rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite and cable TV, a radio, WiFi (free of charge), an air-conditioning system and a safe (available for a fee). FACILITIES: This establishment has a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1879.75" OriginalAmount="1825" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|141832-28562489/8958439128675589602/1920" HotelName="HIDDEN BY ELEGANCIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2370000/2369700/2369616/d3aea431_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1879.91" OriginalAmount="1825.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8750534" Longitude="2.3221052" StarRating="3" HotelCode="|34839" HotelName="Le Belleval" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA PEPINIERE 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/3/9/34839_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, has 49 rooms and air-conditioning. In the establishment entrance, guests will find a hall with a reception and a lift. The establishment boasts a bar, a breakfast room, a conference room, internet, room service and a laundry service. SITUATION: It is inParÃ­s the heart of La Madeleine it is near Clients can also find Tuileries the gardens the Palais Garnier the Station of. It is close to restaurants, bars, public transport, the bus station and galleries. it is situated 20 kilometres away from Paris Orly Airport it is 30 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have a bathroom with a bath, a hairdryer and a television. There is also internet, a mini-bar, an iron, a double bed, a safety deposit box, a sitting room, individual heating and a balcony or terrace. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1881.81" OriginalAmount="1827" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1459621-32622874/8958439128675589602/4037" HotelName="WALDORF ASTORIA VERSAILLES TRIANON PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1459621/2026227204059378.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1892.58" OriginalAmount="1837.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85657" Longitude="2.37195" StarRating="5" HotelCode="|219331" HotelName="Maison Breguet" 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/9/3/3/1/219331_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1897.26" OriginalAmount="1842.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848093" Longitude="2.342066" StarRating="2" HotelCode="24417|hotel_excelsior_latin" HotelName="Excelsior" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/3f/463f7f558ee51363a2786a21ced5a0e9722a2031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1898.29" OriginalAmount="1843.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85048" Longitude="2.270519" StarRating="2" HotelCode="110533|ribera_eiffel" HotelName="Ribera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue De La Fontaine, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/ce/ddce48025aabcbdf617e2ed3555d4f69bea7807b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the 16th district of Paris in Auteuil quarter, this hotel is a 30-minute walk from the Ei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1899.93" OriginalAmount="1844.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870441" Longitude="2.307681" StarRating="3" HotelCode="47601|191336" HotelName="Hotel Le Colisée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/94/e69476790de26cab580b1a3df3511262aae791fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1903.44" OriginalAmount="1848" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1241928-14817920/8958439128675589602/3805" HotelName="FOLKESTONE OPERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17000/16973/6b5589be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1903.44" OriginalAmount="1848.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846989" Longitude="2.325861" StarRating="4" HotelCode="13764|holiday_inn_paris__saint_germain_des_pres" HotelName="Holiday Inn Saint Germain des Prés" 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,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/1e/881e4d82017135cb9b9f9e43462539e5f4c6cdec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated, on the left bank of the river Seine. The Galeries Lafay...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1904.47" OriginalAmount="1849.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.867237879181" Longitude="2.2879296541214" StarRating="4" HotelCode="31744|hotel_waldorf_trocadero" HotelName="Waldorf Trocadero" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/74/ce74cd63b42d6e2a14a9abf986252d8ecf4bf66d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an exquisite and central location at the heart of Paris, only a few minutes' ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1906.10" OriginalAmount="1850.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877577" Longitude="2.293319" StarRating="4" HotelCode="|46271" HotelName="Hidden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ARC DE TRIOMPHE 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/7/1/46271_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 23 rooms and renovated in 2009. Guests can find a lobby with a reception, a safety deposit box service, a lift, a bar, a breakfast room, conference rooms, internet and room service. SITUATION: the Arc de Triomphe It is located near it is well-connected with places of interest, monuments, 25 minutes away from the establishment you have the airport. ROOM: The rooms have a bathroom, individual air-conditioning, individual heating, a double bed, a direct line telephone and satellite or cable TV. They also have a radio, internet, a safety deposit box, a bathroom with a bath and a hairdryer. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1912.71" OriginalAmount="1857" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873249" Longitude="2.302481" StarRating="0" HotelCode="827370|422751" HotelName="Hôtel du Romancier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Business Centre,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Limousine Service,Lounge,Parking,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 bis rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f3/25f3625b3d0330c500748bc47151f6ff55627216.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel du Romancier in Paris (Champs Elysees), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1913.74" OriginalAmount="1858.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873700361104" Longitude="2.3440924286842" StarRating="3" HotelCode="337161|pavillon_opera_grands_boulevards_2" HotelName="Pavillon Opera Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8a/0d8aac61a367e3424f0d6ef19d6ece858bcf70ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of Paris' theatre district, within a short distance of the renowne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1914.77" OriginalAmount="1859" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|918647-28448955/8958439128675589602/3245" HotelName="CHAMPS ELYSEES FLAT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918647/20211115162225759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1916.72" OriginalAmount="1860.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86925" Longitude="2.35666" StarRating="4" HotelCode="|476784" HotelName="Hôtel Providence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/7/8/4/476784_bb432bb0007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1918.63" OriginalAmount="1862.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.860602" Longitude="2.346566" StarRating="4" HotelCode="15238|FR003669" HotelName="Novotel Paris Les Halles" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Place Marguerite de Navarre, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c1/88c1673e1666a54a55d9b37b1c492b1e4e0540f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1919.92" OriginalAmount="1864.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.857336" Longitude="2.331432" StarRating="4" HotelCode="154538|verneuil_saint_germain" HotelName="Hotel Verneuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8, rue de Verneuil, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f2/0af2443a097775afe0bb9702fef5ce5294b96150.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1922.23" OriginalAmount="1866.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870992" Longitude="2.305841" StarRating="4" HotelCode="|444793" HotelName="Citizenm Paris Champs-Élysées" 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/4/7/9/3/444793_703075f0932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1927.13" OriginalAmount="1871" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864506554827" Longitude="2.282275557518" StarRating="4" HotelCode="326416|49232" HotelName="Plaza Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Greuze, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/57/0457d2e1b84ab62c9dda3bcf3a5069f1a1fabd91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of the 16th arrondissement, one of the most elegant quar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1932.15" OriginalAmount="1875.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.852801" Longitude="2.309146" StarRating="0" HotelCode="|474190" HotelName="1.75 Paris La Sève" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Av. de Lowendal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/1/9/0/474190_968922e1230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1932.28" OriginalAmount="1876" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866260406845" Longitude="2.3372340202331" StarRating="4" HotelCode="19326|4815" HotelName="Golden Tulip Washington Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3f/de3fb3b5d5c642fed91f4d30d159746946dbd705.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the luxurious area of the 1st district and is to be found in amongst the fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1936.40" OriginalAmount="1880" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.424" Longitude="-8.4626" StarRating="3" HotelCode="0|22986-28496806/8958439128675589602/1164" HotelName="LE COLISEE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Tamengo, Anadia-Coimbra -Portugalngos, 3780-541, Curia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8050000/8045200/8045174/5fc14966_b.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located within the city of Curia and was established in 1926. It is 15.0 Km from the National Bussaco Forest and the nearest station is Local Train Station. The Hotel has a restaurant, a bar, a coffee shop, an indoor swimming pool and an outdoor swimming pool. All 100 rooms are equipped with minibar, hairdryer, safe and air conditioning. category: Superior first style: Chateau year Built: 1926 restaurant Count: 1&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1936.40" OriginalAmount="1880" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6128-28496595/8958439128675589602/3016" HotelName="MERCURE PARIS NOTRE DAME SAINT GERMAIN DES PRES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/23900/23810/29574898_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1941.55" OriginalAmount="1885" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="29.425234" Longitude="-98.482596" StarRating="4" HotelCode="0|187945-28499318/8958439128675589602/1620" HotelName="FIRST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>902 East Houston Street, San Antonio, 78205, TX, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4020000/4013200/4013102/095c8232_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Motel. Total rooms and suites: 82. Floors: 2. Property description- Located in the heart of San Antonio, our hotel is Centrally located steps away from the Alamo, the Riverwalk, the Rivercenter Mall, the Convention Center, and the Alamodome.

Within walking distance of our hotel you will not only find all these attractions, but also the Tower of America, Santa Rosa Hospital, El Mercado Market Square and the municipal auditorium. Brackenridge Zoo -and golf cours- is just 3 miles away, and San Antonio International Airport is 7 miles from our hotel.

Also included with your stay is FREE Daybreak Breakfast, FREE Wireless Internet Access, FREE local calls, cable TV with HBO, and seasonal use of our swimming pool is open from 10AM - 10PM 7 days a week. Our rooms also feature a hairdryer for your convenience.

The Days Inn Alamo/Riverwalk puts you right at the center of all that San Antonio has to offer. Feel free to call us direct at 210- 227-6233, or book your reservation online today.

PLEASE NOTE

Parking is Limited, only one vehicle per room allowed. A daily fee is required.. Onsite facilities information- ParkingProperty was built in 1964. Hotel Currency: USD. Additional Addresses: Other: 902 East Houston Street, San Antonio, 78205, TX, US. Additional Phone Numbers: Fax - Other: 12102280901. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1942.58" OriginalAmount="1886.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858226999529" Longitude="2.3104336416989" StarRating="3" HotelCode="110474|hotel_de_latour_maubourg" HotelName="Hotel de Latour Maubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Rue de Grenelle, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/59/8159c17a2c5bb61646c6391ad62c32b73e338e9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1943.61" OriginalAmount="1887.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86165" Longitude="2.362028" StarRating="4" HotelCode="110429|hotel_du_petit_moulin_chateaux__hotels_de_france" HotelName="Petit Moulin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29/31 rue du Poitou, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7d/027dd305e5aac8ceb948f3dd0094625d9a3de0f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1947.32" OriginalAmount="1890.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.855722" Longitude="2.292675" StarRating="4" HotelCode="|73687" HotelName="Pullman Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_64f309d1232.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment hasPacific Eiffel the restaurant Suffren the bar It also has a terrace, Guests can find shops, flowers, daily newspapers and a souvenir shop. The establishment offers guests tourist information. SITUATION: This establishment, la Tour Eiffel it is situated next to Les Champs-Ã‰lysÃ©es near the establishment, guests will find it has good links to the tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1952.88" OriginalAmount="1896" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13666-32596520/8958439128675589602/2974" HotelName="STENDHAL PLACE VENDOME PARIS MGALLERY COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/562500/562428/7cc80d9c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1959.06" OriginalAmount="1902.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873215218769" Longitude="2.3428800702095" StarRating="3" HotelCode="25128|hotel_pulitzer_paris" HotelName="Pulitzer Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/bc/5dbc142a0fe38edd2d0727e150e410d027a8f030.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, in the Opera district, very near to Rue Drouot, with i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1966.27" OriginalAmount="1909.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849396886036" Longitude="2.3431737720966" StarRating="4" HotelCode="60655|mercure_paris_la_sorbonne" HotelName="Mercure Paris La Sorbonne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue de la Sorbonne, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/1f/e81f0117a43f9c0dd5e030c5d44bef28c0ea1d83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Panthéon and the Jardins de Luxembourg. It lies opposite the Sorb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1967.30" OriginalAmount="1910.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864013383152" Longitude="2.3341628909111" StarRating="4" HotelCode="33470|normandy_hotel" HotelName="Normandy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de l’Echelle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/a0/36a0065ad8b0a0c89d34eca06c5e96335b29b111.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is exceptionally situated, near the Louvre Museum and on the corner of the street St. Hono...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1969.36" OriginalAmount="1912.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872991169629" Longitude="2.3160392045975" StarRating="4" HotelCode="34414|holiday_inn_paris_elysees" HotelName="Holiday Inn Paris - Elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de Miromesnil, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/7b/f67b5d53fa75e1a398265711f0f2459e54b1219b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1971.42" OriginalAmount="1914" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1428470-28590219/8958439128675589602/1967" HotelName="CARD HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92100000/92092800/92092708/b67fe4ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1971.42" OriginalAmount="1914.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84510998" Longitude="2.37136323" StarRating="3" HotelCode="769099|courtyard_by_marriott_paris_gare_de_lyon" HotelName="Courtyard Paris Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>209-211 Rue De Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/42/c34253f3353c8422fd137c2e24a6ced6dd6dacc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Arr12/13:Bastille-Bercy. There are a total of 249 units on the premises. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1972.45" OriginalAmount="1915.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870006104263" Longitude="2.2908827662468" StarRating="3" HotelCode="32504|mercure_paris_champs_elysees" HotelName="Mercure Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/c1/25c1a97d996d11a8d4217cde90f302761d2f70f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 2 km from the Eiffel Tower and around 200 m from the Arc de Triomphe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1973.25" OriginalAmount="1915.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8719409" Longitude="2.3260874" StarRating="3" HotelCode="|81789" HotelName="Masséna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tronchet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/7/8/9/81789_b3ebab21547.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in, Madeleine the elegant district of the Palais Garnier a 10-minute walk away from. ROOM: The modern rooms, have WiFi, (free of charge), a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1980.69" OriginalAmount="1923.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86712" Longitude="2.303877" StarRating="4" HotelCode="34410|west_end_hotel_2" HotelName="West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Clement Marot, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/9d/6d9d24becb0379d6be114926529faa1585626c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1983.78" OriginalAmount="1926" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873395372023" Longitude="2.3023176840393" StarRating="4" HotelCode="34427|54274" HotelName="Hôtel Atala" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/44/274482456677dab13a774bca1906e443b89d7b5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1983.78" OriginalAmount="1926.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871728007677" Longitude="2.3235064744949" StarRating="4" HotelCode="74023|hotel_opera_marigny" HotelName="Opera Marigny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de l'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Paris, 100 m from the Galeries Lafayette department store. It is just 3.9 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1984.86" OriginalAmount="1927.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.863166" Longitude="2.3488708" StarRating="3" HotelCode="|272014" HotelName="Le Relais Des Halles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 rue Pierre Lescot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/0/1/4/272014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1990.99" OriginalAmount="1933" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6119-28560866/8958439128675589602/604" HotelName="L'ECHIQUIER OPERA PARIS - MGALLERY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14200/14115/fa326ed5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2001.86" OriginalAmount="1943.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8540066" Longitude="2.3075424" StarRating="4" HotelCode="|73018" HotelName="La Comtesse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 Avenue de Tourville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/1/8/73018_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and has attentive service. SITUATION: Is situated in an excellent location.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2004.78" OriginalAmount="1946.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8662824" Longitude="2.3372622" StarRating="4" HotelCode="|50563" HotelName="Golden Tulip  Washington Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 RUE DE RICHELEU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/3/50563_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is close to the Louvre is situated in the centre of ParÃ­s. FACILITIES: The establishment has a lounge with a fireplace, a bar and a terrace. ROOM: The soundproofed rooms have an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2005.41" OriginalAmount="1947.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.857004" Longitude="2.317232" StarRating="4" HotelCode="110469|hotel_de_varenne" HotelName="De Varenne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4b/454b688e9744157f71df447bb5dc9862452b1aa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris. Its setting is especially ideal for business travellers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2007.47" OriginalAmount="1949" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|628280-28597637/8958439128675589602/1059" HotelName="PARIS J'ADORE HOTEL &amp;amp; SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35370000/35360500/35360494/e8fe2468_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2012.33" OriginalAmount="1953.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885" Longitude="2.3251" StarRating="0" HotelCode="|229397" HotelName="Hôtel Eldorado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue des Dames</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/3/9/7/229397_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2015.59" OriginalAmount="1956.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8637009" Longitude="2.3341999" StarRating="4" HotelCode="|50511" HotelName="Normandy Le Chantier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de l' Echelle, 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/1/50511_6296c0b1202.jpeg</HotelPictures>
        <HotelDescription>SITUATION: The establishment, is in ParÃ­s the city centre of Opera House and El Museo Louvre it is located between Close to the luxury shopping area. HOTEL: This hotel was built in 1877, is in an old palace, The establishment boasts a restaurant, a bar and an events room. ROOM: All the rooms have a bathroom, a hairdryer, a mini-bar and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2018.80" OriginalAmount="1960.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.860291766117" Longitude="2.3442519705696" StarRating="4" HotelCode="77163|hotel_best_western_ducs_de_bourgogne" HotelName="Best Western Premier Ducs De Bourgogne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fb/ddfb5fbe6fc4d853a7dcee3ae4335eb2ad559291.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a dream location in the very heart of Paris, next to the Pont Neuf, a few steps fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2019.83" OriginalAmount="1961.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873172878851" Longitude="2.346671372652" StarRating="5" HotelCode="145754|hotel_de_nell" HotelName="Hôtel de Nell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/71/8671f5e9b399be21bf1f2245f384819bcb23b3bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2032.19" OriginalAmount="1973.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853891174614" Longitude="2.307212192625" StarRating="3" HotelCode="395327|hotel_splendid_tour_eiffel" HotelName="Hotel La Comtesse Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/96/0b9678751a8c6026171a36634b6a8bc7fcddda4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2043.52" OriginalAmount="1984" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|918812-28448977/8958439128675589602/783" HotelName="LAURISTON NICE STUDIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918812/20211116133149155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2047.64" OriginalAmount="1988.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.854897" Longitude="2.305132" StarRating="2" HotelCode="110477|prince_2" HotelName="Prince" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>66 Avenue Bosquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/a7/68a70a9d1e6a9a3003f559284cd057c344ab0de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2048.43" OriginalAmount="1988.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848211" Longitude="2.341823" StarRating="3" HotelCode="|124936" HotelName=" Grand Cœur Latin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 RUE DE CUJAS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/3/6/124936_435054d1527.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 67 rooms, a fax machine, a safety deposit box service, ticket sales, a patio, a luggage room and a car park (for a fee). SITUATION: La Sorbona It is located between Luxembourg the Gardens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2049.97" OriginalAmount="1990.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8435361" Longitude="2.2925542" StarRating="0" HotelCode="|272878" HotelName="The 3 Ducks Eiffel Tower By Hiphophostels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Place Etienne Pernet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/8/7/8/272878_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2052.79" OriginalAmount="1993" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|918834-28448979/8958439128675589602/2165" HotelName="LEVIS CHARMING PLACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918834/20211116141433793.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2069.27" OriginalAmount="2009" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.41755" Longitude="24.69046" StarRating="4" HotelCode="0|579734-28564169/8958439128675589602/2984" HotelName="MOM ART" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>PANORMO ,CRETE ISLAND 74057</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22650000/22648000/22647935/298e74c3_b.jpg</HotelPictures>
        <HotelDescription>The 2-star Iliana Hotel offers comfort and convenience whether you`re on business or holiday in Crete Island. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. All the necessary facilities, including car park, Wi-Fi in public areas, concierge, family room, are at hand. Guestrooms are fitted with all the amenities you need for a good night`s sleep, including air conditioning, kitchenette, bathtub, internet access – wireless (complimentary), television. To enhance guests` stay, the hotel offers recreational facilities such as outdoor pool. Friendly staff, great facilities and close proximity to all that Crete Island has to offer are three great reasons you should stay at Iliana Hotel. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2072.36" OriginalAmount="2012" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6258-28499365/8958439128675589602/1366" HotelName="HOTEL HIRO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/83100/83041/587f5ab2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2075.45" OriginalAmount="2015" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8720686" Longitude="2.3236726" StarRating="4" HotelCode="10735|430061" HotelName="Bedford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 rue de l'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/7b/007bd2445d839f3c51c8a9f92f744f36096dadc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2077.00" OriginalAmount="2016.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8684845" Longitude="2.3609275" StarRating="5" HotelCode="|198966" HotelName="Renaissance Paris Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Rene Boulanger</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/9/6/6/198966_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2078.40" OriginalAmount="2017.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.861517" Longitude="2.364816" StarRating="3" HotelCode="|66346" HotelName="Sookie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Bis Rue Commines</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/4/6/66346_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2009, has a library, vending machines, drinks and a souvenir shop. It has 38 rooms, The establishment boasts a lobby with a reception, a safety deposit box service, a lift, a TV room, a breakfast room, internet and a laundry service. SITUATION: It is nearPicasso the museum places of interest, is 24 kilometres away from Paris-Gare de Lyon the Railway Station of the establishment is 16 kilometres away from Paris Orly Airport It is situated 24 kilometres away fromCharles de Gaulle Airport it is 81 kilometres away from Paris Beauvaisâ€“TillÃ© Airport. ROOM: The establishment has renovated rooms, have a courtesy tea and coffee service, biscuits, a bathroom with a shower, a hairdryer and a double bed. They also have a direct line telephone, a satellite television, a radio, internet, a coffee maker, a kettle and an individual air-conditioning system. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2085.29" OriginalAmount="2024.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8552" Longitude="2.360278" StarRating="2" HotelCode="|81188" HotelName="Le Temple De Jeanne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Saint-Antoine, 125 - 75004</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/1/8/8/81188_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception. SITUATION: This hotel is in ParÃ­s the centre of it is situated 2 minutes walk away from Saint-Paul the underground station of It has excellent transport links to and. 300 metres away, guests can find Sena the river it is situated 10 minutes walk away from Notre Dame Cathedral. ROOM: The establishment has suites, fully-equipped rooms, with WiFi (free of charge) and a sitting room. All the rooms have a flat-screen television and a bathroom. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2087.81" OriginalAmount="2027.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858549004745" Longitude="2.3298995086436" StarRating="2" HotelCode="904813|hotel_de_lille" HotelName="De Lille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Garden,Internet,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/84/85841e342619b5879a8de30477cf312e85577c02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within walking distance of numerous attractions, such as the Louvr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2091.93" OriginalAmount="2031" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|408935-28457835/8958439128675589602/2382" HotelName="ARGENSON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11260000/11256400/11256398/abd693f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2092.21" OriginalAmount="2031.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846834" Longitude="2.325952" StarRating="4" HotelCode="|22894" HotelName="Des Grands Voyageurs" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE VAUGIRARD 92</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/4/22894_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1988 and renovated in 1999. It has 134 rooms, 7 floors, 10 single rooms, 102 double rooms, 22 suites and with features that offer you the maximum level of comfort. In the establishment entrance, guests will find a lobby with elevators, a reception with a bureau de change and a safety deposit box service (for a fee), Guests have access to an inviting bar, an Ã  la carte restaurant with air-conditioning, highchairs, a conference room, internet, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is in a central area, 500 metres away, guests can find Lafayette and St.Germain des PrÃ©s the gallery it is well-connected with the city, Where guests can enjoy monuments, shops and leisure areas. it is a few minutes away from Placide and Montparnasse the metro stations of it is 14 kilometres away from Paris Orly Airport. ROOM: All the rooms have a bathroom with a hairdryer, a living room, a direct line telephone and a satellite or cable television. Are also furnished with a radio, internet, a mini-bar, fitted carpets, an air-conditioning system, central heating and a safety deposit box (available for a fee). PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2099.14" OriginalAmount="2038" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="44.533359" Longitude="-68.409049" StarRating="3" HotelCode="0|164820-32413841/8958439128675589602/1432" HotelName="PULITZER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>215 HIGH STREET, ELLSWORTH, 04605, ME, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/460000/455500/455499/aa125b08_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Floors: 2. Total rooms: 102. Suites: 0. Single-bedded accommodations: 20. Double bedrooms: 82. Smoking rooms: 8. Nonsmoking rooms: 94. Physically challenged rooms: 1. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4339 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Coming to the Acadia National Park Area or Ellsworth Maine ? There are many reasons why the Holiday Inn Ellsworth Hotel is the only place business travelers and vacationers choose to stay when in Ellsworth, Maine . Nearby attractions include Acadia National Park, Bar Harbor, Cadillac Mountain and Sand Beach . We are within minutes of several golf courses, LL Bean Outlet ,and adjacent to the Maine Coast Mall featuring Hannaford Supermarket, Maine Coast Cinema’s, Olympia Sports and many others. Some of Ellsworth, Maine’s area businesses are Home Depot, Wal-Mart, Jackson Laboratory, Hinckley Boats and Maine Coast Memorial Hospital . The Holiday Inn Hotel offers everything you desire in hotel accommodations. 102 guest rooms dedicated to comfort and convenience featuring FREE High Speed Wireless Internet . On premise amenities include Killarney’s restaurant, Pete &amp;amp; Larry’s Lounge, 24 Hour Business Center , indoor heated pool, dry sauna, and jacuzzi. So whether you’re in town for business or vacation, The Holiday Inn Acadia National Park Area Hotel is the place to be. Conveniently located in the heart of Downeast Maine . From check-in to check-out we are Ellsworth Maine’s Finest Full Service Hotel .Property was built in 1972. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2101.20" OriginalAmount="2040.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85686452" Longitude="2.35641992" StarRating="0" HotelCode="772666|9confidentiel" HotelName="9 Confidentiel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Fax,Internet,Laundry,Pets allowed,Printer,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>58 Rue Du Roi De Sicile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/12/4f1234ec6166cd340b1949acd0b897dd3023a511.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore your inner-bohemian at 9Confidentiel in the trendy, artsy Marais district in iconic Paris. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2103.26" OriginalAmount="2042" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875295" Longitude="2.323407" StarRating="4" HotelCode="144894|35803" HotelName="Maison Albar Hotel Opera Diamond, BW Premier Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Pepiniere, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/35/2f3577bfcfd0bb01dcd07fce43b57156481f1d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is close to the centre of Paris, next to Gare St Lazare train station (100 m), near to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2104.29" OriginalAmount="2043.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866798548309" Longitude="2.3028561472893" StarRating="5" HotelCode="34437|la_tremoille_paris" HotelName="La Tremoille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 rue de la Trémoille, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/1b/821b6b0772de3163e37fa8fd7becbb4ecb9284dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2105.32" OriginalAmount="2044" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18890-28500953/8958439128675589602/803" HotelName="LE CARDINAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/863900/863813/ac0a1794_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2105.75" OriginalAmount="2044.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885371" Longitude="2.311405" StarRating="4" HotelCode="|454039" HotelName="Card " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 Rue Cardinet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/3/9/454039_c04eef21616.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2108.41" OriginalAmount="2047" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.856608" Longitude="2.332012" StarRating="4" HotelCode="901890|201014" HotelName="Hotel Da Vinci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue des Saints Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a4/2da4d69d0a9b286ae58b55d65acde71a1ed8ebf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 24 rooms. The individual storeys can easi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2110.08" OriginalAmount="2048.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8680687" Longitude="2.331279" StarRating="4" HotelCode="|55560" HotelName=" Le Stendhal Place Vendôme Hotel Paris - MGallery Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Danielle Casanova,22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/0/55560_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Mercure Stendhal Place Vendome is rated four stars, is situated in the city centre and was built in 1800. The establishment boasts a restaurant, lifts, a safety deposit box service, room service and business facilities. ROOM: The establishment has 20 rooms with a hairdryer, an air-conditioning system, a television and a radio. FACILITIES: Guests are offered lifts, a safe, room service and business facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2114.49" OriginalAmount="2052.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84892" Longitude="2.34865" StarRating="4" HotelCode="|191328" HotelName="La Lanterne and Spa By Timhotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/2/8/191328_1_7774.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2118.71" OriginalAmount="2057" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|254382-28563596/8958439128675589602/1570" HotelName="GRAND HOTEL LAFAYETTE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1063000/1062937/17bfe44a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2119.74" OriginalAmount="2058" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|371135-28563862/8958439128675589602/435" HotelName="LA LANTERNE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12430000/12425300/12425295/a761089a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2126.95" OriginalAmount="2065.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87272111791" Longitude="2.328173" StarRating="4" HotelCode="75479|adagio_paris_opera" HotelName="Aparthotel Adagio Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/7e/af7e5ad7f2e7886fdf0254f8269969d8e63fe008.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the area around l’Opéra - a prestigious district known for its da...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2129.01" OriginalAmount="2067.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864473029894" Longitude="2.3315101861954" StarRating="4" HotelCode="29134|le_pradey" HotelName="Le Pradey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/ac/60ac7cc76a6cf177a3ba578f68d94df959c68003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the very centre of Paris, this hotel has a prime location just 400 m from the Louvre Muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2140.69" OriginalAmount="2078.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87502" Longitude="2.31655" StarRating="2" HotelCode="|183767" HotelName="D'argenson" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/6/7/183767_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2151.67" OriginalAmount="2089.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853395" Longitude="2.329852" StarRating="4" HotelCode="110451|hotel_des_saints_peres" HotelName="Des Saintes Peres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65, rue des Saints-Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/b1/5eb1e755f3348c18d000c670c680a566b7cb6a1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2159.13" OriginalAmount="2096.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8617134" Longitude="2.3408644" StarRating="4" HotelCode="|15238" HotelName="Louvre Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ST HONORE 141</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/3/8/15238_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 1992 and renovated in 2003. It has 40 standard rooms, 23 double rooms and 8 single rooms. In the entrance, guests are offered a lobby with a reception, a cafÃ©, WiFi and a laundry service. SITUATION: This hotel is situated in a central area. It is situated close to the Louvre Museum where guests can enjoy Notre Dame Cathedral and the trade fair ground. In the surrounding area of the establishment, guests can find restaurants and bars. 500 metres away, guests can find shops. It is 700 metres away from Louvre it is 20 kilometres away from Paris Orly Airport. Is 30 kilometres from Charles de Gaulle Airport. ROOM: The stylish rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, a safe, internet and heating. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2161.97" OriginalAmount="2099" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|248061-28529959/8958439128675589602/1890" HotelName="GRAND LEVEQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5960000/5951900/5951861/0b2a28a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2175.62" OriginalAmount="2112.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.856739" Longitude="2.356718" StarRating="5" HotelCode="|369631" HotelName="9confidentiel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Rue du Roi de Sicile</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/3/1/369631_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2176.39" OriginalAmount="2113" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|24490-25158170/8958439128675589602/3841" HotelName="GRAND HOTEL CHAMPS-ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/864300/864201/1878c03e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2190.81" OriginalAmount="2127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871734" Longitude="2.326319" StarRating="4" HotelCode="68261|hotel_le_vignon" HotelName="Le Vignon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Vignon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/40/a540fb251ebd29be04fa61c2f19c5fc4059f2816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2200.08" OriginalAmount="2136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3077243566513" StarRating="3" HotelCode="34405|yllen_eiffel" HotelName="Yllen Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>196 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/d8/f2d822d145de1351057b109ad1037b12c1762af5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies between the shopping quarter Montparnasse, the Eiffel Tower and the Parc ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2201.16" OriginalAmount="2137.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86685" Longitude="2.302799" StarRating="5" HotelCode="|80620" HotelName="De La Trémoille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA TREMOILLE, 14 - 75008 PARIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/6/2/0/80620_ab5092e1535.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace, a restaurant, a spa and a spa. The establishment offers guests a continental breakfast and a buffet breakfast (for a fee), It also has a snack bar, a reception, a laundry service, a baggage room and valet parking. SITUATION: This typical building, ParÃ­s is situated in los Campos ElÃ­seos it is located 500 metres away from this hotel the Arc de Triomphe it is 800 metres away from la Torre Eiffel it is situated 1,3 kilometres away from 20 minutes walk away, you can find Orsay the museum. ROOM: The establishment has rooms, suites with an air-conditioning system, a flat-screen television, a mini-bar, a bathroom with a hairdryer and complimentary bathroom items. Some rooms have an iPod docking station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2206.26" OriginalAmount="2142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868492" Longitude="2.303679" StarRating="4" HotelCode="78123|31986" HotelName="Hôtel Claridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue François Premier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9aca9c1f070766623bab57e19e6c2ee473d8cf39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located near the Avenue des Champs-Élysées, in the centre of a large ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2206.72" OriginalAmount="2142.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873328" Longitude="2.302255" StarRating="4" HotelCode="|80468" HotelName="ATALA HOTEL CHAMPS ELYSEES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 RUE DE CHATEAUBRIAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/6/8/80468_5d9bb9e1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2209.67" OriginalAmount="2145.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86907" Longitude="2.33361" StarRating="3" HotelCode="|169249" HotelName="Etats Unis Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 RUE DANTIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/4/9/169249_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the tourist area of it is in the business area, Close to, the shopping area, Saint-HonorÃ© the street the Louvre the Museum of excellent transport links to, and the business area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2210.38" OriginalAmount="2146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849838134652" Longitude="2.2832331061363" StarRating="4" HotelCode="32599|novotel_paris_tour_eiffel" HotelName="Novotel Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Quai de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/39/0239b4d5f2d87dcf675583d6b759aa51e64ee84a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegantly appointed hotel enjoys a wonderful location on the Seine, just about 700 m from the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2214.50" OriginalAmount="2150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|99736-28496287/8958439128675589602/2153" HotelName="LOUVRE PIEMONT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34300/34212/642dbfd4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2227.09" OriginalAmount="2162.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879788" Longitude="2.33739" StarRating="0" HotelCode="|445810" HotelName="Quartier Libre Saint Georges" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Henry Monnier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/1/0/445810_3e52f741138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2235.10" OriginalAmount="2170" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|918475-28471921/8958439128675589602/3034" HotelName="07 BEST FLAT OF GRAND BOULEVARD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918475/20211115121656868.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2242.31" OriginalAmount="2177" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6036-32744129/8958439128675589602/2176" HotelName="ATALA CHAMPS ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26800/26733/08ccc024_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2247.01" OriginalAmount="2181.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8806992" Longitude="2.3382001" StarRating="2" HotelCode="|22047" HotelName="Victor Massé" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/7/22047_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to cafÃ©s, restaurants, Clients can also find shopping areas, the theatres, cabaret bars, shops, boutiques and pubs. 100 metres away, guests have Pigalle the metro station of Ã“pera and Montmartre it is located between.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2252.88" OriginalAmount="2187.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8751984" Longitude="2.3412876" StarRating="4" HotelCode="|15314" HotelName="NH Paris Opéra Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue La Fayette 49-51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/4/15314_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, has 101 standard rooms and has 6 floors. SITUATION: This establishment is in Lafayette Street. There are many places you can visit in the surrounding area, including la Ã“pera Garnier la Casa de Subastas Drouot Los Grandes Bulevares ROOM: All the rooms have a bathroom and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2252.94" OriginalAmount="2187.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8727715" Longitude="2.3282492" StarRating="0" HotelCode="|42348" HotelName="Adagio Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAUMARTIN 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/4/8/42348_4093d791220.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, has 99 studios and two bedroom apartments, The establishment has a breakfast room, a laundry service (for a fee), a television with international channels and WiFi. SITUATION: It is inthe Palais Garnier the area Where you can find cafÃ©s and restaurants. it is 100 metres away from public transport services, 10 minutes away from the establishment clients have Saint-Lazare the Railway Station of it is situated 25 kilometres away from Paris Orly Airport It is situated 30 kilometres away fromCharles de Gaulle Airport. ROOM: They are equipped with a kitchen, a ceramic hob, a fridge, an oven a microwave, a dishwasher, a coffee maker and a kettle. They have a bathroom with a bath or shower, a WC and a hairdryer. They also have a television, a stereo, a direct line telephone (available for a fee), an iron, a safe, an individual air-conditioning system and WiFi (available for a fee). OBSERVATIONS: bedding is changed once a week. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2271.78" OriginalAmount="2205.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872069" Longitude="2.303288" StarRating="4" HotelCode="19321|7834" HotelName="Warwick Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/5a/d75a6d7c83b086296e06c9be0fc099d27799e3fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the heart of Paris on a side street off the famous Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2275.27" OriginalAmount="2209" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846126230071" Longitude="2.2984465956688" StarRating="3" HotelCode="316808|55296" HotelName="Wallace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 rue Fondary, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/ec/caec7feaa15753f2ea9c26f900679a654137ed5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in the 15th arrondissement of Paris and within 10 minutes of the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2283.25" OriginalAmount="2216.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88514" Longitude="2.3375" StarRating="4" HotelCode="|191217" HotelName="Montmartre Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Durantin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/1/7/191217_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2283.51" OriginalAmount="2217.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876372087958" Longitude="2.335230410099" StarRating="3" HotelCode="56457|hotel_touraine_opera" HotelName="Hotel Touraine Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue Taitbout, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/15/6315cb60816c83d81f9df93cf5fef1c187a67686.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies at the heart of Paris, between the opera house and Sacré-Cœur in the tradi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2291.75" OriginalAmount="2225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853249737685" Longitude="2.3457741737366" StarRating="4" HotelCode="74016|hotel_les_rives_de_notredame" HotelName="Rives de Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Quai Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d8/8fd8b3b3cde1b01bb7b7b858d6b85a2b902fda0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2294.84" OriginalAmount="2228" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1353623-28598328/8958439128675589602/535" HotelName="LA TREMOILLE PARIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1353623/202321691155136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2299.99" OriginalAmount="2233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23566-28560925/8958439128675589602/2293" HotelName="LE PARISIS TOUR EIFFEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1230000/1226700/1226699/379e223a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2304.11" OriginalAmount="2237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865236" Longitude="2.336291" StarRating="3" HotelCode="58701|pavillon_louvre_rivoli" HotelName="Pavillon Louvre Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Molière, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f1/42f1c2685a2e09da3722b6ffbd2693802bfa2d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an exceptional location, right in the heart of Paris. It is just a few minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2312.40" OriginalAmount="2245.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871267" Longitude="2.287454" StarRating="4" HotelCode="|471496" HotelName="Mode Paris Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Leroux</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/4/9/6/471496_ef98fd71147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2320.37" OriginalAmount="2252.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8751891" Longitude="2.3229804" StarRating="5" HotelCode="|71723" HotelName="Maison Albar Hotels Le Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA PEPINIERE 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/3/71723_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in the 19th Century, has a patio, a living room and 30 rooms. The establishment has various facilities, such as a lobby with express check-out, a reception, a safety deposit box service, a lift, a kiosk, a breakfast room, WiFi and room service. SITUATION: This hotel is in ParÃ­s the centre of it is situated 100 metres away from Saint-Lazare the Railway Station of 300 metres away from the establishment, you can find Haussmann the shopping centre of the metro station ,Les Champs-Ã‰lysÃ©es it is situated 15 kilometres away from This hotel Bois de Boulogne it is situated 8 kilometres away from it is situated 30 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: apartments with a shower or bath, a hairdryer, a double bed, satellite and cable television, internet, a safety deposit box, a mini-bar and an air-conditioning system. FACILITIES: It is located 15 minutes away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2329.83" OriginalAmount="2261.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8460007" Longitude="2.2983999" StarRating="3" HotelCode="|22475" HotelName="Wallace - Orso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE FONDARY 89</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/5/22475_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Parisian hotel, was built in 1800, has 35 rooms and 2 floors. In the entrance, you can find a lobby with an elevator and a reception. The establishment offers WiFi. The establishment has a breakfast room. For an additional charge you can use the car park. SITUATION: This welcoming hotel is in a quiet area of the 15th arrondissement. It is situated 10 minutes away from the Eiffel Tower and Les Invalides, in the surrounding area, clients can find shops, leisure areas and entertainment. Close to the establishment, guests have Rue de Commerce, is located close to Emile Zola, Cambronne and La Motte-Picquet-Grenelle metro stations. It is a few minutes walk away from the exhibition centre Porte Versailles. 25 minutes away from the establishment, guests will find Paris Orly Airport. It is situated 45 minutes away from Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, a satellite television, a direct line telephone, internet, a mini-bar, central heating and a safe. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2345.31" OriginalAmount="2277" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869013689363" Longitude="2.3336626589298" StarRating="3" HotelCode="189556|55939" HotelName="Etats-unis Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue D Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1f/a51f70f0dbfb5d794f25003ce3e5df8e7c9a2f35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 45 rooms. Services and facilities at the hotel include a b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2374.15" OriginalAmount="2305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851829882513" Longitude="2.3448085784912" StarRating="4" HotelCode="15655|hotel_parc_saint_severin" HotelName="Hôtel Parc Saint Séverin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de la Parcheminerie, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/8a/b08a97b966db0dc1a0a69b04067c30a6961894a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2384.16" OriginalAmount="2314.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865523" Longitude="2.283162" StarRating="4" HotelCode="|71001" HotelName="Le Metropolitan a Tribute Portfolio " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10; PLACE DE MEXICO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/0/0/1/71001_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This stylish hotel rooms and has excellent service. SITUATION: Around the establishment, clients can find the leisure areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2391.66" OriginalAmount="2322" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18917-28572961/8958439128675589602/2448" HotelName="MERCURE LA SORBONNE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/18917/18917_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2398.87" OriginalAmount="2329" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|918733-28448964/8958439128675589602/1529" HotelName="DURAN DURAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918733/202111169295547.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2400.93" OriginalAmount="2331.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885177342145" Longitude="2.3374914858341" StarRating="4" HotelCode="404484|montmartre_residence" HotelName="Montmartre Residence Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Durantin, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/61/fe611400fbe31084446826fa72021460536ab7b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 7 rooms. Most storeys can be reached by lift. Services and facili...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2412.60" OriginalAmount="2342.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8605003" Longitude="2.3464999" StarRating="4" HotelCode="|24804" HotelName="Novotel Les Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Place Marguerite De Navarre,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/4/24804_b32cddd1439.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the centre of ParÃ­s, close to Rue de Rivoli, Boulevard Haussmann and Rue du Faubourg Saint-HonorÃ©. Near the establishment, guests will find the metro station. It is situated 10 minutes away from the Louvre Museum, Notre Dame Cathedral, the Marais district and el Museo Georges Pompidou. ROOM: The establishment has non-smoking rooms with an air-conditioning system, flat-screen satellite television, internet and a bathroom. FACILITIES: The hotel has a patio, a restaurant and a lounge bar. Guests are offered breakfast service, WiFi (free of charge) and a fitness centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2414.32" OriginalAmount="2344.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865372019667" Longitude="2.3293952643871" StarRating="3" HotelCode="31209|hotel_duminyvendome" HotelName="Duminy Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-5 rue du Mont-Thabor, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/20/3a20ccfee4072f38960d170861bbff2092a0fa17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the Place Vendôme. Guests will find a wide variety of shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2415.35" OriginalAmount="2345.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86233415" Longitude="2.34971409" StarRating="0" HotelCode="592722|love_hotel_adults_only" HotelName="Love Hôtel - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>88 rue Saint Denis, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/72/9c7278ab9a650adc402715ca3738a74a02874659.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2432.86" OriginalAmount="2362.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.860435757978" Longitude="2.3007237911224" StarRating="4" HotelCode="36882|derby_alma" HotelName="Le Derby Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Avenue Rapp, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/de/a3de41641ac09b09f4638e634c0a757d05df8d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Paris, this hotel is only 200 m away from the Eiffel Tower and the famous Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2458.61" OriginalAmount="2387" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6138-30815509/8958439128675589602/3931" HotelName="NH PARIS OPERA FAUBOURG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2600/2580/w3837h2561x3y0-5432d57d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2459.64" OriginalAmount="2388.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866300988206" Longitude="2.2866287827492" StarRating="4" HotelCode="18736|radisson_blu_le_dokhans_hotel" HotelName="Le Dokhan's, a Tribute Portfolio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8c/3f8ce098b17199f6f315bfe0eb13680404fb1d84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located in the 16th arrondissement of Paris. The property lies 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2461.70" OriginalAmount="2390" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24485-28561013/8958439128675589602/2094" HotelName="HOLIDAY INN PARIS PALAIS DE L'ELYSEE, AN IHG HOTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/110000/109500/109408/1b953e2c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2464.40" OriginalAmount="2392.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84123" Longitude="2.37273" StarRating="0" HotelCode="|191193" HotelName="Vip Paris Yacht Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Port de la Rapee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/1/9/3/191193_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2469.88" OriginalAmount="2397.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8720212" Longitude="2.3239345" StarRating="5" HotelCode="|219323" HotelName="Alfred Sommier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de l'Arcade 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/3/2/3/219323_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2469.94" OriginalAmount="2398.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865662" Longitude="2.282967" StarRating="4" HotelCode="94387|radisson_blu_le_metropolitan_hotel_paris_eiffel" HotelName="Le Metropolitan, a Tribute Portfolio Hotel, Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de Mexico, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e8/7ce8ef89361bba406a8cf48a017a5f22ca9023cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the right bank of the River Seine in Paris. The area is home to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2481.27" OriginalAmount="2409" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87205556" Longitude="2.32398235" StarRating="5" HotelCode="709308|298467" HotelName="Hotel Alfred Sommier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/31/e7315c32a5cbd3cc90059858072bb6d66e683933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2488.48" OriginalAmount="2416.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846896" Longitude="2.331643" StarRating="3" HotelCode="78976|hotel_de_lavenir_2" HotelName="De l'Avenir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/3d/8b3d1e7aa7cdca70a34f48fa05c33e10ae073e68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2501.87" OriginalAmount="2429" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|233892-28560851/8958439128675589602/1488" HotelName="RESIDENCE ALMA MARCEAU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/908400/908321/ae7f2c19_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2521.65" OriginalAmount="2448.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8469655" Longitude="2.3315542" StarRating="3" HotelCode="|66350" HotelName="Bonsoir Madame" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>65, RUE MADAME</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/5/0/66350_cd71f731557.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 34 rooms with TV (available for a fee), a direct line telephone, a bathroom with a bath or shower, with a hairdryer, double-glazed windows and individual heating. HOTEL: The establishment has a reception and meeting rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2529.68" OriginalAmount="2456.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868538205383" Longitude="2.2980764508247" StarRating="4" HotelCode="74056|residence_alma_marceau_hotel" HotelName="Alma Marceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue Jean Giraudoux, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769a2cafcab5c792457a812aef27f27f0648ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2534.83" OriginalAmount="2461.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85555610416" Longitude="2.3409353440297" StarRating="4" HotelCode="47465|citadines_prestige_saintgermaindespres_paris" HotelName="Citadines Saint-Germain-des-Prés Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 ter Quai des Grands Augustins, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/61/b1610c724be38789871695c7be9d393c11767d20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the legendary district of St. Germain, the area of cultural tre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2542.04" OriginalAmount="2468" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|408398-28496903/8958439128675589602/497" HotelName="LA COMTESSE BY ELEGANCIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14930000/14926100/14926025/4e1b5f17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2576.03" OriginalAmount="2501.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868739338305" Longitude="2.2828763723373" StarRating="4" HotelCode="173022|melia_alexander" HotelName="Meliá París Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Avenue Victor Hugo, Distrito 16, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c1/1fc1ca458acb8ebacf7edb2b410197c71525bcf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just off Place Victor Hugo, the fashion district of Paris. The Arc de Triomph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2606.93" OriginalAmount="2531" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|863026-32463670/8958439128675589602/3949" HotelName="LE BELGRAND HOTEL PARIS CHAMPS ELYSEES, TAPESTRY BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48530000/48527400/48527358/0a47d308_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2621.35" OriginalAmount="2545.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.861785547597" Longitude="2.3039976134918" StarRating="5" HotelCode="310521|hotel_juliana_paris" HotelName="Hôtel Juliana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Rue Cognacq Jay, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38bf584c01dccba81f90577da654d5fee6bc44f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2626.78" OriginalAmount="2550.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8663366" Longitude="2.286517" StarRating="5" HotelCode="|39878" HotelName="Le Dokhans a Tribute Portfolio Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE LAURISTON 117</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/7/8/39878_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 45 rooms, air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. The establishment also offers a TV room, a restaurant, room service, a laundry service and a car park. SITUATION: Trocadero It is located between, 200 metres away, guests have the cathedral situated 5 kilometres away fromGare du Nord the Railway Station of. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, satellite and cable television, a radio, a stereo and internet. They also have a mini-bar, a double bed, an ironing set, a safety deposit box, an air-conditioning system and individual heating. FACILITIES: The establishment boasts a massage service. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a continental or buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2648.13" OriginalAmount="2571.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865466417067" Longitude="2.3038592934608" StarRating="5" HotelCode="74025|hotel_montaigne" HotelName="Hotel Montaigne Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4e/024eedfb638cec6f620cfb39dead0588bdadd606.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2651.22" OriginalAmount="2574.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882113958738" Longitude="2.2820589889897" StarRating="4" HotelCode="300279|ac_hotel_paris_porte_maillot" HotelName="AC Hotel by Marriott Paris Porte Maillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Gustave Charpentier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d9/6cd978d72c749d5985fe553f4050dace56007e2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2655.37" OriginalAmount="2578.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.854859269991" Longitude="2.3331168293953" StarRating="4" HotelCode="26017|2157945" HotelName="Bel Ami" 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,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7/11 rue St-Benoît, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3f/0a3f01d64c3358752028881f5b7b808ee02ed5f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, in Saint Germain des Prés, in the historic left bank ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2705.18" OriginalAmount="2626.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8599405" Longitude="2.344037" StarRating="4" HotelCode="|71721" HotelName="Ducs De Bourgogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU PONT NEUF 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/1/71721_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 50 rooms and 7 floors. In the entrance, guests are offered a lobby with express check-out, a reception, a safety deposit box service, a lift and a kiosk. Guests can enjoy a breakfast room, conference rooms, internet and room service. SITUATION: It is inParÃ­s the city centre of Pont Neuf it is close to Place du ChÃ¢telet nearby, you will find Louvre It is situated 1 kilometre away from 100 metres away, clients have ChÃ¢telet the metro stations of it is 30 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: Each room has a bathroom with a bath or shower, a hairdryer, satellite and cable television, internet, a safe, a mini-bar, an air-conditioning system and a balcony or terrace. OTHERS: it is situated 11 kilometres away from a golf course, The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2708.78" OriginalAmount="2629.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86179" Longitude="2.30402" StarRating="5" HotelCode="|184070" HotelName="Juliana  Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 - 12 Rue Cognacq-Jay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/7/0/184070_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2724.35" OriginalAmount="2645.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849194" Longitude="2.334629" StarRating="4" HotelCode="111155|hotel_luxembourg_parc" HotelName="Luxembourg Parc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/77/5c77c0fc1e4cd820e8fd97965968fa8c07bb2dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2725.38" OriginalAmount="2646" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866383033032" Longitude="2.2893176972866" StarRating="5" HotelCode="10904|35827" HotelName="Sofitel Paris Baltimore Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Bis Avenue Kleber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/93/68930b6c60c8e75939b0f960c89d5503505347ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Paris’ most elegant district, near to the Champs-Élysées, the Arc de Triomph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2736.71" OriginalAmount="2657.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.82404041" Longitude="2.33013515" StarRating="0" HotelCode="743494|les_residences_lavaud" HotelName="Les Residences Lavaud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/69/0b69f1b70801b5c65e31f25e49f1283e0e410fdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2758.34" OriginalAmount="2678" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18830-28560889/8958439128675589602/152" HotelName="DERBY ALMA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/874400/874322/0e23dfe2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2805.72" OriginalAmount="2724.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871083" Longitude="2.304649" StarRating="5" HotelCode="87703|fraser_suites_le_claridge" HotelName="Fraser Suites Le Claridge Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74, avenue des Champs-Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d3/aed30fa798345d23af985771f54dd68d184d8950.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic apartment hotel enjoys a wonderful location on the Champs-Élysées and is the perfect h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2834.44" OriginalAmount="2751.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876818" Longitude="2.297257" StarRating="5" HotelCode="|78994" HotelName="Renaissance Paris Arc De Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue de Wagram</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/9/9/4/78994_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Renaissance Paris Arc De Triomphe is rated five stars. It has WiFi, a gym and a restaurant. SITUATION: It is close to the Arc de Triomphe, and Avenue los Campos ElÃ­seos. ROOM: The establishment has spacious rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2840.74" OriginalAmount="2758" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32793-28499002/8958439128675589602/2329" HotelName="MAGDA CHAMPS ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20600/20523/349e1645_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2876.79" OriginalAmount="2793.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872876" Longitude="2.308198" StarRating="4" HotelCode="11182|hotel_bradford_elysees" HotelName="Hôtel Bradford Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Saint Philippe de Roule, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/88/f088682e1a58743643ead004f16686f5472f526d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Champs Elysées and Faubourg Saint Honoré. A selection of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2907.69" OriginalAmount="2823" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86859409" Longitude="2.36101789" StarRating="5" HotelCode="365955|198239" HotelName="Renaissance Paris Republique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue René Boulanger, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/479861/479861a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2919.02" OriginalAmount="2834.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87108213" Longitude="2.30817559" StarRating="0" HotelCode="502581|vestay_champselysees" HotelName="Vestay Champs-Élysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/fe/2bfef6fd3cb7b222c0bcedbdf7f58aae5d3e3a2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2925.20" OriginalAmount="2840.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88357" Longitude="2.334037" StarRating="4" HotelCode="73811|chat_noir_design_hotel" HotelName="Le Chat Noir Design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>68 Boulevard De Clichy, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e8/25e8aa44d467ed2f0792a8ee55bd652622d81998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the foot of La Butte Montmartre, a few metres from the famous Moulin Rouge ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2931.38" OriginalAmount="2846" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|322565-28591313/8958439128675589602/2707" HotelName="THE ONE ALMA PARIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9750000/9748400/9748353/22672c6d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2937.56" OriginalAmount="2852" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|886869-28582511/8958439128675589602/3228" HotelName="CANOPY BY HILTON PARIS TROCADERO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/59000000/58330000/58323300/58323249/f25c4c63_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2939.74" OriginalAmount="2854.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86504" Longitude="2.30774" StarRating="5" HotelCode="|445046" HotelName="Le Damantin and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bayard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/4/6/445046_e1ace431313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2946.11" OriginalAmount="2860.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8753967" Longitude="2.3255985" StarRating="4" HotelCode="|15385" HotelName="HILTON OPERA PARIS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Saint-Lazare, 108</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/5/15385_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2948.89" OriginalAmount="2863.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877098" Longitude="2.297132" StarRating="5" HotelCode="130262|hotel_renaissance_paris_arc_de_triomphe" HotelName="Renaissance Paris Arc de Triomphe 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,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/97/dc9796f49521e823931248fecbd774f079dcaf67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of Paris, close to the chic bars and restaurants of the F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2957.21" OriginalAmount="2871.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875398" Longitude="2.294464" StarRating="5" HotelCode="|55539" HotelName="Maison Albar Hotels Le Champs-elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Mac Mahon,3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/3/9/55539_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a concierge and air-conditioning. OBSERVATIONS: Pets are not allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2979.79" OriginalAmount="2893.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86505222" Longitude="2.30770611" StarRating="4" HotelCode="848638|le_damantin_hotel" HotelName="Le Damantin Hotel Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bayard, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/85/75850a2de5cc7ab710d295ccc3f1cb16b5a3e4b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2994.21" OriginalAmount="2907.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851877" Longitude="2.338848" StarRating="4" HotelCode="89351|hotel_le_relais_saintgermain" HotelName="Le Relais Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Carrefour de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/1b/161be92e314a33eaf92b2bc84d7c33c13f035f76.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3002.42" OriginalAmount="2914.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866226" Longitude="2.33287" StarRating="5" HotelCode="|217064" HotelName="Le Roch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT ROCH 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/0/6/4/217064_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3016.40" OriginalAmount="2928.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86723" Longitude="2.285929" StarRating="4" HotelCode="|68480" HotelName="Renaissance Paris Nobel Tour Eiffel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Avenue Raymond Poincare</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/8/0/68480_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays and it offers excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3017.90" OriginalAmount="2930.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.854922360735" Longitude="2.3084690699405" StarRating="5" HotelCode="936633|le_cinq_codet" HotelName="Le Cinq Codet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Louis Codet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/19/4919f42c356673e6dc2630528c554d3b205a7462.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3023.69" OriginalAmount="2935.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8650081" Longitude="2.2886558" StarRating="5" HotelCode="|75210" HotelName="La Clef Tour Eiffel Paris The Crest Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/1/0/75210_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1993 and Ricardo Bofill decorated by It has 83 large, elegant rooms, The establishment has suites. ROOM: The rooms have a marble bathroom, Some rooms have a terrace, They have views of the city or patio. FACILITIES: There are many facilities and services available at the establishment, including lounges, an indoor courtyard, a sauna and a spa. With regards to the food and beverage offering, there is a bar and a restaurant. Clients can use a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3024.08" OriginalAmount="2936.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876791048358" Longitude="2.3075875639916" StarRating="5" HotelCode="34207|the_hotel_du_collectionneur_arc_de_triomphe" HotelName="L'Hotel du Collectionneur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51-57 Rue de Courcelles, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/28/2f28d60f4b14ece6e0b044a79cbf90ed0298ca28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the 8th district and faces the wonderful Parc Monceau. The Cham...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3026.04" OriginalAmount="2937.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.867345" Longitude="2.28573" StarRating="5" HotelCode="29712|751995" HotelName="Renaissance Paris Le Parc Trocadero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/da/b9daa3a185c84909c77046a4073f66e952471492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 500 m from the Trocadero, while it is 1.3 km from the Eiffel Tower and Paris Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3030.12" OriginalAmount="2941.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8519944" Longitude="2.3387965" StarRating="4" HotelCode="|359004" HotelName="Hôtel Le Relais Saint-germain" 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/3/5/9/0/0/4/359004_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3040.55" OriginalAmount="2951.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.852542" Longitude="2.341984" StarRating="4" HotelCode="|71010" HotelName="Dame des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4, RUE DANTON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/0/1/0/71010_97695021019.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has standard rooms and suites.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3047.47" OriginalAmount="2958.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864425" Longitude="2.285038" StarRating="4" HotelCode="|444811" HotelName="Canopy by Hilton Paris Eiffel Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue d'Eylau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/1/1/444811_993e6131141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3051.89" OriginalAmount="2963.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.852786" Longitude="2.342283" StarRating="4" HotelCode="148919|holiday_inn_paris_notre_dame" HotelName="Holiday Inn Paris Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4, Rue Danton, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/df/35df30e6c2d3a696099bbc371dcec50e1b05b347.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3077.08" OriginalAmount="2987.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883464" Longitude="2.334182" StarRating="4" HotelCode="|57468" HotelName="Le Chat Noir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Boulevard De Clichy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/6/8/57468_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment, Montmartre it is in Moulin Rouge it is a few metres away from near the establishment, you will find theatres, cabaret bars, nightlife and nightclubs. in the surrounding area, clients have the metro station. ROOM: The establishment has 40 rooms with individual air-conditioning system, a flat-screen television, a radio, a DVD player, internet, WiFi (free of charge), a mini-bar, double-glazed windows, a bathroom bath or jacuzzi and with a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3080.73" OriginalAmount="2991.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864510376527" Longitude="2.2886098396923" StarRating="5" HotelCode="15678|citadines_suites_arc_de_triomphe_paris" HotelName="La Clef Tour Eiffel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c7/75c7d10ba6497e1a67d733a41876c916f04e99df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a prime location in the 16th arrondissement, about 290 m distance from the Trocade...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3106.48" OriginalAmount="3016.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872573" Longitude="2.336918" StarRating="4" HotelCode="200900|marriott_opera_ambassador" HotelName="Paris Marriott Opera Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Boulevard Haussmann, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/9b/b49b10a3351696abb759df41445bd26f5e20d192.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is just minutes from the Louvre and the Sacré-Coeur, and enjoys a truly enviable location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3146.67" OriginalAmount="3055.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871766" Longitude="2.33479" StarRating="5" HotelCode="|445001" HotelName="Maison Albar Hotels Le Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Helder</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/0/1/445001_e6d8ed61114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3181.67" OriginalAmount="3089" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|602116-28594350/8958439128675589602/1466" HotelName="LE DAMANTIN HOTEL AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22690000/22687500/22687451/28b744da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3183.73" OriginalAmount="3091.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851524551031" Longitude="2.3486924171448" StarRating="4" HotelCode="34424|melia_colbert" HotelName="Meliá Paris Notre-Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Hotel Colbert, 75005 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/68/7d688956eae143a863fdfc0655906022ebe03ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming boutique hotel lies in the exciting city of Paris, on the fashionable left bank of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3190.93" OriginalAmount="3097.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8751713" Longitude="2.3014738" StarRating="5" HotelCode="|15340" HotelName="Sofitel Paris Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BEAUJON 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/4/0/15340_364f50c0702.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a great location. It has 7 floors, 135 standard rooms and 6 suites. Regarding the food and beverage offering, the establishment has an inviting bar and a restaurant. SITUATION: This elegant hotel is in a central area, 100 metres from the Arc de Triomphe and the Champs-ElysÃ©es. Is situated in the financial district of the city. Near the establishment, guests will find Monceau Park and museums. 100 metres away, guests can find Charles de Gaulle-Etoile Underground Station. ROOM: The modern and elegant rooms, have a bath. At an extra charge, the establishment offers a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3198.15" OriginalAmount="3105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86622622" Longitude="2.33289923" StarRating="5" HotelCode="496037|le_roch_hotel_spa" HotelName="Le Roch Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/1d/4f1d55792ddb56370e35773a61814572d5dffe92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3206.99" OriginalAmount="3113.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8681355" Longitude="2.3062558" StarRating="5" HotelCode="|15226" HotelName="Marignan Champs - Elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Marignan 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/6/15226_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is situated in a historic building. SITUATION: This hotel is in the historic district and the business area. It is located between the Champs-ElysÃ©es and Avenue Montaigne 2 minutes away from the establishment clients have the metro station. ROOM: The establishment has standard rooms and suites with sofas, double-glazed windows, individual air-conditioning and a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3207.42" OriginalAmount="3114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868521495375" Longitude="2.3065079250772" StarRating="5" HotelCode="29150|53801" HotelName="Hotel Marignan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Marignan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/df/e8df80bd717e0f15c6965ecf47a75abf4d4f3f0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the business, fashion and shopping district, between the mythic Champ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3213.60" OriginalAmount="3120" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|626089-28565705/8958439128675589602/1094" HotelName="LE BALLU" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36920000/36918700/36918683/6a681941_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3242.44" OriginalAmount="3148" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25358-28560853/8958439128675589602/84" HotelName="CLARIDGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53600/53561/w3837h2535x3y0-540a9194_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3267.55" OriginalAmount="3172.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8677635" Longitude="2.3031039" StarRating="4" HotelCode="|15371" HotelName="La Demeure Montaigne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CLEMENT MAROT 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/1/15371_d41c9221400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3298.26" OriginalAmount="3202.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866621" Longitude="2.309011" StarRating="5" HotelCode="|15237" HotelName="La Maison Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8, rue Jean Goujon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/3/7/15237_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 40 modern rooms, with sea views and with air-conditioning. In the entrance, guests are offered a lobby with a reception, express check-out, a lift and a kiosk. The establishment boasts a cafÃ©, a bar, conference facilities, internet, room service, a laundry service and a car park (for a fee). SITUATION: This hotel the Champs-ElysÃ©es and Avenue Montaigne it is between la Plaza de la Concordia it is near. ROOM: Each room has internet (free of charge), a satellite TV, a bathroom with a bath and a hairdryer. a direct line telephone They also have a radio, a safety deposit box, a mini-bar, a coffee maker, a kettle, an iron, individual air-conditioning and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant with terrace, Guests are offered continental and buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3311.45" OriginalAmount="3215" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.867798946735" Longitude="2.3032115399837" StarRating="4" HotelCode="31207|16656" HotelName="Franklin D Roosevelt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Clement Marot, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e8/dde8c0a6dc9ed390438e62457d4e53f61b2b008b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Champs-Élysées and Avenue Montaigne. There are plenty of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3325.87" OriginalAmount="3229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882145" Longitude="2.328624" StarRating="2" HotelCode="154975|vintimille_hotel" HotelName="Vintimille Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, Rue de Vintimille, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/62/2c6280acd20144978d8810a4ef6129a3d6a5e663.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 40 rooms. Wireless internet access is available to travellers in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3334.48" OriginalAmount="3237.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853748" Longitude="2.3366894" StarRating="4" HotelCode="|75282" HotelName="De Buci" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DE BUCI 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/8/2/75282_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2011, has breakfast service, a bar, air-conditioning, a lobby, a reception, express check-out, a safety deposit box service and a currency exchange service. The establishment also offers a lift, WiFi, room service and a laundry service. SITUATION: It has excellent transport links to places of interest. 15 minutes away, guests can find la Torre Eiffel, 15 minutes away from the establishment you have the Louvre Museum. ROOM: Each room has a bathroom with a shower, a bath, a hairdryer, a double bed, a direct line telephone and cable and satellite television. They also have a radio, internet, a safety deposit box, a mini-bar, a coffee maker, an ironing set, an air-conditioning system and individual heating. MEALS: The establishment serves a continental buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3344.26" OriginalAmount="3246.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87485" Longitude="2.31796" StarRating="5" HotelCode="|220974" HotelName="Bowmann" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Boulevard Haussmann</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/9/7/4/220974_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3355.74" OriginalAmount="3258.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866593878795" Longitude="2.3090171813965" StarRating="5" HotelCode="31385|la_maison_champs_elysees" HotelName="La Maison Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/b3/f6b35d1d9e7650eeec7088499c1c30934406005b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated between the Champs-Élysées and the Avenue Montaigne in the heart of the Golden Triangle, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3370.16" OriginalAmount="3272" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|13123-28560618/8958439128675589602/1362" HotelName="LE DOKHAN’S PARIS ARC DE TRIOMPHE A TRIBUTE PORTFOLIO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/562400/562399/7366df20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="3371.43" OriginalAmount="3273.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872765355309" Longitude="2.3193624615669" StarRating="4" HotelCode="10393|CAF991800" HotelName="Maison Astor Paris, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue d'Astorg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/0a/ed0ad025c9bedb2534a5080de1bb159c71c94a47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is centrally located near to the opera house and the metro station Madeleine. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3374.31" OriginalAmount="3276.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8515015" Longitude="2.3485" StarRating="5" HotelCode="|22915" HotelName="Maison Colbert Member of Melia Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'HOTEL COLBERT 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/5/22915_4875f021416.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 4 floors, 39 rooms, 36 single rooms, 2 suites and 1 apartment. In the establishment entrance, guests will find a lobby with elevators, a safety deposit box service, a currency exchange service and a reception. The establishment boasts a TV room, a cafÃ©, a bar, an Ã  la carte restaurant, room service, a laundry service and internet. SITUATION: This inviting hotel is situated next to Sena, close to the Latin Quarter and Boulevard Saint-Germain. It is just 5 kilometres away from Gare du Nord Railway Station and 4 kilometres away from Gare de l'Est. 20 kilometres away from the establishment, guests will find Paris Orly Airport. It is just 25 kilometres away from Charles de Gaulle Airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a double bed, central heating, individual air-conditioning and a safe. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3381.81" OriginalAmount="3283.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8713339" Longitude="2.3280269" StarRating="4" HotelCode="|50575" HotelName="Le Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17, RUE CAUMARTIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/7/5/50575_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in ParÃ­s is situated in the district of the opera, between La Madeleine and la Plaza Vendome. Close to the establishment, clients can find the department stores Lafayette and Printemps. ROOM: The establishment has modern rooms and fully-equipped. FACILITIES: The establishment boasts a big living room with a bar and fireplace. OTHERS: City tax to be paid at the hotel.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3382.72" OriginalAmount="3284.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8450012" Longitude="2.3239999" StarRating="4" HotelCode="|26397" HotelName="Le Littré" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LITTRE 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/3/9/7/26397_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1924, renovated in 2001, has 8 floors, 90 standard rooms, 11 suites and 2 apartments. Some of the establishment facilities on offer are a hall with a lift, a reception, a currency exchange service, a conference room, a bar and a breakfast room. Guests will be able to use internet (for a fee), indoor parking, room service and a laundry service. SITUATION: This establishment is on a quiet street, between Saint-Germain-Des-PrÃ©s and Montparnasse. Is situated in the city centre. A few minutes away from the establishment, clients can find shops. Clients can also find bars, restaurants, nightclubs and public transport. 10 minutes away from the establishment guests have Montparnasse Bienvenue Underground Station and the railway station. Near the establishment, guests will find the Luxembourg Garden. 10 minutes away from the establishment you have a congress centre. Clients can also find the exhibition centre Porte de Versaille. It is 30 kilometres away from Charles de Gaulle Airport. Is 16 kilometres from Paris Orly Airport. ROOM: The comfortable and soundproofed rooms have a bathroom with a bath with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar and a double bed. There is also an air-conditioning system, heating, a safe and a sitting room. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3396.94" OriginalAmount="3298.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8704708" Longitude="2.29918773" StarRating="0" HotelCode="792061|la_clef_champselysees" HotelName="La Clef Champs-Élysées Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Garden,Internet,Laundry,Parking,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de Bassano, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/29/77296c882567224ec8238d15c26065d6baa5514e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The building that houses La Clef Champs-Élysées Paris was built in 1907 by the Hennessy family in a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3464.92" OriginalAmount="3364.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87052" Longitude="2.298029" StarRating="5" HotelCode="110480|intercontinental_paris_avenue_marceau" HotelName="InterContinental Paris Avenue Marceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Avenue Marceau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/47/64475cbdab499cb4e343ad73e02f72aa6ab248b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3473.16" OriginalAmount="3372.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8748713" Longitude="2.31800588" StarRating="5" HotelCode="726624|hotel_bowmann" HotelName="Hôtel Bowmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/5b/945beb0ee773a62776241e40591922694cd47488.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Bowmann offers the décor for 48 beautifully designed rooms and 5 spacious suites. In a lux...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3544.23" OriginalAmount="3441.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.860630453827" Longitude="2.3468946687318" StarRating="4" HotelCode="14058|citadines_les_halles_paris_2" HotelName="Citadines Les Halles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Innocents, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/02/b802d79bbfb504e0051ae46a6e2a0738c08cfb5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the Forum Les Halles and its pedestrian zone, near to the Chat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3578.22" OriginalAmount="3474.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.860608836236" Longitude="2.3441998048934" StarRating="5" HotelCode="471781|maison_albar_hotel_paris_celine" HotelName="Maison Albar Hotel Paris Céline" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>23/25 Rue Du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/52/e35262156a7c083a2d36105aa5ef153c5892d15a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The upper floors of the hotel can be accessed by lift. A restaurant, a bar and room service are avai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3620.45" OriginalAmount="3515.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86054338" Longitude="2.31033534" StarRating="5" HotelCode="439869|hotel_le_narcisse_blanc_spa" HotelName="Hotel Le Narcisse Blanc &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard De La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fc/b3fc758a231f3fb7ddc167c6fb05a31f9f3daeb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3636.84" OriginalAmount="3530.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8693455" Longitude="2.3312377" StarRating="4" HotelCode="|15205" HotelName="Westminster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA PAIX 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/0/5/15205_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic building was built in 1846 101 rooms, 5Â junior suites, 16 suites and 6 floors. In the establishment entrance, guests will find a hall with a lift, a reception, a safety deposit box service, a currency exchange service and a cloakroom. The establishment has a hairdresser's, 5 event rooms, a restaurant, a bar which has live music. At the establishment, guests can use internet, room service, a laundry service and a car park. SITUATION: This urban hotel is in ParÃ­s the heart of Where guests can enjoy, Louvre and Faubourg Saint HonorÃ© a few metres from the establishment, guests can find Clients can also find Tuileries the Gardens in the surrounding area, clients have public transport services, the establishment is 2 kilometres away from Eurostar and Gare du Nord the stations of the city centre, is 40 minutes away from Paris Orly Airport 45 minutes away from the establishment guests have Charles de Gaulle Airport. ROOM: The establishment has Classic Opera rooms with double beds, a bathroom with a shower, a bathrobe, a hairdryer, a desk, internet, a direct line telephone, a mini-bar, an air-conditioning system and double-glazed windows. Guests are offered Junior Suites Rue de la Paix with beautiful views of a fireplace and a large bed. FACILITIES: Guests can use a sauna, a steam bath, a gym, a wide range of body care treatments and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3678.13" OriginalAmount="3571" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|161840-28598301/8958439128675589602/549" HotelName="LA CLEF TOUR EIFFEL PARIS BY THE CREST COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21000/20955/8a197770_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3757.44" OriginalAmount="3648.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87023392" Longitude="2.31934433" StarRating="0" HotelCode="848692|les_jardins_du_faubourg" HotelName="Les Jardins Du Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue D'aguesseau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/5e/2c5e2cd17f38229c3150c020920156e5500592af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3768.45" OriginalAmount="3658.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.863" Longitude="2.335593" StarRating="5" HotelCode="|15386" HotelName="Du Louvre, In The Unbound Collection By Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/6/15386_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a business centre, a valet service and indoor parking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3771.86" OriginalAmount="3662.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.862973" Longitude="2.335692" StarRating="5" HotelCode="11933|hotel_du_louvre_a_hyatt_hotel" HotelName="Hôtel du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place André Malraux, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fc/11fc893116be4464b9615f43b82287aea06f9cce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies just a few paces from the Louvre at the heart of Paris' business distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3795.91" OriginalAmount="3685.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8700947" Longitude="2.2980287" StarRating="5" HotelCode="|67383" HotelName="Intercontinental Paris Champs Elysées Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64 AVENUE MARCEAU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/3/8/3/67383_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant and a patio. SITUATION: Is situated in an excellent location, near the establishment, you will find tourist areas, in the surrounding area, clients have shops, restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3834.69" OriginalAmount="3723" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|139386-28562575/8958439128675589602/250" HotelName="HOTEL DAME DES ARTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3120000/3117400/3117356/43098276_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3878.98" OriginalAmount="3766.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869090436818" Longitude="2.3220285773277" StarRating="5" HotelCode="17721|sofitel_paris_le_faubourg" HotelName="Sofitel Paris Le Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Boissy d'Anglas, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/4f/604f8e5a9affc1a479dfa788f1c2d8d2498ffab7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies at the heart of Paris, between the Place de la Concorde, the wonderfu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3888.96" OriginalAmount="3775.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8706" Longitude="2.29917" StarRating="5" HotelCode="|444931" HotelName="La Clef Champs-Élysées Paris By The Crest Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Rue de Bassano</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/3/1/444931_5b950e41423.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3940.29" OriginalAmount="3825.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880288" Longitude="2.284292" StarRating="4" HotelCode="|15227" HotelName="Hyatt Regency Paris Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Boulevard Gouvion Saint-Cyr (Antes Place du General Koenig,3)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/7/15227_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel los Campos ElÃ­seos it is between excellent transport links to the convention centre and the metro station. Porte Maillot is situated in. HOTEL: This elegant hotel rooms, has rooms with ocean views, a panoramic bar and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3967.56" OriginalAmount="3852.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880505" Longitude="2.284557" StarRating="4" HotelCode="47692|hyatt_regency_paris_etoile_2" HotelName="Hyatt Regency Paris Étoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Kœnig, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/f8/faf83a6669800905b7dcf278de8955b4b4f667eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel enjoys an ideal location in the city of Paris. It is only 5 minutes to the Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4050.99" OriginalAmount="3933.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875597" Longitude="2.325543" StarRating="4" HotelCode="47693|concorde_opera_paris" HotelName="Hilton Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Saint Lazare, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/90/df9077748ca4c167760731c7f8ccb81e4b933d9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated is a wonderful, central location, close to the opera and the large department...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4060.26" OriginalAmount="3942.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853773" Longitude="2.330096" StarRating="4" HotelCode="78988|hotel_pas_de_calais" HotelName="Hôtel Pas de Calais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Rue des Saints Pères, Saint Germain des Pres, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/3f/9c3f7ac4d517c7448267a32b2d9b3c1fce6dbb32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4062.32" OriginalAmount="3944.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874294874569" Longitude="2.2980844974518" StarRating="5" HotelCode="15066|hotel_napoleon_5" HotelName="Napoléon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" 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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Avenue de Friedland, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/bd/85bd9a97ee18ee95946a9554e5dc5ce4f69a67b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies just a few paces from some of Paris' top sights including the Arc de Triomp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4066.44" OriginalAmount="3948.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870662627182" Longitude="2.329334920081" StarRating="4" HotelCode="75478|hotel_indigo_paris_opera" HotelName="Indigo Paris - Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Edouard VII, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/7c/767c2ff74821f4671eab7d34118dc618baa023cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in a quiet pedestrian street in the very lively area of L'Opera, clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4129.27" OriginalAmount="4009" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|652378-28594416/8958439128675589602/2829" HotelName="LES JARDINS DU FAUBOURG PARIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33640000/33633300/33633233/af6c5a0e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4134.42" OriginalAmount="4014" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|139475-28596599/8958439128675589602/885" HotelName="LE CLARIDGE CHAMPS-ELYSEES FRASER SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14900/14807/fb5101ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4155.90" OriginalAmount="4034.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8607" Longitude="2.31027" StarRating="5" HotelCode="|217676" HotelName="Le Narcisse Blanc and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 boulevard de la Tour Maubourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/6/7/6/217676_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4167.38" OriginalAmount="4046" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|6185-12633903/8958439128675589602/3797" HotelName="NAPOLEON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13900/13819/ffa125dc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4342.48" OriginalAmount="4216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|105527-28594338/8958439128675589602/2443" HotelName="INTERCONTINENTAL PARIS CHAMPS ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2200000/2193400/2193319/3d2dfb00_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4443.42" OriginalAmount="4314.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.856558752871" Longitude="2.3272588849068" StarRating="4" HotelCode="32039|hotel_pont_royal" HotelName="Hotel Pont Royal Paris Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 -7 Rue De Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bcbfba924e653727c6c562bb126cee9eb09839.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable city hotel lies close to the River Seine and Pont Royal Bridge. The immediate vicini...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4468.14" OriginalAmount="4338.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871017" Longitude="2.30493" StarRating="5" HotelCode="14582|marriott_champs_elysees" HotelName="Paris Marriott Champs-Elysees Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue des Champs-Elysees, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/e6/5ee634f575692fa95a2e02c43019966a312c9c37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at 70 Avenue des Champs-Élysées and is the very image of French luxury. It is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4496.13" OriginalAmount="4365.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8566017" Longitude="2.3271999" StarRating="5" HotelCode="|15209" HotelName="Pont Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Montalembert,5-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/0/9/15209_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Pont Royal is rated four stars and it is situated in city centre ParÃ­s, was built in 1923. With regards to the food and beverage offering, the establishment has 2 restaurants. The establishment boasts lifts, a concierge and a safety deposit box service. The establishment offers guests room service, a bellboy and business facilities. ROOM: The establishment has 75 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: Pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4543.33" OriginalAmount="4411" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.96254" Longitude="-122.0252" StarRating="5" HotelCode="0|417008-28594277/8958439128675589602/1382" HotelName="LE NARCISSE BLANC &amp;amp; SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>174 W CLIFF DR, SANTA CRUZ, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13070000/13064100/13064038/03145b90_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    West Cliff Inn - A Four Sisters Inn is located near the beach in Santa Cruz and close to Santa Cruz Wharf, Main Beach, and Santa Cruz Beach Boardwalk. Nearby points of interest also include University of California Santa Cruz and Santa Cruz Surfing Museum.    Property Features.   The bed &amp;amp; breakfast serves a complimentary continental breakfast. Guests can enjoy a complimentary manager's reception on select days. West Cliff Inn - A Four Sisters Inn features tour/ticket assistance, a picnic area, and coffee/tea in the lobby. Complimentary wireless and wired high-speed Internet access is available in public areas. Additional property amenities include complimentary newspapers in the lobby, concierge services, and a fireplace in the lobby. Guest parking is complimentary. The front desk is open during limited hours. This is a smoke-free property.    Guestrooms.     9 guestrooms at West Cliff Inn - A Four Sisters Inn feature MP3 docking stations and CD players. Beds come with triple sheeting. Rooms are individually decorated and furnished. Bathrooms feature designer toiletries and bathrobes. Wired high-speed and wireless Internet access is complimentary. In addition to complimentary newspapers, guestrooms offer direct-dial phones as well as free local calls (restrictions may apply). Flat-panel televisions have premium cable channels. Rooms also include clock radios. Guests may request a turndown service, irons/ironing boards, and hair dryers. Housekeeping is available daily.     Room Info:       Notifications:      Children 18 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.  Some facilities may have restricted access. Guests can contact the property for details using the contact information on the booking confirmation.           Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-out time is noon  Check-in time starts at 3 PM  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4994.47" OriginalAmount="4849" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1442448-32330240/8958439128675589602/3977" HotelName="SAX PARIS, LXR HOTELS &amp;amp; RESORTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/115000000/114260000/114252400/114252396/3916b09f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5054.21" OriginalAmount="4907" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1354717-28481007/8958439128675589602/3328" HotelName="MY MAISON IN PARIS - INVALIDES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71450000/71442900/71442828/3894982e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5057.30" OriginalAmount="4910.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866450080316" Longitude="2.3085249960422" StarRating="5" HotelCode="31788|hotel_san_regis" HotelName="San Regis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, rue Jean-Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/9e/399ea697a79b8fa4a1cd80fb8b60ce5f6d15107d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel lies in the immediate vicinity of the famous shopping street Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5237.55" OriginalAmount="5085.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868323" Longitude="2.326862" StarRating="5" HotelCode="47253|castille_paris" HotelName="Castille" 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33-37 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/4c/924c392f9377a15a81eca9686bf90442269d02f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel whose interiors combine tasteful French and Venetian styles, is situated at t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5276.84" OriginalAmount="5123.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8662987" Longitude="2.3081999" StarRating="5" HotelCode="|15284" HotelName="San Régis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN GOUJON 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/4/15284_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment and it is near los Campos ElÃ­seos and el Grand Palais. HOTEL: This building 1857 buildings, has rooms, suites, a garden, a restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5307.59" OriginalAmount="5153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868195924694" Longitude="2.3003925383091" StarRating="5" HotelCode="64910|39468" HotelName="Hotel de Sers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 avenue Pierre 1er de Serbie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/0e/d10efb7bfb4489e1788ee693a3b7df216966e0d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5397.95" OriginalAmount="5240.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8756239" Longitude="2.3434597" StarRating="4" HotelCode="|15365" HotelName="Opera Cadet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CADET 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/5/15365_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is located near las GalerÃ­as Lafayette Los Grandes Bulevares La Opera around 28 kilometres away you can find ParÃ­s-Orly Airport. It is 25 kilometres away from Charles de Gaulle Airport. HOTEL: This hotel has 85 standard rooms, single rooms, double rooms, triple rooms and quadruple rooms. In the entrance, you can find a lobby with a reception. The establishment boasts lounge areas with a bar and a breakfast room with beautiful views of the courtyard. There are many services available at the establishment, including a laundry service, WiFi and a car park. ROOM: It has soundproofed rooms, with air-conditioning with a bathroom, a hairdryer, a satellite television, a mini-bar, internet and a safety deposit box. MEALS: The establishment offers cold buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5414.71" OriginalAmount="5257.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869814" Longitude="2.320877" StarRating="4" HotelCode="263389|otel_marquis_faubourg_sainthonore" HotelName="Marquis Faubourg Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue d’Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/45/77451a178f1c735346ad7cbe66deed3b5a51ae4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5626.89" OriginalAmount="5463" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873685" Longitude="2.300415" StarRating="5" HotelCode="29711|37569" HotelName="De Vigny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/11 Rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47709/a_47709_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the prestigious 8th district, in the heart of Paris. As convenient for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5675.70" OriginalAmount="5510.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864604" Longitude="2.342975" StarRating="5" HotelCode="|444091" HotelName="Madame Rêve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue du Louvre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/9/1/444091_0dc796d1153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5883.63" OriginalAmount="5712.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8704838" Longitude="2.3300251" StarRating="5" HotelCode="|64524" HotelName="InterContinental Paris le Grand by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 RUE SCRIBE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_b3d15bb1311.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Parisian style hotel, was built in 1862. SITUATION: The establishment, is in an excellent location, near the establishment, guests will find the opera, theatres and shops. ROOM: The establishment has luxurious rooms. FACILITIES: The establishment boasts a cafÃ©, Guests are offered a spa and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6446.26" OriginalAmount="6258.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8738899" Longitude="2.3006699" StarRating="5" HotelCode="|55293" HotelName="Norman and Spa - Paris Champs Élysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-11, Rue Balzac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/9/3/55293_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 37 standard rooms and 11 suites. There are many services available at the establishment, including room service, a laundry service and an ironing service. Some of the facilities that the establishment offers to guests include a car park and a restaurant. SITUATION: This hotel is in ParÃ­s district 5. It is situated 50 metres away from the Champs-ElysÃ©es and el Arc de Triomphe. ROOM: The establishment has soundproofed rooms with a hairdryer, individual air-conditioning, a mini-bar, a television, WiFi and a CD player. Some rooms have a DVD player.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6453.87" OriginalAmount="6265.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8731995" Longitude="2.3001001" StarRating="5" HotelCode="|15221" HotelName="Balzac" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BALZAC 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/1/15221_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-owned hotel was built in the 19th Century, has 6 floors, 56 standard rooms and 14 suites. The establishment has a reception, a lift, a bar, a breakfast room and a conference room. There are many services available at the establishment, including room service and a laundry service. It is close to an oudooor car park. SITUATION: This hotel is situated in a tourist area and a business area, close to the Champs-ElysÃ©es Avenue Champs-ElysÃ©es. 100 metres away, clients have George V Underground Station. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a mini-bar and a satellite or cable television. The establishment has one bedroom suites with a living room-bedroom and a bath with jacuzzi. MEALS: Guests are offered a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6505.90" OriginalAmount="6316.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873293367143" Longitude="2.3003911653817" StarRating="5" HotelCode="29710|744665" HotelName="Hotel Balzac" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/3b/dd3b54fe09f8dcacc8823174289fd6af7bcfda60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Paris within a few paces of the splendid boulevard of the Champs-Ély...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6868.04" OriginalAmount="6668" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1269723-28598252/8958439128675589602/2826" HotelName="MADAME REVE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70050000/70047400/70047306/93726f1d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7057.56" OriginalAmount="6852" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1246464-28474475/8958439128675589602/439" HotelName="KIMPTON ST HONORE PARIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/63000000/62990000/62984900/62984874/04141f6a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7118.33" OriginalAmount="6911" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|233924-28563459/8958439128675589602/623" HotelName="MARQUIS FAUBOURG SAINT - HONORE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6430000/6422300/6422260/3453d9dc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7167.77" OriginalAmount="6959" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|18828-28598598/8958439128675589602/398" HotelName="NORMAN HOTEL AND SPA PARIS CHAMPS ELYSEES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/190000/189700/189601/c3aef716_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7682.77" OriginalAmount="7459.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872268736634" Longitude="2.3034851253033" StarRating="5" HotelCode="13845|hotel_lancaster_2" HotelName="Hôtel Lancaster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a stone’s throw from the most famous avenue in the world, the Champs Elysées, and just around t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7713.67" OriginalAmount="7489" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|31106-28598594/8958439128675589602/128" HotelName="DE SERS CHAMPS ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/180000/175100/175063/7ede4e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7823.88" OriginalAmount="7596.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86701" Longitude="2.327132" StarRating="5" HotelCode="904485|mandarin_oriental_paris" HotelName="Mandarin Oriental Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>251 rue Saint-Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c6/ddc6f071f183cb68bf2e5572cf7880dce9ff8951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8030.21" OriginalAmount="7796.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8722992" Longitude="2.3038001" StarRating="5" HotelCode="|54589" HotelName="Lancaster" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Berri - Champs Elysees</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/8/9/54589_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in the 19th Century, has 46 rooms, 11 suites, 8 floors, an interior patio and a garden. In the entrance, guests are offered a hall with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a bar, a restaurant, conference rooms, internet, room service, a laundry service and a car park. SITUATION: The hotel 8 arrondissement is situated in this hotel the Champs-ElysÃ©es and the Triangle d'Or it is near Rue du Faubourg Saint-HonorÃ© it is located next to the Where guests can enjoy and. the Tuileries Garden 15 minutes away from the establishment, you can find it is situated 20 minutes away from Louvre the museum it is 20 kilometres away from Paris Orly Airport it is 30 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has standard rooms and suites, large, sofas and a desk. All rooms are quiet, bright, They are equipped with double-glazed windows, a direct line telephone, a television with DVD, a satellite television and cable television. Guests also have at their disposal a towel warmer, towels, a bathrobe, slippers, a hairdryer, a direct line telephone, internet, a mini-bar, an iron, an air-conditioning system, heating and a safety deposit box. FACILITIES: The establishment has a gym and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8114.13" OriginalAmount="7877.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8686447" Longitude="2.3270237" StarRating="5" HotelCode="|15395" HotelName="Castille Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAMBON 33-37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/5/15395_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in the 18th Century was renovated in 2005 6 floors, with air-conditioning, 107 rooms and 21 double rooms and suites. In the entrance, you can find a lobby, a reception, a currency exchange service, a lift and WiFi (for a fee), The establishment boasts conference rooms, a reading room, a restaurant and a bar. The establishment offers guests room service, a laundry service, a car park and indoor parking. SITUATION: the 1st Arrondissement It is in Close to, in the surrounding area, clients can find restaurants, bars and shops. the Champs-ElysÃ©es 1 kilometre away, you can find Clients can also find Louvre the museum Place de la Concorde, Ã“pera and Sena the gardens. 300 metres away, clients have the bus stop, 1 kilometre away, there is the railway station situated 20 kilometres away fromParis Orly Airport it is 30 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, large beds, a mini-bar, a safe and an individual air-conditioning system. FACILITIES: The establishment has a gym and a sauna. Guests can also enjoy a massage service. MEALS: Guests are offered all meals in a buffet format and Ã  la carte lunch and dinner. Clients can book bed and breakfast. PAYMENT METHODS: Customers can pay by credit cards, American Express, Visa, Mastercard, JCB and Diners Club. OBSERVATIONS: The establishment offers a concierge service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8114.34" OriginalAmount="7878" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1360296-28598596/8958439128675589602/819" HotelName="LA FANTAISIE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83990000/83982100/83982005/595bf0c1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8297.84" OriginalAmount="8056.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872764" Longitude="2.304768" StarRating="5" HotelCode="|124933" HotelName="De Berri Champs-Élysées, A Luxury Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERRI 18-22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/3/3/124933_308a3fa1508.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near cinemas, restaurants and places of interest. ROOM: Guests are offered 20 apartments with a bathroom, a shower, a hairdryer, cable television, a direct line telephone and a radio. They also have internet (available on request), an air-conditioning system, a washing machine, a safety deposit box, bedding, towels, complimentary bathroom items and coffee service. OBSERVATIONS: Guests have a car park (for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8325.49" OriginalAmount="8083" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1269721-28597790/8958439128675589602/3219" HotelName="CHATEAU VOLTAIRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70020000/70012300/70012256/41387a81_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8333.73" OriginalAmount="8091" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|863023-28434562/8958439128675589602/434" HotelName="LA RESIDENCE DU SENATEUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/863023/2020720163338619.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8338.88" OriginalAmount="8096.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87279389" Longitude="2.30522712" StarRating="5" HotelCode="633096|hotel_de_berri_a_luxury_collection_hotel_paris" HotelName="Hôtel De Berri A Luxury Collection Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18-22 Rue de Berri Paris, 75008 France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/49/61490adea6e07f6f57b447b73620f3e9a2d9a54c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8399.65" OriginalAmount="8155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871690251705" Longitude="2.3010310760574" StarRating="5" HotelCode="400754|hotel_fouquets_barriere" HotelName="Hôtel Barrière Le Fouquet's Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/a0/e2a05c72360f6c43852e4145cbd63a193a1b1148.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8533.55" OriginalAmount="8285" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351461-28593838/8958439128675589602/779" HotelName="LANCASTER PARIS CHAMPS-ELYSÉES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/23100/23034/076a23ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9006.32" OriginalAmount="8744" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|57819-28594044/8958439128675589602/3159" HotelName="BARRIERE LE FOUQUETS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19500/19460/e0018e00_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9055.08" OriginalAmount="8791.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871779" Longitude="2.301022" StarRating="5" HotelCode="|68470" HotelName="Barrière Fouquet's Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 AVENUES GEORGE V</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/0/68470_9424b2f1220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9361.67" OriginalAmount="9089.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865132" Longitude="2.328132" StarRating="5" HotelCode="14833|le_meurice" HotelName="Le Meurice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>228 Rue de Rivoli, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/50/4150dd8c1cd7c1eb9915a675d5292837a253517d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Paris is one of the most romantic, stylish and exciting cities in the world, and guests at this hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9673.55" OriginalAmount="9391.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864975" Longitude="2.3282912" StarRating="5" HotelCode="|15391" HotelName="Le Meurice - Dorchester Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Rivoli, 228</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/1/15391_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10307.21" OriginalAmount="10007.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.867965" Longitude="2.325791" StarRating="5" HotelCode="25340|burgundy" HotelName="Burgundy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Rue Duphot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/zz/32ad0882e4d14f8f25d2e8e04cd253ac8d66fd30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Excellently located where the Rue Duphot meets the rue Saint-Honoré, this family-friendly hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10946.84" OriginalAmount="10628.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851426597473" Longitude="2.3271998763084" StarRating="4" HotelCode="14266|hotel_lutetia" HotelName="Hotel Lutetia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Boulevard Raspail, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/95/c2955a26030e149b93273d537cd7a3ac17bd43da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly in the heart of the fashionable Saint-Germain district, surrounded b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11870.59" OriginalAmount="11524.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8513841" Longitude="2.3268348" StarRating="5" HotelCode="|15387" HotelName="Lutetia, Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Raspail, 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/7/15387_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Concorde Lutetia is rated four stars, is in the city centre and was built in 1910. The establishment has 3 restaurants, lifts, a concierge, a safety deposit box service, business facilities and pets are allowed. ROOM: The establishment has 250 rooms, a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12474.03" OriginalAmount="12110.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866179" Longitude="2.30426" StarRating="5" HotelCode="16062|389255" HotelName="Plaza Athenee" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/34/3d34dd928853e1ed0c0ffc03931f4cabdc903cb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent hotel is situated in the exclusive Avenue Montaigne in the heart of Paris. It is an i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12813.08" OriginalAmount="12439.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8661652" Longitude="2.3044107" StarRating="5" HotelCode="|15276" HotelName="Plaza Athénée - Dorchester Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE MONTAIGNE 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/6/15276_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, has 188 standard rooms and 8 floors. Regarding the food and beverage offering, the establishment has 3 restaurants, a bar and an events room. Opposite the establishment, you can find an oudooor car park. SITUATION: This hotel is in Montaigne Avenue. Is situated in the heart of ParÃ­s. Around the establishment, clients can find monuments, the tourist area, shops, los Campos ElÃ­seos, la Torre Eiffel and the Arc de Triomphe. 200 metres away, there is a public transport stop. It's 26 kilometres from Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, a bathrobe, slippers, a direct line telephone, a satellite TV, cable television, WiFi, a mini-bar, video, a stereo, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment has a sauna, steam baths, a massage service and a gym. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12880.15" OriginalAmount="12505.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871708183095" Longitude="2.3148122761269" StarRating="5" HotelCode="13928|hotel_le_bristol_paris" HotelName="Le Bristol Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/e9/2ce9c92275c7c3ad221bb2a7c22b7dad18165d88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly on the Rue Faubourg St. Honoré, extremely close to the Elysées Palace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13022.04" OriginalAmount="12642.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87046" Longitude="2.32335" StarRating="5" HotelCode="|221404" HotelName="Fauchon L'Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Malesherbes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/0/4/221404_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13439.44" OriginalAmount="13048.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869684" Longitude="2.31334" StarRating="5" HotelCode="306996|la_reserve_paris_2" HotelName="La Réserve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Avenue Gabriel, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289bf047ddc614e2d791fc7a584cbd630edf0c7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14466.32" OriginalAmount="14044.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872" Longitude="2.3132" StarRating="5" HotelCode="|15297" HotelName="Le Bristol Paris - An Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Du Faubourg St Honore,112</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/9/7/15297_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17840.63" OriginalAmount="17321.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8695889" Longitude="2.3206238" StarRating="5" HotelCode="263477|buddhabar_hotel_paris" HotelName="Buddha Bar Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/e3/eee395dd79a1b238765f1ae69eebac481ec8003b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56168.96" OriginalAmount="54532.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8689995" Longitude="2.3008001" StarRating="5" HotelCode="|24808" HotelName="Prince De Galles, A Luxury Collection , Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE GEORGE V 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/8/24808_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 1928 and renovated in 2004. SITUATION: It is inParÃ­s the city centre of Avenue George V it is in Where clients can find boutiques. ROOM: The establishment has 138 rooms and 30 luxurious suites. FACILITIES: The establishment boasts a massage service and a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, JCB and Diners Club. OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59213.67" OriginalAmount="57489.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86908867251" Longitude="2.300817668438" StarRating="5" HotelCode="16208|prince_de_galles_a_luxury_collection_hotel" HotelName="Prince de Galles, a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f7/a5f750dddbac490bda3dafaf8470259f409d3382.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Paris in Avenue George V, and is the ideal spot for browsing the ren...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59536.45" OriginalAmount="57802.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.863857" Longitude="2.293356" StarRating="5" HotelCode="|75293" HotelName="Shangri-La, Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 AVENUE D'IENA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/9/3/75293_09f12a31341.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, la Torre Eiffel it is 600 metres away from Sena the river it is situated 500 metres away from Trocadero the Square of 100 metres away from the metro station. ROOM: The establishment has rooms and suites. Some rooms have a terrace, It also offers a kettle, a coffee maker and a flat-screen television. FACILITIES: The establishment has a health centre, leisure areas, a gym, a personal trainer and spa treatments. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61824.72" OriginalAmount="60024.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.863701" Longitude="2.29339" StarRating="5" HotelCode="165809|shangrila_hotel_paris" HotelName="Shangri-La Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 avenue d'Iéna, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/d0/8dd02f7dbacd13e0b07f4b1a2ed49e31d0162567.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access,Central Heating,Room Service,Shopping Arcade,Lounge,Laundry,Garden,Massage Centre,Currency Exchange,Jacuzzi,Sauna,Kitchen,Bicycle Rental,Nightclub,Spa,Swimming Pool,Golf,Diet Meals,24 Hour Front Desk,Elevator,Luggage Storage,Meeting Room,Airport Transfer (on Demand),Pets allowed,Printer,Concierge,Dry Cleaning,Housekeeping,LCD/Projector,Business Centre,Limousine Service,Parking,Wake-up Call Service,Babysitting,Valet Parking,Heated Pool,24 Hour Power Supply,24 Hour Security</BasicAmenities>
    <HotelRating>1,2,4,3,5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,ECO HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HOTEL DE CHARME,HISTORIC HOTEL,HOTEL,APARTMENT HOTEL,HOSTEL,GUESTHOUSE,AIRPORT HOTEL,SPA HOTEL,VILLAGE</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
959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640|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="959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-01T00:00:00" End="2026-06-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|73687" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640|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="959e4d36-b8ec-4e7d-ab0b-6a8c6ea89640" TimeStamp="0001-01-01T00:00:00" HotelName="Pullman Paris Tour Eiffel" HotelCode="73687" GTCityId="39286" CountryCode="FR" CityName="Paris" CountryName="France" Address="FALSE" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room" RoomTypeCode="73687H1_24-890H1HNHNa058g7|1779269694.DGAFAP-GBRA4f26doffI|2128.67|94|MjEyOC42N3xFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1845" TotalPrice="1900.29" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><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-05-20T10:34:54.3574763+01:00" End="2026-05-20T10:34:54.3574763+01:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1844.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Junior Suite" RoomTypeCode="73687H42_890-1103H1HNHN8ch49g|1779269694.DGAFAP-GBRA4f26doffI|4281.04|94|NDI4MS4wNHxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="3710" TotalPrice="3821.73" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><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-05-20T10:34:54.3574763+01:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3710.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_64f309d1232.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_65320a91233.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_656556f1233.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_659a0311233.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_65cdccd1233.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_64bebce1232.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_62967bc1230.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_62d7b421230.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_6316a4f1231.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_634a8b11231.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_637df4e1231.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_63b20cf1231.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_63e5ba21231.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_64243d61232.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_64581c91232.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_648bd1f1232.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_6610a521234.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_6643b3e1234.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_667c6271234.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/3/6/8/7/73687_66afba51234.jpeg" /></Images><HotelDescription>HOTEL: This establishment hasPacific Eiffel the restaurant Suffren the bar It also has a terrace, Guests can find shops, flowers, daily newspapers and a souvenir shop. The establishment offers guests tourist information. SITUATION: This establishment, la Tour Eiffel it is situated next to Les Champs-Ã‰lysÃ©es near the establishment, guests will find it has good links to the tourist attractions.</HotelDescription><Facilities><HotelFacilities><Type>Room</Type><Description>Iron</Description><Value>Iron</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Hairdryer</Description><Value>Hairdryer</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Satellite TV channels</Description><Value>Satellite TV channels</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Soundproofing</Description><Value>Soundproofing</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Balcony</Description><Value>Balcony</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bathtub</Description><Value>Bathtub</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bathroom</Description><Value>Bathroom</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Shower</Description><Value>Shower</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Minibar</Description><Value>Minibar</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Radio</Description><Value>Radio</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Terrace</Description><Value>Terrace</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Satellite/cable TV</Description><Value>Satellite/cable TV</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Cots</Description><Value>Cots</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bath robe</Description><Value>Bath robe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Wardrobe</Description><Value>Wardrobe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Free bathroom amenities</Description><Value>Free bathroom amenities</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>WC</Description><Value>WC</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Coffee machine</Description><Value>Coffee machine</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Ironing equipment</Description><Value>Ironing equipment</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Desk</Description><Value>Desk</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Kettle</Description><Value>Kettle</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Slippers</Description><Value>Slippers</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Flatscreen TV</Description><Value>Flatscreen TV</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Pay channels</Description><Value>Pay channels</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Views</Description><Value>Views</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Views of a point of interest</Description><Value>Views of a point of interest</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Terrace / solarium</Description><Value>Terrace / solarium</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Pets are allowed (See conditions)</Description><Value>Pets are allowed (See conditions)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bowling</Description><Value>Bowling</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Temporary art galleries</Description><Value>Temporary art galleries</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Happy hour</Description><Value>Happy hour</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Buffet for children</Description><Value>Buffet for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Menu for children</Description><Value>Menu for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dietary menus (on request)</Description><Value>Dietary menus (on request)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast in room</Description><Value>Breakfast in room</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Electric vehicle charging station</Description><Value>Electric vehicle charging station</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Express check-in / check-out</Description><Value>Express check-in / check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Laundry service</Description><Value>Laundry service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Childminder / services for children</Description><Value>Childminder / services for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dry cleaning service</Description><Value>Dry cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Room service</Description><Value>Room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ironing service</Description><Value>Ironing service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fax / photocopy machine</Description><Value>Fax / photocopy machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fire extinguishers</Description><Value>Fire extinguishers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoke detectors</Description><Value>Smoke detectors</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security alarm</Description><Value>Security alarm</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour security</Description><Value>24 hour security</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security cameras</Description><Value>Security cameras</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoking prohibited throughout the entire accommodation</Description><Value>Smoking prohibited throughout the entire accommodation</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Lift</Description><Value>Lift</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Press</Description><Value>Press</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>wheelchair accessible</Description><Value>wheelchair accessible</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sustainable initiatives are followed</Description><Value>Sustainable initiatives are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Special health and safety measures are followed</Description><Value>Special health and safety measures are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Clients can choose not to use the accommodationÂ´s cleaning service</Description><Value>Clients can choose not to use the accommodationÂ´s cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Masks available to customers</Description><Value>Masks available to customers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Check-in and check-out without contact</Description><Value>Check-in and check-out without contact</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>You can pay without cash</Description><Value>You can pay without cash</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Mobile app for room service</Description><Value>Mobile app for room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business</Description><Value>Business</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Eco Friendly</Description><Value>Eco Friendly</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
96c37487-640c-43dc-b898-828cb604a8c8|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-05-20T10:34:35.9462163+01:00" Version="0" EchoToken="Search" TransactionIdentifier="96c37487-640c-43dc-b898-828cb604a8c8" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="7.47" OriginalAmount="7.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.759619" Longitude="75.881245" StarRating="3" HotelCode="|337178" HotelName="Fabhotel Abc View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DF- 39, Scheme No.74, Near Nyay Nagar Chouraha, Vijay Nagar, Indor, Madhya Pradesh - 452001</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/1/7/8/337178_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7.83" OriginalAmount="7.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7249" Longitude="75.8764" StarRating="0" HotelCode="832548|3243725" HotelName="FabHotel Fair View Vijay Nagar" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DF- 39</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/0d/f20dc0a58b8360b0c925b67dac22b18618c70e79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9.17" OriginalAmount="8.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.731919" Longitude="75.907472" StarRating="3" HotelCode="|475628" HotelName="FabHotel Devs Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>H. No. 72, Ganesh Mandir Ke Samne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/6/2/8/475628_b0ba66f1244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.39" OriginalAmount="9.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7249" Longitude="75.8764" StarRating="2" HotelCode="859114|3249165" HotelName="Hotel Ridhi Sidhi By OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86 Taradevi Road, Near Railway Station, Siyaganj, Indore 452007, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/01/0a01dac022e13bfb4f32579e5ddd07b20068c345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.09" OriginalAmount="9.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.751414" Longitude="75.932209" StarRating="3" HotelCode="|504615" HotelName="Fabhotel Dev\'S Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1236-1237 Shri Hare Krishna Vihar Colony</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/6/1/5/504615_ea734da1046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.15" OriginalAmount="9.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.681566" Longitude="75.862843" StarRating="0" HotelCode="|507792" HotelName="FabExpress Green Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot no 16, Hargovind Nagar Ring Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/7/9/2/507792_61b8ee71153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.24" OriginalAmount="9.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.752592" Longitude="75.917527" StarRating="0" HotelCode="|509101" HotelName="Fabexpress Dream Paradise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>133 Radhika Palace Colony, Main Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/9/1/0/1/509101_c7082a31123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.56" OriginalAmount="10.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7528" Longitude="75.917522" StarRating="0" HotelCode="|510626" HotelName="Fabexpress Dream Way" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot No. 88, New Chitra Nagar and 132</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/6/2/6/510626_26228590922.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.94" OriginalAmount="10.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.698077" Longitude="75.864441" StarRating="3" HotelCode="|503853" HotelName="Fabhotel Pishori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>910 Khatiwala tank, BK Road, Tower</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/3/8/5/3/503853_0328b011039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.27" OriginalAmount="10.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.729362" Longitude="75.821165" StarRating="3" HotelCode="|504530" HotelName="Fabhotel Day2Day" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32, Ambikapuri Extn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/5/3/0/504530_9b8ae4c1027.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.30" OriginalAmount="10.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.762319" Longitude="75.882226" StarRating="3" HotelCode="|504558" HotelName="Fabexpress Sagar Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DH 33, opp Brilliant convention</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/5/5/8/504558_b2ef9eb1050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.752485333333" Longitude="75.891176666667" StarRating="3" HotelCode="238637|hotel_park_50" HotelName="Hotel Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>G F 26-27 Scheme 54, Opposite Sayaji Hotel, Vijay Nagar, Indore 452010, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/24/b0240a2ea855161a0ed4897a4dbc63e8be58c9ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.72038687" Longitude="75.87136908" StarRating="3" HotelCode="624127|hotel_new_sunder" HotelName="Hotel New Sunder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17/2 South Tukoganj Road, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/5d/255d1df677c17bc50f7417e1fce0700dd43bb54f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.720343230885" Longitude="75.872002624572" StarRating="2" HotelCode="290827|hotel_purva_" HotelName="Hotel Purva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>565 M G Road, 1-4 Dhenu Market, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/bd/39bd83f88b1f592e3f004929eb704728a70c2cbd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.39" OriginalAmount="13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.71305979" Longitude="75.84228032" StarRating="3" HotelCode="453037|273625" HotelName="Shivani Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>83/2, Biyabani Dhar Road, Near Gangwal Bus Stand, Indore 452002</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/44/c744710d07532dc6aafb787cee670cb3b8966598.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers room service and a laundry service. Wireless internet access in public areas allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.69413422" Longitude="75.86744659" StarRating="3" HotelCode="335422|hotel_golden_treat_" HotelName="Hotel Golden Treat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Professor Colony, Near Bhanwarkua Square, Indore 452001</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/7a/187a8ed0e83177b9cba0157e0fe3c3d0c57916cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.750238762456" Longitude="75.903731887238" StarRating="3" HotelCode="303594|prime_avenue_hotel_" HotelName="Prime Avenue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ring Road 81 EC, Scheme 94 C, Opposite Hotel Radisson, Indore 452010, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/68/1368693475da506c4a81d3788a92aebda4a45563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.43" OriginalAmount="13.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.729984" Longitude="75.811263" StarRating="3" HotelCode="|505454" HotelName="Fabhotel Atharv" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115, Babu Murai Colony</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/4/5/4/505454_77218441039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.70" OriginalAmount="13.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.752323" Longitude="75.891209" StarRating="0" HotelCode="|501258" HotelName="Eco Stay By Playsales" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot No 34 GF, Scheme No. 54, Sector G</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/1/2/5/8/501258_f6dee261006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.21" OriginalAmount="13.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.6604985" Longitude="75.824945" StarRating="3" HotelCode="|268006" HotelName="Bee Town" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hukmakhedi, Rajendra Nagar, A.B. Road Near I.P.S College</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/8/0/0/6/268006_39a0b3c1745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.37" OriginalAmount="13.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7130108" Longitude="75.8421636" StarRating="3" HotelCode="|342005" HotelName="Treebo Trend Shivani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83/2 Biyabani, Dhar Road, Near Gangwal Bus Stand Indore, Madhya Pradesh- 452002</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/2/0/0/5/342005_2865ce11204.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.42" OriginalAmount="14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.698174987185" Longitude="75.865079359679" StarRating="2" HotelCode="348837|273588" HotelName="Hotel Galaxy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>915/44 Sapna Sangeeta Road, Khatiwala Tank, Tower Chouraha, Indore 452014</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/7e/8e7ec23b7696dff50acde952397f06c0834a102e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.69404327" Longitude="75.8669002" StarRating="3" HotelCode="671462|fabhotel_rajnandani_residency" HotelName="FabHotel Rajnandani Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UG-8-B Bhawarkuan Main Road, Radhakrishna Complex, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/6c/e86ce462699d806a1a47f5c6ae237e59323bba0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.78" OriginalAmount="14.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.73927" Longitude="75.90867" StarRating="3" HotelCode="|513175" HotelName="Treebo Trend Grand Euro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28FA Scheme No.94</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/3/1/7/5/513175_8ca02e01024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.24" OriginalAmount="14.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.694114" Longitude="75.866816" StarRating="3" HotelCode="|517572" HotelName="FabRajnandani Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UG-8-B, Radhakrishna Complex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/5/7/2/517572_66e5f2d2318.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.39" OriginalAmount="14.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.714487" Longitude="75.872803" StarRating="3" HotelCode="|503250" HotelName="Fabhotel Imperial Regency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3rd Floor, Shambhu Complex, Sardar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/3/2/5/0/503250_9f735f91043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.66" OriginalAmount="15.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.590452" Longitude="75.901156" StarRating="4" HotelCode="198277|999735" HotelName="Chokhi Dhani Resort" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>9 Mile Khandwa Road, Datodafatha, Indore</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/b4/01b46706e75dc2deeadf9749913fb3e1f55a721b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.25" OriginalAmount="15.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.758895" Longitude="75.904973" StarRating="3" HotelCode="|515947" HotelName="Aston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot No. WB72, Scheme No . 94</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/5/9/4/7/515947_c65ee111014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7204893" Longitude="75.87669115" StarRating="3" HotelCode="290820|385406" HotelName="Hotel kalinga" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11/4 Nath Mandir Road, South Tukoganj, Indore 452001</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/73/bc732d1372d6f775b23d6d43b7f8c5fe6f495685.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Kalinga would be the ideal uncommon hotel. Economical, clean, relaxing in a location that is t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.75413456" Longitude="75.90207035" StarRating="3" HotelCode="613256|hotel_nahargarh_palace" HotelName="Hotel Nahargarh Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Sheetal nagar, Near Bombay Hospital, indore  M.P near vijay nagar, 452016 Indore</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/3e/713e9772e5d9a78cfb74be8da2d1b551331cc719.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.71642914" Longitude="75.86871458" StarRating="2" HotelCode="669720|oyo_9045_cosmopolitan_hotel" HotelName="Cosmopolitan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gate 1, Grp Police Station, Opposite Yashwant Plaza, Railway Station, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/9e/0d9e16b2f40d8a7e48297b85a6e49c7a77750e14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.754129402949" Longitude="75.90122245877" StarRating="3" HotelCode="198278|hotel_paradise_2" HotelName="Hotel Paradise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>A4 PU4 Bombay Hospital Linking Road, Scheme  54, Near BCM Heights, Indore 452010, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/b4/f2b43ac15b8a7cbe7216a0ac4bd3fbe3efa0a5dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location When you stay at Hotel Paradise in Indore, you'll be close to Nehru Stadium. This ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.74913032" Longitude="75.90329836" StarRating="3" HotelCode="303597|hotel_somdeep_palace_" HotelName="Hotel Somdeep Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>MR 10 Road, Khasra 19/2, Near Radison Hotel, Village Khajrana, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/1f/381f44b05eac197d082ec59cc4cbb8f51ff49569.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.78" OriginalAmount="16.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.717038" Longitude="75.872992" StarRating="3" HotelCode="|562814" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Nath Mandir Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/8/1/4/562814_82543d41858.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7141356" Longitude="75.8754913" StarRating="2" HotelCode="|340590" HotelName="Kalinga" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11/4 South Tukoganj Nath Mandir Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/5/9/0/340590_ee4e6ad1250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.46" OriginalAmount="16.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.704772" Longitude="75.87597" StarRating="0" HotelCode="|553538" HotelName="Chokhi Dhani Indore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9th Mile Datoda Fata Khandwa Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/5/3/8/553538_1325aa21335.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.720655" Longitude="75.876691224537" StarRating="2" HotelCode="198271|99632" HotelName="Hotel Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>11/5 Nath Mandir Road, South Tukoganj, Indore</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/12/ac1296011ca7383dee38ad511aadb7a08d79a8bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hotel Ambassador in Indore, you'll be convenient to Nehru Stadium a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.753276953047" Longitude="75.886981032541" StarRating="3" HotelCode="290815|hotel_atithi_satkar" HotelName="Citrus Hotel Indore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot 34-35, FF Scheme 54, Opposite Meghdoot Garden, Vijay Nagar, Indore 452010, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/a9/47a9a1fc5c94c092d441ae87db1f18da8ce3d1a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.56" OriginalAmount="17.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.718892" Longitude="75.87669" StarRating="2" HotelCode="|455856" HotelName="The Kalinga" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Nath Mandir Rd South Tukoganj</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/8/5/6/455856_f8d6c661736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.72372993167" Longitude="75.885504015943" StarRating="2" HotelCode="290821|431511" HotelName="Hotel Kanchan Tilak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>585/2 M G Road, Tilak Square, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/9a/339a7f1d843fb6b6c9a246f1d8b4b87580ecceed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;1.8 km from Treasure Island Mall, 2.1 km from Indore Junction Railway Station, 5.4 km from Bada Ganp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.753123840876" Longitude="75.888004813492" StarRating="0" HotelCode="455803|the_ashoka_hotel" HotelName="The Ashoka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 G-F VijayNagar, Scheme 54, Opposite Sayaji and Meghdoot Garden, Near Rohan Chemist, Above Pizza Hut, Indore 452010</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/cc/39cc3c7dd0ff8486b91b5bacb34ef5f27645ecd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.718014" Longitude="75.874756" StarRating="3" HotelCode="290817|hotel_amrit_residency_" HotelName="Amrit Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11/5 Nathmandir Road, Near Treasure Island Mall, South Tukoganj, Indore 452001</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/33/503340dfea8aaca97f5b9d969661060d79f061db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Indore. The nearest airport is Ahmedabad (AMD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.717978" Longitude="75.878174" StarRating="3" HotelCode="290835|the_rajshahi_palace_" HotelName="The Rajshahi Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>South Tukoganj Street 16/1, Indore</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/90/c990af705336d70e4d8b9de2f33cd4d5123928d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7195687" Longitude="75.8577258" StarRating="0" HotelCode="458063|496018" HotelName="Hotel Apna Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23/3 New Palasia, Indore 452001</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/38/7038508374b4cd9f08abf7ab4214566a11876fe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.71478877417" Longitude="75.874260519352" StarRating="3" HotelCode="74561|434236" HotelName="President Planet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/312018/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.72302114" Longitude="75.88672653" StarRating="3" HotelCode="348340|cherry_tree_hotels_" HotelName="Cherry Tree Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 A.B. Road, Manoramaganj, Palasia Square, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/4d/8a4da452ef75ee2cee587d81877dbfa3bd82ca6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.75331225" Longitude="75.88789439" StarRating="2" HotelCode="970531|capital_o_16115_hotel_solitaire" HotelName="Hotel Solitaire by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vijay Nagar, Scheme 54, Indore 452010, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/40/cf40b859ad43d336e1a0134140dff283994d5368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.79" OriginalAmount="20.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.75771" Longitude="75.902297" StarRating="0" HotelCode="|468390" HotelName="Aceotel Inn Flamingo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C-193 Vasant Vihar near Satya Sai Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/3/9/0/468390_70d45ad1112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.98" OriginalAmount="20.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.753273" Longitude="75.88698" StarRating="0" HotelCode="|451525" HotelName="Kyriad Hotel Indore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot No. 34-35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/5/2/5/451525_f24986f1022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.02" OriginalAmount="20.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.752938" Longitude="75.888051" StarRating="4" HotelCode="|478862" HotelName="Treebo Trend Daksh Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 G/F Scheme No.54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/8/6/2/478862_656726b1301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7530051" Longitude="75.88807035" StarRating="3" HotelCode="549265|treebo_daksh_residency" HotelName="Treebo Daksh Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16/GF Scheme 54, MR 10, Vijay Nagar, 452001 Indore, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/01/84019489744756ecd941286db2b1daf8e13726d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.86" OriginalAmount="21.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.68684" Longitude="75.86143" StarRating="3" HotelCode="|521219" HotelName="Playotel Inn Sonash" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160/4 pipliya rao , AB Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/2/1/9/521219_ce5c4821534.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7249" Longitude="75.8764" StarRating="0" HotelCode="962772|hotel_sonash_by_golden_treat" HotelName="Hotel Sonash By Golden Treat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160/4 AB Road, Pipliya Rao, Near Bholaram Ustaad Marg, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/1c/631cc632af41c73db6a0f211d10bfddaeac1aff1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.718496287091" Longitude="75.877167731634" StarRating="3" HotelCode="238641|hotel_balwas_international_2" HotelName="Hotel Balwas International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30/2 South Tukoganj, Behind High Court, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b2/1bb2568c1d5282cf510591ac68aa2539f4099f1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.736650962243" Longitude="75.891084181545" StarRating="3" HotelCode="198281|99630" HotelName="Ginger Indore" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chhoti Khajrani, A.B. Road, Off NH 3, Beside Raj TV Office, Near Shaniwar Darpan, Post LIG Square, Indore 452008, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f2/42f2cf97ac369cf769cf606af917987db4d7652d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Indore. The nearest airport is Indore (IDR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.71918855" Longitude="75.87646261" StarRating="3" HotelCode="456984|hotel_princes_palace_" HotelName="Hotel Princes Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8-A-1 Opposite Nath Mandir, Nath Mandir, South Tukoganj, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/78/9d7846996a3cefe71e0f6eaf117dc5b062b3b091.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.31" OriginalAmount="25.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.76926" Longitude="75.883902" StarRating="3" HotelCode="|508974" HotelName="Posada By Playsales" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot No 60 Scheme Number 78 - Part II</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/8/9/7/4/508974_718de381157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.56" OriginalAmount="25.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.691163" Longitude="75.864827" StarRating="3" HotelCode="|499445" HotelName="Blue Bells" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Vishnu Puri Main</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/9/4/4/5/499445_4ee7a1c0930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.70655137" Longitude="75.918602" StarRating="4" HotelCode="614580|pride_hotel_convention_centre_indore" HotelName="Pride Hotel &amp; Convention Centre Indore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35/1 Bicholi Mardana, near Oscar Township, Bypass Road, Indore, Madhya Pradesh 452016</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f5/6df53c8b7d4ba6fe065e9f362235426c8e760588.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.741896" Longitude="75.893157" StarRating="3" HotelCode="198280|hotel_amar_vilas" HotelName="Hotel Amar Vilas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Chandra Nagar, A.B. Road, Indore</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ea/14eaca0467d393dc3c7d875fd941062ffee94189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.55" OriginalAmount="26.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7509193" Longitude="75.9032643" StarRating="4" HotelCode="|341261" HotelName="Effotel By Sayaji Indore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot No. 10-C/ CA, Scheme Number 94, Sector C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/1/2/6/1/341261_905470e1232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.70" OriginalAmount="26.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.750887" Longitude="75.903218" StarRating="3" HotelCode="312416|1855818" HotelName="Effotel Hotel Indore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plot No. 10-C/ C.A., Scheme 94, Sector C, Indore 452010</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/8c/a48c5a7ce7038e7437b5b87d2fb164bf7aa40775.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Indore. The nearest airport is Indore (IDR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.6271374" Longitude="75.80524459" StarRating="3" HotelCode="597151|352728" HotelName="Hotel Papaya Tree" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>AB Road, Rau Indore Bypass Square, Opposite Dr. Hardia Eye Hospital, Rau, Indore 453331, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b7/84b7aa41a5e6f117019bde13fc2caa439c645268.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.16" OriginalAmount="27.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7079569" Longitude="75.9293621" StarRating="5" HotelCode="|373708" HotelName="Pride and Convention Centre Indore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/1 Bicholi Mardana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/7/0/8/373708_921e8d31246.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.72" OriginalAmount="27.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.715069223565" Longitude="75.874089519134" StarRating="3" HotelCode="290833|985485" HotelName="Hotel Winway" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Pick &amp;amp; Drop,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>164/1 Rabindranath Tagore Marg, Near Madhumilan Square, South Tukoganj, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/49/8949d9a03c03768e51f4c1ab40f35983d0937f85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Hotel Winway to discover the wonders of Indore. The hotel has everything you need for a comf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.747669061056" Longitude="75.895134114086" StarRating="4" HotelCode="198276|country_inn_by_carlsonindore" HotelName="SureStay Plus Hotel by Best Western Indore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>306 B PU 4, Scheme 54, Rusoma Circle, AB Road, Indore 452010</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/0b/b20bc4a5f590e51e2c38360a4fbe51582203de84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Indore. The nearest airport is Indore (IDR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7249" Longitude="75.8764" StarRating="0" HotelCode="843905|stay10_luxury_service_apartment_hotel" HotelName="Stay10 Luxury Service Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Shakti Nagar</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a5/63a5e957770dd406546961603436a8be2c1bdf6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.92" OriginalAmount="28.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.625876" Longitude="75.804499" StarRating="4" HotelCode="|559377" HotelName="Enrise by Sayaji Rau" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27/1, 27/2, Village Pigdambar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/3/7/7/559377_457f6e51349.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.93" OriginalAmount="28.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7165578" Longitude="75.8743018" StarRating="3" HotelCode="|339948" HotelName="Winway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>164/1, RNT Marg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/9/4/8/339948_404fcd21256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.712988325454" Longitude="75.875217928836" StarRating="3" HotelCode="113889|99637" HotelName="Lemon Tree Hotel Indore" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 R.N.T. Road, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/4d/3c4dbc6be3d4d6ba197bfce2ec56fa98bc65ace7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the RNT road in Indore. Being in the city centre, the hotel is situated clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.75" OriginalAmount="29.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.717943" Longitude="75.872269" StarRating="0" HotelCode="|556799" HotelName="Lemon Tree, Indore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RNT Marg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/7/9/9/556799_7fe39211619.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.74805642" Longitude="75.90402512" StarRating="4" HotelCode="510992|227403" HotelName="Fairfield by Marriott Indore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Plot No 18/C, CA Scheme 94 Ring Road, Indore 452010</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/b4/b3b411b20434035db3eee0fb46d945313a6d6240.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.76308235" Longitude="75.88594602" StarRating="3" HotelCode="755474|treebo_the_tripti" HotelName="The Tripti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 Scheme 78, Part 2, Near Brilliant Convention Centre, Vijay Nagar, Indore 452010, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/33/c933eabdfe9052693f69be4b8647a9ee9cabca53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.721070577074" Longitude="75.878861546516" StarRating="4" HotelCode="74556|sarovar_portico_indore" HotelName="Sarovar Portico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Treasure Island, 11 South Tukoganj, MG Road, Indore 452001</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b0/48b073b5883a3ffc7f1cb7d60f11bdf642557706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the Treasure Island Mall in Indore and enjoys a lively location in the hear...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.58" OriginalAmount="32.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.749503" Longitude="75.899555" StarRating="0" HotelCode="|491427" HotelName="B Fine By Aceotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ratanlok Colony, Near Apollo Premier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/4/2/7/491427_d2e92a52322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.753398" Longitude="75.903398" StarRating="3" HotelCode="198275|hotel_infiniti" HotelName="Hotel Infiniti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>IC/CA Scheme No. 94, Vijay Nagar, Indore</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/e7/dfe79c0bae8eacf31de223edb6ae1892578da25b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.64" OriginalAmount="35.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.638789" Longitude="75.884054" StarRating="0" HotelCode="|464679" HotelName="Skyline Resort And Convention Centre" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A.B. Bypass Road, Mirjapur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/6/7/9/464679_30458831240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.64" OriginalAmount="35.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.660383" Longitude="75.825374" StarRating="3" HotelCode="|502811" HotelName="Fabhotel Bee Town" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AB Road, near IPS College</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/2/8/1/1/502811_b8a16171052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.38" OriginalAmount="36.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.753634" Longitude="75.903356" StarRating="4" HotelCode="|483839" HotelName="Infiniti Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1C/CA, Scheme No.94 Ring Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/8/3/9/483839_3f8f2351927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.719569" Longitude="75.883678" StarRating="3" HotelCode="198282|hotel_crown_palace" HotelName="Hotel Crown Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 A Kanchan Bagh, Near Geeta Bhavan Square, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/d4/eed42e2129e94d1c08761b5189ae01955a115354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.70" OriginalAmount="39.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.747668" Longitude="75.894444" StarRating="0" HotelCode="|561850" HotelName="Best Western Plus Indore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>306-B Pu-4 Rasoma Circle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/1/8/5/0/561850_c78d2161831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.74902028" Longitude="75.89379547" StarRating="5" HotelCode="623545|273626" HotelName="Wow Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>106 AB Road, PU3, Scheme 54, Rasoma Square, Indore 452010, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/89/9c89ac4dbc7c223cb5e182315663b09b7311b3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.715247" Longitude="75.874854" StarRating="3" HotelCode="198272|shreemaya_hotel" HotelName="Shreemaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 R N T Marg, Indore 452001, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/d5/39/d5392abdf1b4e2afccabdf2fc797d4db423017d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.64772905" Longitude="75.96125681" StarRating="0" HotelCode="812237|crescent_spa_resorts" HotelName="Crescent Spa &amp; Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kapmle Road, Gram Jamniya Khurd, Near Narmada Kshipra Devguradia, Indore 452016, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/be/d2be80ff8a76e4a26934568ae6b719bd06489ba6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.751341" Longitude="75.889276" StarRating="4" HotelCode="74560|99681" HotelName="Sayaji Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>H/1 Scheme 54, Vijay Nagar, Indore 452010, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/55/7455b5318090c56feb55bb03207c547fa587ec20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Indore. The nearest airport is Indore (IDR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.05" OriginalAmount="45.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.647781" Longitude="75.961813" StarRating="0" HotelCode="|563806" HotelName="Crescent Spa And Resorts Indore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gram Jamniya Khurd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/8/0/6/563806_32d230b1314.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.739815" Longitude="75.892535" StarRating="3" HotelCode="198279|shreemaya_residency" HotelName="Shreemaya Residency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AB Road, Near Press Complex, Indore 452008, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/1a/18/1a181679711b3731323cecbb6443f04903003a2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.45" OriginalAmount="46.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.750027" Longitude="75.903595" StarRating="5" HotelCode="|552449" HotelName="Radisson Blu Indore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12, Scheme No 94C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/4/4/9/552449_2610a811606.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.58" OriginalAmount="46.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.744115" Longitude="75.895845" StarRating="4" HotelCode="|335728" HotelName="Wow Crest, Indore – Ihcl Seleqtions" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot no 106, scheme no 54, Rasoma Square, AB Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/5/7/2/8/335728_3b693e91039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.49" OriginalAmount="53.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.75449" Longitude="75.893" StarRating="2" HotelCode="|490328" HotelName="Treebo Trend Merit" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20/EC, Scheme#94, Near Muraliwala Sweets</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/3/2/8/490328_77f13971003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.92" OriginalAmount="54.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.752414" Longitude="75.890292" StarRating="4" HotelCode="|465931" HotelName="The Park Indore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>IDA Plot No 5,Scheme no 159</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/9/3/1/465931_7d0ef161837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7526517" Longitude="75.883268" StarRating="5" HotelCode="614815|indore_marriott_hotel" HotelName="Indore Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>H-2 Scheme 54, Meghdoot Garden, Vijay Nagar, Indore 452010</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/c7/2cc79200ee4f6ca690b6cb738ec6325baf4840b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.39" OriginalAmount="64.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7628" Longitude="75.882423" StarRating="5" HotelCode="|552437" HotelName="Brilliant and Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot No. 5, Near Life Care Hospital</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/4/3/7/552437_9cc54f01448.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.76409" Longitude="75.88676" StarRating="4" HotelCode="596641|brilliant_hotel_convention_center" HotelName="Brilliant Convention Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Scheme 78 - II, Indore 452010, Madhya Pradesh</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/0a/9e0a9eedea947c5dcc871b5fd90c079e4291c849.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a café, a babysitting se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.29" OriginalAmount="82.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.752389" Longitude="75.883306" StarRating="5" HotelCode="|335203" HotelName="Indore Marriott" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>H-2, Scheme No 54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/5/2/0/3/335203_1_2098.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.77832879" Longitude="75.93725524" StarRating="4" HotelCode="571801|the_grand_bhagwati_palace" HotelName="The Grand Bhagwati Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Bypasss Road, Omaxe City 1, Indore 452016</AddressLine>
          </AddressLines>
          <CityName>Indore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/4e/b44e8e7fd6204b6f29b2416953bc6ef823990fdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Indore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.96" OriginalAmount="114.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7783195" Longitude="75.937262" StarRating="5" HotelCode="|333417" HotelName="Sheraton Grand Palace Indore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omex City 1, Mayakheri, Indore Byepass Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/3/4/1/7/333417_aaaa4271854.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.57" OriginalAmount="10.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7207038" Longitude="75.873154" StarRating="2" HotelCode="|341392" HotelName="Purva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-4 Dhenu Market, 565 M.G Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.47" OriginalAmount="14.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.6978663" Longitude="75.864332" StarRating="2" HotelCode="|268063" HotelName="Galaxy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>915/44 Sapna Sangeeta Road, Khatiwala Tank</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.92" OriginalAmount="17.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.723518" Longitude="75.885899" StarRating="3" HotelCode="|554721" HotelName="KANCHAN TILAK" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mahatma Gandhi Rd Old Palasia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.02" OriginalAmount="24.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7182879" Longitude="75.9041245" StarRating="3" HotelCode="|332906" HotelName="Stay10 Luxury Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Shakti Nagar, Bengali Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.66" OriginalAmount="43.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.7515221" Longitude="75.8895046" StarRating="5" HotelCode="|267335" HotelName="Sayaji Indore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>H-1, Scheme number 54, Vijaynagar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>24 Hour Front Desk,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa,Air Conditioning,Bar,Conference Hall,Fax,Telephone Service,Jacuzzi,Sauna,24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Housekeeping,LCD/Projector,Pick &amp;amp; Drop,Valet Parking,Lounge,Currency Exchange,Wheelchair Access,Massage Centre,Swimming Pool</BasicAmenities>
    <HotelRating>2,4,3,5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>HOTEL,APARTMENT</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
96c37487-640c-43dc-b898-828cb604a8c8|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
177290ea-e065-4fbb-88ae-15c80a7b8671|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="177290ea-e065-4fbb-88ae-15c80a7b8671">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="12109" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-08T00:00:00" End="2026-06-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
177290ea-e065-4fbb-88ae-15c80a7b8671|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
177290ea-e065-4fbb-88ae-15c80a7b8671|InfiniteSearch|successfull supplier interation||Infinite|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
177290ea-e065-4fbb-88ae-15c80a7b8671|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:9b58e430-5c16-48c2-8c2f-a0b31b20ea67
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
177290ea-e065-4fbb-88ae-15c80a7b8671|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
177290ea-e065-4fbb-88ae-15c80a7b8671|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
177290ea-e065-4fbb-88ae-15c80a7b8671|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
177290ea-e065-4fbb-88ae-15c80a7b8671|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
177290ea-e065-4fbb-88ae-15c80a7b8671|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
177290ea-e065-4fbb-88ae-15c80a7b8671|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-05-20T10:36:26.9407047+01:00" Version="0" EchoToken="Search" TransactionIdentifier="177290ea-e065-4fbb-88ae-15c80a7b8671" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="435.69" OriginalAmount="423.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.4140384" Longitude="8.5469894" StarRating="3" HotelCode="131535|apartments_swiss_star_friesstra" HotelName="Swiss Star Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Friesstraße 8, 8050 Zürich-Oerlikon</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/1a/b41a4173d85692cad56165a904d8030ae9ce2e82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Swiss Star Tower in Zurich (Oerlikon), you'll be close to MFO-Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="490.28" OriginalAmount="476.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3652816" Longitude="8.5649074" StarRating="3" HotelCode="131594|hotel_california_house" HotelName="California House Zurich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Asylstrasse 125, 8032 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/d0/97d0dd0e44e6d5e529d43d7a0975b1768a695eaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="503.42" OriginalAmount="488.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3788901" Longitude="8.5092979" StarRating="2" HotelCode="131529|4681635" HotelName="Apartments Swiss Star Zürich Marc Aurel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Badenerstrasse 362, 8004 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/18/4b1894c5db1020a40b44b97175685c0d90c2336a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the accommodation will find a range of facilities, services and other amenities. A laundry...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="508.82" OriginalAmount="494.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3787" Longitude="8.53888" StarRating="0" HotelCode="742170|swiss_star_district_11" HotelName="Swiss Star District 11" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Friesstrasse 33, Kreis 11, 8050 Zürich, Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/67/a5676641b05807ee4652b4b2731fff51b060a073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="511.91" OriginalAmount="497" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|655748-25831666/3546854790832294034/678" HotelName="SWISS STAR CALIFORNIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2580000/2570300/2570267/75430b74_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="522.81" OriginalAmount="507.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.397287" Longitude="8.541004" StarRating="3" HotelCode="|169694" HotelName="Swiss Star Irchel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Schaffhauserstrasse 137</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/6/9/4/169694_0fc24e81415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="573.71" OriginalAmount="557" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.415725063361" Longitude="8.5590791702271" StarRating="3" HotelCode="108598|158176" HotelName="ibis Zurich Messe Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Heidi-Abel-Weg 5, 8050 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/44/2d44190f22bad340592f3032dc6198ba7bedda37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="585.04" OriginalAmount="568.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.4094732" Longitude="8.5409051" StarRating="3" HotelCode="131531|swiss_star_zurich_oerlikon" HotelName="Apartments Swiss Star Zürich Oerlikon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Housekeeping,Internet,LCD/Projector,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Gubelstrasse 64, 8050 Zürich, Oerlikon</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/36/69/3669d5b96a35282732aecd28599f7b8252a7e620.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Swiss Star Zurich Oerlikon in Zurich (Oerlikon), yo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="616.97" OriginalAmount="599" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|620397-25787839/3546854790832294034/1212" HotelName="APARTMENTS SWISS STAR ZURICH OERLIKON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13580000/13576700/13576605/9ec13d0a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="620.10" OriginalAmount="602.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.385" Longitude="8.52894" StarRating="0" HotelCode="|233185" HotelName="Inside Five City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Motorenstrasse 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/8/5/233185_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="633.45" OriginalAmount="615.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.367672677825" Longitude="8.5218056944775" StarRating="3" HotelCode="131532|apartments_swiss_star_dubsstrasse" HotelName="Apartments Swiss Star Zürich Wiedikon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubsstrasse 30, 8003 Zürich, Wiedikon</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/67/7467770e2a6a53cebc3a1e81c334df9cdce212fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Apartments Swiss Star Dubsstrasse offers accommodations throughout...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="635.51" OriginalAmount="617.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.41380142" Longitude="8.54466726" StarRating="0" HotelCode="742239|swiss_star_oerlikon_lodge" HotelName="Swiss Star Oerlikon Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binzmühlestrasse 51, Oerlikon, Kreis 11, 8050 Zürich, Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a9/3ca97adf6199bca13801b753f19d71b53fc8451e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="680.83" OriginalAmount="661.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3711701" Longitude="8.5287920000001" StarRating="3" HotelCode="131533|apartments_swiss_star_morgartenstrasse" HotelName="Apartments Swiss Star Zürich-Aussersihl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Morgartenstrasse 15, 8004 Zürich, Aussersihl</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/7c/a07cf2832287b56fe456d5af8ab5e97361f393ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="681.86" OriginalAmount="662.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3825605" Longitude="8.5483878" StarRating="3" HotelCode="131534|apartments_swiss_star_universitatstrasse" HotelName="Apartments Zürich-Oberstrass Universitätsstrasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Universitätstrasse 80, Oberstrass, 8006 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/61/7c612c035007d25278141b0b8df1e3a5aac4e679.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="693.19" OriginalAmount="673.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.38738" Longitude="8.494184" StarRating="2" HotelCode="295618|the_flag_zurich" HotelName="The Flag Zuerich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baslerstrasse 100, 8048 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/45/ff45e496389c7566aa8bd9fb9f4639b626aed776.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes' walk from the centre of Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="694.22" OriginalAmount="674" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.419222415379" Longitude="8.5055556893349" StarRating="3" HotelCode="79985|446890" HotelName="Kronenhof" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wehntalerstrasse 551, 8046 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/c2/26c24bc1d10fd0123adb4a708e1b5a9e51e48529.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="695.25" OriginalAmount="675.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.414585" Longitude="8.585706" StarRating="4" HotelCode="64309|belair_2" HotelName="Belair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alte Winterthurerstrasse 16, Wallisellen, 8304 Zürich, Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/f6/eff6829f96479488f86359541eab73f6a807f4fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="695.25" OriginalAmount="675.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.35686093" Longitude="8.52691289" StarRating="3" HotelCode="968014|vision_apartments_waffenplatzstrasse" HotelName="VISIONAPARTMENTS Zurich Waffenplatzstrasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waffenplatzstrasse 72, 8002 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a4/efa4c593dcbd36c1ce54ac889ac7af04e5b45c7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="707.61" OriginalAmount="687" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.387866816156" Longitude="8.4856751561165" StarRating="3" HotelCode="108597|42657" HotelName="Best Western Hotel Spirgarten" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lindenplatz 5, 8048 Zürich, Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/99/3799fc81536900a2c606e08c509f4b666d34ed67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="713.79" OriginalAmount="693" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1152875-26452948/3546854790832294034/1201" HotelName="APARTMENTS SWISS STAR AUSSERSIHL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5820000/5814700/5814658/fdedd678_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="715.07" OriginalAmount="694.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.38255" Longitude="8.54819" StarRating="3" HotelCode="|226347" HotelName="Apartments Swiss Star University" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/4/7/226347_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="721.00" OriginalAmount="700.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3783096" Longitude="8.5290708" StarRating="2" HotelCode="200673|easyhotel_zuerich" HotelName="easyHotel Zürich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Elevator,Internet,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Zwinglistrasse 14, 8004 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/47/f647b9b59496a7d66e7570fac9dd79f787ed65f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at easyHotel Zürich, you'll be centrally located in Zu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="722.03" OriginalAmount="701.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.41394691" Longitude="8.54514687" StarRating="3" HotelCode="964146|visionapartments_zurich_binzmuhlestrasse" HotelName="VISIONAPARTMENTS Zurich Binzmühlestrasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Binzmühlestraße 46, 48, 50, Oerlikon, 8050 Zürich, Kantons Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/86/4786465ba86632fe1a323c333f36782b93c5ea69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="722.51" OriginalAmount="701.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.387708" Longitude="8.485436" StarRating="3" HotelCode="|169693" HotelName="Best Western Spirgarten" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Am Lindenplatz 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/6/9/3/169693_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="731.30" OriginalAmount="710.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3620093" Longitude="8.52197747" StarRating="3" HotelCode="449737|vision_apartments_wolframplatz" HotelName="Visionapartments Zurich Wolframplatz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Wolframplatz 1, 8045 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/26/89260f41307d338484bafa1b63fa4f79fea6820d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="736.45" OriginalAmount="715" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|620299-28514406/3546854790832294034/221" HotelName="CITY STAY APPARTMENTS FORCHSTRASE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15340000/15338400/15338359/3a1f8d4c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="744.69" OriginalAmount="723.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.449244345348" Longitude="8.5815158486366" StarRating="3" HotelCode="66847|hotel_welcome_inn_zurich_airport" HotelName="Welcome Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Holbergstrasse 1, 8302 Kloten, Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/26/5d26b92823aebc9bd637d9c5739e77dd9cd3d785.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="760.14" OriginalAmount="738.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.36048882" Longitude="8.56491211" StarRating="0" HotelCode="484936|city_stay_apartments_forchstrasse" HotelName="City Stay Appartments Forchstraße" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Forchstrasse 163, 8032 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/bc/1ebc34fb42068f732e51a9dcad14f2a85492c250.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at City Stay Apartments Forchstraße in Zurich (8. Seefeld - Riesbach),...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="786.92" OriginalAmount="764.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.37190142" Longitude="8.52450284" StarRating="3" HotelCode="866425|vision_apartments_freyastrasse" HotelName="VISIONAPARTMENTS Zurich Freyastrasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Dry Cleaning,Internet,Kitchen,Laundry,LCD/Projector,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Freyastrasse 8, 8004 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/da/e5da2a58bb1f5422e0071c64f5f873c2bdd3abd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;VISIONAPARTMENTS Zurich Freyastraße is centrally located in Zurich...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="799.28" OriginalAmount="776" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|261684-25489229/3546854790832294034/666" HotelName="THE FLAG ZURICH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8020000/8011600/8011517/b4f8e73a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="816.90" OriginalAmount="793.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.451834" Longitude="8.537358" StarRating="3" HotelCode="171162|223935" HotelName="Holiday Inn Express Zürich Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hofwisenstrasse 30, Rümlang, Zürich 8153</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/67/42/674200280058aad5480250e43c0397fb0d71b92e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 163 rooms. A lobby and a reception are available to guests. Individua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="828.12" OriginalAmount="804.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.377056319629" Longitude="8.5275484621525" StarRating="3" HotelCode="81475|trip_inn_zurich_hotel" HotelName="Regina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hohlstrasse 18, 8004 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ab/5dabec838683fa300b686901d71bb1856bf69599.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Zurich, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="829.15" OriginalAmount="805" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|655758-28517048/3546854790832294034/276" HotelName="TRIP INN ZURICH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24320000/24317600/24317525/26e64385_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="830.18" OriginalAmount="806.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.43931452881" Longitude="8.5687807202339" StarRating="4" HotelCode="69739|moevenpick_hotel_zuerichairport" HotelName="Mövenpick Zürich Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Walter Mittelholzerstrasse 8, 8152 Zürich-Glattbrugg</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/6c/d16c40af707b15866b740812447fb481a3004303.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to Zurich airport within a short drive of the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="842.74" OriginalAmount="818.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3805708" Longitude="8.5064642" StarRating="4" HotelCode="|55991" HotelName="Crowne Plaza Zürich, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Badenerstrasse ,420</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/9/1/55991_9cade051500.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Crowne Plaza Zurich is rated four stars, was built in 1972, has 364 standard rooms, 2 restaurants, lifts, a concierge and a safety deposit box service. The establishment also offers a swimming pool, a sauna, room service, a bellboy, a cafÃ© and business facilities. SITUATION: This establishment is situated in the centre of Zurich. ROOM: The rooms have a hairdryer, an air-conditioning system, a television and a radio. OBSERVATIONS: Pets are permitted.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="847.69" OriginalAmount="823.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.380189" Longitude="8.506329" StarRating="4" HotelCode="395860|crowne_plaza_zurich" HotelName="Crowne Plaza Zurich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Badenerstraße 420, 8040 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/c6/98c6d74241470aeef901e37c34235105b017e5f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel lies in Zurich's trendy West Quarter, a district with the highest quality o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="848.72" OriginalAmount="824.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.448464394713" Longitude="8.5846781730652" StarRating="4" HotelCode="56604|hotel_allegra_zurich_airport" HotelName="Hotel Allegra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hamelirainstrasse 3, 8302 Kloten</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/b8/80b877990fc4622abaeca6eedeb6f0bb0700940f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="848.72" OriginalAmount="824.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.37727635" Longitude="8.52291493" StarRating="0" HotelCode="475899|pension_furdich" HotelName="Pension fürDich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts,Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stauffacherstrasse 141, Aussersihl, 8004 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/7e/547e008a5970b0144ad128636843210ea110abc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="850.78" OriginalAmount="826" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1406408-32469041/3546854790832294034/92" HotelName="PREMIUM APARTMENTS BY LIVINGDOWNTOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="860.79" OriginalAmount="835.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3265977187" Longitude="8.5292342305183" StarRating="2" HotelCode="96354|183236" HotelName="ibis Zurich Adliswil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zurichstrasse 105, Adliswil, 8134 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/ac/0cace3b06bfb35d81c2c4a4965dab9e7789de544.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="861.08" OriginalAmount="836.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.36984447" Longitude="8.53195256" StarRating="3" HotelCode="476289|vision_apartments_gerechtigkeitsgasse" HotelName="VISIONAPARTMENTS Zurich Gerechtigkeitsgasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Gerechtigkeitsgasse 8, Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/55/9655af201cbf068f43989fe820b3df585506cec2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="862.11" OriginalAmount="837.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.367667799645" Longitude="8.5219417441804" StarRating="3" HotelCode="430919|apartments_swiss_star_zelgstrasse" HotelName="Apartments Swiss Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zelgstrasse 19, 8003 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/7c/a07cf2832287b56fe456d5af8ab5e97361f393ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Apartments Swiss Star Zelgstrasse places you in the hear...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="865.20" OriginalAmount="840.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.37298383" Longitude="8.52613306" StarRating="3" HotelCode="452884|vision_apartments_zweierstrasse" HotelName="VISIONAPARTMENTS Zurich Zweierstrasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Zweierstrasse 24, 8004 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d1/ffd102a0be3b58d4a359f32b1826449ed187ccc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="867.26" OriginalAmount="842" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|899628-28466972/3546854790832294034/46" HotelName="RESIDENCE MUTSCHELLEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/899628/20213516912532.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="876.53" OriginalAmount="851.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3787" Longitude="8.53888" StarRating="0" HotelCode="404191|iq130_hotel" HotelName="iQ130 Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>Schöneggstrasse 31, 8004 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/66/886681ad801eaa3301b6d228e0b0ddff901f250d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at rent a home Schöneggstrasse in Zurich (Langstrasse)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="881.68" OriginalAmount="856" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|608864-25766923/3546854790832294034/1100" HotelName="HARRY'S HOME ZURICH WALLISELLEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32120000/32119700/32119617/7a10f78f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="882.71" OriginalAmount="857.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.373368" Longitude="8.526217" StarRating="4" HotelCode="131877|vision_apartments_cramerstrasse" HotelName="VISIONAPARTMENTS Zürich Cramerstrasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Dry Cleaning,Internet,Kitchen,Laundry,LCD/Projector,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cramerstrasse 8-12, 8004 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/e1/eee12f843ae84ebfdbec9dbe0cdc3d99db4899db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at VISIONAPARTMENTS Zürich Cramerstrasse in Zurich (Au...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="895.07" OriginalAmount="869.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.422594132872" Longitude="8.558570728836" StarRating="5" HotelCode="935345|kameha_grand_zurich_autograph_collection" HotelName="Kameha Grand Zurich, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dufaux-Strasse 1, Ecke Thurgauerstrasse 107, 8152 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/b8/d7b8e8e4462ea776bd4b4a445a51fd1954ac396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="895.61" OriginalAmount="869.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.389405923999" Longitude="8.5220376387645" StarRating="4" HotelCode="32482|17480" HotelName="Züri by Fassbind" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Heinrichstrasse 254, 8005 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/be/9abed649ae2034296d4f73ad99b87e38d6691c91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the trendy and up-and-coming business and nightlife district of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="899.19" OriginalAmount="873.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.377808267974" Longitude="8.5119165480137" StarRating="3" HotelCode="44410|olympia_6" HotelName="Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Badenerstrasse 324, 8004 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/e6/4ee6603c0ec74fabe74aee3480df9d5b6822c935.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Zurich. The establishment comprises 40 cosy accommodation units. Pets a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="905.37" OriginalAmount="879.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.373841091128" Longitude="8.5430345708073" StarRating="1" HotelCode="79984|hotel_krone_limmatquai" HotelName="Krone Limmatquai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Limmatquai 88, 8001 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/83/8083a1cacca91b62ddc01643b98e2fa1f6904361.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="918.76" OriginalAmount="892.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.369623" Longitude="8.533454" StarRating="4" HotelCode="400652|flemings_hotel_zurich" HotelName="Fleming's Hotel Zürich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Brandschenkestrasse 10, CH-8002 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/b6/24b6bd5e6f846444c87b5f95f3582b9c15bdcb6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Zurich, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="919.60" OriginalAmount="892.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.4254227" Longitude="8.5605917" StarRating="4" HotelCode="|55424" HotelName="Novotel Zurich Airport Messe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LINDBERGH-PLATZ 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/2/4/55424_8c4b9df1224.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Glattpark area and World Trade Centre, 4 kilometres away from Airport Zurich. It takes 20 minutes to get to the centre of Zurich. ROOM: The rooms have individual air-conditioning, an LCD television, internet (free of charge), WiFi, a bathroom with a bath and a mirror. MEALS: Guests can make use of an international restaurant with terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="927.00" OriginalAmount="900" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138429-25309032/3546854790832294034/702" HotelName="UTO KULM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/971800/971753/22332171_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="928.22" OriginalAmount="901.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.378501177065" Longitude="8.5092705488205" StarRating="4" HotelCode="17977|915115" HotelName="Mercure Stoller Zurich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Badenerstrasse 357, 8003 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/8e/a68e0387fe321845a084391fa800f0b3c761687a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="938.33" OriginalAmount="911" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.382459574834" Longitude="8.5006807744503" StarRating="4" HotelCode="167140|22547" HotelName="H+ Hotel Zürich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Postfach 1260, Badenerstrasse 537, 8048 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/47/8047e26fdbc913a94a2ae1966d89f512fa757159.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is directly opposite the Letzigrund Stadium and only 15 minutes with trams 2 or 3 from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="965.61" OriginalAmount="937.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3806992" Longitude="8.5426998" StarRating="3" HotelCode="|10013" HotelName="Ibis Styles Zurich City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stampfenbachstrasse 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/0/1/3/10013_f09379f1556.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors, non-smoking floor, 168 standard rooms, a cosy hall with a reception, a bar, a restaurant and an indoor car park. SITUATION: This modern hotel is 10 minutes away from the historic centre. It is situated near the National Museum and the art gallery. 200 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV with pay channels, a radio, a mini-bar, an air-conditioning system and a safe (available for a fee). OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="976.44" OriginalAmount="948" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|150152-28562933/3546854790832294034/160" HotelName="MOXY ZURICH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3780000/3775600/3775538/7aa3f73f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="980.00" OriginalAmount="951.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3784435" Longitude="8.5091742" StarRating="4" HotelCode="|68528" HotelName="Stoller" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BADENERSTRASSE 357</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/5/2/8/68528_aa4153e1430.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 60 soundproofed rooms and non-smoking rooms. They have a bathroom with a hairdryer, a direct line telephone, a radio, a safe, cable television, a terrace, press, an iron and an alarm clock. FACILITIES: Guests are offered a conference room, meeting rooms, a indoor car park, a car park and a concierge service. The establishment also offers a reception with a safe box, a bar, a restaurant, a breakfast room and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="980.69" OriginalAmount="952.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3888016" Longitude="8.5180998" StarRating="3" HotelCode="|10012" HotelName="Ibis Zurich City West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SCHIFFBAUSTRASSE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/0/1/2/10012_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 115 standard rooms, a terrace, a lobby with a reception, a bar, a restaurant, internet and a car park. SITUATION: This hotel is in the outskirts. Is situated in the western area of Zurich. Nearby, you will find the main roads and the motorway, close to Hardturm Stadium. It is 5 minutes away from railway station. It is 2 kilometres from Technopark business district. Is 9 kilometres from Zurich Airport. ROOM: The rooms have a bathroom. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="991.89" OriginalAmount="963.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.380145280745" Longitude="8.5365905797623" StarRating="2" HotelCode="698787|walhalla_guest_house_2" HotelName="Walhalla Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Konradstrasse 13, 8005 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a3/5ca3da63d3539c828c24ed3b042f3d7ef86be98a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="993.95" OriginalAmount="965.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.381203707936" Longitude="8.5424387454987" StarRating="4" HotelCode="17713|hotel_continental_zurich__mgallery_collection" HotelName="Hotel Continental Zurich - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stampfenbachstrasse 60, 8006 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/db/6adb07885a0fe53009985b2a664073b55068de2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is around 10 minutes away from the old town and is close to the Kunsthaus art gall...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="997.04" OriginalAmount="968" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.431233605597" Longitude="8.4676855802536" StarRating="4" HotelCode="335636|271229" HotelName="Mövenpick Hotel Zürich Regensdorf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Im Zentrum 2, 8105  Regensdorf</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/d5/d4d5a34189394e88cf3147005e760590d5d02736.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in Regensdrof town centre. In the immediate vicinity guests will disc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1008.37" OriginalAmount="979" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13316-19535738/3546854790832294034/4" HotelName="ZURI BY FASSBIND" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11490000/11484300/11484251/dfc3e42e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1014.73" OriginalAmount="985.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.390997405269" Longitude="8.5096487402916" StarRating="4" HotelCode="185504|355027" HotelName="25hours Hotel Zürich West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pfingstweidstrasse 102, 8005 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/4d/384defaf02f0e8a96e747ab5a1127b4289eb2597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1014.75" OriginalAmount="985.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.4109888" Longitude="8.5435323" StarRating="4" HotelCode="|21871" HotelName="Mama Shelter Zurich" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SCHULSTRASSE 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/7/1/21871_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 32 floors, 347 comfortable rooms and suites. This hotel is ideal for holidays or business trips, has a sweet shop, a cafÃ© Starbucks, a hairdresser's, a bar and internet. SITUATION: This hotel is in an excellent location. It is located between the railway station and the airport. It has good links to the motorways. Close to the establishment, guests can find public transport services. It is 5 kilometres away from the city centre. It is situated 7 minutes away from Bahnhofstrasse the historic centre. 10 minutes away, you can find Hallenstadion the trade fair ground. Is 8 kilometres from Zurich Airport. ROOM: The rooms have a bathroom with a hairdryer, a trouser press, a direct line telephone, cable and satellite television with films (available at an additional charge), internet, a coffee maker, a kettle, a safety deposit box and individual air-conditioning. FACILITIES: The establishment has a spa area with covered pool, a sauna, a steam bath, a well-equipped gym, a jacuzzi and a massage service. Some of these services with surcharges. can enjoy beautiful city and mountain views. OBSERVATIONS: This hotel is non-smoking. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club. &lt;b title='Esta frase debe ser traducida'&gt;El hotel se reserva el derecho a realizar una preautorizaciÃ³n en su tarjeta de crÃ©dito antes de su llegada&lt;/b&gt;.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1026.91" OriginalAmount="997.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.378452137927" Longitude="8.5205492377281" StarRating="4" HotelCode="79362|hotel_greulich" HotelName="Greulich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herman-Greulich-Strasse 56, 8004 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/bd/fdbdc6ddd7ae3a9d1cad90759d8bb1153749367a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1032.14" OriginalAmount="1002.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.38020264" Longitude="8.52830969" StarRating="4" HotelCode="559837|CH000154" HotelName="25hours Hotel Zürich Langstrasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Langstraße 150, 8004 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/6a/f56abffc934b15fc106831fcd9cd426c3fd86a7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1047.51" OriginalAmount="1017.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.41064" Longitude="8.552781" StarRating="4" HotelCode="899856|holiday_inn_zurich__messe" HotelName="Holiday Inn Zürich Messe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Wallisellenstraße 48, 8050 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/9a/679aae32b88514aa215c1ca97d2dc74ad25a99fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfect located between the airport and the city centre, opposite of the convention hal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1052.79" OriginalAmount="1022.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.410893362587" Longitude="8.5438013076782" StarRating="4" HotelCode="20457|6417" HotelName="Swissôtel Zürich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Schulstrasse 44, 8050 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/45/3045249a72df6d3b478352d13309f65a0ceadc50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location between Zurich's main railway station and the airport, and als...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1061.93" OriginalAmount="1031" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430198-28547664/3546854790832294034/41" HotelName="NUMA-TURI APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17540000/17532600/17532568/3df538a0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1062.96" OriginalAmount="1032.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3788002" Longitude="8.5437007" StarRating="2" HotelCode="76621|arlette_am_hauptbahnhof_hotel" HotelName="Arlette Am Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Stampfenbachstrasse 26, 8001 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/55/0455f87951c79242b4e1f28a956b32295fdc5c80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1063.64" OriginalAmount="1032.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.4108098" Longitude="8.5577735" StarRating="4" HotelCode="|66389" HotelName="Holiday Inn Zurich - Messe, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WALLISSELLENSTRASSE 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/8/9/66389_11.jpg</HotelPictures>
        <HotelDescription>ROOM: The modern rooms, have internet, (free of charge), WiFi, a coffee maker, a kettle, a television, a large desk and an air-conditioning system. FACILITIES: The establishment hasBits the brasserie.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1068.08" OriginalAmount="1036.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.4532193" Longitude="8.5645033" StarRating="4" HotelCode="|65551" HotelName="Radisson Blu  Zurich Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 295 Zurich Airport</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/5/5/1/65551_1d18e6a1501.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has direct access to the airport, conference facilities and a lobby. This air-conditioned hotel has 330 rooms, a reception, express check-out, a currency exchange service, a lift, a cafÃ© and a restaurant. You are also offered WiFi, a laundry service, room service and indoor parking. SITUATION: This business hotel is opposite Zurich Airport where you can find shops. It is 250 metres away from the bus stop and the train stop. It is situated 10 minutes away from the city centre, 12 kilometres away from Niederdorf and Limmatquai Lake the church. 10 minutes away from the establishment, clients can find Swiss Museum,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1090.13" OriginalAmount="1058.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.38403" Longitude="8.49264" StarRating="4" HotelCode="|233820" HotelName="Placid Design and Lifestyle Zurich" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buckhauserstrasse 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/8/2/0/233820_21.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1095.00" OriginalAmount="1063.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.452770303412" Longitude="8.5641592741013" StarRating="4" HotelCode="81428|119702" HotelName="Radisson Blu Zürich Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 295, 8058 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/05/92051038ca9f65013fd8be506d8cccf2ae92c693.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located opposite arrivals in Zurich Airport. Guests will find numerous shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1097.57" OriginalAmount="1065.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.38416925" Longitude="8.54214538" StarRating="0" HotelCode="567366|1253188" HotelName="EMA House Serviced Apartments Beckenhofstrasse 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="vacation home or villa" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Beckenhofstrasse 22, Unterstrass, 8006 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/95/8495bee61e6dfc7ecc919ed381ddd94af9f80895.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Modern, beautiful, comfortable apartment house "EMA House Sup. Standard Unterstrass", renovated in 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1108.28" OriginalAmount="1076" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|51504-25232634/3546854790832294034/957" HotelName="MOVENPICK ZURICH REGENSDORF" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3700/3603/64168895_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1109.21" OriginalAmount="1076.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3839" Longitude="8.5483" StarRating="4" HotelCode="|10001" HotelName="Leonardo Boutique Rigihof Zurich" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UNIVERSITATSTRASSE 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/0/0/1/10001_28b7bfe1032.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1931, has 4 floors and 63 rooms. It has a reception, a bar and a restaurant. SITUATION: This hotel is near Zurich the historic centre of a few minutes walk away from the establishment, clients can find public transport services, Clients can also find bars, restaurants and cafÃ©s. This hotel is situated 1 kilometre away from the trade fair ground, the railway station. ROOM: The stylish rooms, have a bathroom with a hairdryer, a mini-bar, a direct line telephone and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1124.76" OriginalAmount="1092.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.39338655" Longitude="8.48456417" StarRating="4" HotelCode="769282|aja_zurich_das_cityresort" HotelName="a-ja Zürich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Vulkanstraße 108b, 8048 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/6c/436c97875371a8bd344ed9804984602755e97395.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is situated in a quiet neighbourhood in the heart of Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1127.85" OriginalAmount="1095" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|106805-25281877/3546854790832294034/973" HotelName="HOLIDAY INN ZURICH - MESSE" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2545100/2545072/5f8e89ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1130.02" OriginalAmount="1097.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3888016" Longitude="8.5179005" StarRating="4" HotelCode="|10018" HotelName="Novotel Zurich City West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SCHIFFBAUSTRASSE 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/0/1/8/10018_7e22c2a1302.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2000. It has 5 floors, 137 standard rooms, a bar, a cafÃ© and a restaurant. It also has internet, WiFi, a lovely garden with a terrace, an oudooor car park and an indoor car park. SITUATION: This urban hotel is in a central area of Zurich and 7 minutes away from the city centre. In the surrounding area, guests can find Maag Music Hall it is 300 metres away from the tram stop HardbrÃ¼cke. ROOM: Customers can find cosy, comfortable rooms with a bathroom with a shower, a hairdryer, a direct line telephone with an answering machine, cable television with pay channels, a radio, internet, a mini-bar, an air-conditioning system and a safety deposit box (available for a fee). FACILITIES: The establishment has a covered swimming pool and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1130.16" OriginalAmount="1097.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.4085388" Longitude="8.5466404" StarRating="3" HotelCode="|20715" HotelName="Sternen Oerlikon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SCHAFFHAUSERSTRASSE 335</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/1/5/20715_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1895, renovated in 2002, has 4 floors and 51 standard rooms. It has a bar, a restaurant, a car park and an indoor car park. SITUATION: This hotel is in the outskirts of Zurich. 200 metres away, there is a public transport stop. Near the establishment, guests will find the city centre where you can find shops, leisure areas and entertainment. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.94" OriginalAmount="1098.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.383973295099" Longitude="8.5480982065201" StarRating="4" HotelCode="16740|leonardo_boutique_hotel_rigihof_zurich" HotelName="Leonardo Boutique Hotel Rigihof Zurich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Universitätstrasse 101, 8006 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/8b/d78bd3c0d22799a0f9fa2ffda53db54f9f44e986.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to Zurich's historical centre just a few paces from links to the public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1139.29" OriginalAmount="1106.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.4133492" Longitude="8.5393057" StarRating="4" HotelCode="|55990" HotelName="Courtyard By Marriott Zurich North" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Max Bill Platz,19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/9/0/55990_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1140.21" OriginalAmount="1107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.38392757" Longitude="8.49265679" StarRating="4" HotelCode="485189|placid_hotel_zurich" HotelName="Placid Hotel Zurich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Buckhauserstrasse 36, Altstetten, 8048 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/66/3766761ba223aac463e1159393485a3b65a6a185.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1142.27" OriginalAmount="1109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.408442856565" Longitude="8.5465076565742" StarRating="3" HotelCode="38066|sternen_oerlikon" HotelName="Sternen-Oerlikon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business 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>Schaffhauserstrasse 335, 8050 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/4b/774b7a2f7aa46559baaeddda0cfb58a6bbaa7745.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a suburb of Zurich. Links to the transport network can easily be reached o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1145.36" OriginalAmount="1112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|894877-28466970/3546854790832294034/52" HotelName="CITY STAY FURNISHED APARTMENTS - KIESELGASSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/894877/202129104818594.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1153.60" OriginalAmount="1120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.414256" Longitude="8.54122" StarRating="4" HotelCode="62057|courtyard_by_marriott_zurich_north" HotelName="Courtyard Zurich North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Max-Bill-Platz 19, 8050 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/b3/b3b3ae05b53eb2374e10c4f15bfd6e9c0b56719d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1183.47" OriginalAmount="1149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.355810923074" Longitude="8.5565403291087" StarRating="3" HotelCode="386589|city_stay_seefeld_house" HotelName="City Stay Seefeld House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kieselgasse 2, 8008 Zurich, Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/52/0f529fb62f4848b08bf873cd3ecbf91d67439bd6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1202.01" OriginalAmount="1167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.367558870331" Longitude="8.5373425483704" StarRating="4" HotelCode="78982|158141" HotelName="Glärnischhof" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Claridenstrasse 30, 8022 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/5f/545f4656a1cc1e1d54066f83efe0ff53464600c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1204.07" OriginalAmount="1169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.389232" Longitude="8.516755" StarRating="4" HotelCode="25622|novotel_zurich_city_west" HotelName="Novotel Zürich City-West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiffbaustrasse 13, Am Turbinenplatz, 8005 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/0d/b40db346eefee940853bb5f365d9ef2176a4e6f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located at the heart of Zurich just 7 minutes walk from the city centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1207.31" OriginalAmount="1172.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.369614" Longitude="8.533341" StarRating="4" HotelCode="|76285" HotelName="Visionapartments Brandschenkestrasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BRANDSCHENKESTRASSE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/2/8/5/76285_c5a3c0e1153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1208.87" OriginalAmount="1173.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.367564" Longitude="8.537237" StarRating="4" HotelCode="|80976" HotelName="Glärnischhof By Trinity" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Claridenstrasse, 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/7/6/80976_b857bcd1036.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inZurich the city centre of Close to Bahnhofstrasse the street the business district, the auditorium and Zurich Lake.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1212.31" OriginalAmount="1177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.373222851062" Longitude="8.5316750407219" StarRating="3" HotelCode="136538|hotel_restaurant_helvetia" HotelName="Helvetia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stauffacherquai 1, 8004 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/6c/336c3efd81ce76e0365b8c95aae138afb53f90ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Zurich, this boutique hotel is ideal for guests who appreciate a stylish amb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1216.43" OriginalAmount="1181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|542519-28458466/3546854790832294034/457" HotelName="FRED GUEST HOUSE ZURICH HAUPTBAHNHOF" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6390000/6389000/6388974/374fc6c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1219.52" OriginalAmount="1184" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.382505886056" Longitude="8.5669621825218" StarRating="4" HotelCode="37213|47379" HotelName="Sorell Hotel Zürichberg" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orellistrasse 21, 8044 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/d8/41d89e35c12208a91bdc492d9988d16608cd443a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city and conference hotel is located 3 km from the centre of Zurich and public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1219.98" OriginalAmount="1184.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.41434022" Longitude="8.54279785" StarRating="4" HotelCode="590256|710561" HotelName="Acasa Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Binzmühlestrasse 72, 8050 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/08/c708e1f8be1d9b48349e91d0c9972709345d0d7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at ACASA Suites in Zurich (Oerlikon), you'll be minutes from MFO...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1220.55" OriginalAmount="1185" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.349100000000000" Longitude="4.921200000000000" StarRating="4" HotelCode="0|20303-28561285/3546854790832294034/383" HotelName="GLAERNISCHHOF" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4 Eerste Ringdijkstraat, AMSTERDAM, NL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15600/15518/1176d90d_b.jpg</HotelPictures>
        <HotelDescription>This hotel is situated near the Middenweg in the southern part of Amsterdam near Frankendael Park. Copious shops, delightful restaurants, lively pubs and an excellent connection to the public transport network are close at hand adn Schiphol Airport is less than 12 km. It is not far to the nearest nightclub. There is a golf course about 5 km away. The welcoming lobby has an excellent service with a kind and friendly staff. The facilities include a lift, café, à la carte restaurant, conference rooms and Internet access. There is also a laundry service as well as a bicycle storage facility and a car park. The comfortable rooms are fully - equipped as standard, modern designed and focus on comfort.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1232.91" OriginalAmount="1197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.374468917849" Longitude="8.5448098182678" StarRating="3" HotelCode="17317|hotel_scheuble" HotelName="Scheuble" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Bar,Designated Smoking Area,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mühlegasse 17, 8001 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/bc/f3bc0c0c24e21989fff5e1e346a7a3fa6479a3e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer hotel lies at the heart of the beautiful old town, close to the main train station. Li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1244.24" OriginalAmount="1208" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9209-25191095/3546854790832294034/1027" HotelName="LEONARDO BOUTIQUE RIGIHOF" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19400/19339/8e78f4ac_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1249.74" OriginalAmount="1213.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3821983" Longitude="8.5685997" StarRating="4" HotelCode="|23592" HotelName="Sorell  Zürichberg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ORELLISTRASSE 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/9/2/23592_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1900, has 6 floors, 66 rooms, 23 single rooms, 37 double rooms and 6Â junior suites. In the entrance, you can find a lobby with a lift, a reception with safety deposit boxes, a currency exchange service and a cafÃ©. The establishment boasts a bar, an Ã  la carte restaurant, internet and a conference room. At an extra cost you can use room service and the launderette. SITUATION: This conference hotel is located close to the tourist area, is in front of a public transport stop, 3 kilometres away from the establishment, guests will find a great beach, restaurants, bars, pubs, shops and nightclubs. it is situated 12 kilometres away from the airport. ROOM: The modern rooms, have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a sofa, a mini-bar, a central heating system and a safe. FACILITIES: It is 90 kilometres away from a ski resort, with a chairlift. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1258.66" OriginalAmount="1222" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1242080-26597899/3546854790832294034/1058" HotelName="APARTHOTEL ADAGIO ZURICH CENTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/68000000/67600000/67599000/67598951/a68ddd4a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1266.12" OriginalAmount="1229.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.369256" Longitude="8.551242" StarRating="3" HotelCode="67838|79597" HotelName="Swiss Night by Fassbind" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Steinwiesstrasse 8, 8032 Zürich, Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/7a/f37a3ad0603694cba22712a282c57a1f5a5ded10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is situated in a peaceful setting in the heart of Zurich. The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1267.93" OriginalAmount="1231" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|595050-25745404/3546854790832294034/718" HotelName="ZURICH FURNISHED HOMES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32100000/32091600/32091548/26e4b0f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1290.59" OriginalAmount="1253" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|186284-25371639/3546854790832294034/890" HotelName="25HOURS ZURICH WEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5150000/5144900/5144890/ba5b2152_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1352.39" OriginalAmount="1313.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.380216280642" Longitude="8.5374141754631" StarRating="3" HotelCode="698777|walhalla_guest_house" HotelName="Walhalla Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Limmatstrasse 5, 8005 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/7c/cd7ca0ed19c6af06d13797a8abb12b945e90b6af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1358.57" OriginalAmount="1319.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.36386" Longitude="8.531973" StarRating="4" HotelCode="36040|hotel_ascot_6" HotelName="FIFA Hotel Ascot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business 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>Tessinerplatz 9, 8002 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/d1/9cd1f4c6bf3891e56930cf9c19852ef550494a87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Zurich. Bahnhofstrasse, the Old Town, the main station and al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1365.78" OriginalAmount="1326" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32224-28497298/3546854790832294034/100" HotelName="ROSSLI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/971800/971748/1f7d598d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1365.78" OriginalAmount="1326.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.369292" Longitude="8.544529" StarRating="3" HotelCode="337359|hotel_rossli" HotelName="Rössli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rössligasse 7, 8001 Zurich, Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a2/b1a219d9f6acb8c0a405b930c38c790a13131e8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated about 100 m from Lake Zürich and just a few minutes walk from night...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1372.99" OriginalAmount="1333" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|617048-28502178/3546854790832294034/432" HotelName="HIRSCHEN AND WEINSCHENKE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/617048/2019829135120744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1376.08" OriginalAmount="1336.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.373448089804" Longitude="8.5436296463013" StarRating="3" HotelCode="108589|hotel_hirschen_2" HotelName="Hirschen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Niederdorfstrasse 13, 8001 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/91/0b91e3e2eaf189c57ff8ecdf36dfa32f40c3c1a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Zurich. The total number of accommodation units is 27. This property does ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1380.20" OriginalAmount="1340.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.37684383" Longitude="8.53258788" StarRating="3" HotelCode="397503|vision_apartments_militarstrasse" HotelName="VISIONAPARTMENTS Zurich Militärstrasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Militärstrasse 24, 8004 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/15/79154fc12837d6ec6ec346c5fb026661113c07ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1381.19" OriginalAmount="1340.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.35545" Longitude="8.55725" StarRating="3" HotelCode="|236271" HotelName="Familie Hugenschmidt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Karlstrasse 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/2/7/1/236271_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1406.98" OriginalAmount="1366.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.36433241825" Longitude="8.5475027561188" StarRating="4" HotelCode="15429|hotel_opera_5" HotelName="Hotel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dufourstrasse 5, 8008 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/20/d2208d835bf76794f3e336c6e46428331316b1a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1422.43" OriginalAmount="1381.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.376296187032" Longitude="8.5447025299072" StarRating="3" HotelCode="26219|du_theatre_swiss_quality_hotel" HotelName="du Théâtre by Fassbind" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seilergraben 69, 8001 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/74/e57417afc005ca11f38cbaa35d0d5f10d00dd769.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Zurich.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1474.96" OriginalAmount="1432.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.369364580011" Longitude="8.5337698459625" StarRating="0" HotelCode="571443|motel_one_zurich" HotelName="Motel One Zürich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stockerstrasse 61, 8002 Zürich, Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/62/946281db13c9dfaaf81fbf83f5dc31601442cd59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1484.23" OriginalAmount="1441" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|185071-32730868/3546854790832294034/1209" HotelName="FRANZISKANER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/124000000/123310000/123302300/123302227/9db21935_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1488.35" OriginalAmount="1445" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|49480-25225671/3546854790832294034/953" HotelName="SORELL ZURICHBERG" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/49000/48980/8743bddf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1490.41" OriginalAmount="1447.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.364299" Longitude="8.547806" StarRating="3" HotelCode="26986|hotel_seehof" HotelName="Seehof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seehofstrasse 11, 8008 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/38/b1385701b711c745804dcb7353a872cba96e97a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located directly beside Lake Zurich, this hotel lies within a few metres of countless shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1495.56" OriginalAmount="1452.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3748849" Longitude="8.5364027" StarRating="3" HotelCode="65548|city_zurich" HotelName="City Zürich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Löwenstrasse 34, 8001 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/92/af92cb10a7b0376c05cee52b8c2f8f784880a1b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1501.01" OriginalAmount="1457.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3804859" Longitude="8.5366582" StarRating="3" HotelCode="|76234" HotelName="WALHALLA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LIMMATSTRASSE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/2/3/4/76234_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1522.34" OriginalAmount="1478" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430197-28548061/3546854790832294034/81" HotelName="NUMA-CRAFT APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90280000/90272900/90272834/253881f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1543.97" OriginalAmount="1499.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3603813" Longitude="8.5499249" StarRating="3" HotelCode="90020|ladys_first_design_hotel" HotelName="Lady's First" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mainaustrasse 24, 8008 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/ec/3fecdc202ee1105cf147daec46e790d961e0ebd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1549.33" OriginalAmount="1504.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3596653" Longitude="8.5246845" StarRating="4" HotelCode="|22158" HotelName="Engimatt City and Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>ENGIMATTSTRASSE 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/8/22158_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional hotel, renovated in 2005, has 73 standard rooms, 2 suites, a lobby with an elevator, a reception with safety deposit boxes, a currency exchange service and a cloakroom. It has conference rooms, a cafÃ©, an Ã  la carte restaurant, room service, a laundry service, internet (free of charge) and an oudooor car park. SITUATION: This hotel is in a wonderful garden, is situated in Enge. A few minutes walk away, you can find Bahnhofstrasse and Lake Zurich the historic centre. It is located near Rietberg Museum a park. 200 metres away, there is a public transport stop. ROOM: Each room has a bathroom with a hairdryer, a king-size bed, an air-conditioning system, a balcony, a direct line telephone, a satellite TV with radio, internet, a mini-bar and a safe. FACILITIES: For a fee, you can enjoy enjoy tennis. MEALS: Guests can make use of a buffet breakfast and Ã  la carte lunch and dinner. Guests are offered special dishes can be made. Guests can book bed and breakfast, half-board and full-board. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, JCB and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1556.33" OriginalAmount="1511" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|20314-25209652/3546854790832294034/911" HotelName="OPERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1700/1625/d19567da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1565.60" OriginalAmount="1520.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.361656275336" Longitude="8.5512927174568" StarRating="3" HotelCode="37212|sorell_seefeld" HotelName="Sorell Hotel Seefeld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seefeldstrasse 63, 8008 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/2b/7a2b342634e8d5bf5903e060d85aacc49688df2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally located near to the opera house, Bellevue square and a lake....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1578.99" OriginalAmount="1533" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.375235434103" Longitude="8.5445469617844" StarRating="3" HotelCode="90022|23364" HotelName="Hotel Basilea Zürich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zahringerstrasse 25, 8001 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c9/dcc926afae04e7a19228dcc616756d147f7ab756.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet side street in the heart of Zurich. Guests will find the main train...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1592.38" OriginalAmount="1546.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.37347374" Longitude="8.49491166" StarRating="0" HotelCode="614146|residence_appartements" HotelName="Residence Appartements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Letzigraben 177, 8047 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/af/c2af7d85f0660008240cf8b0b78b0ec5b8e3aafc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Residence Appartements in Zurich (9. Albisrieden - Altstetten), you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1594.44" OriginalAmount="1548.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.359643174093" Longitude="8.5248166322708" StarRating="4" HotelCode="337396|hotel_engimatt" HotelName="Engimatt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Engimattstrasse 14, 8002 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/15/df15263fd874371f628f82f04e4946777d4ffe6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich's Quartier Enge amidst much greenery. The picturesque old town as we...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1601.65" OriginalAmount="1555" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|53552-28502355/3546854790832294034/116" HotelName="FELIX" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/49000/48975/36b759ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1621.22" OriginalAmount="1574" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|147657-28497435/3546854790832294034/113" HotelName="CITY ZURICH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1610000/1602600/1602517/f6bd7d7b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1623.99" OriginalAmount="1576.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3803083" Longitude="8.5372956" StarRating="0" HotelCode="|248018" HotelName="Fred Guest House Zürich Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Limmatstr.5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/1/8/248018_4a312660806.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1628.43" OriginalAmount="1581" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|169085-28550011/3546854790832294034/443" HotelName="FRED HOTEL ZURICH HAUPTBAHNHOF" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/564400/564356/5086ff51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1629.40" OriginalAmount="1581.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3644858" Longitude="8.5472551" StarRating="4" HotelCode="|56850" HotelName="Opera Zurich" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DUFOURSTRASSE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/8/5/0/56850_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a restaurant, The establishment has modern facilities, The establishment also offers WiFi (free of charge). SITUATION: This hotel is close to the opera, is near Zurich Lake near the establishment, you will find Bahnhofstrasse the street it is 16 minutes away from the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1631.52" OriginalAmount="1584" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|21613-25210489/3546854790832294034/1105" HotelName="ALMA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/971800/971800/c6a99001_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1647.16" OriginalAmount="1599.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3762849" Longitude="8.5446958" StarRating="3" HotelCode="|72453" HotelName="Swiss Chocolate By Fassbind" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seilergraben 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/5/3/72453_102582f1052.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Du Theatre Hotel is rated three stars. The establishment is situated in an old cinema and is ideal for holidays or business trips. The establishment has 50 standard rooms. SITUATION: The hotel is in Zurich city centre, close to the historic centre. Near the establishment, you will find the main station. It has good links to the airport. ROOM: The rooms have an electronic key, a smoke detector, double-glazed windows, an air-conditioning system, modern furniture, a television and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1649.06" OriginalAmount="1601.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.376216" Longitude="8.539317" StarRating="4" HotelCode="29642|26134" HotelName="St. Gotthard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bahnhofstrasse 87, 8021 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fc/5afc8c88e81b73e7bd7e2c707ebaf9562e32651f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys a central location in Zurich, just a stone's throw from links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1652.12" OriginalAmount="1604.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.39057" Longitude="8.50993" StarRating="4" HotelCode="262129|sheraton_zurich_hotel" HotelName="Sheraton Zürich Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pfingstweidstrasse 100, Zürich 8005</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/0e/830e64a8e271335e6e7b64fc8ca56282f35c06e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1666.54" OriginalAmount="1618" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|23781-28561284/3546854790832294034/236" HotelName="EUROPE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527300/527273/8d754024_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1670.07" OriginalAmount="1621.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3615842" Longitude="8.5513895" StarRating="4" HotelCode="|23617" HotelName="Boutique Seefeld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEEFELDSTRASSE 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/1/7/23617_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1932, has 6 floors, 64 rooms, 15 single rooms and 25 double rooms. In the establishment entrance, guests will find a lobby with a lift, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment boasts a bar, an Ã  la carte restaurant, internet, a conference room, a laundry service and a car park. SITUATION: This attractive hotel is in a central area, is close to Bellevueplatz a lake, is situated close to the tourist area, Where you can find shops, bars and pubs. it is in front of a public transport stop, close to the establishment, clients can find a train station. ROOM: The rooms have a bathroom, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a safety deposit box and central heating. FACILITIES: Guests can enjoy a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1670.66" OriginalAmount="1622" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|90607-28508041/3546854790832294034/182" HotelName="ZURICH SWISS CHOCOLATE BY FASSBIND" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47161/42444402_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1695.38" OriginalAmount="1646" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|620343-25787763/3546854790832294034/719" HotelName="ZURICH FURNISHED APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17420000/17419000/17418922/86cd864f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1700.53" OriginalAmount="1651.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.373542544474" Longitude="8.543940782547" StarRating="3" HotelCode="193799|hotel_platzhirsch" HotelName="Platzhirsch Hotel &amp; Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spitalgasse 3, 8001 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/69/2c69b5e7c5298afe1c218d6854fab3d550e414dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Zurich, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1712.89" OriginalAmount="1663.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.364217541889" Longitude="8.5472656588955" StarRating="4" HotelCode="318138|hotel_europe" HotelName="Hotel Europe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dufourstrasse 4, 8008 Zürich, Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/42/f642877c6037b0371757367531f7a1cdad6ab97d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the business and theatre district of Zurich just a few minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1807.65" OriginalAmount="1755" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|655753-28503284/3546854790832294034/420" HotelName="HOTEL PLATZHIRSCH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4240000/4235400/4235353/f27211ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1825.16" OriginalAmount="1772" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|47520-25223887/3546854790832294034/1050" HotelName="SORELL SEEFELD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/971800/971738/74a6fdc7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1843.82" OriginalAmount="1790.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.376443" Longitude="8.5393929" StarRating="4" HotelCode="|10006" HotelName="St Gotthard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BAHNHOFSTRASSE 87</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/0/0/6/10006_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 5 floors, 142 standard rooms and 11 suites. In the entrance, you can find a lobby with an elevator, a reception with safety deposit boxes, a currency exchange service and a cloakroom. The establishment boasts a cafÃ©, a bar, a television room, an Ã  la carte restaurant with air-conditioning, internet and a conference room. There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel is in an excellent location. Is situated in the centre of Zurich. In front of the hotel there is a public transport stop. In the surrounding area of the establishment, guests can find shops, restaurants, bars, pubs, cafÃ©s, a nightclub, entertainment and leisure areas. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a mini-bar, a double bed, fitted carpets, central heating, a sitting room, a coffee maker, a kettle and a safe (available for a fee). FACILITIES: The establishment has a jacuzzi, a solarium, a sauna and a massage service (available for a fee). Close to the establishment, guests can enjoy a lake. It is 50 kilometres away from a ski resort with ski-lift. It is 30 minutes away from a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard, JCB and Diners Club. OTHERS: The establishment offers set-menu breakfast, Ã  la carte or set-menu lunch and an Ã  la carte dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1984.81" OriginalAmount="1927" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595048-25745400/3546854790832294034/757" HotelName="ST GOTTHARD HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6700/6692/88eec44e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2005.34" OriginalAmount="1946.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.383613" Longitude="8.5405176" StarRating="4" HotelCode="|80966" HotelName="Ema House  Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nordstrasse, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/6/6/80966_67e2d0d1935.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in a central area, 600 metres away, guests can find Zurich the University of and the railway station. 15 minutes away from the establishment you have the airport, 10 minutes away from the establishment, clients can find the historic centre and Bahnhofstrasse the street It has excellent transport links to the trade fair ground. ROOM: The establishment has suites with desk, a direct line telephone, a fax machine, internet and individual air-conditioning. It also offers a washing machine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2070.22" OriginalAmount="2009.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3736" Longitude="8.5369997" StarRating="3" HotelCode="|22163" HotelName="Seidenhof" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SIHLSTRASSE, 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/6/3/22163_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, is rated 3 stars and has 84 modern rooms. The establishment has 3 conference rooms and a large living room with country views. SITUATION: This hotel is in the Zurich business district. It has good links to the city centre. Near the establishment, guests will find Lake Zurich, the opera, theatres and museums. ROOM: The rooms are cosy, modern. FACILITIES: The establishment has restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2072.36" OriginalAmount="2012.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.383664118249" Longitude="8.540251638623" StarRating="4" HotelCode="78918|ema_house__the_zurich_all_suite_hotel" HotelName="EMA House Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nordstrasse 1, 8006 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/b4/5eb49954aa9b136df8813cc88f0b235e8089614f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2090.90" OriginalAmount="2030.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.362851" Longitude="8.496089" StarRating="5" HotelCode="131538|atlantis_by_giardino" HotelName="Atlantis by Giardino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Döltschiweg 234, 8055 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/cc/6bcc55fc936308ed547664de6a573a10cd44dce9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in one of Zurich's pleasant suburbs just a short distance from li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2116.65" OriginalAmount="2055" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|310814-25513192/3546854790832294034/1148" HotelName="ROMANTIK SEEHOTEL SONNE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/930000/921000/920921/5b4f1f16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2126.95" OriginalAmount="2065.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.373713" Longitude="8.537214" StarRating="3" HotelCode="27341|sorell_hotel_seidenhof" HotelName="Sorell Hotel Seidenhof" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sihlstrasse 9, 8001 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6c/1a6cef71059d9e65f231ea06e3dd9f9a791d4bfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel offers its guests an extremely favourable location, directly on the famous Sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2140.34" OriginalAmount="2078.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.376165" Longitude="8.544465" StarRating="3" HotelCode="38725|sorell_hotel_rutli" HotelName="Sorell Hotel Rütli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zähringerstrasse 43, 8001 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/0c/410c72006d87cf4a73a731b24b0519b3d810fa8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the heart of the historic old town. It is only a few minutes walk ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2201.11" OriginalAmount="2137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|182395-25367591/3546854790832294034/996" HotelName="EMMA HOUSE, ALL SUITE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1050000/1049400/1049320/295ce008_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2316.27" OriginalAmount="2248.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.36303" Longitude="8.49571" StarRating="5" HotelCode="|194499" HotelName="Five Zurich - Luxury City Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/4/4/9/9/194499_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2610.02" OriginalAmount="2534" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|799361-25954740/3546854790832294034/900" HotelName="SORELL ST. PETER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41510000/41504700/41504691/8cb71189_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2675.83" OriginalAmount="2597.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.372750573157" Longitude="8.5731419920921" StarRating="5" HotelCode="39555|835995" HotelName="Dolder Grand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kurhausstrasse 65, 8032 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/ba/63ba99b81cbc64f57064ccfeae1380ea721f4dcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of Zurich some 4 km from the train station. It is just a few min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2701.06" OriginalAmount="2622.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3826143" Longitude="8.5403593" StarRating="5" HotelCode="|10003" HotelName="Zurich Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NEUMUHLEQUAI 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/0/0/3/10003_074234c1451.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, renovated in 2002, has 271 rooms, 11 suites, 19 floors, a reception, lifts, a bar, 3 restaurants and a hairdresser's. SITUATION: This luxurious hotel is situated near Lake, is in Zurich the centre of 200 metres away, there is a public transport stop. ROOM: The luxurious rooms, have a bathroom with a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee). FACILITIES: The establishment boasts a covered swimming pool, a sauna, a sunbathing terrace and a gym. PAYMENT METHODS: Customers can pay using credit cards.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2728.47" OriginalAmount="2649.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.362155904991" Longitude="8.5476154088974" StarRating="4" HotelCode="45191|steigenberger_bellerive_au_lac" HotelName="Steigenberger Bellerive au Lac" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Utoquai 47, 8008 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/91/2c91e5d1d689cabbaa10639ff65376f67367f1f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside Lake Zürich and is just 10 minutes walk from the town centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2735.68" OriginalAmount="2656.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.374559" Longitude="8.543896" StarRating="3" HotelCode="401403|hotel_alexander_10" HotelName="Alexander" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Niederdorfstrasse 40, CH-8001 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7c/93/7c93d486d938d0167460b5d2e7f18570c4e422cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2758.34" OriginalAmount="2678.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.382504069931" Longitude="8.540346622467" StarRating="5" HotelCode="29645|zurich_marriott_hotel" HotelName="Zurich Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Neumuehlequai 42, 08006 Zürich, Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/ac/6bacea72e7786fee4c28ba187dd120f42a560b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies close to Lake Zurich at the heart of the city. Links to the public transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2774.03" OriginalAmount="2693.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3768997" Longitude="8.5397997" StarRating="4" HotelCode="|22167" HotelName="Schweizerhof" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BAHNHOFPLATZ 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/6/7/22167_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1876, has 48 single rooms, 63 double rooms, 3 Junior suites and suite rooms and 5 floors. The establishment has various facilities, such as a lobby with a lift, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has a cafÃ©, a shop, a hairdresser's, a bar, an Ã  la carte restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This urban hotel is in a central area, in front of Zurich Station. Is situated in Bahnhofplatz, next to Bahnhofstrasse close to the establishment, guests can find Lake Zurich. It is located opposite shops, restaurants, bars, nightclubs and public transport services. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a stereo, internet, a mini-bar, fitted carpets, a safe (available for a fee) and a central heating system. FACILITIES: 50 kilometres away from the establishment, guests can find a ski resort. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, JCB and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2814.37" OriginalAmount="2732.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3726282" Longitude="8.5731389" StarRating="5" HotelCode="|10005" HotelName="The Dolder Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>KURHAUSSTRASSE 65</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/0/0/5/10005_7eac0461234.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, urban hotel, was built in 1899, has 3 floors, 184 standard rooms and 11 suites. It has a hairdresser's, a bar, a restaurant, 6 conference rooms and an oudooor car park. SITUATION: This luxurious hotel is in Zurich city centre. Is 4 kilometres from the railway station, close to the zoo. It is 1.5 kilometres from the a public transport stop. Is 12 kilometres from the airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite and cable television, internet, a mini-bar and a safe (available for a fee). FACILITIES: Outdoors, guests can enjoy a swimming pool. The establishment boasts a covered swimming pool, a sauna and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2860.31" OriginalAmount="2777" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10272-25202200/3546854790832294034/938" HotelName="AMERON ZURICH BELLERIVE AU LAC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47162/9e19e35c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2875.17" OriginalAmount="2791.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3623011" Longitude="8.5476052" StarRating="4" HotelCode="|22166" HotelName="Ameron Zürich Bellerive Au Lac" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UTOQUAI 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/6/6/22166_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional style hotel, has a five-storey building, 51 standard rooms, 33 double rooms, 13 single rooms and 5 suites. In the entrance, you can find a lobby with an elevator, a reception with safety deposit boxes, a currency exchange service and a cloakroom. It has a bar, a cafÃ©, a restaurant and 6 conference rooms. There are many services available at the establishment, including room service, a laundry service and internet. At an extra cost you can use the indoor car park. SITUATION: This hotel is near Lake Zurich. It is situated only a few minutes walk away from the city centre where you can find monuments, shops, leisure areas and entertainment. 100 metres away, there is a public transport stop. 12 kilometres away from the establishment, guests will find the airport. ROOM: They have beautiful lake or mountain views. Each room has a bathroom with a hairdryer, large bed, some rooms even have a balcony, a direct line telephone, a satellite TV with radio, internet, a mini-bar, a safe (available for a fee) and individual heating. FACILITIES: The establishment has a gym, a sauna and a solarium. OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner. Meals for specific diets can be ordered and special menus.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2908.30" OriginalAmount="2823.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.364396004516" Longitude="8.5470253229141" StarRating="4" HotelCode="64699|69624" HotelName="Small Luxury Hotel Ambassador a L'Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Falkenstrasse 6, 8008 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e9/21e90b79272b4526085d0a0df607d2b02ba746a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Zurich, right by the Opera House and only a few steps from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2912.86" OriginalAmount="2828.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3651009" Longitude="8.5363998" StarRating="4" HotelCode="|10016" HotelName="Neues Schloss Privat  Zurich, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>STOCKERSTRASSE 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/0/1/6/10016_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 60 standard rooms. This inviting hotel, has a restaurant that serves international and Swiss specialities, a bar and a conference room. SITUATION: This boutique hotel is in Zurich city centre. Near the establishment, you will find the city lake. ROOM: The rooms have a mini-bar, a safe, internet, a trouser press, an air-conditioning system and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2921.05" OriginalAmount="2835.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3645477" Longitude="8.5469131" StarRating="4" HotelCode="|35919" HotelName="Small Luxury Ambassador Zürich" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALKENSTRASSE 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/1/9/35919_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1903, renovated in 2009, with air-conditioning, has 45 standard rooms, a lobby, a reception, a safety deposit box service, a cloakroom, a lift and a currency exchange service. The establishment offers a cafÃ©, a restaurant, WiFi, room service and a laundry service. SITUATION: This hotel is 5 minutes away from Bahnhofstrasse it has excellent transport links to the airport and the business area, close to the Zurich Opera. It is 12 kilometres from the ZÃºrich-Kloten Airport. ROOM: The rooms have a bathroom with a shower, a bath, a hairdryer, a satellite TV, a work space, a writing desk, a direct line telephone, internet, a mini-bar, a coffee maker, an air-conditioning system, individual heating, a balcony or terrace and a safe. FACILITIES: The establishment boasts a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3003.48" OriginalAmount="2916.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.365491" Longitude="8.535935" StarRating="4" HotelCode="10273|sheraton_zurich_neues_schloss_hotel" HotelName="Sheraton Zürich Neues Schloss Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stockerstrasse 17, 8002 Zürich, Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/13/3f1352634aa546b3866c7cbb4b2386973d190a8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in the international business and financial metropolis. Not only is L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3069.40" OriginalAmount="2980" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|20295-25211866/3546854790832294034/925" HotelName="AMBASSADOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2300/2274/390e14e6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4053.05" OriginalAmount="3935.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.37684123" Longitude="8.53894555" StarRating="4" HotelCode="430934|historic_city_center_apartment_by_airhome" HotelName="Historic City Center Apartment by Airhome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lintheschergasse 23, 8001 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/ab/84ab5ef6799ccde4177de7f765c389718f0ea828.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A transfer service is among the facilities. Wireless internet access in public areas allows guests t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4552.60" OriginalAmount="4420.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.37131282419" Longitude="8.5417588055134" StarRating="5" HotelCode="19546|storchen_zurich" HotelName="Storchen Zürich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weinplatz 2, 8001 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/cf/98cf7afe3b2c083e7a9791b76f553720f8d91a56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4655.60" OriginalAmount="4520.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.364566" Longitude="8.53415" StarRating="5" HotelCode="76435|alden_luxury_suite_hotel" HotelName="ALDEN Suite Hotel Splügenschloss Zurich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Splügenstrasse 2, 8002 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/e0/15e0c239af204de30448444e2ed59f671d59986e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is conveniently located on a quiet side street in the heart of the city. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4667.96" OriginalAmount="4532" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1324307-26636207/3546854790832294034/1172" HotelName="LE BIJOU LINTHESCHERGASSE 23 ZURICH HB" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13450000/13447900/13447832/db5a2ac5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4787.44" OriginalAmount="4648" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90893" Longitude="116.45305" StarRating="5" HotelCode="0|28216-25211792/3546854790832294034/848" HotelName="STORCHEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>5 JIANGUO MEN WAI DAJIE, BEIJING 100020, PEOPLES REPUBLIC OF CHINA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47160/f0fc638f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4941.94" OriginalAmount="4798.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3725173" Longitude="8.5398177" StarRating="5" HotelCode="82765|widder_hotel" HotelName="Widder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rennweg 7, 8001 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/27/bc27ada2bd16d95860e54b559f4f3b7e7638caa5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5074.81" OriginalAmount="4927" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4176728" Longitude="-3.6891182" StarRating="5" HotelCode="0|53471-25232834/3546854790832294034/866" HotelName="ALDEN SUITE HOTEL SPLUGENSCHLOSS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>14 Calle De Alfonso Xii, MADRID, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/528400/528381/bb5877cf_b.jpg</HotelPictures>
        <HotelDescription>50-room hotel located in front of the famous Retiro Park and close to the Paseo de Recoletos. It is perhaps the best located hotel in the city, sitting as it does in the triangle formed by the Thyssen, Prado and Reina Sofia museums. The building dates from the beginning of the 20th Century and it is protected by National Heritage status.Newly renovated offre a style unique between the antique , the modern and the avant-garde. Wi-Fi wireless internet access is available throughout the hotel. Prepayment cards are available from reception for an additional charge. Free Wifi internet system in AC Lounge.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5179.18" OriginalAmount="5028.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.364426" Longitude="8.534234" StarRating="5" HotelCode="|59392" HotelName="Hotel Alden Splügenschloss Zürich - Leonardo Limited Edition" 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/5/9/3/9/2/59392_d76577a0931.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This traditional, family-run hotel, was built in the 19th Century, has a small hall, an inviting sitting area, a small library and an Ã  la carte restaurant with Swiss and international dishes. SITUATION: Is situated inZurich the centre of it is in a peaceful area near the business area, 5 minutes away from the establishment, clients can find Bahnhofstrasse Lake. ROOM: smart, junior, deluxe suite rooms, have modern facilities and modern furniture. They also have welcome drink, fruit, a mini-bar with non-alcoholic drinks, internet and exercise facilities (free of charge), ask in reception.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5419.86" OriginalAmount="5262.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.36649" Longitude="8.536363" StarRating="5" HotelCode="30032|park_hyatt_zurich" HotelName="Park Hyatt Zürich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beethoven-Strasse 21, Zürich 8002</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/16/351648fad613cdff56febbd3079a641770ba2396.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5511.44" OriginalAmount="5350.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.366558" Longitude="8.536284" StarRating="5" HotelCode="|74575" HotelName="Park Hyatt Zurich" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>BEETHOVEN-STRASSE 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/5/7/5/74575_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel and contemporary style. ROOM: The stylish, modern rooms, have leather furniture and large windows Zurich with views of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6079.50" OriginalAmount="5902.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.367118" Longitude="8.539576" StarRating="5" HotelCode="29647|356788" HotelName="Baur Au Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Talstrasse 1, 8001 Zürich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/db/69dbdf9bdac6a8355580b44056a5a9794288fc86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6665.13" OriginalAmount="6471.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="47.3697588" Longitude="8.5398421" StarRating="4" HotelCode="82024|hotel_savoy_baur_en_ville" HotelName="Savoy Baur en Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paradeplatz, 8022 Zurich</AddressLine>
          </AddressLines>
          <CityName>Zurich</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/9c/719c1bcf473dac608f958be31f2151605626dda5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zurich. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8493.38" OriginalAmount="8246" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|126058-25293877/3546854790832294034/860" HotelName="MANDARIN ORIENTAL SAVOY, ZURICH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20180000/20173300/20173235/0092c3fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Fax,Internet,Telephone Service,Nightclub,Restaurant,Bicycle Rental,Sauna,Air Conditioning,Conference Hall,Central Heating,Designated Smoking Area,Laundry,Room Service,Swimming Pool,Currency Exchange,Garden,Golf,Heated Pool,Jacuzzi,Lounge,Massage Centre,Spa,Diet Meals,Shopping Arcade,Wheelchair Access,Dry Cleaning,Kitchen,LCD/Projector,Parking,Pets allowed,Housekeeping,24 Hour Front Desk,Elevator,Luggage Storage,Off-Site Parking</BasicAmenities>
    <HotelRating>2,4,3,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>SPA HOTEL,AIRPORT HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,CITY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOTEL,VACATION HOME OR VILLA,APARTMENT,APARTMENT HOTEL,BED AND BREAKFASTS,RESIDENCES</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
1143ffce-8945-40be-8c80-0ff06a50b3b0|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="1143ffce-8945-40be-8c80-0ff06a50b3b0">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="87476" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-08T00:00:00" End="2026-06-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
1143ffce-8945-40be-8c80-0ff06a50b3b0|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:9b58e430-5c16-48c2-8c2f-a0b31b20ea67
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
1143ffce-8945-40be-8c80-0ff06a50b3b0|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>1143ffce-8945-40be-8c80-0ff06a50b3b0</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||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
041e3e11-e4d4-4e23-92f1-f2f72c6a5e34|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="041e3e11-e4d4-4e23-92f1-f2f72c6a5e34">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="87476" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-08T00:00:00" End="2026-06-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
041e3e11-e4d4-4e23-92f1-f2f72c6a5e34|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:9b58e430-5c16-48c2-8c2f-a0b31b20ea67
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
041e3e11-e4d4-4e23-92f1-f2f72c6a5e34|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>041e3e11-e4d4-4e23-92f1-f2f72c6a5e34</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||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
afc72734-3bbb-45aa-8ea2-79231844ea74|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="afc72734-3bbb-45aa-8ea2-79231844ea74">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="87476" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-08T00:00:00" End="2026-06-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
afc72734-3bbb-45aa-8ea2-79231844ea74|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:9b58e430-5c16-48c2-8c2f-a0b31b20ea67
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
f6bca919-818d-42ef-ae91-834a8039c0d9|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="f6bca919-818d-42ef-ae91-834a8039c0d9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="87476" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-08T00:00:00" End="2026-06-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
f6bca919-818d-42ef-ae91-834a8039c0d9|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>f6bca919-818d-42ef-ae91-834a8039c0d9</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||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.SelectServerHelper.WaitingForDescriptionToChange()
   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
23a75e7e-1e21-4502-a1d9-de17bda7c12a|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="23a75e7e-1e21-4502-a1d9-de17bda7c12a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="87476" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-08T00:00:00" End="2026-06-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="alokethapa@gmail.com" Password="Transgress@1" 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
23a75e7e-1e21-4502-a1d9-de17bda7c12a|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:9b58e430-5c16-48c2-8c2f-a0b31b20ea67
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
23a75e7e-1e21-4502-a1d9-de17bda7c12a|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>23a75e7e-1e21-4502-a1d9-de17bda7c12a</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||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
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|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="ac3b2b16-c8f9-47d0-bd21-0a7515191d6a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="44939" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-18T00:00:00" End="2026-07-22T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@skyluxetours.com" Password="Mumbai@54321" 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
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|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
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|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:250a32f3-7d64-4921-8742-aeb9d9bb91bc
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
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|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
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|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-05-20T10:41:56.2239636+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ac3b2b16-c8f9-47d0-bd21-0a7515191d6a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="884.13" OriginalAmount="858.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.469319" Longitude="25.319222" StarRating="2" HotelCode="|63563" HotelName="Panorama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AGIOS STEFANOS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/6/3/63563_7f5c9890955.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is near the beaches and has wonderful views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="925.97" OriginalAmount="899.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.45188685" Longitude="25.35542036" StarRating="2" HotelCode="543322|sun_of_mykonos_studios" HotelName="Sun of Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>84600 Klouvas, Mykonos, Cyclades</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/8e/a68ede9cd61a7abfe4c6d94c7dc8c541f1472de7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Mykonos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="986.63" OriginalAmount="957.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42452" Longitude="25.32254" StarRating="1" HotelCode="|195818" HotelName="Asteri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/1/8/195818_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1022.57" OriginalAmount="992.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41518" Longitude="25.34346" StarRating="0" HotelCode="|195951" HotelName="Pelagos Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platis Gialos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/5/1/195951_59639351605.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1047.39" OriginalAmount="1016.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4521" Longitude="25.35545" StarRating="2" HotelCode="|195976" HotelName="Sun Of Mykonos Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Klouvas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/7/6/195976_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1125.29" OriginalAmount="1092.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44172" Longitude="25.3946" StarRating="0" HotelCode="|447674" HotelName="Olive Mykonos Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Main Road, Ano Mera</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/7/4/447674_e6ed9c71022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1133.48" OriginalAmount="1100.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.422962" Longitude="25.333823" StarRating="0" HotelCode="|483681" HotelName="Jenny's Summer Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platis Gialos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/6/8/1/483681_795c67b1141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1161.97" OriginalAmount="1128.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.444323" Longitude="25.326901" StarRating="0" HotelCode="|71175" HotelName="Florance Apartments &amp; Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MYKONOS TOWN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/1/7/5/71175_65b09b21409.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1173.23" OriginalAmount="1139.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4689915" Longitude="25.3189212" StarRating="2" HotelCode="|178945" HotelName="Artemis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Stefanos, Agios Stefanos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/9/4/5/178945_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1197.42" OriginalAmount="1162.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42399" Longitude="25.31897" StarRating="4" HotelCode="|61319" HotelName="Yiannaki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/3/1/9/61319_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet hotel is ideal for relaxation and it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1231.55" OriginalAmount="1195.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.432483" Longitude="25.350419" StarRating="0" HotelCode="|195793" HotelName="Ac Village Christoulis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agia Paraskeui</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/7/9/3/195793_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1239.09" OriginalAmount="1203.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.434897" Longitude="25.339504" StarRating="1" HotelCode="180883|milena" HotelName="Milena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Drafaki, 84600 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/27/f127b7902281cb8cb29a7c8da93f2d384533e74f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Mykonos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1294.44" OriginalAmount="1256.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43145" Longitude="25.39064" StarRating="3" HotelCode="|195944" HotelName="Niriides Homes and Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1st km Provencal road Ano Mera - Elia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/4/4/195944_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1327.88" OriginalAmount="1289.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44485" Longitude="25.32722" StarRating="2" HotelCode="|226611" HotelName="Studio Eleni" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agias Paraskevis 22 Mykonos Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/6/1/1/226611_264b6800046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1358.46" OriginalAmount="1318.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.456103" Longitude="25.329827" StarRating="2" HotelCode="|534351" HotelName="Spanelis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/5/1/534351_08c87061452.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1361.23" OriginalAmount="1321.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.47563" Longitude="25.35298" StarRating="4" HotelCode="|195994" HotelName="Yakinthos Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Panormos Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/9/4/195994_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1362.53" OriginalAmount="1322.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4091219" Longitude="25.3508878" StarRating="3" HotelCode="|164856" HotelName="Zephyros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paranga 84600 Paranga Mykonos Greece</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/8/5/6/164856_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1364.73" OriginalAmount="1324.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.46018" Longitude="25.32918" StarRating="0" HotelCode="|195956" HotelName="Alexandra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/5/6/195956_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1369.82" OriginalAmount="1329.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4467599" Longitude="25.3289337" StarRating="2" HotelCode="|84711" HotelName="Matogianni" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MATOGIANNI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/7/1/1/84711_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1431.92" OriginalAmount="1390.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.431464" Longitude="25.403171" StarRating="4" HotelCode="|71199" HotelName="Mykonos Moments - Pietra E Mare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALO LIVADI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/1/9/9/71199_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is romantic and is ideal for holidays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1459.77" OriginalAmount="1417.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.466125" Longitude="25.326488" StarRating="3" HotelCode="|160657" HotelName="Maki's Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/6/5/7/160657_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1482.17" OriginalAmount="1439" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.442036275025" Longitude="25.331212226038" StarRating="2" HotelCode="213697|33113" HotelName="Hotel Zannis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84600 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/54/0b5452547a55b97df2f5eaf20af588ed76f0e637.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Mykonos, this hotel is about 800 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1492.43" OriginalAmount="1448.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41802" Longitude="25.34119" StarRating="3" HotelCode="|195794" HotelName="Mr and Mrs White Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platys Yalos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/7/9/4/195794_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1498.56" OriginalAmount="1454.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43499" Longitude="25.40816" StarRating="2" HotelCode="|235864" HotelName="Sea Side Studios and Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo Livadi Cyclades</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/6/4/235864_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1522.34" OriginalAmount="1478" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4521481" Longitude="25.3332169" StarRating="3" HotelCode="154777|202181" HotelName="Villa Konstantin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Agios Vassilios, 84600 Mykonos, Cyclades Islands</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/21/9f21a015c7f7a203161dfee7db84bfcd7fa12417.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Mykonos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1537.65" OriginalAmount="1492.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.426845" Longitude="25.33297" StarRating="3" HotelCode="|195863" HotelName="La Stella Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mykonos Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/6/3/195863_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1680.83" OriginalAmount="1631.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4229" Longitude="25.32048" StarRating="3" HotelCode="|534540" HotelName="Erato Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/4/0/534540_d02fc711412.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1690.00" OriginalAmount="1640.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.423659" Longitude="25.309859" StarRating="2" HotelCode="|63564" HotelName="BELLISSIMO BEACH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AGIOS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/6/4/63564_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with fantastic views and it is close to the beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1702.82" OriginalAmount="1653.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.441889" Longitude="25.331089" StarRating="3" HotelCode="|534724" HotelName="Eternal Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>School of Fine Arts</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/7/2/4/534724_394ec511457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1714.41" OriginalAmount="1664.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.478933" Longitude="25.313825" StarRating="5" HotelCode="|69365" HotelName="San Marco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Choulakia Beach Houlakai Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/3/6/5/69365_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near the beach and the village. ROOM: Each room has balcony or porch and stunning views. RESTAURANT: Clients can enjoy a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1730.88" OriginalAmount="1680.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.444691" Longitude="25.33553" StarRating="3" HotelCode="|195869" HotelName="Margie Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mykonos Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/6/9/195869_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1744.00" OriginalAmount="1693.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.449112" Longitude="25.336296" StarRating="4" HotelCode="|548778" HotelName="A Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Drakouri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/7/7/8/548778_cce94cf0052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1745.01" OriginalAmount="1694.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.419858" Longitude="25.39406" StarRating="5" HotelCode="|195842" HotelName="Greco Philia Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia Beach, Ano Mera. P.O. Box 825</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/4/2/195842_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1749.59" OriginalAmount="1698.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.446316" Longitude="25.332337" StarRating="3" HotelCode="|166012" HotelName="Petinaros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Petinaros Mykonos 84600</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/1/2/166012_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1762.52" OriginalAmount="1711.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4698864" Longitude="25.3160832" StarRating="4" HotelCode="|444000" HotelName="Nimbus Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ag Stefanos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/0/0/444000_6a9e9df1706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1817.85" OriginalAmount="1764.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.447828" Longitude="25.331122" StarRating="0" HotelCode="|483679" HotelName="Rania Apartments Sea View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L Mponi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/6/7/9/483679_e0a91cf1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1826.59" OriginalAmount="1773.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.424404" Longitude="25.358455" StarRating="0" HotelCode="|527338" HotelName="Bianco a Nero Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plintri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/3/3/8/527338_2cb5d9c1236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1831.25" OriginalAmount="1777.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43256" Longitude="25.303527" StarRating="4" HotelCode="|525302" HotelName="Ubud Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/0/2/525302_50644cc1020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1836.77" OriginalAmount="1783.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.488213" Longitude="25.360086" StarRating="3" HotelCode="|178950" HotelName="Grecotel Mykonos Lolita" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AGIOS SOSTIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/9/5/0/178950_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1879.66" OriginalAmount="1824.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.429254" Longitude="25.344232" StarRating="3" HotelCode="|483676" HotelName="Aegean Hospitality Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Skalado, Greater Airport Area</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/6/7/6/483676_d85012a1124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1882.92" OriginalAmount="1828.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.422417" Longitude="25.319167" StarRating="0" HotelCode="|549117" HotelName="Mykonos Cactus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Main Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/9/1/1/7/549117_24124c10012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1885.96" OriginalAmount="1831.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43544" Longitude="25.33138" StarRating="4" HotelCode="|195866" HotelName="Akkadian Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vrisi Region, Mykonos Ring Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/6/6/195866_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1953.43" OriginalAmount="1896.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.440758" Longitude="25.332348" StarRating="0" HotelCode="|195974" HotelName="Sofia Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mykonos Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/7/4/195974_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1964.21" OriginalAmount="1907.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.45756238" Longitude="25.33558734" StarRating="3" HotelCode="597412|aletro_cottage_houses" HotelName="Aletro Cottage Houses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Agia Sofia, 846 00 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/52/ba526cee913c4c4cea2d6031c0b4d0558b1cc1f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Mykonos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1975.11" OriginalAmount="1917.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42458" Longitude="25.31942" StarRating="3" HotelCode="|195829" HotelName="Corfos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/2/9/195829_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2001.72" OriginalAmount="1943.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.46748" Longitude="25.32499" StarRating="0" HotelCode="|525668" HotelName="Adikri Villas and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/6/6/8/525668_d67a92d1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2080.55" OriginalAmount="2019.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.446786" Longitude="25.3388" StarRating="4" HotelCode="|461252" HotelName="Aeolos Resort Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road Mikonou-Ano Merias, Mykonos Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/2/5/2/461252_bfd2c6c1035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2084.29" OriginalAmount="2023.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.461962" Longitude="25.328841" StarRating="3" HotelCode="|551036" HotelName="Avra Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos Mykonos New Port</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/0/3/6/551036_b1ee6f21101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2164.53" OriginalAmount="2101.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43189" Longitude="25.41236" StarRating="4" HotelCode="|195935" HotelName="Mykonos Pantheon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo Livadi Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/3/5/195935_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2167.45" OriginalAmount="2104.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.447301" Longitude="25.391998" StarRating="5" HotelCode="|521900" HotelName="Koukoumi Vegan Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ano Mera</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/9/0/0/521900_82059620938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2259.00" OriginalAmount="2193.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42964" Longitude="25.33298" StarRating="4" HotelCode="|535266" HotelName="Portes Mykonos Suites and Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Glastros</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/2/6/6/535266_bd1ff691441.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2262.91" OriginalAmount="2197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44610274" Longitude="25.32634521" StarRating="4" HotelCode="593740|voulas_little_venice_" HotelName="Little Venice Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>846 00 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/3f/5b3fa78613e942d8debb827dcf852f31b52f5450.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2266.82" OriginalAmount="2200.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43534" Longitude="25.329083" StarRating="5" HotelCode="|50461" HotelName="Tharroe Of Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MYKONOS TOWN, ANGELICA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/6/1/50461_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool, With regards to the food and beverage offering, the establishment has a bar, a restaurant and a swimming pool bar. It has air-conditioning and heating. The establishment has an art gallery, a gym, a jacuzzi, a sauna, a kiosk and conference rooms. The establishment offers room service, a safety deposit box service, a laundry service and secretarial services. The establishment also has a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2268.83" OriginalAmount="2202.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.445215" Longitude="25.327764" StarRating="3" HotelCode="|195860" HotelName="Kouneni Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tria Pigadia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/6/0/195860_e57cb8f1401.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2288.66" OriginalAmount="2222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43552936" Longitude="25.33695463" StarRating="4" HotelCode="428074|soula_rooms" HotelName="Livin Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Livin Mykonos, 84600 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/09/90095c310a30c0f94c63b055d5877511fb312863.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Amenities include a baggage storage service. Wireless internet access is available to travellers in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2302.60" OriginalAmount="2235.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42971" Longitude="25.40273" StarRating="5" HotelCode="|446514" HotelName="Radisson Blu Euphoria Resort, Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo livadi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/5/1/4/446514_ce4ae221654.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2323.21" OriginalAmount="2255.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.460593" Longitude="25.3293916" StarRating="4" HotelCode="|450311" HotelName="Croco Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/3/1/1/450311_82ee0381850.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2327.84" OriginalAmount="2260.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42711" Longitude="25.34606" StarRating="0" HotelCode="|195985" HotelName="Villa Evi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lino Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/8/5/195985_713b1ba1629.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2329.86" OriginalAmount="2262.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4701895" Longitude="25.4290651" StarRating="3" HotelCode="484389|sea_rock_sky_private_residence" HotelName="Sea Rock &amp; Sky Private Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences,Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Merchia Beach, Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/2c/752cd7e0f6ce5e512f2f54c8065196207d3cf741.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kalafati.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2342.22" OriginalAmount="2274.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.447356885962" Longitude="25.330891525131" StarRating="2" HotelCode="88795|ledra_apartments" HotelName="Boho Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>84600 Mykonos Town</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/e7/2ce7841fe3734f54ac37db970dd61b5b9fa7dcf7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the centre of Mykonos town, the apartments are ideal for those who want to easily access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2411.30" OriginalAmount="2341.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43743" Longitude="25.32373" StarRating="3" HotelCode="|195820" HotelName="Cape Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Megali Ammos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/2/0/195820_6f9f0291051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2442.12" OriginalAmount="2370.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.452193" Longitude="25.336059" StarRating="3" HotelCode="|529613" HotelName="Crystal Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amigdalidi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/1/3/529613_6c74e741040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2467.08" OriginalAmount="2395.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4364456" Longitude="25.4201576" StarRating="4" HotelCode="|64339" HotelName="Anemoessa Boutique  Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALAFATIS BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/3/3/9/64339_fce46350500.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel and has excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2480.24" OriginalAmount="2408.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44383617" Longitude="25.33083953" StarRating="4" HotelCode="738585|oniro_suites_3" HotelName="Oniro Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Eparchiaki Odos Mikonou, 84600 Mýkonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/zz/64ad44083c4682977be4f8fb8a3ebc25fcdce8da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Mykonos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2516.25" OriginalAmount="2442.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4351066" Longitude="25.402868" StarRating="4" HotelCode="|449726" HotelName="Penelope Village Mykonos" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo Livadi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/7/2/6/449726_90754fa1428.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2520.38" OriginalAmount="2446.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.484089" Longitude="25.318384" StarRating="4" HotelCode="|446370" HotelName="Collini Suites and Villas Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fanari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/7/0/446370_089b9391024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2528.56" OriginalAmount="2454.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4599" Longitude="25.37543" StarRating="4" HotelCode="|195927" HotelName="Mykonos Dream Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ftelia, Mykonos, Greece</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/2/7/195927_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2534.73" OriginalAmount="2460.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41606" Longitude="25.34236" StarRating="4" HotelCode="|535155" HotelName="Casa Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platis Yialos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/1/5/5/535155_cbd25311111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2711.96" OriginalAmount="2632.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41567" Longitude="25.34284" StarRating="4" HotelCode="|195984" HotelName="The George" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platys Gialos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/8/4/195984_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2722.01" OriginalAmount="2642.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44751" Longitude="25.33912" StarRating="3" HotelCode="|544132" HotelName="Irene\'s Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/1/3/2/544132_c85c0d61028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2744.51" OriginalAmount="2664.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44471" Longitude="25.329881" StarRating="3" HotelCode="|63562" HotelName="Ibiscus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SCHOOL OF FINE ARTS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/6/2/63562_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This excellent establishment and it offers first class service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2750.19" OriginalAmount="2670.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42334" Longitude="25.39009" StarRating="5" HotelCode="|195972" HotelName="Senses Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/7/2/195972_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2794.90" OriginalAmount="2713.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.441974" Longitude="25.331855" StarRating="3" HotelCode="|513789" HotelName="Ibiscus Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/3/7/8/9/513789_34e7a231028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2796.83" OriginalAmount="2715.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41354" Longitude="25.34571" StarRating="5" HotelCode="|546367" HotelName="Thalassa Boutique - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platis Yialos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/3/6/7/546367_c4e5f9d2240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2829.41" OriginalAmount="2747.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43607313349" Longitude="25.380161802655" StarRating="3" HotelCode="384681|electra_village" HotelName="Electra Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>84600 Chalara, Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/d9/60d9cce3196d6e874708d663963ea69195c92074.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Ano Mera.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2909.20" OriginalAmount="2824.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.415501" Longitude="25.367707" StarRating="4" HotelCode="|447922" HotelName="LYO Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Super Paradise</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/2/2/447922_c4110d21444.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3016.48" OriginalAmount="2928.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.447186" Longitude="25.331" StarRating="3" HotelCode="|531612" HotelName="She Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Petasos Mykonos Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/6/1/2/531612_a71c75e1043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3045.14" OriginalAmount="2956.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.476193" Longitude="25.355759" StarRating="4" HotelCode="|195934" HotelName="Mykonos Panormos Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Panormos Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/3/4/195934_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3062.27" OriginalAmount="2973.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.470575" Longitude="25.429568" StarRating="0" HotelCode="|525307" HotelName="Mykonos Residence Villas and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merchia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/0/7/525307_51de40c1021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3063.81" OriginalAmount="2974.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.447354" Longitude="25.391844" StarRating="5" HotelCode="|534259" HotelName="Anemelia Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia - Ano Mera</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/5/9/534259_50ca40d1152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3127.76" OriginalAmount="3036.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.436909" Longitude="25.329388" StarRating="5" HotelCode="|23066" HotelName="Myconian Korali Relais &amp; Chateaux" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MYKONOS TOWN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/6/6/23066_61064ae1229.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays and it offers excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3145.50" OriginalAmount="3053.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.455881" Longitude="25.333199" StarRating="0" HotelCode="|529645" HotelName="Arocaria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/4/5/529645_840acf31004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3151.72" OriginalAmount="3059.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.438531" Longitude="25.411126" StarRating="5" HotelCode="|534264" HotelName="Million Stars Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalafatis Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/6/4/534264_540c28d1156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3155.44" OriginalAmount="3063.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.470571" Longitude="25.317419" StarRating="5" HotelCode="|452569" HotelName="Omeon Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Stefanos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/5/6/9/452569_03df0e91323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3173.84" OriginalAmount="3081.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.422006" Longitude="25.392467" StarRating="5" HotelCode="|153533" HotelName="Myconian Utopia Relais and Chateaux" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ELIA BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/5/3/3/153533_737c2051327.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3211.53" OriginalAmount="3117.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.45591" Longitude="25.383361" StarRating="0" HotelCode="|528152" HotelName="Ftelia Black Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ftelia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/1/5/2/528152_f6939361010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3234.53" OriginalAmount="3140.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.449259" Longitude="25.332458" StarRating="0" HotelCode="|521454" HotelName="Nomia Sunset Suites Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pigados, Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/4/5/4/521454_bba32fa1155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3249.31" OriginalAmount="3154.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.423526" Longitude="25.321109" StarRating="4" HotelCode="|538115" HotelName="ANOME Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/1/1/5/538115_d03f60e2112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3262.10" OriginalAmount="3167.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.414797" Longitude="25.343751" StarRating="4" HotelCode="|63554" HotelName="Acrogiali Beachfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLATYS YALOS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/5/4/63554_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, has 46 rooms and 10 single rooms. This air-conditioned establishment has a lobby, with a reception, express check-out, a safety deposit box service, a lift and a kiosk. Regarding the food and beverage offering, the establishment has a cafÃ©, a restaurant and a breakfast room. The establishment offers internet a medical care service, The establishment boasts a car park. SITUATION: This hotel is in Platy Yalos the beach next to the property, you can find a restaurant, Mykonos it is situated 10 minutes away from it is 4 kilometres away from Mykonos the International Airport of. ROOM: The modern and comfortable rooms, well-decorated, a bathroom with a bath and a hairdryer. They have a double bed, a direct line telephone, a television, a radio, internet and a safe. They are equipped with an individual air-conditioning system, They also have a balcony or terrace and with views. FACILITIES: For a fee, you can enjoy the sunshades and the deck chairs. OTHERS: The establishment serves a continental buffet breakfast and a set-menu dinner. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3389.98" OriginalAmount="3291.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42023" Longitude="25.31976" StarRating="4" HotelCode="|195838" HotelName="Casa Cook Mykonos - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aleomandra Ornou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/3/8/195838_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3406.25" OriginalAmount="3307.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4187" Longitude="25.3313" StarRating="5" HotelCode="|506682" HotelName="Alissachni Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Psarou, Agios Lazaros, Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/6/6/8/2/506682_d568d131237.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3479.96" OriginalAmount="3378.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.427296" Longitude="25.363424" StarRating="3" HotelCode="|475476" HotelName="Muse of Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/4/7/6/475476_5d5bb831221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3504.03" OriginalAmount="3401.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.419413" Longitude="25.313062" StarRating="5" HotelCode="|211173" HotelName="Anax Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/1/7/3/211173_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3638.99" OriginalAmount="3533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.45381266" Longitude="25.33500324" StarRating="2" HotelCode="609530|villa_thea_collection_mykonos" HotelName="Villa Thea Collection Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Amygdalidi, 84600 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/12/b31203c3d047ee840ebc3efbf6c365338187c3c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant and a bar. Wireless internet access in public areas allows guests to s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3790.70" OriginalAmount="3680.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.431356" Longitude="25.402631" StarRating="0" HotelCode="|535365" HotelName="Mykonos Bliss - Cozy Suites, Adults Only Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo Livadi Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/3/6/5/535365_660b3401530.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3869.84" OriginalAmount="3757.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.473128" Longitude="25.427717" StarRating="4" HotelCode="|450675" HotelName="Semeli Coast Mykonos Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merchia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/7/5/450675_21665cc1129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3915.24" OriginalAmount="3801.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.414901" Longitude="25.313648" StarRating="5" HotelCode="|55683" HotelName="Saint John Villas and Spa" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3916.10" OriginalAmount="3802.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4228668" Longitude="25.3259754" StarRating="4" HotelCode="|58094" HotelName="Deliades Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos Mykonos- P0 Box 642,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/0/9/4/58094_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Deliades is rated four stars was built in 2001 and it is in Mykonos the coast of. The establishment has a swimming pool. It has 30 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3974.91" OriginalAmount="3859.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41864" Longitude="25.31471" StarRating="5" HotelCode="|195853" HotelName="Amazon Mykonos Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/5/3/195853_9c2ce791444.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4025.62" OriginalAmount="3908.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.413398" Longitude="25.36771" StarRating="0" HotelCode="|550573" HotelName="Nimbus My Aktis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Super Paradise</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/5/7/3/550573_1e5e0721202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4067.06" OriginalAmount="3948.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.446433" Longitude="25.330607" StarRating="3" HotelCode="|60731" HotelName="Portobello Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KAMINAKI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/3/1/60731_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms, suites and villas. SITUATION: Is situated inMykonos a good area in 3 minutes away, guests can find great beaches, The establishment has views of Aegean the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4089.15" OriginalAmount="3970.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4229584" Longitude="25.3906479" StarRating="5" HotelCode="|175414" HotelName="Myconian Imperial - Leading Hotels Of The World" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/5/4/1/4/175414_088f1351412.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4202.68" OriginalAmount="4080.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.421124" Longitude="25.326582" StarRating="5" HotelCode="|472569" HotelName="Once in Mykonos - Designed for Adults" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/5/6/9/472569_a5230140921.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4351.75" OriginalAmount="4225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.45217351" Longitude="25.33272389" StarRating="4" HotelCode="552374|adel_private_suites" HotelName="Adel Private Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Evagelistraki, New Ring Road, Ag. Stefanou, 846 00 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/0c/0f0c25cf5a9dcba71b5c596fa3a094ea736baac0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Mykonos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4450.75" OriginalAmount="4321.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.413999" Longitude="25.345027" StarRating="5" HotelCode="|214758" HotelName="Branco Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platis Gialos Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/7/5/8/214758_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4639.20" OriginalAmount="4504.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.434649" Longitude="25.408886" StarRating="0" HotelCode="|533423" HotelName="Mileo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo Livadi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/2/3/533423_472b2de1111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4804.82" OriginalAmount="4664.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4376954" Longitude="25.325496" StarRating="4" HotelCode="|30958" HotelName="Mykonos Bay Resort and Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Main Street Megali Ammos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/5/8/30958_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4843.27" OriginalAmount="4702.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.426522" Longitude="25.322373" StarRating="5" HotelCode="|446369" HotelName="Aeonic Suites and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corfos Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/6/9/446369_8065e9e1504.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5283.15" OriginalAmount="5129.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.423227" Longitude="25.39019" StarRating="5" HotelCode="|483776" HotelName="Myconian Panoptis Escape - Small Luxury Hotels of the World" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/7/7/6/483776_00f0f070928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5407.42" OriginalAmount="5249.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.442523" Longitude="25.333136" StarRating="5" HotelCode="|532910" HotelName="Lovia Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chora Mykonou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/1/0/532910_0953b051053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5570.48" OriginalAmount="5408.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.423204" Longitude="25.311307" StarRating="4" HotelCode="|443929" HotelName="Noima Boutique Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis Diakoftis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/2/9/443929_9b851a71023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5866.40" OriginalAmount="5695.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42173" Longitude="25.31177" StarRating="3" HotelCode="|195850" HotelName="Hippie Chic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/5/0/195850_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6097.75" OriginalAmount="5920.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.422251" Longitude="25.394955" StarRating="5" HotelCode="|452300" HotelName="Deos Mykonos-A Myconian Collection hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Vasilios, Chora Mykonou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/3/0/0/452300_2c7a2b71048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6865.27" OriginalAmount="6665.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4383707" Longitude="25.3275373" StarRating="5" HotelCode="|31743" HotelName="Bill and Coo Suites and Lounge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MEGALI AMOS BEACH, 500M FROM MYKONOS TOWN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant, a lounge bar and a swimming pool with sea views. SITUATION: This hotel is near Mykonos, close to Megali Ammos Beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7125.55" OriginalAmount="6918.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.406838" Longitude="25.308514" StarRating="4" HotelCode="|527163" HotelName="Enigma Mykonos Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aleomandra Glyfadi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/1/6/3/527163_85b298b1001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7994.02" OriginalAmount="7761.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.413604" Longitude="25.342476" StarRating="0" HotelCode="|34704" HotelName="Nissaki Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platy Gialos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/7/0/4/34704_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 3 floors and a swimming pool with bay views, In the entrance, you can find a lobby with a seating area. SITUATION: This establishment, Psarou Beach it is close to near the establishment, you will find Plats Gialos the beach it is in an excellent location, is 10 minutes away from the airport, the city. ROOM: It has luxurious rooms with wooden furniture, with beautiful views of the sea, a bathrobe, slippers, beach towels, a satellite TV and coffee service. Are also equipped with a direct line telephone, a flat-screen television, a hairdryer, internet, an individual air-conditioning system, an iron, an ironing board, a mini-bar and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, The establishment offers a buffet breakfast, a lunch service and a dinner service. The establishment also has a swimming pool bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8704.71" OriginalAmount="8451.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4554644" Longitude="25.3287704" StarRating="5" HotelCode="|24893" HotelName="Cavo Tagoo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tagoo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/9/3/24893_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 13 suites, suites with a private swimming pool and 31 superior rooms. The establishment also offers superior rooms, with a private pool, This urban hotel with air-conditioning, has a reception, a bar, a television room, a restaurant, room service and a car park. SITUATION: This hotel is situated on a cliff, is 600 metres away from Mykonos the city of it is 5 kilometres away from Mykonos Airport it is 500 metres away from the old harbour,2,5 kilometres away, you can find the harbour. ROOM: The establishment has 69 rooms with wonderful sea views, a large balcony, elegant furniture, a bathroom with hydromassage bath, a shower, a hairdryer, toiletries, a bathrobe and slippers. They are equipped with individual air-conditioning, an alarm clock, a television, a DVD player, a CD player, body mirror, internet (available for a fee), a direct line telephone, a satellite television, a mirror, a mini-bar, a king size or double bed, a safe, a VIP service, an alarm clock and voicemail. FACILITIES: Outdoors, clients have access to a swimming pool and a snack bar. The establishment has a massage service. OBSERVATIONS: The establishment offers a transfer service to the airport and the port. OTHERS: Guests can book bed and breakfast or half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8735.34" OriginalAmount="8480.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44512" Longitude="25.42397" StarRating="5" HotelCode="|444866" HotelName="Cali Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalafati 846 00</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/6/6/444866_1a988031002.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11908.84" OriginalAmount="11561.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42352" Longitude="25.30866" StarRating="5" HotelCode="|531917" HotelName="Bill and Coo Coast Suites - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/9/1/7/531917_ddc4fdc1353.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15252.82" OriginalAmount="14808.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41813" Longitude="25.32572" StarRating="5" HotelCode="|28284" HotelName="Santa Marina, A Luxury Collection Resort, Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ORNOS BAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/8/4/28284_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This exotic hotel, has great views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20052.04" OriginalAmount="19468.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4445" Longitude="25.3346" StarRating="0" HotelCode="965539|agios_lazaros_resort" HotelName="AGL Luxury Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Lazaros, Mýkonos City 84600</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/b6/24b6d3a516a7ec3b7a1b6da4707f44cf4eb51f70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3024.96" OriginalAmount="2936.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44684" Longitude="25.32976" StarRating="0" HotelCode="|245872" HotelName="The Townhouse Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Manto Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Kitchen,Fax,Jacuzzi,Nightclub,Telephone Service,Bicycle Rental,Sauna</BasicAmenities>
    <HotelRating>4,2,3,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL,VILLAGE,RESIDENCES</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
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|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="ac3b2b16-c8f9-47d0-bd21-0a7515191d6a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="44939" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-18T00:00:00" End="2026-07-22T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|55683" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@skyluxetours.com" Password="Mumbai@54321" 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
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|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="ac3b2b16-c8f9-47d0-bd21-0a7515191d6a" TimeStamp="0001-01-01T00:00:00" HotelName="Saint John Villas and Spa" HotelCode="55683" GTCityId="44939" CountryCode="GR" CityName="Mykonos" CountryName="Greece" Address="Agios Ioannis," SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Double room|Room 2: Double room" RoomTypeCode="55683H1_24-167-890H2HRHR9k5p53|1779270276.DHREBPP-GBRAe8876offF|3089.35|94|MzA4OS4zNXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="2678" TotalPrice="2757.90" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/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-30T00:00:00" End="2026-06-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2677.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Half-board" FilterMealType="Half-board" RoomType="Room 1: Double room|Room 2: Double room" RoomTypeCode="55683H1_24-167H3HRHR8j4elq|1779270276.DHREBPP-GBRAe8876offF|4538.06|94|NDUzOC4wNnxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="3933" TotalPrice="4051.18" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/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-28T00:00:00" End="2026-06-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3933.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Junior Suite|Room 2: Junior Suite" RoomTypeCode="55683H42_H2HRHR9kgre9|1779270276.DHREBPP-GBRAe8876offF|5522.33|94|NTUyMi4zM3xFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="4786" TotalPrice="4929.85" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/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-30T00:00:00" End="2026-06-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4786.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Villa|Room 2: Villa" RoomTypeCode="55683H68_91-1179H2HRHR3d2h0d0|1779270276.DHREBPP-GBRAe8876offF|10015.56|94|MTAwMTUuNTZ8RVVSfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="8681" TotalPrice="8941.01" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/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-30T00:00:00" End="2026-06-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8680.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_11.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_15.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_5.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_8.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_9.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_10.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_12.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_13.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_14.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_16.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_3.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_6.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_4.jpg" /></Images><HotelDescription /><Facilities><HotelFacilities><Type>Hotel</Type><Description>Room service</Description><Value>Room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Valet</Description><Value>Valet</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tourist information</Description><Value>Tourist information</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Chapel</Description><Value>Chapel</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Menu for children</Description><Value>Menu for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Private check-in/check-out</Description><Value>Private check-in/check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fax / photocopy machine</Description><Value>Fax / photocopy machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Check-in and check-out without contact</Description><Value>Check-in and check-out without contact</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Masks available to customers</Description><Value>Masks available to customers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>You can pay without cash</Description><Value>You can pay without cash</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Clients can choose not to use the accommodationÂ´s cleaning service</Description><Value>Clients can choose not to use the accommodationÂ´s cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Hot tub/jacuzzi</Description><Value>Hot tub/jacuzzi</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Shop or supermarket</Description><Value>Shop or supermarket</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Terrace / solarium</Description><Value>Terrace / solarium</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Children\'s pool</Description><Value>Children\'s pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>No pets allowed</Description><Value>No pets allowed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tennis</Description><Value>Tennis</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Outdoor fireplace</Description><Value>Outdoor fireplace</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoking zone</Description><Value>Smoking zone</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Laundry service</Description><Value>Laundry service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Lift</Description><Value>Lift</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Umbrellas</Description><Value>Umbrellas</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Massages</Description><Value>Massages</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Hairdresser/Beauty salon</Description><Value>Hairdresser/Beauty salon</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tea / Coffee maker</Description><Value>Tea / Coffee maker</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Private beach area</Description><Value>Private beach area</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Barbecue</Description><Value>Barbecue</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Currency exchange</Description><Value>Currency exchange</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Special health and safety measures are followed</Description><Value>Special health and safety measures are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Adventure sports</Description><Value>Adventure sports</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Beach</Description><Value>Beach</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luxury</Description><Value>Luxury</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Outdoor pool (seasonal)</Description><Value>Outdoor pool (seasonal)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Indoor or covered pool</Description><Value>Indoor or covered pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>TV area / shared lounge</Description><Value>TV area / shared lounge</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Turkish bath / Hammam</Description><Value>Turkish bath / Hammam</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business</Description><Value>Business</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Airport pick-up service</Description><Value>Airport pick-up service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa</Description><Value>Spa</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa / Wellness Center</Description><Value>Spa / Wellness Center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sauna</Description><Value>Sauna</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Car rental</Description><Value>Car rental</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bike rental</Description><Value>Bike rental</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
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|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="ac3b2b16-c8f9-47d0-bd21-0a7515191d6a">
  <Rooms>
    <Room RoomType="Room 1: Double room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Double room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="info@skyluxetours.com" Password="Mumbai@54321" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="55683" SourceId="94" RoomTypeCode="55683H1_24-167-890H2HRHR9k5p53|1779270276.DHREBPP-GBRAe8876offF|3089.35|94|MzA4OS4zNXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-07-18T00:00:00" End="2026-07-22T00: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
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|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-29T00:00:00" End="2026-07-18T00:00:00">
        <AmountPercent NmbrOfNights="4" BasisType="Amount" Percent="0" Amount="2757.90" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>2757.90</TotalAmount>
  <TraceId>ac3b2b16-c8f9-47d0-bd21-0a7515191d6a</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
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|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="ac3b2b16-c8f9-47d0-bd21-0a7515191d6a">
  <Rooms>
    <Room RoomType="Room 1: Double room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Double room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="info@skyluxetours.com" Password="Mumbai@54321" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="55683" SourceId="94" RoomTypeCode="55683H1_24-167-890H2HRHR9k5p53|1779270276.DHREBPP-GBRAe8876offF|3089.35|94|MzA4OS4zNXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-07-18T00:00:00" End="2026-07-22T00: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
ac3b2b16-c8f9-47d0-bd21-0a7515191d6a|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-29T00:00:00" End="2026-07-18T00:00:00">
        <AmountPercent NmbrOfNights="4" BasisType="Amount" Percent="0" Amount="2757.90" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>2757.90</TotalAmount>
  <TraceId>ac3b2b16-c8f9-47d0-bd21-0a7515191d6a</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
6332ff14-35d4-402f-84df-9ef982b2528b|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="6332ff14-35d4-402f-84df-9ef982b2528b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80200" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-21T00:00:00" End="2026-06-22T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="operation@tiyatravel.com" Password="London@2026" 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
6332ff14-35d4-402f-84df-9ef982b2528b|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:6e3893df-87dd-4a0e-9565-3a2794ac0689
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
6332ff14-35d4-402f-84df-9ef982b2528b|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6332ff14-35d4-402f-84df-9ef982b2528b|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6332ff14-35d4-402f-84df-9ef982b2528b|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-05-20T10:49:20.35277+01:00" Version="0" EchoToken="Search" TransactionIdentifier="6332ff14-35d4-402f-84df-9ef982b2528b" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="2.18" OriginalAmount="2.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.147249" Longitude="-115.156035" StarRating="3" HotelCode="|18503" HotelName="The STRAT Hotel, Casino &amp; Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2000 Las Vegas Boulevard South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/3/18503_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a swimming pool on the roof terrace andLas Vegas great views of. ROOM: All the rooms have a living room, a writing desk, pay channels, complimentary bathroom items and a television. FACILITIES: There is a range of facilities and services available at the establishment, including a gym a spa with treatments. RESTAURANT: On the roof terrace, you have a restaurant with panoramic views, It also offers a buffet restaurant and a cocktail bar. SITUATION: This hotel is a 10-minute walk away from Fremont Experience the commercial centre the casino,3,2 kilometres away from the establishment, guests will find Show Mall the commercial centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2.96" OriginalAmount="2.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.098809" Longitude="-115.174684" StarRating="3" HotelCode="12338|1065964" HotelName="Excalibur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Casino Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3850 South Las Vegas Boulevard, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/05/050f9d0e9b8fe583/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This casino resort is popular with families and is located in the centre of the Las Vegas Strip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="3.01" OriginalAmount="2.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.146842" Longitude="-115.156107" StarRating="3" HotelCode="10166|3575572" HotelName="The Strat Hotel - Casino - Skypod" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Casino Resort,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2000 Las Vegas Boulevard South, Las Vegas, Nevada 89104</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/0b/8a0bea54fcafbf5a084ed8726107dbd8db7ba591.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Dominating Las Vegas' skyline, this hotel towers to a height of some 350 metres above the neon light...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4.15" OriginalAmount="4.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1185871" Longitude="-115.1723947" StarRating="3" HotelCode="|27703" HotelName="Harrah's Las Vegas Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3475 LAS VEGAS BLVD SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/0/3/27703_b8541f80748.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers attentive service and leisure areas. SITUATION: This hotel is in Strip (Las Vegas) the establishment offers a transfer service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4.25" OriginalAmount="4.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1150017" Longitude="-115.1869965" StarRating="4" HotelCode="|27704" HotelName="Rio &amp; Casino, a Destination by Hyatt Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3700 W. FLAMINGO ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/0/4/27704_043f5371108.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated complex in 2006, has a casino and has 2522 suites, Guests can find a lobby with a reception, a safety deposit box service, a currency exchange service, a commercial area, 2 nightclubs, a meeting room, an events room and 15 restaurants. The establishment offers guests room service, a laundry service (for a fee) and a car park (free of charge). SITUATION: the Las Vegas Strip It is near. ROOM: The spacious rooms with a hairdryer, a direct line telephone, satellite and cable TV, a safety deposit box and internet. They also have a sofa, a sitting room, an ironing set, an air-conditioning system and individual heating. FACILITIES: The establishment has 4 swimming pools, a beach, 5 spas and a massage service. The establishment also offers shows and a nightclub. PAYMENT METHODS: The establishment accepts American Express, Mastercard, JCB, Diners Club and Visa. OBSERVATIONS: The establishment offersthe Las Vegas Strip a transfer service to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4.26" OriginalAmount="4.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1170006" Longitude="-115.1723022" StarRating="3" HotelCode="|23199" HotelName="Flamingo Las Vegas Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3555 LAS VEGAS BOULEVARD LAS VEGAS, NEVADA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/9/23199_0b914eb0755.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is between Las Vegas Boulevard and Flamingo Road ROOM: The establishment has rooms are well-equipped. It also has disabled access rooms. FACILITIES: With regards to the food and beverage offering, there is restaurants with international dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="4.87" OriginalAmount="4.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.118151331202" Longitude="-115.17244177316" StarRating="3" HotelCode="258337|1224001" HotelName="The LINQ Hotel + Experience" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Casino Resort,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3535 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c2/0d/c20df90c6ba39f6e85842f3f3e57d967009b232d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Asian-themed hotel is located in the heart of the fabulous Las Vegas Strip within roughly 1.6 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="4.87" OriginalAmount="4.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.116201535505" Longitude="-115.18726229668" StarRating="4" HotelCode="16756|5465840" HotelName="Rio All-Suite Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Village,Spa Hotel,Casino Resort,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3700 West Flamingo Road, Las Vegas, Nevada 89103</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/6a/6a6a6e23f9875cc1bf0100612891346f454f5372.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This all-suite hotel is unique in Las Vegas. A favourite amongst repeat visitors to the city, it lie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4.97" OriginalAmount="4.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1006095" Longitude="-115.1676409" StarRating="3" HotelCode="|34160" HotelName="Oyo and Casino Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 E. TROPICANA AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/1/6/0/34160_07ed4d91635.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2006, has 19 floors and 696 rooms. The establishment boasts a hall with a reception, a cloakroom, a lift, a hairdresser's, 3 bars and 6 restaurants. The establishment offers a laundry service and room service. SITUATION: the Las Vegas Strip Near the establishment, you will find it is 6,5 kilometres away from the Congress Centre, Clients can also find Fashion Show Mall the shopping centre it is situated 3 kilometres away from McCarran Airport. ROOM: The quiet and comfortable rooms, have a bathroom, a direct line telephone, satellite or cable TV, a radio, an air-conditioning system and individual heating. They also have a safe, an ironing set, a kettle, a coffee maker and a hairdryer. FACILITIES: Customers can enjoy a swimming pool, a heated swimming pool and 2 spas. The establishment also offers a swimming pool bar, a massage service (available for a fee), a gym and a casino. OBSERVATIONS: Ask for further information regarding hotel conditions and operations. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers restaurants and bars.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5.06" OriginalAmount="4.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1376572" Longitude="-115.1662292" StarRating="3" HotelCode="|18509" HotelName="Circus Circus , Casino and Theme Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2880 LAS VEGAS BLVD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/9/18509_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 35 floors, 3770 rooms and 230 suites. The establishment has a lobby, a reception, a cloakroom, lifts, a kiosk, a hairdresser's, casino, a bar and a restaurant. The establishment offers guests internet, a laundry service, room service, a car park and indoor parking. SITUATION: This hotel is in Las Vegas ROOM: All the rooms have fitted carpets, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a television, internet, a safety deposit box, an iron, an air-conditioning system and heating. FACILITIES: Outdoors, guests have access to a swimming pool, a hydromassage bath and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6.06" OriginalAmount="5.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.095389303858" Longitude="-115.17502069473" StarRating="4" HotelCode="10167|4825582" HotelName="The Luxor &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Casino Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3900 Las Vegas Boulevard South, Las Vegas, Nevada 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/6413/a_6413_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spectacular, Egyptian-themed resort and casino enjoys a central location directly on the Las Ve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6.39" OriginalAmount="6.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.136735313864" Longitude="-115.16321361065" StarRating="3" HotelCode="47453|1054359" HotelName="Circus Circus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Casino Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2880 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/3a/ee3a1cc08fec771fac655ace3aad300e57eb5e37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a great location in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6.87" OriginalAmount="6.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.100360989939" Longitude="-115.16768753529" StarRating="3" HotelCode="64240|3432925" HotelName="Hooters Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Casino Resort,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>115 East Tropicana Avenue, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/48/2c/482c73fecd4c26ddcd8a425ec699580758a91884.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the southern end of the strip, across from the MGM Grand and within 6.5 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7.01" OriginalAmount="6.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.118134" Longitude="-115.171527" StarRating="4" HotelCode="|118707" HotelName="The LINQ Hotel and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3535 Las Vegas Blvd South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/0/7/118707_da44e8d0754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7.68" OriginalAmount="7.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0993996" Longitude="-115.1729965" StarRating="3" HotelCode="|20177" HotelName="Excalibur and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3850 LAS VEGAS BLVD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/7/7/20177_5bb50801603.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has 28 floors and 3977 standard rooms. The establishment has a lobby, a reception, a cloakroom, a kiosk, a cafÃ©, a hairdresser's, an events room, casino and shows. The establishment offers internet, a laundry service, room service, a car park and indoor parking. SITUATION: This hotel is situated in the Las Vegas Strip ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a safe (available for a fee), internet, an iron, an ironing board, an air-conditioning system and a central heating system. FACILITIES: Outdoors, clients can enjoy 2 swimming pools, a jacuzzi and a gym. OBSERVATIONS: Ask for further information regarding hotel booking conditions.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7.75" OriginalAmount="7.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0971985" Longitude="-115.1729965" StarRating="3" HotelCode="|24064" HotelName="Luxor &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3900 LAS VEGAS BLVD SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/6/4/24064_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated on the Las Vegas Strip the area it offers a casino, an entertainment programme, a spa, 4 swimming pools and a hydromassage bath. ROOM: The rooms have cable television, a sitting area and a bathroom with a shower. FACILITIES: Guests are offered a beauty treatment service, a steam bath, a sauna and a jacuzzi. The establishment has a nightclub with VIP areas and a bar. RESTAURANT: Customers can enjoy hamburger bar and buffet restaurants. IMPORTANT:.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8.39" OriginalAmount="8.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1109009" Longitude="-115.1727982" StarRating="4" HotelCode="|18513" HotelName="Planet Hollywood Resort and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3667 LAS VEGAS BLVD SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/1/3/18513_0cc0fea0728.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a casino, swimming pools, jacuzzis and theatres. SITUATION: This establishment, la Franja de las Vegas it is in Next to excellent transport links to, Where guests can enjoy shops, restaurants and theatres. it is 8 minutes drive away from the convention centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="8.77" OriginalAmount="8.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.110177737288" Longitude="-115.17172694206" StarRating="4" HotelCode="18245|1549571" HotelName="Planet Hollywood Las Vegas Resort &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Casino Resort,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3667 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/4b/0d4bab3af3767d00f9995e1d0caf1d770f2f2f61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a premier location right in the centre of the Las Vegas Strip, this spectacular reinvented reso...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8.85" OriginalAmount="8.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1361008" Longitude="-115.1547012" StarRating="4" HotelCode="|25440" HotelName="Westgate Las Vegas Resort and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3000 PARADISE ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/4/4/0/25440_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 30 floors and 3000 rooms. The establishment boasts a lobby, a reception, a currency exchange service, a safety deposit box service, a cloakroom, a lift and a kiosk. The establishment offers a games room, 9 Ã  la carte restaurants, room service (for a fee), a laundry service and a car park. SITUATION: This complex is 10 minutes away from the Las Vegas Strip it is situated in the surrounding area of the conference centre, restaurants, bars, cafÃ©s, casinos and nightclubs. ROOM: The modern rooms have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television and a radio. Guests also have available internet, an iron, an ironing board, a safety deposit box (available for a fee), fitted carpets, a double bed, heating and individual air-conditioning. FACILITIES: The establishment has a swimming pool, a jacuzzi (available for a fee), a sauna, a steam bath and a massage service. Our guests can also use the gym, enjoy tennis and play golf. OTHERS: Regarding the food and beverage offering, clients have a buffet restaurant and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9.02" OriginalAmount="8.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.135795184349" Longitude="-115.15208244324" StarRating="4" HotelCode="13911|1260928" HotelName="Westgate Las Vegas Resort &amp; Casino" Meals="ROOM ONLY,DINING CREDIT INCLUDED IN RATE" BedType="ROOM ONLY" PropertyType="Club Resort,Casino Resort" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3000 Paradise Road, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/6c/f96cfdfffaca83d6651ec3aae45b256e17814ff5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive casino resort hotel is located just 10 minutes walk from the famous Las Vegas Strip....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="10.66" OriginalAmount="10.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.142415641137" Longitude="-115.15686293254" StarRating="4" HotelCode="10168|2371675" HotelName="Sahara Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2535 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/64/e2646b3a316bec35e5a271fdac9e92bb06494fdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel lies along the legendary Las Vegas Strip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.55" OriginalAmount="12.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.132365" Longitude="-115.0847349" StarRating="3" HotelCode="|56897" HotelName="Boulder Station  and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4111 BOULDER HIGHWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/8/9/7/56897_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel This urban establishment, has, 300 rooms, The establishment has air-conditioning, express check-out, a reception, a safety deposit box service, a cloakroom and a lift. Some of the facilities that the establishment offers to guests include a cafÃ©, a nightclub, an auditorium, restaurants and conference facilities. The establishment offers a laundry service, a car park and indoor parking. Kids can enjoy a playground (for a fee). SITUATION: This hotel Boulder Highway it is in. ROOM: The stylish rooms, have a bathroom and with a shower or bath, a hairdryer. Are also furnished with a direct line telephone, cable television, internet, a coffee maker, a kettle, an iron, a double bed, individual air-conditioning, individual heating and a safe. FACILITIES: The establishment boasts a music room and a cinema. Outdoors, clients can enjoy a swimming pool and deck chairs. MEALS: Regarding the food and beverage offering, the establishment offers 5 restaurants. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.63" OriginalAmount="13.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1141548" Longitude="-115.1708145" StarRating="3" HotelCode="|18514" HotelName="Horseshoe Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3645 LAS VEGAS BLVD SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/1/4/18514_55cb6130725.jpg</HotelPictures>
        <HotelDescription>SITUATION: This inviting hotel is in Franja de Las Vegas the establishment is a 5-minute drive away from the exhibition centre. The establishment is a 10-minute drive away from a golf course. FACILITIES: There are many facilities and services available at the establishment, including a casino, restaurants, a swimming pool and a spa area. Clients can enjoy shows.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.46" OriginalAmount="14.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1122193" Longitude="-115.1635873" StarRating="2" HotelCode="|45119" HotelName="Ellis Island Casino and Brewery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4250 KOVAL LANE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/9/45119_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="14.52" OriginalAmount="14.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.132958" Longitude="-115.085267" StarRating="3" HotelCode="386798|3301947" HotelName="Boulder Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4111 Boulder Highway, 89121 Las Vegas, Nevada</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/3d/8a3df6d17aaea5f481fe9e83f73a91d5d0e687b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="14.68" OriginalAmount="14.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.114004419468" Longitude="-115.16908228398" StarRating="3" HotelCode="10629|1547899" HotelName="Bally's Las Vegas Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Casino Resort,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3645 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/f8/11f8c5ab5f184d1240e1ed8da2862711d755ee83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent casino hotel offers great value and high standards. It is ideally located at the hear...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="14.97" OriginalAmount="14.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.114078220263" Longitude="-115.15278447183" StarRating="3" HotelCode="300654|8522605" HotelName="Silver Sevens Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4100 Paradise Road, Las Vegas, Nevada 89169</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/84/7684d374f9e6a23c27bd9777b509fc761f02a7e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.76" OriginalAmount="16.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.124764" Longitude="-115.07682" StarRating="2" HotelCode="|109565" HotelName="Arizona Charlie's Boulder" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4575 BOULDER HIGHWAY, LAS VEGAS, NEVADA, 89121</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/5/6/5/109565_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Arizona Charlies Boulder is rated two stars, is near the strip, has a cafÃ© and a swimming pool. It has 301 rooms with hairdryer, a safety deposit box service, an ironing set and air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.26" OriginalAmount="16.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.112991" Longitude="-115.161487" StarRating="3" HotelCode="|18492" HotelName="Tuscany Suites and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>255 EAST FLAMINGO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/2/18492_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 716 rooms and 3 suites. It has a reception, a cloakroom, a lift, a kiosk, a cafÃ©, a gift shop, 5 bars, 5 restaurants and casino. The establishment offers internet, room service, a laundry service, a car park and indoor parking. SITUATION: the Las Vegas Strip It is situated close to. ROOM: Clients are offered suites with a bathroom, a direct line telephone, a hairdryer, a satellite or cable television, internet, an ironing set, a coffee maker and a kettle. They also have a fridge, a safety deposit box (available for a fee), a double bed, an air-conditioning system and individual heating. FACILITIES: The establishment boasts 2 heated swimming pools and a gym. MEALS: Guests have at their disposal 5 restaurants and 2 bars.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.28" OriginalAmount="16.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1240959" Longitude="-115.1711884" StarRating="4" HotelCode="|18489" HotelName="Treasure Island - TI Las Vegas Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3300 LAS VEGAS BLVD SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/9/18489_895b98b0945.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This Caribbean style hotel, has 2995 rooms, 200 suites and 33 floors. The establishment boasts a reception area, a safety deposit box service, a cloakroom, a lift, a kiosk, a hairdresser's, bars, 7 restaurants and conference rooms. It also has a casino and a theatre. The establishment offers room service, a laundry service, internet, a car park and indoor parking. SITUATION: This complex Strip (Las Vegas) it is in Strip (Las Vegas) In the surrounding area, you can find shops and leisure areas. ROOM: Clients are offered renovated suites, They have a bathroom with a hairdryer, a satellite television, a direct line telephone, internet, an iron and an ironing board. It also offers a safe (available for a fee), heating and individual air-conditioning. FACILITIES: The establishment has a swimming area (available for a fee), a spa with a jacuzzi, a massage service and a gym. OBSERVATIONS: Ask for further information regarding hotel conditions and operations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.16426772" Longitude="-115.20639807" StarRating="2" HotelCode="891384|arizona_charlies_decatur__casino_hotel__suites" HotelName="Arizona Charlie's Decatur Casino &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>740 South Decatur Boulevard, Las Vegas, Nevada 89107</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/65/6e65d5dc1db7b5353a6fed70226c2901acec702d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 258 rooms. The establishment features a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.09" OriginalAmount="17.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.110498" Longitude="-115.154027" StarRating="4" HotelCode="|40651" HotelName="Virgin Hotels Las Vegas, Curio Collection By Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4455 PARADISE ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/5/1/40651_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers a swimming pool. ROOM: The rooms have a bathroom, a television, a radio and an iPod docking station. RESTAURANT: The establishment offers restaurants and a bar. FACILITIES: The establishment has slot machines, games, living rooms, shows, a gift shop, jewellery and a tattoo studio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.59" OriginalAmount="18.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1711322" Longitude="-115.1465383" StarRating="3" HotelCode="|203107" HotelName="Golden Gate and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Fremont Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/1/0/7/203107_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="19.02" OriginalAmount="18.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.12414660866" Longitude="-115.1712012291" StarRating="4" HotelCode="45374|2200170" HotelName="Treasure Island - TI Hotel &amp; Casino, a Radisson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Casino Resort,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3300 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/e3/23e3363a79856d714ae7461123a3620bea1e6f3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxurious casino resort is centrally located on the Las Vegas strip. A diverse selection of shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.12" OriginalAmount="18.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.171226" Longitude="-115.146829" StarRating="3" HotelCode="|118611" HotelName="Plaza and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 S MAIN STREET, LAS VEGAS, NEVADA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/1/1/118611_df13a472159.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Plaza and Casino is rated two stars, is near Vegas Strip, has a swimming pool and a gym. ROOM: Guests are offered 1037 rooms, fully-equipped with an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="19.23" OriginalAmount="18.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.171338968354" Longitude="-115.14630496502" StarRating="2" HotelCode="12859|6970810" HotelName="Golden Gate Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Fremont Street, Las Vegas, Nevada 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/d3/09d3ca5d8f8fc841f18313c59f258593836fc70f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1710458554" Longitude="-115.14359855158" StarRating="3" HotelCode="122705|fremont_hotel_and_casino" HotelName="Fremont Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Casino Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Fremont Street, Las Vegas, Nevada 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/45/6e4529b721033a67667288ed0a0780969edb9d65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel and casino is located in the heart of downtown Las Vegas. Guests are just steps away from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.112211362556" Longitude="-115.16357570887" StarRating="2" HotelCode="70949|super_8_las_vegas_strip_area" HotelName="Ellis Island Casino Hotel &amp; Brewery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4250 Koval Lane, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/09/66094f5d9e1296d67c464988100edcd154d9966e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located a street block from the Las Vegas Strip, just off of Interstate 15. M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.171911669167" Longitude="-115.14664292336" StarRating="3" HotelCode="35090|plaza_hotel_and_casino__las_vegas" HotelName="Plaza Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Casino Resort" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Main Street, Las Vegas, Nevada 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/43/424311c27bbd2679d2cb2483070c46c9e6aba61a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers affordable prices and excellent service in the heart of Las Vegas, overlooking the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.108756226878" Longitude="-115.15375614166" StarRating="4" HotelCode="36278|hard_rock_hotel_and_casino_featuring_hrh_tower_suites" HotelName="Hard Rock Hotel &amp; Casino Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Casino Resort,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4455 Paradise Road, Las Vegas, Nevada 89169</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ed/21ed70ad54c40b4a0a21eca56c7fac207d17bb1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hip hotel is located on Paradise Road, 3 km off the strip. Lake Las Vegas Resort is a 30-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.172779201122" Longitude="-115.14507954597" StarRating="3" HotelCode="119720|california_hotel_and_casino" HotelName="California Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Casino Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 East Ogden Avenue, Las Vegas, NV 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/7d/a47d5bbcc5c94e04893d33ee49d17af6553e9860.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel and casino is located one short block off Fremont Street Experience in the heart of Downto...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.14" OriginalAmount="20.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1427218" Longitude="-115.1757089" StarRating="3" HotelCode="|58553" HotelName="Palace Station  and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2411 WEST SAHARA AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/5/5/3/58553_40c274a1700.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007, has bars and lounge areas. This establishment has 21 floors and has 960 standard rooms. It has air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a cloakroom and a lift. The establishment also has a hairdresser's, a nightclub, a casino, restaurants and conference rooms. The establishment offers room service, a laundry service, a car park and indoor parking. SITUATION: This hotel is in Sahara Avenue it is situated next to the Interstate 15 motorway. Is situated in western the Las Vegas Strip. ROOM: The rooms have a bathroom with a shower or bath, a hairdryer, a television, internet and an ironing set. FACILITIES: The establishment boasts an entertainment room and a club. Outdoors, guests can enjoy a swimming pool and deck chairs. MEALS: In the food and beverage department, the establishment offers 7 restaurants. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="21.47" OriginalAmount="20.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.142726750213" Longitude="-115.17580255866" StarRating="3" HotelCode="68982|1082954" HotelName="Palace Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2411 West Sahara Avenue, Las Vegas, Nevada 89102</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f7/1df702f0ff4d3bc7f7418de0e6f9e2d69af81e60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.54" OriginalAmount="20.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.106261" Longitude="-115.156144" StarRating="3" HotelCode="|56483" HotelName="Alexis Park All Suite Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>375 EAST HARMON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/4/8/3/56483_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Alexis Park Resort is rated three stars and has 495 rooms. SITUATION: This hotel is in an excellent location. It is in Las Vegas it is 25 streets away from the casino Hard Rock Hotel and . It is situated 75Â miles away from the University of Nevada. It is 1 mile away from Thomas and Mack Center it is 15 miles away from the Bellagio Fountains it is 15 miles away from Madame Tussaud's Wax Museum it is situated 2Â miles away from the convention centres Sands Expo and Las Vegas. It is 5 miles away from the Fremont Street Experience FACILITIES: in the surrounding area, you can find a golf course. close to the establishment, guests can enjoy a casino. Outdoors, clients can enjoy a swimming pool. The establishment has a spa and a sauna. With regards to the food and beverage offering, there is a restaurant, a bar and the restaurant Alexis Gardens with traditional dishes. Some of the services clients have access to are a reception, a concierge service, lifts, a dry cleaner's, a launderette and valet service. Guests have access to meeting facilities, conference rooms, facilities for conferences, groups and banquets and a business centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.169791" Longitude="-115.142319" StarRating="3" HotelCode="12537|the_d_las_vegas" HotelName="The D Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Fremont Street, Las Vegas, Nevada 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/10/5910be0a9fa31516053a64f9f29736768d267f74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="22.06" OriginalAmount="21.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.107577393855" Longitude="-115.15609502792" StarRating="3" HotelCode="64606|1392312" HotelName="Alexis Park - An All Suites Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>375 East Harmon Avenue, 89169 Las Vegas, Nevada</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/72/72cecd1c61c7b01a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1744895423" Longitude="-115.14483549603" StarRating="3" HotelCode="893768|main_street_station_hotel_casino_and_brewery" HotelName="Main Street Station Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Casino Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200	North Main Street, Las Vegas, Nevada 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/a7/7fa7e3c515983a36e29aca8cbcdcd55c82dab4f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Las Vegas. Main Street Station is located one short block from Frem...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.156632599447" Longitude="-115.14924980326" StarRating="0" HotelCode="226253|sin_city_hostel_" HotelName="Sin City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Garden,Internet,Laundry,Parking,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>1208 South Las Vegas Boulvard, Las Vegas, Nevada 89104</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/60/4060075b13dcd1ca2f2aac8cd621b207e31333bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sin City Hostel is perfectly located for both business and leisure guests in Las Vegas (NV). The hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.71" OriginalAmount="23.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1119985" Longitude="-115.1715618" StarRating="4" HotelCode="|18524" HotelName="Paris Las Vegas Resort and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3655 Las Vegas Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/2/4/18524_0d133ef1157.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a casino, a swimming pool on the roof terrace, a commercial centre, a theatre, a beauty centre and a spa. ROOM: The French in style rooms have a marble bathroom, films (available for a fee), a safe and room service. FACILITIES: There are many facilities and services available at the establishment, including a gym, a spa, a casino and table games. MEALS: The hotel has 11 restaurants, 5 bars and a piano bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.74" OriginalAmount="23.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.170897" Longitude="-115.143619" StarRating="3" HotelCode="|118552" HotelName="Fremont and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>200 E. FREMONT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/5/2/118552_27c13e22155.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 447 standard rooms and suites, a casino and with air-conditioning. In the establishment entrance, guests will find a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift and a kiosk. Guests can enjoy a cafÃ©, a bar and 1 restaurants. Guests also have access to conference facilities, internet, a laundry service and an indoor car park. SITUATION: The hotel is in Las Vegas the heart of the Fremont Street Experience it is situated close to Where you can find shops, museums and historic points of interest. ROOM: All the rooms have bath or shower, a bath with a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable TV, internet, a safety deposit box, an ironing set with air-conditioned and heating. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: Guests have bellboy service and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.13" OriginalAmount="23.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.16868" Longitude="-115.13673" StarRating="2" HotelCode="|195472" HotelName="Downtowner Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>129 North 8th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/4/7/2/195472_270a5ab1659.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.94" OriginalAmount="24.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1709528" Longitude="-115.1405926" StarRating="3" HotelCode="|201825" HotelName="Oasis At Gold Spike - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>217 North Las Vegas Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/8/2/5/201825_027743a1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="25.68" OriginalAmount="24.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.11202" Longitude="-115.171342" StarRating="4" HotelCode="15679|1874925" HotelName="Paris Las Vegas Resort &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Casino Resort,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3655 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/53/305362fffef0acdd9725aa4a2a2c707eb167915c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a visually stunning re-creation of Paris in the middle of Las Vegas. It enjoys a centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.23948004" Longitude="-115.11953352" StarRating="3" HotelCode="120701|cannery_hotel__casino" HotelName="Cannery Casino Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>2121 East Craig Road, North Las Vegas, Nevada 89030</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/92/0d9289f63a696ff8ae547f077873c5bb8800d3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.168802" Longitude="-115.137008" StarRating="2" HotelCode="84577|downtowner_motel_las_vegas" HotelName="Downtowner Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 North 8th Street, Las Vegas, NV 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c2158cbdc1116bde36e3df6bf51e1b26809ed3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel warmly welcomes guests in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.03" OriginalAmount="25.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.169096" Longitude="-115.138641" StarRating="3" HotelCode="|118547" HotelName="El Cortez and Casino - 21 and Over" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>600 EAST FREMONT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/4/7/118547_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.23" OriginalAmount="25.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.172655" Longitude="-115.145432" StarRating="3" HotelCode="|109574" HotelName="California  and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 E. OGDEN AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/5/7/4/109574_36047e92122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.170996861523" Longitude="-115.14049530029" StarRating="3" HotelCode="122795|oasis_at_gold_spike_2" HotelName="Oasis at Gold Spike" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>217 Las Vegas Bulevard North, Las Vegas, Nevada 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/2e/932ee51a842627efcdc90dd0956670b41d51384e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.155820808087" Longitude="-115.14913621964" StarRating="2" HotelCode="64892|thunderbird_hotel" HotelName="Thunderbird Hotel &amp; Lounge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1215 South Las Vegas Boulevard, Las Vegas, Nevada 89104</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c4/4ec4daeb18da82fd0ff2c89f442ba4659d9c2be3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.116244870508" Longitude="-115.19245505333" StarRating="3" HotelCode="12853|gold_coast_hotel_and_casino" HotelName="Gold Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4000 West Flamingo Road, Las Vegas, Nevada 89103</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/c1/65c112ea252531a055f0ab81abc5c0482a40246a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Various restaurants and casinos, open 24 hours a day, may be easily reached on foot. The hotel is ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.168846213984" Longitude="-115.13903087686" StarRating="2" HotelCode="892495|el_cortez_hotel_and_casino" HotelName="El Cortez Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>600 Fremont Street, Las Vegas, NV 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ca/14ca3e38f815e6ea58defefb6faa4d0e7817b81b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="28.07" OriginalAmount="27.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.170637431218" Longitude="-115.14429867268" StarRating="4" HotelCode="12860|1905399" HotelName="Golden Nugget" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Casino Resort" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 East Fremont Street, Las Vegas, Nevada 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/7f/037fffb10d18ee04707ef1c795cf25a08f4bdc4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Las Vegas, only a few minutes from the famous Strip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.19" OriginalAmount="27.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.174154" Longitude="-115.145777" StarRating="3" HotelCode="|118598" HotelName="Main Street Station , Casino and Brewery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>200 N. MAIN STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/9/8/118598_1_1755.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 406 rooms, In the entrance, you can find a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. Guests can enjoy a cafÃ©, a bar and 1 restaurants. Guests also have access to conference facilities, internet, a laundry service and an indoor car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.58" OriginalAmount="27.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1259995" Longitude="-115.1548996" StarRating="3" HotelCode="|18508" HotelName="Mardi Gras  and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3500 PARADISE ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/8/18508_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 3 floors and 314 rooms. The establishment boasts air-conditioning, a hall with a lift, a cloakroom, a hairdresser's, a bar, a restaurant with internet and the casino. The establishment also offers a laundry service and room service. SITUATION: It is in an excellent location, the Las Vegas Strip 15 kilometres away, you can find. ROOM: The rooms a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a safety deposit box (available for a fee), internet, a kettle and a coffee maker. They also have a minibar or fridge, an iron, an ironing board, an air-conditioning system, heating and a balcony or terrace. FACILITIES: The establishment has a heated pool, a solarium and a jacuzzi. OBSERVATIONS: The establishment offersthe Las Vegas Strip a transfer service to Ask for further information regarding hotel conditions and operations.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.17" OriginalAmount="28.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.15584" Longitude="-115.14943" StarRating="0" HotelCode="|231061" HotelName="Thunderbird" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1215 Las Vegas Boulevard South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/0/6/1/231061_252ad280253.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.54" OriginalAmount="28.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1016731" Longitude="-115.1684143" StarRating="4" HotelCode="|20181" HotelName="Mgm Grand and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3799 LAS VEGAS BLVD SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/8/1/20181_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has modern furniture, a theatre and a casino. SITUATION: This establishment is in Strip de Las Vegas</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.103443" Longitude="-115.201072" StarRating="3" HotelCode="18398|the_orleans_hotel__casino" HotelName="The Orleans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Casino Resort" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4500 West Tropicana Avenue, Las Vegas, Nevada 89103</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/0c/130ce750451ef8e1d8ab6ab1737316ba4bfd76c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Offering outstanding value, this New Orleans themed hotel has superb facilities, and is located arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="30.25" OriginalAmount="29.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.104608563194" Longitude="-115.1766461134" StarRating="4" HotelCode="10169|1141029" HotelName="Park MGM Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Casino Resort,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3770 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/6415/a_6415_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, inviting casino resort, with European flair, enjoys a wonderfully central location on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.12547034827" Longitude="-115.1545420289" StarRating="2" HotelCode="10995|best_western_mardi_gras_hotel__casino" HotelName="Mardi Gras Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3500 Paradise Road, Las Vegas, Nevada 89169-3611</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/af/a8af6e86624bf08aeabe2c9dfa12699de1fa3656.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This casino hotel, popular with families is located around 1.5 km away from the Las Vegas Strip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="31.16" OriginalAmount="30.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.101991" Longitude="-115.168793" StarRating="4" HotelCode="14835|2868556" HotelName="MGM Grand Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Casino Resort,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3799 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17420/a_17420_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The largest hotel in the world offers guests everything they might need. It enjoys a fabulous locati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.71" OriginalAmount="30.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1710014" Longitude="-115.1447983" StarRating="4" HotelCode="|24059" HotelName="Golden Nugget Las Vegas and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>129 EAST FREMONT STREET LAS VEGAS, NEVADA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/5/9/24059_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Las Vegas city centre. It is located near the Spring Mountains. FACILITIES: This establishment has a terrace with a swimming pool. Guests are offered an entertainment programme, a theatre and shows.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.77" OriginalAmount="30.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.107719" Longitude="-115.154072" StarRating="3" HotelCode="|118702" HotelName="Serene Vegas Boutique Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>455 E HARMON AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/0/2/118702_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.99" OriginalAmount="32.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.156068" Longitude="-115.148267" StarRating="2" HotelCode="|109598" HotelName="Super 8 By Wyndham Las Vegas North Strip/fremont St. Area" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1213 SOUTH LAS VEGAS BOULEVARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/5/9/8/109598_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.11146234068" Longitude="-115.06137677246" StarRating="3" HotelCode="898820|sams_town_hotel__gambling_hall" HotelName="Sam's Town Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5111 Boulder Highway, Las Vegas, NV 89122</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/d3/c5d354f49814869e9ab814ad400cb9caf5dc3dd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.26" OriginalAmount="33.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.10765" Longitude="-115.05994" StarRating="3" HotelCode="|195468" HotelName="Longhorn Casino and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5288 Boulder Highway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/4/6/8/195468_41cd3f40509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.64" OriginalAmount="33.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.112879" Longitude="-115.062385" StarRating="3" HotelCode="|118703" HotelName="Sam's Town &amp; Gambling Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5111 BOULDER HIGHWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/0/3/118703_2.jpg</HotelPictures>
        <HotelDescription>ROOM: Guests are offered 646 rooms and elegant suites.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.114667671772" Longitude="-115.19488379497" StarRating="4" HotelCode="894607|the_palms_casino_resort" HotelName="Palms Casino Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Casino Resort,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4321 West Flamingo Road, Las Vegas, Nevada 89103</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/8c/488cd172f815ac7a297949736f7eb2a3e87c3a56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 1.6 km from the Las Vegas Strip, this family-friendly club resort provides a complimentary s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.93" OriginalAmount="34.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1015771" Longitude="-115.1734909" StarRating="4" HotelCode="|18501" HotelName="New York New York and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3790 LAS VEGAS BLVD SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/1/18501_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 28 floors and 2200 rooms. In the establishment entrance, guests will find a lobby with an elevator, a cloakroom and a reception. You are also offered a hairdresser's, a kiosk, bars, a theatre, a casino, restaurants, internet, a laundry service, room service and a car park. SITUATION: This casino hotel, the Las Vegas Strip it is in. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, internet, individual heating, an individual air-conditioning system, an iron, an ironing board, a kettle and a coffee maker. FACILITIES: Outdoors, clients have access to a heated pool and a snack bar. For a fee, guests can enjoy a jacuzzi, a spa with a massage service and a gym. OBSERVATIONS:.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="36.01" OriginalAmount="34.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.101587608655" Longitude="-115.174087286" StarRating="4" HotelCode="15143|1558803" HotelName="New York New York Las Vegas Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Casino Resort,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3790 Las Vegas Blvd South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8b/8b49aa0f2cd93ac3/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stunning casino hotel, with a New York theme, is centrally located directly on the famous Las V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.107847320299" Longitude="-115.15407354879" StarRating="3" HotelCode="64883|serene_a_vegas_resort" HotelName="Serene a Vegas Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Airport 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,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>455 East Harmon Avenue, Las Vegas, Nevada 89169</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/4f/4a4f1f7fd4c2f41b47eca02c81121120db140b34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located across the street from the Hard Rock Hotel and Casino, 3 blocks from the world-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.156072621659" Longitude="-115.14857947826" StarRating="2" HotelCode="86466|super_8_las_vegas" HotelName="Super 8 Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1213 South Las Vegas Blvd, Las Vegas, Nevada 89104</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/7c/3e7ce2305e47eaa799c9bd67c82edc605242a658.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.107167112227" Longitude="-115.0590992616" StarRating="2" HotelCode="895134|longhorn_boulder_highway" HotelName="Longhorn Hotel &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5288 Boulder Highway, Las Vegas, Nevada 89122</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/23/a42356c75c3bafe1179e7707717759464afb48c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel warmly welcomes guests in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.41" OriginalAmount="35.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.2506436" Longitude="-115.2444839" StarRating="3" HotelCode="|58557" HotelName="Santa Fe Station and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4949 NORTH RANCHO DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/5/5/7/58557_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.250396571028" Longitude="-115.24391055107" StarRating="3" HotelCode="386814|santa_fe_station_hotel__casino" HotelName="Santa Fe Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Casino Resort" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4949 N Rancho Drive, Las Vegas, Nevada 89130</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/ec/efecb130a02f87e3a4cdc1add985c9fa15b1b0dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in northwest Las Vegas, minutes away from the Strip, Red Rock Canyon and Mount Charlest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1715996" Longitude="-115.1415719" StarRating="3" HotelCode="42205|downtown_grand_an_ascend_hotel_collection_member" HotelName="Downtown Grand Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>206 North 3rd Street, Las Vegas, Nevada 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/3f/5f3fd2023842047665edfb11b147b18b48da1d08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - North Air Terminal (VGT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.218410666667" Longitude="-115.12079333333" StarRating="2" HotelCode="156894|lucky_club_casino_and_hotel" HotelName="Lucky Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3227 North Civic Center Drive, North Las Vegas, NV 89030</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/7b/b37b1e2e15ffea8123e447c598e7808717765fa7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club warmly welcomes guests in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.58" OriginalAmount="37.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.102726" Longitude="-115.200878" StarRating="3" HotelCode="|22130" HotelName="The Orleans  and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4500 WEST TROPICANA AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/0/22130_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2003, has 21 floors and 1368 rooms. The establishment boasts a hall with a reception, a currency exchange service, lifts, air-conditioning, shops, a hairdresser's, bars, a games room, a conference room and 12 restaurants. The establishment offers guests room service, a laundry service (for a fee), an exhibition room, cinemas and a car park. SITUATION: the Las Vegas Strip It is 800 metres away from. ROOM: The beautiful and large rooms, have a bathroom with a hairdryer, satellite and cable television, a direct line telephone, a radio, internet and a fridge. They also have a coffee maker, a teapot, an iron, an ironing board, a king size or double bed, fitted carpets, an air-conditioning system and individual heating. FACILITIES: The establishment boasts a swimming area with a jacuzzi, a gym and a spa. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: The establishment offers transfer service free of charge, Ask for further information regarding hotel conditions and operations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.94" OriginalAmount="37.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.171386" Longitude="-115.144277" StarRating="0" HotelCode="|564279" HotelName="Apache" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>128 Fremont Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/4/2/7/9/564279_87955421927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.91" OriginalAmount="38.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1696177" Longitude="-115.1433879" StarRating="3" HotelCode="|22127" HotelName="Four Queens  and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>202 FREMONT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/2/7/22127_c45d8dd1620.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007, has 19 floors and 690 rooms. It has a reception, a safety deposit box service, a cloakroom, a currency exchange service, a kiosk and lifts. The establishment has a casino, bars and restaurants. There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel is in Las Vegas the city centre of the Fremont Street Experience is situated in. ROOM: The comfortable rooms, have a bathroom, a direct line telephone, satellite or cable TV, WiFi, a fridge, a king size or double bed, individual heating and an individual air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.09" OriginalAmount="39.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1156006" Longitude="-115.1931992" StarRating="3" HotelCode="|18520" HotelName="Gold Coast and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4000 WEST FLAMINGO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/2/0/18520_0146ea91633.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned renovated hotel in 2002, has 10 floors, 711 rooms and 27 suites. The establishment has a lobby with a lift, a souvenir shop, a reception, a bellboy, a gift shop, event room, 5 bars, a conference room, 5 restaurants with air-conditioning. The establishment offers guests room service, a laundry service, an indoor car park and a car park. SITUATION: It is 15 minutes away from the airport, close to the establishment, clients can find restaurants, casinos. ROOM: The comfortable, smart rooms, have a bathroom with a hairdryer, a direct line telephone and flat-screen satellite television. They also have internet, a courtesy tea and coffee service, heating and an individual air-conditioning system. FACILITIES: At no extra cost, clients have at their disposal a spa area, body care, a covered swimming pool, a swimming pool and jacuzzis. The establishment also has a solarium, a gym and an entertainment programme.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="41.47" OriginalAmount="40.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.170502" Longitude="-115.14397" StarRating="3" HotelCode="48230|1444681" HotelName="Four Queens Casino &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Casino Resort,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>202 Fremont Street, Las Vegas, Nevada 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/75/8e7577e64b62b1140972120da7626bed91f7eac7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located in the centre of Las Vegas, on the famous Fremont Street, where nightl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.099997" Longitude="-115.218538" StarRating="3" HotelCode="890949|club_de_soleil_allsuite_resort" HotelName="Club de Soleil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5625 West Tropicana Avenue, Las Vegas, Nevada 89103</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/10/7a100ed24fe4b50ce3eb1ae408351a86a512e3ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.51" OriginalAmount="41.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6048" Longitude="-105.21123" StarRating="2" HotelCode="|481422" HotelName="Econo Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1216 GRAND AVENUE, LAS VEGAS, NM 87701</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/4/2/2/481422_591d7131337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.62" OriginalAmount="41.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.133037" Longitude="-115.164702" StarRating="5" HotelCode="|444550" HotelName="Las Vegas Hilton at Resorts World" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>999 Resorts World Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/5/0/444550_35f04641453.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.143766" Longitude="-115.16984" StarRating="3" HotelCode="82982|artisan_hotel" HotelName="Artisan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1501 West Sahara Avenue, Las Vegas, Nevada 89102</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/84/8a84271e31f61a1d976622a889be1d363fd6ce5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located 1 km from the Las Vegas Strip, and less than 5 km from the Las Ve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.163637333333" Longitude="-115.126433" StarRating="1" HotelCode="146841|desert_moon_motel" HotelName="Desert Moon Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>1701 Fremont Street, Las Vegas, Nevada 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0c/530c1dfea8bd0eb1394d15480be592cad4c20cc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Desert Moon Motel offers comfort and convenience whether you're on business or holiday in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.19" OriginalAmount="44.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.109285" Longitude="-115.178487" StarRating="5" HotelCode="|66920" HotelName="Vdara  and Spa At Aria Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2600 WEST HARMON AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/9/2/0/66920_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has suites, The establishment boasts a spa, ARIA Resort and Casino It is located next to The establishment is well-connected with Las Vegas city centre This air-conditioned establishment has a lobby, with express check-out, a reception, a bar, a restaurant, internet and a car park. SITUATION: This hotel Las Vegas it is in Nevada is situated in it is located on the Las Vegas Strip the area It has excellent transport links to, the establishment is 3 kilometres away from Fashion Show Mall the shopping centre it is situated 5 kilometres away from Las Vegas Convention Centre the Convention Centre it is 64 kilometres away from McCarran the International Airport of. ROOM: All the rooms have a bathroom with a shower or bath, a hairdryer, a direct line telephone, flatscreen cable television, a radio, a Hi-Fi, internet, a safe, a fully-equipped kitchen, an ironing set, an air-conditioning system and individual heating. FACILITIES: Outdoors, clients have access to a swimming pool, The establishment boasts a gym and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1093577321" Longitude="-115.17778339447" StarRating="5" HotelCode="889340|vdara_hotel__spa" HotelName="Vdara Hotel &amp; Spa at ARIA Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2600 West Harmon Avenue, Las Vegas, Nevada 89158</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/d6/efd63766d61f87cb08ca75afdce2ca3387a0a5cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas, Nevada. It is connected to the Bellagio Resort and Casino on the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0994935" Longitude="-115.1657792" StarRating="2" HotelCode="263853|howard_johnson_on_east_tropicana_las_vegas" HotelName="Howard Johnson on East Tropicana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 East Tropicana Avenue, Las Vegas, NV 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/03/ca03d22057588ad471be021130e66321a9cf16d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.85" OriginalAmount="46.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.114339" Longitude="-115.198801" StarRating="4" HotelCode="|70629" HotelName="Palms Place And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4381 WEST FLAMINGO ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/6/2/9/70629_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a spa, 20 treatment cabins and Turkish baths. Regarding the food and beverage offering, the establishment has a restaurant, The establishment offers 7 clubs and a concert hall. SITUATION: It is situated close to restaurants, casinos.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.100564777778" Longitude="-115.21062688889" StarRating="3" HotelCode="896673|tahiti_allsuite_resort_2" HotelName="Tahiti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5101 West Tropicana Avenue, Las Vegas, NV 89103</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/7d/d87d06f79a071b30937c51111bbcbf659a4e4aa6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.44" OriginalAmount="48.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1153478" Longitude="-115.1324225" StarRating="3" HotelCode="|168294" HotelName="MainStay Suites Las Vegas Flamingo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1550 East Flamingo Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/2/9/4/168294_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.114495858265" Longitude="-115.19881122338" StarRating="4" HotelCode="88279|palms_place_hotel_and_spa_2" HotelName="Palms Place Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4381 West Flamingo Road, Las Vegas, Nevada 89103</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/3e/893ea99a04960748ac5e59e8cc550ff83501a664.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.28350817" Longitude="-115.02811724" StarRating="2" HotelCode="774427|motel_6_las_vegas_nv_motor_speedway" HotelName="Motel 6 Las Vegas Nv-Motor Speedway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6585 Speedway Boulevard, Las Vegas, Nevada 89115</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/c5/efc543f9440ea061bf4bf689aee28156bb23c6f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.55" OriginalAmount="49.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.283733" Longitude="-115.02755" StarRating="2" HotelCode="|461511" HotelName="Motel 6 Las Vegas, Nv - Motor Speedway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6585 Speedway Blvd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/5/1/1/461511_f4bae970736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.86" OriginalAmount="49.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.143645" Longitude="-115.169681" StarRating="3" HotelCode="|109566" HotelName="Lexi Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1501 WEST SAHARA AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/5/6/6/109566_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.48" OriginalAmount="49.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.107608" Longitude="-115.177153" StarRating="5" HotelCode="|66472" HotelName="Aria Resort and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3730 LAS VEGAS BLVD. SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/4/7/2/66472_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The ARIA Resort and Casino is rated five stars. SITUATION: This establishment is situated near the Bellagio Gallery of Fine Art ROOM: The establishment has 4004 rooms with mini-bar, a hairdryer, a safety deposit box, an ironing set and an air-conditioning system. FACILITIES: The establishment has an indoor and outdoor pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.16" OriginalAmount="50.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.16139" Longitude="-115.12201" StarRating="0" HotelCode="|610748" HotelName="Rodeway Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2009 Fremont St.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/0/7/4/8/610748_e8384d50128.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.55" OriginalAmount="51.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6111419" Longitude="-105.2099691" StarRating="0" HotelCode="|279542" HotelName="Regal In Las Vegas, New Mexico" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1809 North Grand Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/5/4/2/279542_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.114946985714" Longitude="-115.13222742857" StarRating="2" HotelCode="122119|extended_stay_america__las_vegas__east_flamingo" HotelName="Extended Stay America - Las Vegas - East Flamingo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1550 East Flamingo Road, Las Vegas, NV 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/04/9f040a2f9e6457feeedf64ac89550be9608dd5fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.75" OriginalAmount="53.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.09762" Longitude="-115.18131" StarRating="0" HotelCode="|185014" HotelName="   Motel 6 Las Vegas, NV – I-15 Stadium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5085 S Dean Martin Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/1/4/185014_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="55.88" OriginalAmount="54.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.107729009563" Longitude="-115.1772609914" StarRating="5" HotelCode="889341|1527540" HotelName="Aria Resort &amp; Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Casino Resort" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3730 South Las Vegas Boulevard, Las Vegas, Nevada 89158</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/51/51d4188681ee9d4d70963506246f7e32/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort and casino at CityCenter is located in Las Vegas, Nevada on the centre strip. It lies 3 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.218092" Longitude="-115.129009" StarRating="3" HotelCode="432176|sunrise_inn_7" HotelName="Sunrise Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>910 E Cheyenne Ave, North Las Vegas, NV 89030</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d2/6cd28b36ca318f2f25072ae2d2b97c41cb120fa2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.008966" Longitude="-115.176184" StarRating="3" HotelCode="87040|grandview_at_las_vegas" HotelName="The Grandview at Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9940 Las Vegas Boulevard South, Las Vegas, Nevada 89183</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/5c/c45c9e6da67c6f47ed9eedc6adc6b4f45dcd67f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.80" OriginalAmount="55.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1161651" Longitude="-115.1745074" StarRating="5" HotelCode="|28345" HotelName="Caesars Palace Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3570 LAS VEGAS BLVD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/3/4/5/28345_d23a39e0754.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a luxury casino and it offers room service. SITUATION: Is, ROOM: All the rooms have flatscreen cable television and a bathroom with bathroom amenities (free of charge). FACILITIES: There are many facilities and services available at the establishment, including a spa, 7 swimming pools, poker table, slot machines and games. Customers can enjoy a cocktail bar and a nightclub. RESTAURANT: Customers can enjoy restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.43" OriginalAmount="55.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.157809" Longitude="-115.115996" StarRating="2" HotelCode="|508724" HotelName="Motel 6 Las Vegas, Nv – Downtown Fremont St" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2512 East Fremont Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/8/7/2/4/508724_d79c1521123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="57.46" OriginalAmount="55.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.116158200477" Longitude="-115.17454862595" StarRating="4" HotelCode="11294|1819861" HotelName="Caesars Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Casino Resort,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3570 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/f3/a7f31f00382f2e2adb611d35a0fef7417b44ae20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For over 40 years this luxury hotel has been a landmark on the Las Vegas strip. It is located on the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.49" OriginalAmount="55.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.13124" Longitude="-115.08493" StarRating="0" HotelCode="|185011" HotelName="  Motel 6 Las Vegas, NV - Boulder Highway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4125 Boulder Highway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/1/1/185011_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.167665356175" Longitude="-115.29344354925" StarRating="3" HotelCode="125515|suncoast_hotel_and_casino" HotelName="Suncoast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Casino Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9090 Alta Drive, Las Vegas, NV 89145</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/5c/ae5ca7900e231e08625969d035d45d7302120e1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in suburban Summerlin with the Spring Mountains and the Mojave Desert as it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.097518564727" Longitude="-115.18158179816" StarRating="2" HotelCode="128490|motel_6_las_vegas__i15" HotelName="Motel 6 Las Vegas I 15" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5085 S Dean Martin Drive, Las Vegas, Nevada 89118</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/12/11127c212b3afc4e45a1bd3f2a5f056cb1708a32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.76" OriginalAmount="56.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.16491" Longitude="-115.131" StarRating="0" HotelCode="|185002" HotelName="Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1322 Fremont Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/0/2/185002_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.14" OriginalAmount="56.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1007899" Longitude="-115.1642013" StarRating="0" HotelCode="|67924" HotelName="6 Las Vegas, Nv - Tropicana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>195 East Tropicana Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/9/2/4/67924_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.60" OriginalAmount="56.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.603335" Longitude="-105.211844" StarRating="2" HotelCode="|384824" HotelName="Travelodge By Wyndham Las Vegas Nm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1152 North Grand Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/4/8/2/4/384824_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.098271727494" Longitude="-115.16410572285" StarRating="2" HotelCode="365911|travelodge_las_vegas_airport_northnear_the_strip" HotelName="Travelodge Las Vegas Airport North/Near The Strip" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5075 Koval Lane, Highway 15 Exit Tropicana Road, Las Vegas, Nevada 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/2c/0d2c02f2f4a3086044bd6a8d986425d30287607e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.04056397" Longitude="-115.18483857" StarRating="4" HotelCode="604704|the_berkley_las_vegas" HotelName="The Berkley Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>8280 Dean Martin Drive, Las Vegas, Nevada 89139</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f9/a6f91dea4cd691c34df4011a2c84d308c361e3e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.011048172106" Longitude="-115.17461836338" StarRating="4" HotelCode="56028|south_point_hotel_casino_and_spa" HotelName="South Point Casino &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Casino Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9777 Las Vegas Blvd. South, Las Vegas, Nevada 89123</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/06/f306d1613bfd249b2a875fabc2c001ee2752173c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This brand new casino resort lies on around 24.3 hectares of grounds and is inspired by the southern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.131696" Longitude="-115.08403" StarRating="2" HotelCode="128489|motel_6_las_vegas__boulder_highway" HotelName="Motel 6 Las Vegas - Boulder Highway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4125 Boulder Highway, Las Vegas, NV 89121</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/02/5a025d48185ea72aff985184cb75c59d52578d6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.02" OriginalAmount="58.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.133018" Longitude="-115.164698" StarRating="5" HotelCode="|444262" HotelName="Conrad Las Vegas at Resorts World" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>111 Resorts World Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/6/2/444262_567d8b41158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="60.07" OriginalAmount="58.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.110117063588" Longitude="-115.17395317554" StarRating="5" HotelCode="161704|1527230" HotelName="The Cosmopolitan of Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Casino Resort,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3708 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/78/785c2913b77d1dd7/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the most original destination in the heart of The Las Vegas Strip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.164744919643" Longitude="-115.13075188506" StarRating="2" HotelCode="226244|las_vegas_hostel_2" HotelName="Las Vegas Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1322 Fremont Street, Las Vegas, Nevada 89101</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/cd/e4cdf3d25eab6cfa00f89ffd9854fae222ed870b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.100452" Longitude="-115.164306" StarRating="2" HotelCode="69915|motel_6_las_vegas__tropicana" HotelName="Motel 6 Las Vegas - Tropicana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>195 E Tropicana Avenue, I-15 at W Tropicana Avenue, Exit #37, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/7e/7c7eeb036fc3189176dfd00eb941b81181071b24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the largest hotel in the chain and is located across the street from the MGM Grand. Many cas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.83" OriginalAmount="59.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0244077" Longitude="-114.963389" StarRating="3" HotelCode="|168296" HotelName="Hawthorn Suites By Wyndham Las Vegas/henderson" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>910 South Boulder Highway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/2/9/6/168296_cec96270738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.15" OriginalAmount="59.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0565091" Longitude="-115.1565285" StarRating="3" HotelCode="|447232" HotelName="TownePlace Suites by Marriott Las Vegas Airport South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>355 EAST WARM SPRINGS RD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/3/2/447232_34cc00d1540.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.154736436408" Longitude="-115.14930419472" StarRating="2" HotelCode="124673|shalimar_hotel_of_las_vegas_2" HotelName="Shalimar Hotel Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1401 South Las Vegas Boulevard, Las Vegas, Nevada 89104</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/14/b314653c9bb368c549ee3b9b22291b76350200b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.06" OriginalAmount="60.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.15505" Longitude="-115.14986" StarRating="3" HotelCode="|185037" HotelName="Shalimar Of Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1401 Las Vegas Blvd South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/3/7/185037_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.89" OriginalAmount="61.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.13492" Longitude="-115.13696" StarRating="2" HotelCode="|184927" HotelName="Extended Stay America Suites Las Vegas Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3045 S Maryland Pkwy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/2/7/184927_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.73" OriginalAmount="61.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.012001" Longitude="-115.1719971" StarRating="4" HotelCode="|27338" HotelName="South Point , Casino, and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>9777 LAS VEGAS BLVD SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/3/8/27338_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2006, has 25 floors and 1350 rooms. The establishment boasts a lobby with a reception, a safety deposit box service, a cloakroom, a currency exchange service, a lift, air-conditioning and has a kiosk, Our guests can find shops, a nightclub, a theatre, a casino, a nightclub, an events room, video games and a games room. Guests also have access to internet, a cafÃ©, bars, banquet halls, a bar, 3 restaurants, a laundry service and a car park. SITUATION: It is inLas Vegas Boulevard south the Las Vegas Strip 10 kilometres away, you can find. ROOM: The spacious rooms, have a mini-fridge, a coffee maker, an iron, an ironing board and a bathroom with a hairdryer, They also have a direct line telephone, a flat-screen television, a radio, internet, a king size or double bed, fitted carpets, heating and an individual air-conditioning system. FACILITIES: Outdoors, guests have access to a heated pool, a leisure area, a bowling alley, a jacuzzi, a sauna, a gym and a spa. OBSERVATIONS: Ask for further information regarding hotel conditions and operations. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a breakfast service and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.87" OriginalAmount="62.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.168871" Longitude="-115.29126" StarRating="0" HotelCode="|118705" HotelName="Suncoast and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>9090 ALTA DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/0/5/118705_3c95a8c2132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.38" OriginalAmount="63.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.12672" Longitude="-115.14674" StarRating="3" HotelCode="|447228" HotelName="Hampton Inn and Suites Las Vegas Convention Center - No Resort Fee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>755 Sierra Vista Dr.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/2/8/447228_5c7dd5e1456.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.134828714286" Longitude="-115.13714014286" StarRating="2" HotelCode="124259|extended_stay_america__las_vegas__midtown" HotelName="Extended Stay America - Las Vegas - Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3045 South Maryland Parkway, Las Vegas, NV 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/ee/0bee337a2edaddb2edc21eabb27b8dfe31fd8020.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.099858519092" Longitude="-115.14907180374" StarRating="2" HotelCode="88108|best_western_mccarran_inn" HotelName="Best Western McCarran Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4970 Paradise Road, Las Vegas, Nevada 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/db/85db83529683e0d118e868f986ee1597d4fee806.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This newly remodeled Las Vegas, Nevada hotel is centrally located, just 1.6 km from the Vegas Strip,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.04" OriginalAmount="64.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0397186" Longitude="-115.1860239" StarRating="4" HotelCode="|314503" HotelName="The Berkley, Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8280 Dean Martin Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/5/0/3/314503_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.11" OriginalAmount="64.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.13691" Longitude="-115.16189" StarRating="2" HotelCode="|185054" HotelName="    Travelsuites Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2830 Las Vegas Blvd S</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/4/185054_796a2c41537.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.49" OriginalAmount="64.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.06468" Longitude="-115.16276" StarRating="2" HotelCode="|234065" HotelName="Tru By Hilton Las Vegas Airport, Nv" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6862 Gilespie street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/0/6/5/234065_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.13723059" Longitude="-115.16224554" StarRating="2" HotelCode="154296|travelodge_las_vegas_strip_north" HotelName="Travelodge by Wyndham Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2830 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/74/6774da937e2ef4a80053c26870d7b38328c67ab5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.115807" Longitude="-115.153773" StarRating="2" HotelCode="427051|candlewood_suites_las_vegas" HotelName="Candlewood Suites Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4034 Paradise Rd, Las Vegas, Nevada 89169</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/d9/b3d9edd0a82c48ca44bac42cf5cb4ed2a228420c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.292149" Longitude="-115.180432" StarRating="4" HotelCode="891365|aliante_casino__hotel" HotelName="Aliante Casino + Hotel + Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Casino Resort,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7300 Aliante Parkway, North Las Vegas, Nevada 89084</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/1d/461dc2ce4bbf7bd4028911f5f50d0bbe437e0cd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This casino and hotel is conveniently located just 15 minutes from the Las Vegas Strip, 25 minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.02" OriginalAmount="65.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1063596" Longitude="-115.1708744" StarRating="3" HotelCode="|118615" HotelName="Hilton Vacation Club Polo Towers Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3745 LAS VEGAS BLVD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/1/5/118615_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="67.67" OriginalAmount="65.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.06469653" Longitude="-115.16273872" StarRating="2" HotelCode="615981|CBE570700" HotelName="Tru by Hilton Las Vegas Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6862 Gilespie Street, Las Vegas, Nevada 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/e1/cbe1de38697183d37d434a325c0662f4fba4dd71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated in McCarran International Airport. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.127249020518" Longitude="-115.15445888042" StarRating="4" HotelCode="67548|renaissance_las_vegas_hotel" HotelName="Renaissance Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3400 Paradise Road, Las Vegas, Nevada 89169</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/d2/a4d202906557198af1320b56996395f4460f1f69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.193282384615" Longitude="-115.242704" StarRating="3" HotelCode="120467|courtyard_by_marriott_las_vegas_summerlin" HotelName="Courtyard Las Vegas Summerlin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1901 North Rainbow Boulevard, Las Vegas, NV 89108</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/a9/87a969f4c9dae6fab0993d6b4785d13cb04a1782.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.049244" Longitude="-115.169701" StarRating="2" HotelCode="408813|baymont_inn__suites_las_vegas_south_strip" HotelName="Baymont by Wyndham Las Vegas South Strip" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 East Robindale Road, Las Vegas, Nevada 89123</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/16/bd16b0ec58ae95f19eb8477876d3a712a1051df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.132970991143" Longitude="-115.16111512913" StarRating="2" HotelCode="128491|rodeway_inn_las_vegas_convention_center" HotelName="Siegel Suites Select Convention Center Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 Convention Center Drive, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/66/6366ec435b7e26da317a823529caca707efcb7fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.057527599568" Longitude="-115.17079101719" StarRating="2" HotelCode="891358|crestwood_suites_of_las_vegas_blvd" HotelName="Siegel Suites Select - Las Vegas Boulevard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7260 South Las Vegas Boulevard, Las Vegas, Nevada 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/25/fa25a70b7c3c8a7855390bf9669b3b2e7bb1f569.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.099768" Longitude="-115.183209" StarRating="3" HotelCode="30066|hampton_inn_tropicana" HotelName="Hampton Inn Tropicana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4975 Dean Martin Drive, Las Vegas, Nevada 89118-1656</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/15/5d1526d6be7c0b54d5c7e9023b71d81d2daebfa3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 2 street blocks west of the Las Vegas Strip, behind the New York-New York resor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.10647891" Longitude="-115.17089069" StarRating="3" HotelCode="953277|polo_towers__a_diamond_resorts_international_destination" HotelName="Polo Towers By Diamond Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3745 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/40/de4017b7cfcbb86214b722a37688388b3b16711b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0408216" Longitude="-115.1867912" StarRating="3" HotelCode="899278|silverton_casino_hotel" HotelName="Silverton Casino LLC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3333 Blue Diamond Road, Las Vegas, NV 89139</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/28/04281418d321e731ee7dfd938bf9c23460d8c6de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.59" OriginalAmount="68.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.137653" Longitude="-115.160393" StarRating="5" HotelCode="|449539" HotelName="Fontainebleau Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2777 South Las Vegas Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/5/3/9/449539_3e267941226.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.42" OriginalAmount="69.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.2917428" Longitude="-115.1809432" StarRating="4" HotelCode="|66906" HotelName="Aliante Casino and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7300 ALIANTE PARKWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/9/0/6/66906_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel and it offers activities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.116739" Longitude="-115.175312" StarRating="5" HotelCode="221536|nobu_hotel" HotelName="Nobu Hotel Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3570 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/7d/137d7543b20a7f422a67feb88984cb1f19ea16c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.34" OriginalAmount="70.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.046758" Longitude="-115.169742" StarRating="2" HotelCode="|447202" HotelName="Hampton Inn Las Vegas Strip South, Nv" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7850 Giles Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/0/2/447202_ce1e8c80946.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.55" OriginalAmount="70.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.057495" Longitude="-115.170926" StarRating="2" HotelCode="|118541" HotelName="Siegel Select Las Vegas Blvd." Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7260 LAS VEGAS BOULEVARD SOUTH, LAS VEGAS, NEVADA,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/4/1/118541_95eb3d81029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.83" OriginalAmount="73.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1571619" Longitude="-115.3336062" StarRating="5" HotelCode="|58554" HotelName="Red Rock Casino, Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11011 WEST CHARLESTON BOULEVARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/5/5/4/58554_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 20 floors and 414 rooms. SITUATION: This hotel is in Red Rock the area the Las Vegas Strip it is situated 12 kilometres away from 1 kilometre away, there is a commercial centre, the establishment is 3 kilometres away from the canyons, is 19 kilometres away from Las Vegas Airport. ROOM: Some rooms havethe Las Vegas Strip views of the canyon. They are equipped with Italian bedding, desks, 2 flat-screen televisions and a CD player. They have a marble bathroom. FACILITIES: The establishment boasts an outdoor swimming pool, a hydromassage bath and a spa. The establishment has a large casino and games tables. Around the establishment, guests can find 3 golf courses. MEALS: Regarding the food and beverage offering, the establishment offers, Terra Rosa the Italian restaurant Grand Vista the cafÃ© a restaurant open 24 hours a day, Guests are offered room service. OBSERVATIONS: The establishment offers a transfer service to the Las Vegas Strip at no extra cost.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.269072748734" Longitude="-115.59356571806" StarRating="3" HotelCode="124459|the_resort_on_mount_charleston" HotelName="The Retreat on Charleston Peak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2275 Kyle Canyon Road, Las Vegas, Nevada  89124</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/8a/9d8a0f766525ec56076fb0f9b58d40e1fc25c68d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the mountains, this hotel is close to Toiyabe National Forest. The resort is located in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.139833" Longitude="-115.160841" StarRating="4" HotelCode="88106|hilton_grand_vacations_suites_on_the_las_vegas_strip" HotelName="Hilton Grand Vacations on the Las Vegas Strip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2650 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/eb/2eeb357b05d254bce565d628caffa6c5d46eb2b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located on a 10-acre site on the world renowned Las Vegas Strip, this city business hotel is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.85" OriginalAmount="74.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.070227" Longitude="-115.119513" StarRating="3" HotelCode="|118556" HotelName="Hampton Inn and Suites Las Vegas Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6575 SOUTH EASTERN AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/5/6/118556_46c5d792126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.86" OriginalAmount="74.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.61496" Longitude="-105.207965" StarRating="2" HotelCode="|447524" HotelName="Days Inn by Wyndham Las Vegas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2000 N Grand Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/5/2/4/447524_84eae561324.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.10" OriginalAmount="74.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1113014" Longitude="-115.1731033" StarRating="5" HotelCode="|18515" HotelName="Bellagio, a Luxury Collection Resort &amp; Casino, Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3600 Las Vegas Boulevard South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/1/5/18515_6b25aa91047.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, has a casino, a luxury spa and elegant rooms rooms. ROOM: All the rooms have a marble bathroom, flat-screen satellite television, electric curtains, bathrobes, a mini-bar and an iPod docking station. FACILITIES: Guests are offered spa treatments, a massage service and 5 swimming pools. The establishment has botanic gardens, an art gallery, restaurants, boutiques and a nightclub. SITUATION: This hotel is behind Bellagio the Fountain it is situated 4,8 kilometres away from McCarran the International Airport of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.26" OriginalAmount="75.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.155823571502" Longitude="-115.33234432339" StarRating="4" HotelCode="396029|1857465" HotelName="Red Rock Casino Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Casino Resort,Conference Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>11011 West Charleston Boulevard, Las Vegas, Nevada 89135</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/60/9060f2c77cfd1fd8138de017b58abc8c48de6f4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the base of the Red Rocks, 12 miles from the strip. There is a shopping cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.76" OriginalAmount="75.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1156" Longitude="-115.1511" StarRating="3" HotelCode="|201698" HotelName="Doubletree By Hilton Las Vegas East Flamingo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4055 Palos Verdes Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/6/9/8/201698_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.78" OriginalAmount="75.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1324843" Longitude="-115.1612284" StarRating="2" HotelCode="|118699" HotelName="Siegel Select Lv Strip-convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>220 CONVENTION CENTER DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/9/9/118699_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.89" OriginalAmount="75.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0645328" Longitude="-115.1619778" StarRating="3" HotelCode="|118581" HotelName="Homewood Suites By Hilton Las Vegas Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230 HIDDEN WELL RD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/8/1/118581_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.93" OriginalAmount="75.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.211286" Longitude="-115.246988" StarRating="3" HotelCode="|58552" HotelName="La Quinta Inn and Suites By Wyndham Las Vegas Summerlin Tech" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7101 CASCADE VALLEY COURT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/5/5/2/58552_c78f92e1035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="79.55" OriginalAmount="77.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.070290654258" Longitude="-115.11889466169" StarRating="3" HotelCode="148603|CAZ016400" HotelName="Hampton Inn &amp; Suites Las Vegas Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6575 South Eastern Avenue, Las Vegas, NV 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/f1/27f118adc2111012e11fd083b029d0700e1e1d5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This romantic hotel in Las Vegas' South of The Strip district is close to the Wildhorse Golf Club, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.115643" Longitude="-115.150892" StarRating="3" HotelCode="165940|baymont_inn__suites_las_vegas_flamingo_at_paradise" HotelName="Four Points by Sheraton Las Vegas East Flamingo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4055 Palos Verdes Street, Las Vegas, Nevada 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/22/cd22cec5c1c798500ee095c79387266f230d1902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is currently located off the Las Vegas Strip. It is surrounded by 3 to 5-star dining estab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.118063458773" Longitude="-115.16327098475" StarRating="3" HotelCode="902963|holiday_inn_club_vacations_las_vegas__desert_club_resort" HotelName="Holiday Inn Club Vacations Las Vegas - Desert Club Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3950 Koval Lane, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4a/a44a4538eba379f4bb3c15cdb927cf29bfe05e2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.058258" Longitude="-115.171467" StarRating="2" HotelCode="906702|manor_suites" HotelName="Manor Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7230 Las Vegas Blvd. So., Las Vegas, Nevada 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/be/02be84519b7ab18e8a3f212dc175d2908975f3a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.06" OriginalAmount="78.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.2036445" Longitude="-115.1186837" StarRating="0" HotelCode="|365863" HotelName="Casa Blanca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2401 Las Vegas Boulevard North</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/5/8/6/3/365863_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.34" OriginalAmount="78.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.10514" Longitude="-115.18126" StarRating="3" HotelCode="|451970" HotelName="Hilton Garden Inn Las Vegas City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4655 Dean Martin Dr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/9/7/0/451970_e151ad20805.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.06452950188" Longitude="-115.16240879632" StarRating="3" HotelCode="124399|homewood_suites_by_hilton_las_vegas_airport" HotelName="Homewood Suites Las Vegas Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230 East Hidden Well Road, Las Vegas, NV 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/2a/352adee6c5562e8f0dcd1d926604f7626eeb6849.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.211335" Longitude="-115.246814" StarRating="2" HotelCode="64518|la_quinta_inn_and_suites_las_vegas_summerlin_tech" HotelName="La Quinta Sumerlin Tech Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7101 Cascade Valley Court, Las Vegas, Nevada 89128-0455</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/3b/403ba82af2b350cb1959f5513c2336bd9635fe05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.40" OriginalAmount="79.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.615219" Longitude="-105.208995" StarRating="2" HotelCode="|445953" HotelName="Super 8 By Wyndham Las Vegas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2029 North Grand Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/5/3/445953_14477771248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.73" OriginalAmount="79.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.09998" Longitude="-115.18254" StarRating="3" HotelCode="|451971" HotelName="Home2 Suites by Hilton Las Vegas Stadium District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4940 Dean Martin Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/9/7/1/451971_26b1e3e0902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="82.52" OriginalAmount="80.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.047301784908" Longitude="-115.17118245363" StarRating="3" HotelCode="444233|CAL290200" HotelName="Hilton Garden Inn Las Vegas Strip South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7830 South Las Vegas Boulevard, Las Vegas, Nevada 89123</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/69/cc69837f1fbda34e1b0fddd786cc3ec714362619.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.68" OriginalAmount="80.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.211991" Longitude="-115.247251" StarRating="3" HotelCode="|118561" HotelName="Hampton Inn Las Vegas/summerlin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7100 Cascade Valley Court</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/6/1/118561_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="82.80" OriginalAmount="80.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.11088" Longitude="-115.150752" StarRating="3" HotelCode="40940|CAM005500" HotelName="Embassy Suites Las Vegas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4315 Swenson Street, Las Vegas, Nevada 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/83/1b8334170929235fb02ea90015aafd1b44ad5d55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located directly across the street from the Hard Rock Hotel and Casino, Las Vegas. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="82.80" OriginalAmount="80.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.123968952873" Longitude="-115.15428319573" StarRating="3" HotelCode="40576|CAN879300" HotelName="Embassy Suites Convention Center Las Vegas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3600 Paradise Road, Las Vegas, Nevada 89169</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/zz/84ad9088418601bcdf6639e62e03cdb3ac26319c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel enjoys a great location, close to nearby communities such as the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.05" OriginalAmount="80.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.239807" Longitude="-115.124769" StarRating="2" HotelCode="|361733" HotelName="My Place - North Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1440 East Craig Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/3/3/361733_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.27" OriginalAmount="80.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.142588" Longitude="-115.28083" StarRating="3" HotelCode="|109570" HotelName="Best Western Plus Las Vegas West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>8669 W Sahara Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/5/7/0/109570_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.37" OriginalAmount="80.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1148507" Longitude="-115.2174811" StarRating="3" HotelCode="|67875" HotelName="Westgate Flamingo Bay Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5625 West Flamingo Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/8/7/5/67875_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.10972283" Longitude="-115.17349732" StarRating="3" HotelCode="859009|jockey_resort_suites" HotelName="Jockey Resort Suites Center Strip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3700 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/ca/51cadbe008df78f255ff8786661f705959147181.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.97" OriginalAmount="81.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0706325" Longitude="-115.1234045" StarRating="0" HotelCode="|118587" HotelName="La Quinta Inn and Suites By Wyndham Las Vegas Airport South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6560 SURREY STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/8/7/118587_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.04" OriginalAmount="81.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1220016" Longitude="-115.171402" StarRating="5" HotelCode="|18493" HotelName="The Venetian Resort Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3355 Las Vegas Boulevard South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/3/18493_5767ba11027.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers restaurants, bars, a casino, a shopping centre, swimming pools and a spa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.05" OriginalAmount="81.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.233426" Longitude="-115.06261" StarRating="3" HotelCode="|118579" HotelName="Holiday Inn Express Las Vegas-nellis, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4035 N. NELLIS BLVD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/7/9/118579_7f0b2502123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.41" OriginalAmount="82.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.11096" Longitude="-115.150694" StarRating="3" HotelCode="|43866" HotelName="Embassy Suites By Hilton Las Vegas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4315 Swenson Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/8/6/6/43866_f6a48b11754.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in an excellent location, the Las Vegas Strip close to the establishment, clients can find it is 3 miles away from McCarran Airport Las Vegas Convention Center it is near. ROOM: The establishment has luxurious suites with a living room with a sofa-bed, a mini-bar and a microwave. They have curtains, luxurious bathrooms, a coffee maker, an American kitchen and a hairdryer. OTHERS: The establishment offers a breakfast service free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.242126" Longitude="-115.104212" StarRating="3" HotelCode="85330|best_western_plus_north_las_vegas_inn__suites" HotelName="Best Western Plus North Las Vegas Inn &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4540 Donovan Way, North Las Vegas, Las Vegas, Nevada 89081</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/a1/79a1976d9d7fe0c1bb764a091788ba84a8a2e2e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.070610612152" Longitude="-115.12337744236" StarRating="3" HotelCode="906701|la_quinta_inn__suites_las_vegas_airport_south" HotelName="La Quinta Inn &amp; Suites Las Vegas Airport South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6560 Surrey Street, Las Vegas, Nevada 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/01/0a01dbdbcb39fa1069cdbd8894c5407704ccad81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.134714" Longitude="-115.15496355556" StarRating="3" HotelCode="125099|springhill_suites_las_vegas_convention_center" HotelName="SpringHill Suites Las Vegas Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2989 Paradise Road, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/10/8c10eaac81f535a2787dd4bee9de8a0a5bf31800.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.09979049" Longitude="-115.18219004" StarRating="2" HotelCode="773007|home2_suites_by_hilton_las_vegas_city_center" HotelName="Home2 Suites By Hilton Las Vegas Tropicana Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4940 Dean Martin Drive, Las Vegas, Nevada 89103</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d3/3dd3b2de9521be281198058c76184e3f58f067b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Boulder Strip. Home2 Suites by Hilton Las Vegas City Center d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.86" OriginalAmount="84.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.105923422315" Longitude="-115.16653367361" StarRating="3" HotelCode="58126|1512661" HotelName="The Signature at MGM Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Casino Resort,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 East Harmon Avenue, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/96/e196b42555c7c472795f12d9ba36c8fabaada5da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the strip on Harmon Boulevard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.90" OriginalAmount="84.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.112015" Longitude="-115.302676" StarRating="3" HotelCode="|118557" HotelName="Hampton Inn and Suites Las Vegas-red Rock/summerlin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4280 S. GRAND CANYON DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/5/7/118557_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.12414" Longitude="-115.16827" StarRating="5" HotelCode="839901|the_palazzo_las_vegas_at_the_venetian" HotelName="The Palazzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3325 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/01/b901351dcfea0b3d825b3402ae342fc20d33844e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.121128572214" Longitude="-115.17048239708" StarRating="5" HotelCode="18524|the_venetian_resort_las_vegas" HotelName="The Venetian Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Casino Resort,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3355 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/72/a872773246d7abbf0fafaac6c9e5cdbf4f6820ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet and very central city location, directly on the famous "Las Vegas Strip". ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.129114" Longitude="-115.172639" StarRating="5" HotelCode="401691|trump_international_hotel_las_vegas_2" HotelName="Trump International Hotel Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2000 Fashion Show Drive, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/71/697161737f1e31b2119ef8b4cf137eb28b2041dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is directly adjacent to the Fashion Show shopping centre on the strip right next to the W...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.107779666667" Longitude="-115.16811766667" StarRating="3" HotelCode="87019|the_carriage_house" HotelName="The Carriage House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 East Harmon Avenue, Las Vegas, NV 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/12/11127c212b3afc4e45a1bd3f2a5f056cb1708a32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.23980858" Longitude="-115.12505459" StarRating="2" HotelCode="613390|my_place_hotel_north_las_vegas" HotelName="My Place Hotel North Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1440 East Craig Road, North Las Vegas, Las Vegas, Nevada 89081</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/9f/969fce209440c2fe688d76dc3e408f8cff9b7b59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.233496" Longitude="-115.062678" StarRating="3" HotelCode="123998|holiday_inn_express_las_vegasnellis" HotelName="Holiday Inn Express Las Vegas-Nellis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4035 North Nellis Boulevard, Las Vegas, Nevada 89115</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/a1/b7a1289874c44d6320cbbed6d1c68fd1c8cc9ded.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located outside Nellis Air Force Base, near several businesses in the area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="88.46" OriginalAmount="85.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1127203815" Longitude="-115.30359561817" StarRating="3" HotelCode="123080|CAP219200" HotelName="Hampton Inn &amp; Suites Las Vegas - Red Rock/Summerlin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4280 South Grand Canyon Drive, Grand Flamingo Center, Las Vegas, NV 89147</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/2f/d02f2e5a7d7513f2797f98446d6cc9296a375e4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.76" OriginalAmount="86.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0846571" Longitude="-115.1833409" StarRating="3" HotelCode="|168295" HotelName="Fairfield Inn &amp; Suites Las Vegas Stadium Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5775 Dean Martin Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/2/9/5/168295_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.86" OriginalAmount="86.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.105999" Longitude="-115.166743" StarRating="4" HotelCode="|32575" HotelName="The Signature At Mgm Grand (all Suites)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>145 EAST HARMON DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/7/5/32575_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel and has 576 suites, This hotel was opened in 2006, non-smoking rooms and has room service. SITUATION: Harmon Avenue It is in. ROOM: They have a king-size bed, a sitting area, a small kitchen and a bathroom. They also have a sofa-bed, a flat-screen television, a CD player and a DVD player. FACILITIES: The establishment boasts a gym a swimming pool with cabins.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.98" OriginalAmount="86.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.075656" Longitude="-115.241693" StarRating="3" HotelCode="|118574" HotelName="Holiday Inn Express and Suites Las Vegas Sw - Spring Valley, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6220 SOUTH RAINBOW BOULEVARD, LAS VEGAS, NEVADA, 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/7/4/118574_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.99" OriginalAmount="86.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.10404" Longitude="-115.17322" StarRating="5" HotelCode="|449656" HotelName="The Reserve at Park MGM" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3772 S Las Vegas Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/6/5/6/449656_7048b8e0816.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.01" OriginalAmount="86.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6219155" Longitude="-105.205164" StarRating="2" HotelCode="|364038" HotelName="Comfort Inn Las Vegas New Mexico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2500 North Grand Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/4/0/3/8/364038_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.46" OriginalAmount="86.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0584958" Longitude="-115.1448895" StarRating="3" HotelCode="|118544" HotelName="Doubletree By Hilton Las Vegas Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7250 POLLOCK DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/4/4/118544_07404d32123.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service and modern facilities. SITUATION: This hotel is in an excellent location. The establishment is 2 kilometres away from McCarran Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.51" OriginalAmount="86.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1241114" Longitude="-115.1682397" StarRating="5" HotelCode="|37560" HotelName="The Palazzo At The Venetian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3325 LAS VEGAS BLVD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/6/0/37560_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of the Las Vegas Strip, next to el Venetian. HOTEL: This complex was built in 2008, is situated in a tower, has 50 floors and 3000 suites. Guests can enjoy a sports bar. This establishment is perfect for business and holiday stays. In the entrance, guests are offered a lobby with express check-out, a reception, a safety deposit box service, a cloakroom and a lift. The establishment has a cafÃ©, a kiosk, a hairdresser's, a nightclub, an auditorium, a casino, a restaurant and conference facilities. The establishment also offers internet (for a fee), room service, a laundry service (for a fee), an indoor car park and a car park. ROOM: Guests are offered one bedroom suites with a sitting area, large beds, a writing desk, a fax machine, a sofa-bed, chairs, table, a flat-screen television, a bathroom with a bath or shower and a hairdryer. Are also equipped with a radio, internet, a mini-bar, a coffee maker, a kettle, an iron, an air-conditioning system, individual heating and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.93" OriginalAmount="87.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.03179" Longitude="-114.98291" StarRating="4" HotelCode="|594027" HotelName="Atwell Suites Henderson - at the Pass, an IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>150 S Water Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/0/2/7/594027_73200d12119.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.52" OriginalAmount="87.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0832145" Longitude="-115.182893" StarRating="3" HotelCode="|168300" HotelName="Residence Inn By Marriott Las Vegas Stadium Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5875 Dean Martin Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/0/0/168300_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.240552169145" Longitude="-115.11053732795" StarRating="3" HotelCode="156383|hampton_inn_las_vegas_north_speedway" HotelName="Hampton Inn Las Vegas/North Speedway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2852 East Craig Road, North Las Vegas, NV 89030</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/14/d314d9b33255a427f7eb71f12f1dd55404e46202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.08401525" Longitude="-115.18261175" StarRating="3" HotelCode="891020|courtyard_by_marriott_las_vegas_south" HotelName="Courtyard Las Vegas South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5845 Dean Martin Drive, Las Vegas, NV 89118</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/4e/374eadff8add84db1a517380de6a1748f269d040.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.68" OriginalAmount="88.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0849435" Longitude="-115.1848312" StarRating="3" HotelCode="|118576" HotelName="Holiday Inn Express Las Vegas - Stadium Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5760 POLARIS AVENUE, LAS VEGAS, NEVADA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/7/6/118576_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.03" OriginalAmount="88.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.091742" Longitude="-115.172288" StarRating="3" HotelCode="|530284" HotelName="Nirvana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3961 S Las Vegas Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/2/8/4/530284_ca8c59d1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.34" OriginalAmount="88.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.102162" Longitude="-114.932034" StarRating="4" HotelCode="|66898" HotelName="Hilton Lake Las Vegas Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1610 Lake Las Vegas Parkway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/8/9/8/66898_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.084963779576" Longitude="-115.18482148647" StarRating="3" HotelCode="85786|holiday_inn_express_las_vegas_south" HotelName="Holiday Inn Express Las Vegas - South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5760 Polaris Ave, Las Vegas, Nevada 89118</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/38/353802ce835efb00749ea04aa80c76217542811d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1042378" Longitude="-115.17331636" StarRating="5" HotelCode="786790|nomad_las_vegas" HotelName="NoMad Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Laundry,Meeting Room,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>3772 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/cc/c7cc51a1f6926ddb9831c0a5ace1eaa2b8e12c85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;NoMad Las Vegas brings the grandeur of European casino hotels to Park MGM with a NoMad hotel, casino...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.08457794362" Longitude="-115.18337577581" StarRating="3" HotelCode="122203|fairfield_inn_and_suites_by_marriott_las_vegas_south" HotelName="Fairfield Inn &amp; Suites Las Vegas South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5775 Dean Martin Drive, Las Vegas, Nevada 89118</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1c/531c6350c82af95030c384399969157fb4a3c06b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.058629382842" Longitude="-115.14494240284" StarRating="3" HotelCode="54764|doubletree_by_hilton_hotel_las_vegas_airport" HotelName="DoubleTree by Hilton Hotel Las Vegas Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7250 Pollock Drive, Las Vegas, Nevada 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/c3/9dc368f83934d77e5017c30ab74135a4cee089f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.075653578571" Longitude="-115.24227269286" StarRating="2" HotelCode="123819|holiday_inn_express_hotel__suites_las_vegas_i215_s_beltway" HotelName="Holiday Inn Express &amp; Suites Las Vegas SW Spring Valley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6220 South Rainbow Boulevard, Las Vegas, Nevada 89118</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e0/c6e0e3df9b930b618da02d3f82b3ab50aeb8c57c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.083073598833" Longitude="-115.18225997686" StarRating="3" HotelCode="898472|residence_inn_by_marriott_las_vegas_south" HotelName="Residence Inn Las Vegas South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5875 Dean Martin Drive, Las Vegas, Nevada 89118</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e9/2ee9de89339b11a2381ddc73bac0aa430b0a5b72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.80" OriginalAmount="91.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.284716" Longitude="-115.290035" StarRating="3" HotelCode="|442845" HotelName="Home2 Suites By Hilton Las Vegas Northwest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8906 W Deer Springs Way</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/8/4/5/442845_91886d21437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.00" OriginalAmount="91.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.069909" Longitude="-115.207706" StarRating="0" HotelCode="|471299" HotelName="Springhill Suites By Marriott Las Vegas Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6590 South Decatur Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/2/9/9/471299_cecfe1a1250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.61" OriginalAmount="91.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.2378512" Longitude="-115.0617156" StarRating="3" HotelCode="|118596" HotelName="La Quinta Inn and Suites By Wyndham Las Vegas Nellis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4288 NORTH NELLIS BOULEVARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/9/6/118596_924a1a22142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.119607" Longitude="-115.154653" StarRating="0" HotelCode="443631|fairfield_inn_las_vegas_apt" HotelName="Fairfield Inn Las Vegas Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3850 South Paradise Road, Las Vegas, Nevada 89169</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/f0/19f084485701ed0195c3ed1bcb04270809e9738e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1268" Longitude="-115.16" StarRating="0" HotelCode="957229|hyatt_place_las_vegas_at_silverton" HotelName="Hyatt Place Las Vegas at Silverton Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8380 Dean Martin Drive, Las Vegas, Nevada 89139</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/b9/4eb9316b21810d99ff43fcbd6c396994f1e91790.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.43" OriginalAmount="92.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.9949" Longitude="-115.13343" StarRating="3" HotelCode="|590421" HotelName="My Place-Las Vegas South/Henderson, NV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3344 Saint Rose Parkway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/0/4/2/1/590421_56880a11022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.120538139916" Longitude="-115.17186862562" StarRating="3" HotelCode="98975|best_western_plus_casino_royale_strip_area" HotelName="Best Western Plus Casino Royale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3411 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/41/ae41d81966a56ce13b14ab2bb2f00a839ceddedd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.24" OriginalAmount="93.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.2403544" Longitude="-115.0783438" StarRating="2" HotelCode="|66664" HotelName="Comfort Inn and Suites Las Vegas - Nellis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4375 E. CRAIG ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/6/4/66664_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi, The establishment boasts a gym, an outdoor swimming pool and a jacuzzi. It has computer with internet, computer connection, answering machine in the rooms, a fax service and a photocopier. The establishment offers guests meeting rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.28" OriginalAmount="93.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.129087" Longitude="-115.1726943" StarRating="5" HotelCode="|39330" HotelName="Trump International Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2000 Fashion Show Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/3/0/39330_e093e431348.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.107187" Longitude="-115.151063" StarRating="3" HotelCode="75759|hyatt_place_las_vegas" HotelName="Hyatt Place Las Vegas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4520 Paradise Road, Las Vegas, Nevada 89169</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/86/12864ce9063784ca85c24e5c6e2cc282cba6563b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.10583417" Longitude="-115.18174942" StarRating="3" HotelCode="610919|homewood_suites_by_hilton_las_vegas_city_center_n" HotelName="Homewood Suites by Hilton Las Vegas City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4625 Dean Martin Drive, Las Vegas, Nevada 89103</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/83/e1839e0416c022d50c6fa679fc6c9a3e937732c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.130188832571" Longitude="-115.15532791614" StarRating="3" HotelCode="84398|courtyard_las_vegas_convention_center_2" HotelName="Courtyard Las Vegas Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3275 Paradise Road, Las Vegas, Nevada 89109-9039</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/a1/06a119ed9d4585213525d0da407a77c33bdd5d97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.106580572714" Longitude="-115.30521512032" StarRating="3" HotelCode="427381|the_cliffs_at_peace_canyon" HotelName="Cliffs at Peace Canyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Lounge,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4550 S. Grand Canyon Drive, Las Vegas NV 89147</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/83/4b836a3814757a17d40a07e402c9e49fbb92ac61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.16" OriginalAmount="94.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.131018" Longitude="-115.155744" StarRating="3" HotelCode="|118634" HotelName="Residence Inn Las Vegas Convention Center By Marriott" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3225 PARADISE ROAD, LAS VEGAS, NEVADA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/3/4/118634_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars, Sand Convention Center it is situated close to The establishment boasts a swimming pool and a gym. ROOM: The establishment has 192 rooms with a hairdryer, a safety deposit box, an ironing set and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.56" OriginalAmount="94.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1139984" Longitude="-115.1660004" StarRating="4" HotelCode="|20535" HotelName="The Westin Las Vegas  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160 EAST FLAMINGO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/3/5/20535_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel Strip Las Vegas it is close to it is 3 kilometres away from McCarran Airport the establishment is 2 kilometres away from the convention centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.11515282112" Longitude="-115.16540497541" StarRating="4" HotelCode="27036|the_westin_las_vegas_hotel_casino__spa" HotelName="The Westin Las Vegas Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 East Flamingo Road, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/eb/f3eb1044c805527a2d8703d0ae827140764edadd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.238002" Longitude="-115.061668" StarRating="2" HotelCode="565004|la_quinta_inn_las_vegas_nellis" HotelName="La Quinta Inn Las Vegas Nellis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4288 North Nellis Blvd, Las Vegas, Nevada 89115</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/29/282927f6a6b6477e4f57b8ab3f21b439d094b6c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.240200035398" Longitude="-115.07804589549" StarRating="2" HotelCode="890638|comfort_inn__suites_9" HotelName="Comfort Inn &amp; Suites Las Vegas - Nellis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4375 East Craig Road, Las Vegas, Nevada 89115</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/2c/9e2c8a33947032fba24f73bb3f3945c4cecef973.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.74" OriginalAmount="95.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.123964" Longitude="-115.1543675" StarRating="3" HotelCode="|43865" HotelName="Embassy Suites By Hilton Convention Center Las Vegas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3600 PARADISE ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/8/6/5/43865_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 11 floors, has air-conditioning, a lobby, a reception, a safety deposit box service and a cloakroom. It also has a lift, a cafÃ©, a bar, a restaurant, conference facilities, a business centre, internet, room service, a laundry service (for a fee) and a car park (free of charge). SITUATION: This business hotel is near Arden, Blue Diamond, Boulder City, Green Valley, Henderson, Las Vegas, North Las Vegas, Paradise, Sloan, Summerlin and Winchester. ROOM: The establishment has suites with a living room, a bathroom, a sofa-bed, a fridge, a microwave, a sink, a writing desk, a bathroom with a shower or bath, a hairdryer, a double or king-size bed, a direct line telephone, satellite or cable TV, a radio, internet, a coffee maker, a kettle, a washing machine, an iron, an air-conditioning system and individual heating. FACILITIES: This hotel has a covered swimming pool, a gymnastis room, a terrace with deck chairs and a jacuzzi. MEALS: Guests are offered a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.48" OriginalAmount="96.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.144667" Longitude="-115.303431" StarRating="3" HotelCode="|118595" HotelName="La Quinta Inn and Suites By Wyndham Las Vegas Red Rock" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>9570 W. Sahara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/9/5/118595_26e13011038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.145383" Longitude="-115.303245" StarRating="2" HotelCode="564969|la_quinta_inn__suites_las_vegasred_rocksummerlin" HotelName="La Quinta Inn &amp; Suites Las Vegas RedRock/Summerlin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9570 West Sahara, Las Vegas, Nevada 89117</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/09/e009c19b11ccd39ab8e2180526293b889cbd4a23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.99" OriginalAmount="99.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.152363" Longitude="-115.107967" StarRating="2" HotelCode="|501361" HotelName="Perfect Inn Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3045 E Fremont St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/1/3/6/1/501361_25a27df1053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.130877" Longitude="-115.155316" StarRating="3" HotelCode="898305|residence_inn_las_vegas_convention_center_by_marriott" HotelName="Residence Inn Las Vegas Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3225 Paradise Road, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/e7/9ae719f2ff7f171b4689cc490b0d04bcf8a9d1cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.44" OriginalAmount="100.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1166089" Longitude="-115.1688646" StarRating="4" HotelCode="|118572" HotelName="Hilton Grand Vacations Club Flamingo Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3575 LAS VEGAS BLVD SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/7/2/118572_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.127164529082" Longitude="-115.16625523567" StarRating="5" HotelCode="35092|wynn_las_vegas" HotelName="Wynn Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Golf Hotel,Casino Resort,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3131 Las Vegas Boulevard South, Las Vegas, Nevada 98109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/d5/ccd5a4bca5ab5644a60ddffda83a7b0eb6a8a5de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is exclusively situated directly on the Las Vegas strip, opposite the Fashion Show Mall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.129781554937" Longitude="-115.16512334347" StarRating="5" HotelCode="887906|encore_at_wynn_las_vegas" HotelName="Encore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Golf Hotel,Casino Resort,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3131 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/a7/c6a7cfc151e92db91104cde1e7cdc67ff1b8a5ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located next door to the flagship property Wynn Las Vegas, the hotel is a distinct destination resor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.94" OriginalAmount="103.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.05081" Longitude="-115.17225" StarRating="3" HotelCode="|369614" HotelName="Residence Inn Las Vegas Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7690 Las Vegas Blvd South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/1/4/369614_1b83bbc1559.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.11667" Longitude="-115.168956" StarRating="3" HotelCode="40941|hilton_grand_vacations_suites_at_the_flamingo" HotelName="Hilton Grand Vacations Club at the Flamingo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3575 Las Vegas Boulevard South, Las Vegas, Nevada 89109-4313</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/f1/46f1cbc3a35feea25be8aec6406f69220ebcd54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of all the excitement of Las Vegas. Guests can experience all the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.34" OriginalAmount="104.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.10032" Longitude="-115.1829" StarRating="3" HotelCode="|563899" HotelName="TownePlace Suites By Marriott Las Vegas Stadium District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4920 Dean Martin Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/8/9/9/563899_1a7f1991906.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.10028221" Longitude="-115.18247916" StarRating="2" HotelCode="849195|towneplace_suites_by_marriott_las_vegas_city_center" HotelName="TownePlace Suites Las Vegas City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4920 Dean Martin Drive, Las Vegas, Nevada 89118</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/00/2300c6bf5fb6333c7afb48c485c0223c074d2cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.11567299375" Longitude="-115.15580925" StarRating="3" HotelCode="898307|residence_inn_by_marriott_las_vegas_hughes_center" HotelName="Residence Inn Las Vegas Hughes Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>370 Hughes Center Drive, Las Vegas, NV 89169</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/0c/080c51a2e31328972ad4fc66748ac8d56d6770a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.63" OriginalAmount="105.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1261796" Longitude="-115.16869" StarRating="5" HotelCode="|43857" HotelName="Encore At Wynn Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3121 LAS VEGAS BLVD. SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/8/5/7/43857_69a03fc1033.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Encore is rated five stars. The establishment offers luxurios rooms, 5 restaurants and a luxury spa. ROOM: Guests are offered large suites with 2 flat-screen TVs, an iPod docking station, a living room with mini-bar and a work space. FACILITIES: There are many facilities and services available at the establishment, including restaurants, 3 nightclubs with shows and Balinese beds. The establishment also has a fitness centre with a personal trainer. SITUATION: This hotel is on the Las Vegas Strip, next to the Fashion Show Mall Commercial Centre. In the surrounding area, you can find restaurants and the tourist points of interest of Las Vegas Boulevard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="108.73" OriginalAmount="105.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0486029" Longitude="-115.17121743" StarRating="2" HotelCode="615021|CBE570500" HotelName="Home2 Suites By Hilton Las Vegas Strip South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>7740 Las Vegas Blvd South, Las Vegas, Nevada 89123</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/88/cd88fc0beb633db34e566893ae643089a1bd90d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.15" OriginalAmount="107.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.071341" Longitude="-115.276534" StarRating="3" HotelCode="|452022" HotelName="Home2 Suites by Hilton Las Vegas Southwest I-215 Curve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8470 W. Sunset Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/0/2/2/452022_a76c7870855.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0380343" Longitude="-115.1724916" StarRating="3" HotelCode="891582|cancun_resort" HotelName="Cancun Resort Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Bar,Business Centre,Conference Hall,Designated Smoking Area,Fax,Golf,Housekeeping,Internet,Kitchen,Lounge,Massage Centre,Meeting Room,Printer,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8335 South Las Vegas Boulevard, Las Vegas, NV 89123</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/e1/c2e1956592f8aea34b92489a146e410f122a0a80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Setting a new standard of luxury in Las Vegas resorts, this hotel is an all-villa masterpiece and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.15" OriginalAmount="108.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.108756" Longitude="-115.169252" StarRating="4" HotelCode="|118548" HotelName="Hilton Grand Vacations Club Elara Center Strip Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 EAST HARMON AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/4/8/118548_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1142475" Longitude="-115.1628942" StarRating="4" HotelCode="|41710" HotelName="The Platinum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>211 EAST FLAMINGO ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/1/0/41710_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2006, is rated 4 stars. It has suites andthe Las Vegas Strip it is close to Some of the establishment facilities on offer are an indoor swimming pool, an outdoor swimming pool, spa facilities and a gym. SITUATION: It is located close toRow the restaurant Strip it is near 2 kilometres away, you can find Las Vegas the Convention Centre. ROOM: The establishment has 220 suites, fully-equipped, a balcony and an air-conditioning system. It has triple and quadruple rooms with a sofa-bed. FACILITIES: The establishment has an indoor pool, an outdoor swimming pool, a gym, a massage service and spa treatments. With regards to the food and beverage offering, there is a restaurant Strip with views of and a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.174493209434" Longitude="-115.29073762831" StarRating="4" HotelCode="28325|j_w_marriott_las_vegas_resort" HotelName="JW Marriott Las Vegas Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221 North Rampart Boulevard, Las Vegas, Nevada 89145</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c1/9ec1bcd0f68f50430c36a85ed22f40ccc6648ddd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the upscale resort area of Summerlin, 15 minutes from the Las Vegas strip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.51" OriginalAmount="111.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5929634" Longitude="-105.227496" StarRating="3" HotelCode="|363652" HotelName="Historic Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>230 Plaza Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/3/6/5/2/363652_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.131971" Longitude="-115.157123" StarRating="3" HotelCode="565323|las_vegas_marriott" HotelName="Marriott Suites Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>325 Convention Center Drive, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/4b/f04b69791dbf35f2a4b5935dd5c1ebb040e566ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.108767" Longitude="-115.168768" StarRating="4" HotelCode="160316|elara_by_hilton_grand_vacations_center_strip" HotelName="Elara by Hilton Grand Vacations – Center Strip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 East Harmon Avenue, Las Vegas, 89109 Nevada</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/b5/fbb50de04ea4c119cd168703df4ae417cfbc9f21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the strip adjacent to the Planet Hollywood Hotel and Casino and minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.42" OriginalAmount="114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.114002578064" Longitude="-115.16306614223" StarRating="4" HotelCode="60824|platinum_hotel" HotelName="The Platinum Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>211 East Flamingo Road, Las Vegas, Nevada 89169</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/32/ff32d0cc3e90d6eca051b51121d00e10009256db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located 1 block from the Las Vegas strip on Flamingo road. It is only a 5-minute wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.42" OriginalAmount="114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.107891385714" Longitude="-115.16960441429" StarRating="3" HotelCode="893845|marriotts_grand_chateau_2" HotelName="Marriott Grand Chateau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 East Harmon Avenue, Las Vegas, NV 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/56/2c56d8f75415aa1e8570a506064881c41d69d1e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.14" OriginalAmount="114.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1758358" Longitude="-115.2938172" StarRating="4" HotelCode="|18522" HotelName="Jw Marriott Las Vegas Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>221 North Rampart Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/2/2/18522_f084e9a1304.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.22" OriginalAmount="114.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.113230863985" Longitude="-115.17656296491" StarRating="5" HotelCode="18257|4519975" HotelName="Bellagio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Casino Resort,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3600 South Las Vegas Boulevard, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a4/a4320cb937501117/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is centrally located on the Las Vegas Strip. The hotel affords a glorious view ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.28" OriginalAmount="117.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.161564" Longitude="-115.152244" StarRating="3" HotelCode="|447185" HotelName="The ENGLISH Hotel, Las Vegas, a Tribute Portfolio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>921 SOUTH MAIN STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/1/8/5/447185_1f1571f1331.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.68" OriginalAmount="118.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5729" Longitude="-105.21917" StarRating="2" HotelCode="|204505" HotelName="Holiday Inn Express and Suites Las Vegas, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>816 South Grand Ave Las Vegas NM 87701 USA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/5/0/5/204505_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="123.05" OriginalAmount="119.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.121128572214" Longitude="-115.17048239708" StarRating="5" HotelCode="858673|88652751" HotelName="The Venetian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>3355 Las Vegas Boulevard South, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1112165/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.78" OriginalAmount="121.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.615314" Longitude="-105.208565" StarRating="0" HotelCode="|460641" HotelName="Best Western Plus Montezuma Inn And Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2020 N Grand Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/6/4/1/460641_7925ad12213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.76" OriginalAmount="125.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.10897" Longitude="-115.17726" StarRating="5" HotelCode="|184943" HotelName="Jet Luxury At The Vdara Condo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2600A West Harmon Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/4/3/184943_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.93" OriginalAmount="126.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.10802" Longitude="-115.16625" StarRating="4" HotelCode="|184947" HotelName="Jet Luxury Resorts @ The Signature Condo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>147 E Harmon Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/4/7/184947_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.98" OriginalAmount="126.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.064739" Longitude="-115.279569" StarRating="5" HotelCode="|455152" HotelName="Durango Casino and Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6915 South Durango Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/1/5/2/455152_058ea211609.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.18" OriginalAmount="127.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.121424" Longitude="-115.3232111" StarRating="3" HotelCode="|118550" HotelName="Element Las Vegas Summerlin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10555 DISCOVERY DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/5/0/118550_2118f6b1209.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.139883" Longitude="-115.15245" StarRating="4" HotelCode="27103|hilton_grand_vacations_suites_las_vegas_convention_center" HotelName="Hilton Grand Vacations On Paradise (Convention Center)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>455 Karen Avenue, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/ca/77ca1091d816caf79a4a82beac7581ece6796a4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Excitement surrounds this desert oasis, which is adjacent to the Las Vegas Hilton and its restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.240591" Longitude="-115.109566" StarRating="3" HotelCode="205375|springhill_suites_by_marriott_las_vegas_north_speedway" HotelName="SpringHill Suites Las Vegas North Speedway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2910 East Craig Road, 89030 North Las Vegas</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/f9/fff9aae59c381561f366b26a86c926d155fec90b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.60" OriginalAmount="130.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.020704" Longitude="-115.089635" StarRating="4" HotelCode="|43872" HotelName="Green Valley Ranch Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2300 Paseo Verde Parkway, Henderson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/8/7/2/43872_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.10898856" Longitude="-115.1775206" StarRating="5" HotelCode="861214|jet_luxury_at_the_vdara" HotelName="Vdara Hotel &amp; Spa by Jet Luxury Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2600 West Harmon Avenue, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/65/b5654d140e930fe4cecb0f893a91d3972eb7ecc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1078305" Longitude="-115.16615579" StarRating="4" HotelCode="856481|jet_luxury_resorts_the_signature_condo_hotel_3" HotelName="The Signature at MGM Grand by Jet Luxury Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Holiday homes" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>145 East Harmon Avenue, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/9d/9b9d52bbe2b74834e1619327e629daa66b226f5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.155005148078" Longitude="-115.11086341172" StarRating="2" HotelCode="379013|crown_motel_2" HotelName="Crown Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2855 East Fremont Street, Las Vegas, Nevada 89104</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/13/7713516c78c4ffe8b32ba1204280f0a4853f5a4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.94" OriginalAmount="138.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.264102" Longitude="-115.251916" StarRating="0" HotelCode="|463921" HotelName="Fairfield Inn And Suites By Marriott Las Vegas Northwest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5701 SKY POINTE DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/9/2/1/463921_a89387c2328.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.00" OriginalAmount="140.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.15467" Longitude="-115.11133" StarRating="0" HotelCode="|230736" HotelName="Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2855 E Fremont St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/7/3/6/230736_5017c490104.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.76" OriginalAmount="142.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.108652" Longitude="-115.168787" StarRating="3" HotelCode="|468179" HotelName="Hilton Club Elara Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 East Harmon Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/1/7/9/468179_1db7e3a1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.92" OriginalAmount="150.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.10797" Longitude="-115.16575" StarRating="4" HotelCode="|185008" HotelName="Luxury Suites International At The Signature" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>125 E Harmon Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/0/8/185008_f60ea360926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.08524875" Longitude="-115.18278075" StarRating="3" HotelCode="125265|staybridge_suites_by_holiday_innlas_vegas" HotelName="Staybridge Suites Las Vegas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5735 Dean Martin Drive, Las Vegas, NV 89118</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/de/3edec609aab7316a7f3a8f5fdfb06ae7af1b5af3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Las Vegas. The nearest airport is Las Vegas - Mccarran Internat. (LAS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.10771353" Longitude="-115.16626147" StarRating="4" HotelCode="856903|luxury_suites_international_at_the_signature" HotelName="The Signature at MGM Grand by Luxury Suites International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Elevator,Golf,Housekeeping,Internet,Jacuzzi,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>125 East Harmon Avenue, Las Vegas, Nevada 89109</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/11/9f114104ec315dcd2ed7b12a9e8caa514da84352.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Luxury Suites International At The Signature, you'll be centrally l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.94" OriginalAmount="162.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.133525" Longitude="-115.164419" StarRating="5" HotelCode="|444285" HotelName="Crockfords Las Vegas, LXR Hotels and Resorts at Resorts World" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>333 Resorts World Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/8/5/444285_194d08f0845.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.106131" Longitude="-115.174603" StarRating="5" HotelCode="899890|waldorf_astoria_las_vegas" HotelName="Waldorf Astoria Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3752 Las Vegas Boulevard South, Las Vegas, Nevada 89158</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/17/6617ac701dcc0a349f41e66909e7d20ab954f0be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located for leisure and business travellers alike, the hotel is situated steps away from The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.78" OriginalAmount="193.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0909137" Longitude="-115.1740846" StarRating="5" HotelCode="|40411" HotelName="Four Seasons  Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3960 Las Vegas Boulevard South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/1/40411_255147e0705.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a living room, a bar, a restaurant, a business centre, a swimming pool, a fitness centre, a spa, a massage service, a laundry service and internet (for a fee). SITUATION: This establishment is on the Las Vegas Strip, 15 minutes away from the airport McCarran, close to the art museum, el Grand Canyon and Hoover Dam. ROOM: The rooms have a bathroom with a bath, a hairdryer, cable and satellite television, a direct line telephone, a coffee maker and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.090035828982" Longitude="-115.17438232899" StarRating="5" HotelCode="12627|four_seasons_hotel_las_vegas" HotelName="Four Seasons Hotel Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Casino Resort,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3960 Las Vegas Boulevard South, Las Vegas, Nevada 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/b0/72b08bbfca433e212f19469781b6d3837a0c1b6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located at the southern end of the Las Vegas strip on the 35th to 39th floor of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.87" OriginalAmount="203.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1400986" Longitude="-115.1521436" StarRating="4" HotelCode="|66568" HotelName="Hilton Grand Vacations Club Paradise Las Vegas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>455 KAREN AVE.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/5/6/8/66568_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 412 studios and one and two bedroom suites, The establishment is ideal for holidays or business trips, with air-conditioning, has a lobby, a reception, a safety deposit box service and a lift. They also have a games room, a TV room, conference facilities, WiFi, a laundry service, room service and a car park (free of charge). SITUATION: the Las Vegas Strip Near the establishment, guests will find it is 1 kilometre away from Fashion Show Mall the shopping centre it is well-connected with the motorway, a station. ROOM: They have a king-size bed, a bathroom with a shower or bath, a hairdryer, a television, a DVD player, a radio, an alarm clock and MP3 connection. Our guests also have available a Hi-Fi, a sofa-bed, WiFi, a safe and a fridge. Customers can find a kitchen with a microwave, a coffee maker, a toaster, dishes, kitchenware, an ironing set, individual air-conditioning and individual heating. FACILITIES: Customers can enjoy a gym (free of charge) and a heated swimming pool. The establishment also has an outdoor bar, deck chairs, parasols and a hydromassage bath. 10 minutes away, there is a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a store. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is from 16:00 and check-out is at 10:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="215.21" OriginalAmount="208.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.092207606475" Longitude="-115.17403364182" StarRating="4" HotelCode="14374|2186060" HotelName="Mandalay Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Casino Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3950 Las Vegas Boulevard South, Las Vegas, Nevada 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5b/5b992c1e9239ea95/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This large resort and casino, with a South Sea theme, is perfectly located on the Las Vegas strip. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.39" OriginalAmount="213.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0920692" Longitude="-115.1745101" StarRating="4" HotelCode="|18496" HotelName="Mandalay Bay Resort and Casino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3950 SOUTH LAS VEGAS BLVD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/6/18496_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 3220 standard rooms and 43 floors. The establishment has air-conditioning, a kiosk, a hall with an elevator, a reception, a safety deposit box service, a currency exchange service, a cloakroom and bars. It also has a hairdresser's, a games room, casino, restaurants and conference rooms. The establishment offers internet, room service, a laundry service, a car park and an indoor car park. SITUATION: This hotel is on the Las Vegas Strip 10 kilometres away from the establishment, guests will find Henderson ROOM: The rooms have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, an iron, an ironing board, a king size or double bed, a safety deposit box (available for a fee), heating and an individual air-conditioning system. FACILITIES: Guests are offered a beach, a wave swimming pool, a body care area, a massage service, a sauna, a steam bath and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.091932344585" Longitude="-115.17512530089" StarRating="5" HotelCode="33641|delano_las_vegas_at_mandalay_bay_" HotelName="Delano Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Casino Resort,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3940 Las Vegas Boulevard South, Las Vegas, Nevada 89119</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/e0/aee01c0e1429cc0989cc7886d6cf62e7033f06ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is situated in a tower and adjoins the famous Mandalay Bay of Las Vegas....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.66" OriginalAmount="222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.1268" Longitude="-115.16" StarRating="3" HotelCode="550116|townhouse_8_minutes_to_strip" HotelName="Townhouse 8 Minutes To Strip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4770 Topaz Street, Las Vegas, Nevada 89121</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/33/c1333d8595d66e7ff6265b540847d041c4a1f170.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Las Vegas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.67" OriginalAmount="224.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.09157" Longitude="-115.17303" StarRating="5" HotelCode="|195457" HotelName="W Las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3940 Las Vegas Blvd South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/4/5/7/195457_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.06" OriginalAmount="302.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.19829608" Longitude="-115.12992761" StarRating="0" HotelCode="605404|the_yellow_penthouse" HotelName="The Yellow Penthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2101 Donna Street, Unit A North, Las Vegas, Nevada 89030</AddressLine>
          </AddressLines>
          <CityName>Las Vegas</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/15/1815a942636908be1538aa65e73d5144a8ea088f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at The Yellow Penthouse, you'll be centrally located in North La...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="620.49" OriginalAmount="602.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.172275" Longitude="-115.145645" StarRating="4" HotelCode="|440186" HotelName="Circa Resort and Casino – Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Fremont Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/1/8/6/440186_7e903b91410.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.51" OriginalAmount="157.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.16904" Longitude="-115.14764" StarRating="0" HotelCode="|234100" HotelName="Bridger Inn Hotel Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>301 S Main St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access,Kitchen,Golf,Shopping Arcade,Diet Meals,ATM/Cash Machine,Business Centre,Housekeeping,Meeting Room,Printer,Parking,Valet Parking,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Elevator,LCD/Projector,Luggage Storage,Garden,Smoking Rooms,Bicycle Rental,Pets allowed</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CLUB RESORT,CASINO RESORT,CITY HOTEL,SPA HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,HOTEL,VILLAGE,GOLF HOTEL,HOTEL DE CHARME,RESORT,APARTHOTEL,HISTORIC HOTEL,HOSTELS,ECO HOTEL,GUEST HOUSES,MOTEL,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
6332ff14-35d4-402f-84df-9ef982b2528b|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="6332ff14-35d4-402f-84df-9ef982b2528b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80200" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-21T00:00:00" End="2026-06-22T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|23199" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="operation@tiyatravel.com" Password="London@2026" 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
6332ff14-35d4-402f-84df-9ef982b2528b|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
6332ff14-35d4-402f-84df-9ef982b2528b|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="6332ff14-35d4-402f-84df-9ef982b2528b">
  <Rooms>
    <Room RoomType="Room 1: Room assigned at check in" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="operation@tiyatravel.com" Password="London@2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="39939|1651531" SourceId="94" RoomTypeCode="23199H98_H1HRHR6qdi|1779270588.DGUBAH-GBRA19029offF|4.78|94|NC43OHxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-06-21T00:00:00" End="2026-06-22T00: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
6332ff14-35d4-402f-84df-9ef982b2528b|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-15T00:00:00" End="2026-06-18T00:00:00">
        <AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="4.26" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>4.26</TotalAmount>
  <TraceId>6332ff14-35d4-402f-84df-9ef982b2528b</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
6332ff14-35d4-402f-84df-9ef982b2528b|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="6332ff14-35d4-402f-84df-9ef982b2528b" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Room assigned at check in" BoardBasis="Accommodation Only" TotalAdult="1" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="ALKA" LastName="SINGH" DOB="20010520" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="operation@tiyatravel.com" Password="London@2026" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|23199" SourceId="94" RoomTypeCode="23199H98_H1HRHR6qdi|1779270588.DGUBAH-GBRA19029offF|4.78|94|NC43OHxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="4.26" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-06-21T00:00:00" End="2026-06-22T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>TIYA</AgencyBookingRef>
  <MHLInfo>
    <Address>Aag-19,Ground Floor,Shipra Krishna Azure, Behind Waves Cinema Hall Ghaziabad</Address>
    <AgencyId>14061</AgencyId>
    <AgentId>18176</AgentId>
    <CityCode>516</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>operation@tiyatravel.com</EmailId>
    <FileBookingId />
    <FirstName>ALKA</FirstName>
    <LastName>SINGH</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>343</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo>+44 (0) 20 8569 8080</SupportNo>
    <Title>Mr</Title>
  </MHLInfo>
</HotelBookRQ>||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
6332ff14-35d4-402f-84df-9ef982b2528b|BookResponse|MyhubService Response|UserName:-operation@tiyatravel.com Password:-London@2026 MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>Aag-19,Ground Floor,Shipra Krishna Azure, Behind Waves Cinema Hall Ghaziabad</Address>
  <AgencyId>14061</AgencyId>
  <AgentId>18176</AgentId>
  <CityCode>516</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>operation@tiyatravel.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>ALKA</FirstName>
  <LastName>SINGH</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>343</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo>+44 (0) 20 8569 8080</SupportNo>
  <Title>Mr</Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>TIYA</AgencyReference>
  <AgentMinCnxDate>2026-06-15T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-06-15T00:00:00" End="2026-06-18T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="4.26" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-06-21T00:00:00</CheckIn>
  <CheckInTime>02:00 PM</CheckInTime>
  <CheckOut>2026-06-22T00:00:00</CheckOut>
  <CheckOutTime>10:00 AM</CheckOutTime>
  <CostAmountInSalesCurrency>4.14</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>usa</CountryName>
  <Rooms>
    <Rooms>
      <Adults>1</Adults>
      <BoardBasis>Accommodation Only</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr ALKA SINGH</GuestName>
      <RoomType>Room 1: Room assigned at check in</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>4.26</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>4.78</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>8558</SupplierId>
  <SupplierMinCnxDate>2026-06-19T00:00:00</SupplierMinCnxDate>
  <SupplierName>Veturis</SupplierName>
  <_address>3555 LAS VEGAS BOULEVARD LAS VEGAS, NEVADA, US</_address>
  <_cityName>Las Vegas</_cityName>
  <_hotelName>Flamingo Las Vegas Hotel &amp; Casino</_hotelName>
</Hotel> Response:-<Root><FileBookingId>260530731</FileBookingId><BookingId>42165</BookingId></Root>||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.FindSync[TProjection](FilterDefinition`1 filter, FindOptions`2 options, CancellationToken cancellationToken)
   at MongoDB.Driver.FindFluent`2.ToCursor(CancellationToken cancellationToken)
   at MongoDB.Driver.IAsyncCursorSourceExtensions.ToList[TDocument](IAsyncCursorSource`1 source, CancellationToken cancellationToken)
   at Core.Audit.InsertBookingLog(String BookingId, String TraceId, String Supplier, String ClientName, String Status, String BookingRQ, String BookingRS, String GTBookingRQ, String GTBookingRS, String FileName) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 211System.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
6332ff14-35d4-402f-84df-9ef982b2528b|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>260530731</FileBookingId>
  <Status>Success</Status>
  <SupplierRef>1374888|f7cf981aa37f10e5f910b1d994b4a3ad</SupplierRef>
</HotelBookRS>||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
28e09c12-bb5c-4aca-88fb-91a40655dff5|CancelRequest|CancelRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelCancelRQRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="28e09c12-bb5c-4aca-88fb-91a40655dff5">
  <GeneralInfo UserName="operation@tiyatravel.com" Password="London@2026" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="GB" MarkupValue="0" MarkupPercentage="0" />
  <FileBookingId>260530731</FileBookingId>
  <HoldBookingId>0</HoldBookingId>
  <IsHoldBooking>false</IsHoldBooking>
  <BookingId>0</BookingId>
  <UserId>0</UserId>
  <SourceId>2</SourceId>
  <CancelStatus>Fail</CancelStatus>
</HotelCancelRQRS>||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
28e09c12-bb5c-4aca-88fb-91a40655dff5|CancelResponse|CancelResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelCancelRQRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <HoldBookingId>0</HoldBookingId>
  <BookingId>0</BookingId>
  <UserId>0</UserId>
  <SourceId>0</SourceId>
  <CancelId>260530731</CancelId>
  <CancelStatus>Confirmed</CancelStatus>
</HotelCancelRQRS>||True