<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
834c9ecb-33cc-4aa7-be35-3bd79a312fd2|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="834c9ecb-33cc-4aa7-be35-3bd79a312fd2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-19T00:00:00" End="2026-08-20T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
834c9ecb-33cc-4aa7-be35-3bd79a312fd2|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-04-16T14:12:29.5648867+01:00" Version="0" EchoToken="Search" TransactionIdentifier="834c9ecb-33cc-4aa7-be35-3bd79a312fd2" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="35.12" OriginalAmount="34.10" MarkupRule="3.00">
      <BasicPropertyInfo 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="36.13" OriginalAmount="35.08" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|310735" HotelName="Hotelf1 Paris Saint Ouen Marché Aux Puces" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="43.31" OriginalAmount="42.05" MarkupRule="3.00">
      <BasicPropertyInfo 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="45.88" OriginalAmount="44.54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|284183" HotelName="Rodeway Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/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="94" TotalAmount="46.40" OriginalAmount="45.05" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|358972" HotelName="Ibis Budget Paris Porte De Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 rue du Docteur Babinski</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/9/7/2/358972_2bc2deb1855.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.59" OriginalAmount="46.20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|273021" HotelName="Hotelf1 Paris Porte De Châtillon" 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/3/0/2/1/273021_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.97" OriginalAmount="46.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|200973" HotelName="Sub" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="48.26" OriginalAmount="46.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|122034" HotelName="Ibis Paris Nord Villepinte Parc Des Expositions" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A104 Sortie no2 Visiteurs, Parc des expositions BP 64069</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/0/3/4/122034_e36f43c1551.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ibis Villepinte Parc Expos is rated three stars. It has a buffet breakfast, a restaurant and a car park. SITUATION: It is situated in the centre of Roissy. The establishment is 5 kilometres away from the airport. ROOM: The establishment has 124 rooms. It also has disabled access rooms. They have an air-conditioning system, WiFi, a safety deposit box and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.72" OriginalAmount="50.21" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="52.19" OriginalAmount="50.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|165181" HotelName="Hôtel Du Brabant" 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/5/1/8/1/165181_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a lift and internet in communal areas. SITUATION: This hotel is 400 metres away from Gare du Nord the railway station Montmartre it is situated 15 minutes walk away from 400 metres away, guests will find PoissonniÃ¨re the metro station It has excellent transport links to and Garnier the opera. ROOM: Each room has a bathroom, a flat-screen television and a bathroom with a shower. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.29" OriginalAmount="51.74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|63380" HotelName="Printania" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="53.35" OriginalAmount="51.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|479782" HotelName="Paris Inn and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3075 Northeast Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/7/8/2/479782_6f730371527.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.91" OriginalAmount="53.31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|507716" HotelName="Knights Inn Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/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="55.65" OriginalAmount="54.03" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="55.90" OriginalAmount="54.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|314824" HotelName="6 Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/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="57.34" OriginalAmount="55.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|282753" HotelName="Americas Best Value Inn Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="57.36" OriginalAmount="55.69" MarkupRule="3.00">
      <BasicPropertyInfo 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="60.03" OriginalAmount="58.28" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="60.42" OriginalAmount="58.66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|164340" HotelName="greet Hotel Paris Nord 18ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Impasse Marteau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/4/0/164340_5e41a241342.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has air-conditioning, a reception, a car park, a lift, WiFi (free of charge), a lobby, vending machines and a terrace. SITUATION: This hotel is in ParÃ­s northern the establishment is a 6-minute drive away from Stade de France the stadium SacrÃ©-CÅ“ur Basilica it is 10 minutes drive away from, 550 metres away, guests will find Porte de La Chapelle the underground station of. ROOM: Customers can find simple rooms and with satellite television. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast in the breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.42" OriginalAmount="58.66" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="61.47" OriginalAmount="59.68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22146" HotelName="Les Jardins De Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ORDENER 131</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/6/22146_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has a main building, an annexed building, 5 floors and 37 standard rooms. In the entrance, guests are offered a lobby with elevators, a reception and internet. SITUATION: This hotel is in the 18th Arrondissement, close to Montmartre. It is well-connected with public transport services. ROOM: Customers can find cosy, comfortable rooms with a bathroom with a shower, a direct line telephone and a television. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.89" OriginalAmount="61.06" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="63.09" OriginalAmount="61.25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|555091" HotelName="Super 8 by Wyndham Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="64.32" OriginalAmount="62.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|227326" HotelName="Nouvel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 avenue du Bel Air</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/3/2/6/227326_77047900055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.99" OriginalAmount="63.10" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|183637" HotelName="Fm" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 rue Myrha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/3/7/183637_5c1f1891244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.46" OriginalAmount="63.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|277082" HotelName="Best Western Paris Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/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="94" TotalAmount="68.13" OriginalAmount="66.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|219356" HotelName="ibis budget Paris Porte de Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Leon Gaumont,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/3/5/6/219356_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.36" OriginalAmount="66.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|33514" HotelName="Convention Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ALAIN CHARTIER 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/5/1/4/33514_ef6af061555.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, renovated in 2006 and has 36 rooms single rooms, double rooms and family rooms. The establishment has a reception, lifts, a restaurant and a TV room. The establishment offers internet. SITUATION: This hotel is in ParÃ­s the business area of is situated in 15 District nearby, there is a metro station, nearby, you will find markets, shops, cafÃ©s and terraces. the Eiffel Tower it is near it is 15 minutes away from UNESCO the building is 10 minutes away from Port de Versailles the sports centre, 12 minutes away, there is a train station. ROOM: The rooms a bathroom with a hairdryer, an individual air-conditioning system and heating. They have a direct line telephone, satellite and cable television, WiFi and double-glazed windows.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.60" OriginalAmount="67.57" MarkupRule="3.00">
      <BasicPropertyInfo 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 13/08/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="70.70" OriginalAmount="68.64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|122121" HotelName="Montsouris Orleans" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15, Rue Beaunier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/2/1/122121_fd1bbd91517.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Montsouris Orleans is rated one stars. Was opened in 1930, has breakfast service, room service and a hairdresser's. SITUATION: It is in the city centre of ParÃ­s. It has excellent transport links to Montparnasse. Near the establishment, you will find shops, restaurants and theatres. ROOM: The rooms have WiFi (free of charge), a flat-screen television and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.06" OriginalAmount="69.96" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|23238" HotelName="Color Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="73.05" OriginalAmount="70.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|484553" HotelName="Hotel Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/5/5/3/484553_823532a2058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.95" OriginalAmount="71.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63345" HotelName="Grand  De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 BOULEVARD DE STRASBOURG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/5/63345_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.57" OriginalAmount="73.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|282988" HotelName="Quality Inn Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="75.77" OriginalAmount="73.56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|532466" HotelName="Le Montclair Montmartre by River - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="77.67" OriginalAmount="75.41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15287" HotelName="Mercure Paris 19 Philharmonie La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE JEAN JAURES 216</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/7/15287_27278041427.jpg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel is in northern ParÃ­s, close to El Museo CitÃ©, El Museo de la Ciencia y la Industria, La Ciudad de la MÃºsica and La Grande Halle. 23 kilometres away, you can find Charles de Gaulle,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.34" OriginalAmount="76.06" MarkupRule="3.00">
      <BasicPropertyInfo 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="79.03" OriginalAmount="76.73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|445155" HotelName="Le Petit Cosy " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>62 Boulevard de Picpus, Bercy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/5/5/445155_c9cbfd70905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.12" OriginalAmount="76.82" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|26451" HotelName="Gaston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BD. PEREIRE 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/5/1/26451_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2005, has 6 floors and has 44 rooms, In the entrance, you can find a lobby with a lift and a reception with safety deposit boxes, The establishment offers guests internet a bar. SITUATION: This lovely hotel is in PÃ©reire boulevard it is in Parc Montreau northern the Arc de Triomphe, the Place de Wagram, the Place de l'Etoile and the Champs-ElysÃ©es it is situated 1,5 kilometres away from in the surrounding area, clients can find the city centre, Where clients can find bars, shops and restaurants. 20 metres away, there is a bus stop, 50 metres away, clients have Villiers the underground station of it is 100 metres away from the railway station, is situated 200 metres away from the tourist area, 400 metres away from the establishment, guests can find a nightclub, is 30 kilometres away from Paris Orly Airport it is situated 45 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, a radio, internet, a mini-bar, a kettle and a coffee maker. Are also furnished with a double bed, fitted carpets, a sofa, a safety deposit box (available for a fee), heating and an air-conditioning system. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.33" OriginalAmount="77.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|183769" HotelName="Daval" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="79.63" OriginalAmount="77.31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|76759" HotelName="Mercure Paris 15 Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Saint Lambert,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/5/9/76759_85e08b11021.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 3 star hotel is in ParÃ­s the centre of the Eiffel Tower it is close to It has excellent transport links to Convention the train station. ROOM: The establishment has 54 rooms with a hairdryer, a safety deposit box, an ironing set and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.39" OriginalAmount="78.05" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="80.50" OriginalAmount="78.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|28148" HotelName="Bellevue Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'ORSEL 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/4/8/28148_b1cbee21437.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2003. It has 4 floors and 36 rooms. In the entrance, guests are offered a lobby with an elevator, a reception and a safety deposit box service. The establishment boasts a breakfast room and internet. SITUATION: This hotel is situated in the Montmartre district. Around the establishment, clients can find Anvers Underground Station. It is 25 kilometres away from Paris Orly Airport. Around 32 kilometres away you can find Charles de Gaulle Airport. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a television, a radio, WiFi, fitted carpets and heating. OTHERS: The establishment offers a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.55" OriginalAmount="78.20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|40935" HotelName="Riviera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE TURGOT 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/3/5/40935_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors and 38 standard rooms. The establishment has a reception. Nearby, you can find a car park. Some of the facilities that the establishment offers to guests include a safety deposit box service, a lift and a laundry service. SITUATION: This establishment is in Rue Turgot,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.49" OriginalAmount="80.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|169251" HotelName="Hotel Excelsior" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="82.81" OriginalAmount="80.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|270389" HotelName="Neptune" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Godefroy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/3/8/9/270389_1_1655.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.92" OriginalAmount="80.50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|63872" HotelName="PRINTEMPS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="83.11" OriginalAmount="80.69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|72737" HotelName="Daumesnil - Vincennes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>50 avenue de Paris</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/3/7/72737_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars. SITUATION: This hotel is in Vincennes the city of in the surrounding area, clients have Vincennes the underground station of near the establishment, customers can find the forest ,Vincennes Castle Le Louvre, Notre Dame, les Champs Ã‰lysÃ©es and le Palais Royal 15 minutes away from the establishment, you can find. ROOM: The cosy rooms, have a bathroom with a bath or shower, a satellite TV, a direct line telephone and WiFi. FACILITIES: Outdoors, guests have access to a relaxation area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.61" OriginalAmount="81.17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|72721" HotelName="Du Mont Dore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="83.79" OriginalAmount="81.35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|63349" HotelName="Grand  Magenta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>129; BOULEVARD DE MAGENTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/9/63349_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and it offers excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.80" OriginalAmount="81.36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|80567" HotelName="Ferney République" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Voltaire, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/5/6/7/80567_551082a0945.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Plaza de la RepÃºblica it is 200 metres away from near the establishment, you will find the tourist area excellent transport links to the metro station and the bus. Around the establishment, clients can find restaurants, bakeries, supermarkets, launderette and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.72" OriginalAmount="82.25" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="84.90" OriginalAmount="82.43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|168897" HotelName="Du Chemin Vert Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PASSAGE DU CHEMIN VERT97 RUE DU CHEMEIN VERT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/8/9/7/168897_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and a concierge. SITUATION: This hotel is 500 metres away from PÃ¨re-Lachaise Cemetery. It is situated close to el RÃ­o Sena a 10-minute walk away from el Museo Edith Piaf La Plaza de la Bastilla it has excellent transport links to la Ã“pera Garnier Moulin Rouge ROOM: Customers have soundproofed rooms with an air-conditioning system, WiFi (free of charge), a flat-screen television and a bathroom. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.16" OriginalAmount="82.68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59805" HotelName="121 Paris " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 AVENUE DE CLICHY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/0/5/59805_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The 121 Paris (ex Majestic) is rated three stars was opened in 2007 and it is near the city centre. SITUATION: This establishment is in the Clichy area, close to restaurants, bars and cinemas. It has excellent transport links to Ã“pera and Montmartre. It is 50 metres away from Brochant Underground Station. ROOM: The establishment has 31 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.18" OriginalAmount="82.70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|444166" HotelName="Quality Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <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="94" TotalAmount="85.22" OriginalAmount="82.74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|445364" HotelName="Ibis Budget Paris La Villette 19eme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 63 Avenue Jean Jaures</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/6/4/445364_41df4470729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.46" OriginalAmount="82.97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|444899" HotelName=" ibis budget Paris Porte de la Chapelle-Aréna " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Impasse Marteau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/9/9/444899_c334ed30827.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.26" OriginalAmount="83.75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|479177" HotelName="Acacia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 bis avenue Parmentier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/1/7/7/479177_29c9fc01417.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.40" OriginalAmount="83.88" MarkupRule="3.00">
      <BasicPropertyInfo 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="86.99" OriginalAmount="84.46" MarkupRule="3.00">
      <BasicPropertyInfo 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="87.05" OriginalAmount="84.51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|68478" HotelName="Moulin Vert" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>74 RUE DU MOULIN VERT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/8/68478_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and it offers excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.28" OriginalAmount="84.74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22472" HotelName="Avama Prony" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="87.42" OriginalAmount="84.87" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="87.49" OriginalAmount="84.94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|50566" HotelName="Hipotel Paris Père Lachaise République" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37, RUE SERVAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/6/50566_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated on a peaceful street, is located between RÃ©publique and la Nation the squares of Lyon near the establishment, you will find. HOTEL: This hotel is inviting, modern.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.62" OriginalAmount="85.07" MarkupRule="3.00">
      <BasicPropertyInfo 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="87.95" OriginalAmount="85.39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|163005" HotelName="Du Lion" 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/0/0/5/163005_2c4e5271728.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lift, a sitting room with a TV and a reception. SITUATION: This hotel is in ParÃ­s south la plaza Denfert-Rochereau it is next to the metro station excellent transport links to the metro station, Montparnasse the Station of Orly and Roissy Charles de Gaulle Airport. ROOM: Each room has WiFi (free of charge), a bathroom, a satellite TV, a direct line telephone, a hairdryer, an air-conditioning system and a balcony. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.42" OriginalAmount="85.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|183809" HotelName="Eden Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="88.65" OriginalAmount="86.07" MarkupRule="3.00">
      <BasicPropertyInfo 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="88.77" OriginalAmount="86.18" MarkupRule="3.00">
      <BasicPropertyInfo 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="88.92" OriginalAmount="86.33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|446774" HotelName="Zazie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3, rue de Chaligny</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/7/4/446774_e2d26ef1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.56" OriginalAmount="86.95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|183794" HotelName="Du Quai de Seine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 passage de Flandre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/9/4/183794_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.92" OriginalAmount="88.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|72736" HotelName="Jack's" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE STEPHEN PICHON 19,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/3/6/72736_4b511061431.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated establishment in 2009 and has WiFi. SITUATION: Is situated inParÃ­s the city centre of Close to Paris-Austerlitz and Paris-Lyon the stations of. ROOM: Clients are offered 30 comfortable rooms with a shower or bath, a satellite television, a hairdryer and a direct line telephone. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.25" OriginalAmount="88.59" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="92.77" OriginalAmount="90.07" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22567" HotelName="Cluny Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD SAINT MICHEL 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/7/22567_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel el Boulevard Saint Germain it is in is situated in the Latin district, Close to places of interest, Such as, and public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.86" OriginalAmount="90.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59839" HotelName="WILLIAM´S" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE MAYRAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/3/9/59839_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, elegant hotel, was built in the 19th Century and is perfect for business and holiday stays. SITUATION: Is situated inParÃ­s the city centre of the Palais Garnier, Montmartre and Gare du Nord It is located between it is surrounded by public transport, is well-connected with the tourist attractions, the shopping areas and the business district. it is situated 25 kilometres away from Charles de Gaulle Airport It is situated 16 kilometres away fromParis Orly Airport. ROOM: The establishment has 63 rooms. FACILITIES: Guests are offered car rental.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.04" OriginalAmount="90.33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|68479" HotelName="Relais Bergson" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>124 AV. SIMON BOLIVAR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/9/68479_ba0b0431246.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel and ParÃ­s it is situated in. SITUATION: It is close to the metro stations, is close to bus stops. ROOM: The establishment has 20 comfortable rooms. FACILITIES: The establishment boasts a lounge and a small garden area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.40" OriginalAmount="90.68" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="93.61" OriginalAmount="90.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|69544" HotelName="De Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LONDRES 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/4/4/69544_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel. SITUATION: It is situated close toSaint-Lazare the Station of it is near Garnier the opera nearby, you will find the department stores, is near La Madeleine the Church of Montmartre It is located near it is in an excellent location, is in the heart of the tourist area. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.76" OriginalAmount="91.03" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|42661" HotelName="Jardin de Villiers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE CLAUDE POUILLET 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/6/6/1/42661_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has and air-conditioning, 26 rooms and 5 floors. In the establishment entrance, guests will find a lobby with a reception, a reception, a safety deposit box service and a lift. The establishment has a TV room and a breakfast room. The establishment offers internet, room service and a car park (for a fee). SITUATION: This hotel is on a peaceful street, in the surrounding area of the establishment, guests can find bars, restaurants and a public transport stop. it is close to Villiers the bus stop it is situated near Villiers the underground station of Tour Eiffel, Arc de Triomphe, Champs Ã‰lysÃ©es, MOntmartre, Sacre Cour and Gare du Nord it is 10 minutes away from it is situated 18 kilometres away from Paris Orly Airport it is situated 22 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have individual air-conditioning, heating, a bathroom with a hairdryer. They also have a direct line telephone, a satellite television, internet (free of charge), a fridge, a mini-bar, a coffee maker, a kettle, a radio, a safety deposit box, double-glazed windows and a balcony or terrace. Clients are offered non-smoking rooms, You are offered WiFi and a breakfast service (free of charge). PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Eurocard, Mastercard and Visa. OTHERS: The establishment offers a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.30" OriginalAmount="91.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|168948" HotelName="Darcet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Darcet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/9/4/8/168948_1_8492.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a patio, a reception, it offers a tea service and coffee service. It also has a lift and a baggage room. SITUATION: The hotel is 200 metres away from Place de Clichy the underground station of it is in ParÃ­s the 17th arrondissement of Close to shops and restaurants. In the surrounding area, you can find a restaurant, Moulin Rouge it is situated 10 minutes walk away from. ROOM: The rooms have WiFi, (free of charge), an air-conditioning system, a satellite TV, a wardrobe, a bathroom with a shower, a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.68" OriginalAmount="91.92" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="94.69" OriginalAmount="91.93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|444437" HotelName="ibis Styles Paris Meteor Avenue d'Italie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 avenue De La Porte D Italie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/3/7/444437_06e59af1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.94" OriginalAmount="92.17" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="95.19" OriginalAmount="92.42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|19694" HotelName="Ibis Paris Bastille Opera 11ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BREGUET 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/4/19694_0075b761700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.20" OriginalAmount="92.43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|76771" HotelName="Le 20 Prieure" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 RUE DU GRAND PRIEURE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/7/1/76771_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.40" OriginalAmount="92.62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|212719" HotelName="Ibis budget París Porte D'Orleans" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15-21 Boulevard Romain Rolland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/7/1/9/212719_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.53" OriginalAmount="92.75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|24821" HotelName="Paix Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD SAINT-MARTIN 2 BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/2/1/24821_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 6 floors, 45 rooms and 5 suites. This hotel is ideal for holidays or business trips, In the entrance, you can find a reception. SITUATION: This hotel is in ParÃ­s the city centre of Place de la Republique with wonderful views of Clients can also enjoy Marais District. Tour Eiffel and sacrÃ©-coeur it is situated 3 kilometres away from Ã“pera and Notre Dame 2 kilometres away, you can find it is situated 3 kilometres away from Louvre the Museum of the Champs-ElysÃ©es it is situated 4 kilometres away from it is 15 kilometres away from Paris Orly Airport it is situated 25 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has single, double and triple rooms, The rooms a bathroom with a hairdryer and a direct line telephone. They have satellite or cable TV, a radio, internet, a mini-bar and a kettle. There is also a coffee maker, an iron, fitted carpets, a sitting room and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|64515" HotelName="Amiral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <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="94" TotalAmount="96.11" OriginalAmount="93.31" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="96.34" OriginalAmount="93.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|449811" HotelName="de Jeunesse Paris Yves Robert" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="97.31" OriginalAmount="94.48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|191356" HotelName="Maison Urbaine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <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="94" TotalAmount="97.43" OriginalAmount="94.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63377" HotelName="Timhotel Odessa Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8, rue d'Odessa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/7/63377_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.54" OriginalAmount="94.70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|183759" HotelName="Champerret Héliopolis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Heliopolis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/5/9/183759_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.59" OriginalAmount="94.75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|122578" HotelName="Paris Neuilly" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Avenue de Madrid</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/5/7/8/122578_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Paris Neuilly is rated four stars. SITUATION: This smart hotel is in an excellent location. It has excellent transport links to the heart of ParÃ­s.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.20" OriginalAmount="95.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22137" HotelName="Soft" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES VINAIGRIERS 52 bis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/7/22137_a7ef7291543.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception, a baggage room, continental buffet breakfast, a lounge bar and cots (on request). Nearby, you can find a car park. Guests have access to WiFi (free of charge), a working area, internet (for a fee), taxi services, ticket sales and multilingual staff. ROOM: All the rooms have a bathroom with a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.12" OriginalAmount="96.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|47605" HotelName="Clarisse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD LEFEBVRE 159</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/0/5/47605_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1928, has 25 rooms and 5 floors. In the establishment entrance, guests will find a lobby with a reception, a reception, a safety deposit box service and a lift. The establishment has a bar and a breakfast room. The establishment offers internet situated close to, a car park, (for a fee). SITUATION: It is inParÃ­s the city centre of it is 5 minutes away from Porte de Versailles the Station of Les Invalides, Montparnasse, Champs Ã‰lysÃ©es and L'Ã“pera it is well-connected with the Eiffel Tower 15 minutes away, you can find in the surrounding area of the establishment, guests can find restaurants, markets, shops and public transport. it is 2 kilometres away from Montparnasse the Railway Station of it is situated 10 kilometres away from Paris Orly Airport it is 40 kilometres away from Charles de Gaulle Airport. ROOM: The fully-equipped rooms, have a bathroom with a shower or bath, a WC and a hairdryer. They have cable television, a direct line telephone, a desk, WiFi (free of charge) and central heating. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.41" OriginalAmount="96.51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|53520" HotelName="Westside Arc De Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36, Rue Pierre Demours</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/2/0/53520_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is business, has modern facilities, LED TV, an iPod docking station, WiFi, a sauna and a covered swimming pool. SITUATION: This establishment, el Arco de Triunfo it is between the convention centre. ROOM: The rooms have a welcome kit, a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.16" OriginalAmount="97.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|359902" HotelName="Terre Neuve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 bis rue terre neuve</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/0/2/359902_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.66" OriginalAmount="97.73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63880" HotelName="Grand Nouvel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>152 Avenu Ledru Rollin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/8/0/63880_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: Place de la Bastille It is next to. HOTEL: This hotel is situated in a great location. ROOM: The comfortable rooms a bathroom with a hairdryer, They are equipped with a satellite television and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.03" OriginalAmount="98.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15376" HotelName="Montholon Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 RUE DE MONTHOLON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/6/15376_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in front of Montholon the garden it is in ParÃ­s the business district close to the establishment, clients can find the opera, the shopping centre ,Montmartre it is near nearby, there is public transport. ROOM: The establishment has spacious, comfortable rooms and fully-equipped. FACILITIES: The establishment boasts an elegant living room, Close to the establishment, guests have at their disposal, a car park, (available for a fee). OBSERVATIONS:.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.19" OriginalAmount="98.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22644" HotelName="Best Western Plus 61 Paris Nation " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA VOUTE 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/4/4/22644_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors 42 double rooms and 5 single rooms. In the entrance, you can find a reception, a safety deposit box service and lifts. SITUATION: This urban hotel is in a central location, the Bastille near the establishment, guests will find near the establishment, you will find shops, restaurants and bars. 45 minutes away from the establishment guests have Charles de Gaulle and Paris Orly the airports of. ROOM: The comfortable rooms, have a bathroom with a shower, with a hairdryer, a direct line telephone, internet, a mini-bar and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.31" OriginalAmount="98.36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|478308" HotelName="Hôtel de la Comète" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 boulevard de la Villette, 75019</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/3/0/8/478308_ec040ec1308.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.32" OriginalAmount="98.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|282694" HotelName="Hampton Inn Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="101.48" OriginalAmount="98.52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|74211" HotelName="Green Hotels Confort Paris 13" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE PATAY 90</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/2/1/1/74211_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is business, has 38 rooms, a lobby with a reception, express check-out, a safety deposit box service, a cloakroom and a lift. The establishment also has air-conditioning, a cafÃ©, a hairdresser's, a restaurant, WiFi, room service, a laundry service, a car park and indoor parking. SITUATION: This hotel Notre Dame it is situated 5 kilometres away from it is 10 minutes away from ParÃ­s the centre of It has excellent transport links to public transport services, is situated 15 kilometres away from ParÃ­s Orly Airport this establishment, is situated 35 kilometres away from Charles de Gaulle Airport it is situated 40 kilometres away from Brussels Airport. ROOM: The establishment has renovated rooms with a bathroom, soundproof, parquet flooring, a hydromassage bath, showers, a hairdryer, cable and satellite television, internet, a coffee maker, a kettle, an iron, a double bed, individual air-conditioning, individual heating and a safe. OTHERS: Regarding the food and beverage provision, the establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.85" OriginalAmount="98.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|55644" HotelName="Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 BIS CITE BERGERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/4/4/55644_71af1301517.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of ParÃ­s. Is situated in a peaceful area. Close to Los Grands Boulevards, the shopping area and places of interest. La Opera, the metro station and restaurants. ROOM: Customers can find comfortable rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.11" OriginalAmount="99.14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|81023" HotelName="Relais Du Pré" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pierre Semard, 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/0/2/3/81023_1a7f34a1558.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.59" OriginalAmount="99.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|28149" HotelName="Niel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="102.79" OriginalAmount="99.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59785" HotelName="De La Paix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 RUE DURANTON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/8/5/59785_346696a1504.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel and the Eiffel Tower it is close to This establishment is charming and ideal for holidays or business trips. SITUATION: Porte de Versailles It is situated 1 kilometre away from in the surrounding area, there is public transport. ROOM: The establishment has 37Â cosy rooms, fully-equipped, heating, a television with international channels and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15378" HotelName="De L'aqueduc" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="103.32" OriginalAmount="100.31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22271" HotelName="Apolonia Paris Montmartre Sure Hotel Collection by Best Western" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE MARCADET 147</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/1/22271_d2551120322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.16" OriginalAmount="101.13" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="104.28" OriginalAmount="101.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|27628" HotelName="Poussin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <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="104.68" OriginalAmount="101.63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|26689" HotelName="Libertel Montmartre Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Duperre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/9/26689_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 52 rooms and has 6 floors, In the entrance, guests are offered a charming hall, a reception, a safety deposit box service and a lift. The establishment offers internet, WiFi and a laundry service. SITUATION: This modern hotel Place Pigalle it is situated 100 metres away from Montmartre it is close to Le Moulin Rouge close to the establishment, clients can find close to the establishment, clients can find bars, nightclubs, restaurants and shops. nearby, there is a public transport stop, is situated 1 kilometre away from the railway station. ROOM: The fully-equipped rooms, have a bathroom with a shower, a bath and a hairdryer (available for a fee), They are equipped with a direct line telephone, a satellite or cable television (available for a fee), internet (available for a fee), a mini-bar, a double bed and a central heating system. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.76" OriginalAmount="101.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|406236" HotelName="Ibis Paris Place D'Italie 13ème" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="105.66" OriginalAmount="102.58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|65718" HotelName="Moris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 RUE RENE BOULANGER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/7/1/8/65718_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in the city centre and Parisian. It has 45 rooms, meeting room, with features that offer you the maximum level of comfort and an inviting bar. SITUATION: Is situated inParÃ­s the city centre of Where customers can find boutiques.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.91" OriginalAmount="102.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|77941" HotelName="Du Beaumont " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE LEPIC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/9/4/1/77941_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inMontmartre the heart of Close to. ROOM: Guests can find 19 rooms and 1 suite.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.05" OriginalAmount="102.96" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|41641" HotelName="Sure by Best Western Paris Gare du Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG SAINT-DENIS 224</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/4/1/41641_81c4fa21445.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is situated in a historic building. SITUATION: This establishment, is in ParÃ­s the centre of Close to tourist points of interest, and, In the surrounding area you can also find public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.07" OriginalAmount="102.98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|450748" HotelName="De Sèvres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/7/4/8/450748_eb64cdd1539.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.27" OriginalAmount="103.17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|22471" HotelName="Villa Des Princes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 RUE DE MR. LE PRINCE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/1/22471_6e8c6b51106.jpg</HotelPictures>
        <HotelDescription>ROOM: Clients are offered 12 soundproofed rooms with a bathroom with a hairdryer, internet, a direct line telephone and a television. FACILITIES: There is a range of facilities and services available at the establishment, including meeting rooms, a reception with a safe box, a breakfast room, a sauna and a spa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.50" OriginalAmount="103.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|215445" HotelName="AU BOEUF COURONNE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188, Av Jean Jaures,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/4/4/5/215445_4a3cd911638.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.68" OriginalAmount="103.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|216053" HotelName="Residhome París Rosa Parks" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Gaston Tessier, 3-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/0/5/3/216053_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.70" OriginalAmount="103.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|126720" HotelName="La Nouvelle République" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Moret</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/7/2/0/126720_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This non-smoking establishment, has a snack bar, a reception, a library and WiFi (free of charge) in communal areas. The establishment offers guests daily newspapers (free of charge). SITUATION: This hotel is 2 kilometres from Parc de Belleville, el Cementerio de PÃ¨re-Lachaise, the Picasso Museum, Place des Vosges and la Ã“pera de la Bastilla. ROOM: The establishment has 30 rooms with WiFi (free of charge), a coffee maker, a kettle and flatscreen cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.88" OriginalAmount="103.77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15299" HotelName="Ibis Styles Paris Bercy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERCY 77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/9/9/15299_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 8 floors and 364 rooms. In the entrance, guests are offered a lobby with an elevator, a reception and a currency exchange service. With regards to the food and beverage offering, the establishment has a bar a restaurant with a terrace, Guests are also offered conference rooms, an events room, room service, a laundry service, a babysitting service and indoor parking. SITUATION: This urban hotel is in an excellent location, is in the commercial district, is in ParÃ­s east the Palais Garnier 10 minutes away, you can find Clients can also find the shopping centres, leisure areas and Lyoner the Station of 200 metres away, clients have public transport services, Guests can enjoy galleries, museums, churches, the theatres, Louvre the museum SacrÃ©-CÅ“ur and Montmartre the Basilica of Clients can also enjoy bars, cafÃ©s, bakeries, restaurants, pubs and nightclubs. ROOM: The comfortable and inviting rooms, have a bathroom with a bath, a hairdryer, a direct line telephone, a radio, cable and satellite television, internet, a central air-conditioning system and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.25" OriginalAmount="106.07" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|23711" HotelName="Grand Hotel du Havre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'AMSTERDAM 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/1/1/23711_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This attractive hotel is in the 9th arrondissement, Next to Saint-Lazare the Railway Station of In the surrounding area, you can find restaurants, pubs, cafÃ©s and shops. it is located close to the shopping centres, Madeleine the church the opera, is situated 10 minutes walk away from the Galeries Lafayette the shopping centre the Palace of Versailles it is a 30-minute train ride away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.23" OriginalAmount="107.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|42278" HotelName="Maison Barbès" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="110.68" OriginalAmount="107.46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15328" HotelName="Avalon Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="110.88" OriginalAmount="107.65" MarkupRule="3.00">
      <BasicPropertyInfo 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="111.03" OriginalAmount="107.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|125507" HotelName="Fred" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="111.09" OriginalAmount="107.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|66364" HotelName="Holiday Inn Express Paris - Canal De La Villette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Quai De La Seine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/6/4/66364_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Holiday Inn Express Paris - Canal De La Villette is rated three stars. ROOM: The medium-sized rooms have a bathroom, with air-conditioning and heating. They offer bedding change and cleaning service. They are equipped with piped music, a writing desk, a trouser press, a radio, a direct line telephone, satellite and cable television, a coffee maker and a kettle. Some rooms a balcony with canal views. The establishment has non-smoking rooms and interconnecting rooms. FACILITIES: Guests are offered WiFi. There is a variety of facilities and services available at the establishment, including a lift, a bar, a currency exchange, a business centre, a concierge service, a indoor car park, internet area, a business area, a conference room, a breakfast room and a living room where guests can watch TV. Some of the services clients have access to are wake-up service, fax service, a photocopier and a laundry service. The establishment has a summer terrace. OTHERS: It has disabled access rooms. pets are allowed dependent on availability.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.11" OriginalAmount="107.87" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="111.23" OriginalAmount="107.99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|359396" HotelName="Du Parc Montsouris" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="111.67" OriginalAmount="108.42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22554" HotelName="Corona Rodier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE RODIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/5/4/22554_3693d960302.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 38 rooms. SITUATION: This inviting hotel, La Opera and Le SacrÃ© Cour it is located between in the surrounding area of the establishment, guests can find public transport services, is situated on a quiet street, Close to and SacrÃ© Coeur the church near the establishment, guests will find shops. ROOM: The rooms have an air-conditioning system, heating, a television with international channels and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.06" OriginalAmount="108.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|169093" HotelName="Elysees" 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/9/0/9/3/169093_800754d1528.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Elysees Hotel is rated three stars and has a restaurant. ROOM: The rooms have a hairdryer and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.37" OriginalAmount="109.10" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63309" HotelName="Ambassadeur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 RUE LEGENDRE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/0/9/63309_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has a large terrace. SITUATION: This establishment, is in a peaceful area, is situated in Montmartre the area Close to the Palais Garnier the metro station, and, is situated 25 kilometres away from Orly and Charles de Gaulle the airports of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.78" OriginalAmount="109.50" MarkupRule="3.00">
      <BasicPropertyInfo 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="112.90" OriginalAmount="109.61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|445321" HotelName="De Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>51 avenue du Maine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/2/1/445321_4d365671437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.20" OriginalAmount="109.90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|183923" HotelName="Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Dunkerque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/2/3/183923_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.32" OriginalAmount="110.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|163508" HotelName="St Christopher's Inns The Canal" 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/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="113.68" OriginalAmount="110.37" MarkupRule="3.00">
      <BasicPropertyInfo 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="114.07" OriginalAmount="110.75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15257" HotelName="IBIS PARIS 17 CLICHY BATIGNOLLES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="114.21" OriginalAmount="110.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|80894" HotelName="Avia Saphir Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Vaugirard, 181</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/9/4/80894_316075f1153.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, is in Montparnasse the district of Close to the railway station, is 33 kilometres away from Roissy Airport. ROOM: The establishment has 40 soundproofed rooms, a mini-bar, heating, a direct line telephone, a satellite TV and an alarm clock. FACILITIES: Guests are offered a concierge service, a reception with a safe box, a breakfast room and a lift.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.29" OriginalAmount="110.96" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22469" HotelName="Havane Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE TREVISE 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/6/9/22469_66f10ca1542.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1910, has 6 floors and has 54 rooms 7 suites, 9 apartments, 8 single rooms and 30 double rooms. In the entrance, guests are offered a reception and a lift. The establishment has a cafÃ©, WiFi, a television room and a breakfast room. SITUATION: This hotel is situated in ParÃ­s the city centre of in the surrounding area of the establishment, guests can find a restaurant ,Cadet the metro station Montmartre it is 15 minutes away from near the establishment, guests will find Garnier the opera it is near Gare du Nord and Gare de l'Est the stations of it is situated 25 kilometres away from Charles de Gaulle Airport it is situated 30 kilometres away from Paris Orly Airport. ROOM: The rooms a bathroom with a hairdryer, They are equipped with a direct line telephone, satellite or cable TV, internet, a fridge (available for a fee), a central heating system and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.40" OriginalAmount="111.07" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="114.49" OriginalAmount="111.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22172" HotelName="Jardin Des Plantes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Linne 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/7/2/22172_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the surounding areas of the Latin Quarter, in front of the botanical garden, El Jardin des Plantes, the Natural History Museum, Close to The Pierre and Marie Curie University. This hotel is near the metro station. It has excellent transport links to points of interest and the historic centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.60" OriginalAmount="111.26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|81428" HotelName="Novotel Paris 17" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue Porte d'Asnieres</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/4/2/8/81428_7d7190d1321.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Novotel Paris Porte D'asnieres is rated four stars. It is contemporary. it is close to the centre of ParÃ­s. The establishment boasts a restaurant, WiFi (free of charge) and a transport service. It also has a reception, room service and a car park (for a fee). SITUATION: It is in a beautiful residential area. Near the establishment, you will find the Square of Batignolles, the district of Montmartre, the metro stop of PÃ©reire and the train stations RER Pereire - Levallois. FACILITIES: Guests are offered video games, a gift shop and WiFi (free of charge). ROOM: Guests are offered modern, standard rooms. They have a living room with sofa, an air-conditioning system, a writing desk, a mini-bar, a safety deposit box, flatscreen satellite and cable TV and a bathroom with a shower. MEALS: Guests have access to a coffee shop, a. Guests are offered a buffet breakfast. OTHERS: Clients have at their disposal disabled facilities. The establishment also offers an ironing set on request, shop, desk, tea and coffee service, films for an extra charge and radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.28" OriginalAmount="111.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|40100" HotelName="Exposition Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BIS RUE DU THEATRE 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/0/0/40100_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was renovated in 2006, The establishment offers 36 soundproofed rooms, This building with air-conditioning, has conference rooms and a cosy bar. SITUATION: the Eiffel Tower It is situated 15 minutes away from It is located between Rolland Garros, Parc des Princes and Europeo Georges Pompidou the exhibition centre, is 50 metres away from Charles Michels and Dupleix the metro stations of the Champs-ElysÃ©es and the Palais Garnier 20 minutes away, you can find 5 minutes away, clients can find restaurants, shops, bars and pubs. it is situated 20 kilometres away from Paris Orly Airport it is 35 kilometres away from Charles de Gaulle Airport. ROOM: The comfortable rooms, have an LCD satellite TV, a mini-bar, a safe, a direct line telephone, internet, a double bed, a bathroom with a shower or bath, a hairdryer, central heating and an individual air-conditioning system. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.50" OriginalAmount="112.14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|63859" HotelName="Saint Georges Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/5/9/63859_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.54" OriginalAmount="113.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|46897" HotelName="Abaca Messidor by Happyculture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE VAUGIRARD 330</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/9/7/46897_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has air-conditioning and has 72 rooms located in front of a car park, The establishment boasts a laundry service, a safety deposit box service (free of charge) and room service. In the establishment entrance, guests will find a lobby with a reception, a cloakroom and a lift. The establishment has a bar, a breakfast room and conference facilities. The establishment offers guests internet. SITUATION: It is inPars south Tour Eiffel, Louvre, Orsay, Arc de Triomphe and Notre Dame It is near Clients can also find, cinemas, cafÃ©s and shops. nearby, there is an underground station, Guests can enjoy the theatres, market, restaurants and bars. it is 29 kilometres away from Charles de Gaulle Airport It is situated 15 kilometres away fromParis Orly Airport. ROOM: The rooms have an individual air-conditioning system, double-glazed windows, a direct line telephone, internet, a mini-bar, a satellite TV, a bathroom with a shower, a bath and a hairdryer. They have a double bed, an iron and central heating. MEALS: The establishment offers a buffet breakfast. OBSERVATIONS: Pets are permitted, (for a fee), on request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.63" OriginalAmount="113.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|55723" HotelName="CAMPANILE PARIS 12 - Bercy Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 RUE BARON LEROY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/2/3/55723_a0892cb0816.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bercy (ParÃ­s) the district of Bercy (ParÃ­s) 2 minutes away from the establishment, you can find shops, cinemas and restaurants. ROOM: Customers can find soundproofed rooms with satellite TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.08" OriginalAmount="113.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|80887" HotelName="Libertel Austerlitz Jardin des plantes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DE LHOPITAL 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/8/7/80887_ea652d31554.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has multilingual staff and 51 rooms. SITUATION: This hotel la Gare d'Austerlitz it is in front of Close to, Historia Natural the Museum of, Rive Gauche the district of and.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.12" OriginalAmount="113.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|461331" HotelName="Holiday Inn Express And Suites Paris, Texas, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="117.49" OriginalAmount="114.07" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|67967" HotelName="The Playce  and Bar By Happyculture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD BARBES 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/9/6/7/67967_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel, was built in 1900 and renovated in 2009 and is ideal for holidays and business stays 49 rooms, The establishment boasts concierge service, a lift, a baggage room, air-conditioning, room service and a laundry service. Guests also have access to a hall with a reception and WiFi (free of charge). SITUATION: It is situated nearlos artistas the district of it is well-connected with train stations, bus stations, near the establishment, guests will find ParÃ­s the city centre of it is 20 kilometres away from ParÃ­s-Orly Airport it is situated 22 kilometres away from ParÃ­s-Charles de Gaulle Airport. ROOM: Guests are offered non-smoking rooms with double-glazing, a bathroom with a shower, a WC with a hairdryer, a direct line telephone and WiFi. Guests also have at their disposal flat-screen satellite television, a coffee maker, a kettle, a desk, a wardrobe, an air-conditioning system and heating. MEALS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.91" OriginalAmount="114.48" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="118.06" OriginalAmount="114.62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22466" HotelName="Le Richemont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="118.10" OriginalAmount="114.66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|191271" HotelName="Fiap -" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Cabanis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/7/1/191271_cc1cc831516.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.25" OriginalAmount="114.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|486149" HotelName="Riviera Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="118.26" OriginalAmount="114.82" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|169260" HotelName="Nord Est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="118.38" OriginalAmount="114.93" MarkupRule="3.00">
      <BasicPropertyInfo 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="118.61" OriginalAmount="115.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|359771" HotelName="Scarlett" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jouye Rouve</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/7/7/1/359771_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.80" OriginalAmount="115.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|445040" HotelName="Mama Shelter Paris West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de la Porte de la Plaine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/4/0/445040_6598f5a1137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.74" OriginalAmount="116.25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|50560" HotelName="Villa Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, rue Boulard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/0/50560_6098a551300.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic, African style hotel and has a cafÃ©. SITUATION: Montparnasse, St Germain and La Sorbonne It is close to it is near the catacombs. ROOM: The establishment has cosy, comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.97" OriginalAmount="117.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|38586" HotelName="Romance Malesherbes By Patrick Hayat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CARDINET 129</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/5/8/6/38586_11.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 21 rooms with a bathroom and bath or shower. It also has apartments with kitchen. FACILITIES: This establishment has a car park on request.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.10" OriginalAmount="117.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|67459" HotelName="Kabanel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 RUE CHABROL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/4/5/9/67459_1f45b680507.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2009 and has 65 comfortable rooms. SITUATION: 20 minutes away from the establishment, you can findParÃ­s the city centre of it is close to public transport services, train stations and subway stations.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.64" OriginalAmount="118.10" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="121.74" OriginalAmount="118.19" MarkupRule="3.00">
      <BasicPropertyInfo 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="121.76" OriginalAmount="118.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|220238" HotelName="Le Quincangrogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="121.77" OriginalAmount="118.22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|444520" HotelName="Ibis Paris Gare Montparnasse Catalogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Du Texel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/2/0/444520_08836050936.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.42" OriginalAmount="118.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|273063" HotelName="Clairefontaine" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="122.42" OriginalAmount="118.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63372" HotelName="Lebron" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE LAMARTINE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/2/63372_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s city centre. ROOM: The establishment has 41 rooms with TV, a direct line telephone, a bathroom and a hairdryer. FACILITIES: The establishment has a reception, room service, secretary service, a safe and a lounge. Regarding the food and beverage offering, there is a restaurant with breakfast service. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.87" OriginalAmount="119.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|23308" HotelName="Ibis Styles Gare De L'Est Chateau Landon" 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/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="94" TotalAmount="123.17" OriginalAmount="119.58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59838" HotelName="Timhotel Paris Gare De L'est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 RUE DES RECOLLETS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/3/8/59838_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Canal Saint-Martin it is situated next to Gare de l'Est a few minutes away, guests have it is on a peaceful street, Convent des Recollets in front of the establishment, you can find it is located in front of La Villete and CitÃ© des Sciencies park Bastilla and Le Marais it is 15 minutes away from. ROOM: The comfortable rooms, have an air-conditioning system, cable television, a direct line telephone, a hairdryer and WiFi. You are offered a breakfast service. FACILITIES: Guests have access to a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.58" OriginalAmount="119.98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|95521" HotelName="Chabrol Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ de chabrol,46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/5/2/1/95521_5597cb51653.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, it offers excellent service, views of the avenue and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.62" OriginalAmount="120.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|75647" HotelName="Novotel Paris 14 Porte d'Orléans" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15-17-21 boulevard Romain Rolland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/6/4/7/75647_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 150 soundproofed rooms, The establishment has a restaurant, a cafÃ©, 4 conference rooms and a car park (for a fee). SITUATION: This establishment, is in ParÃ­s south 3 minutes away from the establishment, clients can find the metro station, the tram stop. ROOM: Guests are offered superior rooms with sofa, an air-conditioning system, WiFi (free of charge) and a mini-bar. It also has executive rooms and with sofa. It also offers executive rooms with WiFi, mineral water, a coffee maker, a bathrobe and slippers. Clients are offered one bedroom superior suites with sofa, a living room, a bathroom, 2 televisions, WiFi (free of charge), mineral water and Nespresso. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant, a bar, a terrace and a bar. OBSERVATIONS: Check-in is from 12:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.73" OriginalAmount="120.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15333" HotelName="Pullman Paris La Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Av De L'Arche Defense 6 Paris La Defense Cedex,11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/3/15333_998d86d1409.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Pullman La Defense is rated four stars, is in ParÃ­s and was built in 2000. It has a restaurant, lifts, a concierge, a safety deposit box service and a sauna. The establishment offers room service, a bellboy, a cafÃ© and business facilities. Pets are allowed. It has 384 rooms with hairdryer, air-conditioning, a TV and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.49" OriginalAmount="120.86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|27066" HotelName="Comfort  Nation Pere Lachaise Paris 11" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LEON FROT 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/6/6/27066_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2004 6 floors and 44 rooms. In the establishment entrance, guests will find a hall, a lift, a reception, a safety deposit box service, a cloakroom and a currency exchange service. The establishment also offers a breakfast room and a restaurant. This business hotel, has a conference room with internet, with 20 places, a medical care service, indoor parking and a car park. SITUATION: It is inParÃ­s the centre of Place de la Nation it is near Ã“pera de la Bastilla a few minutes walk away, guests can find it is in front of Rue des Boulets the underground station of in the surrounding area, clients can find shops, a leisure area ,Disneyland Paris It is situated 30 minutes away from. ROOM: The modern and elegant rooms, have a bathroom with a shower, a bath with a hairdryer, a direct line telephone, satellite or cable TV, a radio and internet. Our guests also have available a safety deposit box (available for a fee), a king-size bed, central heating with stunning views. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.01" OriginalAmount="121.37" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="125.14" OriginalAmount="121.50" MarkupRule="3.00">
      <BasicPropertyInfo 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="125.29" OriginalAmount="121.64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|22273" HotelName="Petit Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE PENTHIEVRE 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/3/22273_55980181141.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 4 floors and 19 rooms. In the entrance, guests are offered a lobby, a reception, a safety deposit box service and a lift. Guests also have access to room service, a laundry service and internet. SITUATION: This establishment is in the quiet area. It is near the Champs-ElysÃ©es, L'Eglise de la Madeleine and the Arc de Triomphe in the surrounding area, clients can find restaurants, bars, pubs and shops. 2 minutes away from the establishment you have the metro station. It is situated 300 metres away from Lazare 2 kilometres away from the establishment, guests will find Louvre, Notre Dame, Montmartre and torre Eiffel ROOM: All the rooms have a direct line telephone, a television, internet, a mini-bar, a fridge and a double bed. OTHERS: The establishment offers a breakfast service. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.35" OriginalAmount="121.70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|75351" HotelName="Opera Marigny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ARCADE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/5/1/75351_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This designer hotel, with air-conditioning and has 24 rooms, The establishment boasts WiFi (free of charge), a bar, meeting rooms, a lobby, a reception, a safety deposit box service and a lift. The establishment also offers a cafÃ©, a breakfast room, room service and a laundry service. SITUATION: ParÃ­s It is in the Galeries Lafayette 100 metres away, guests will find Notre Dame it is 39 kilometres away from la Tour Eiffel It is situated 45 kilometres away from Les Champs Ã‰lysÃ©es 15 kilometres away from the establishment, guests will find 1 minute away from the establishment guests have the railway station 15 minutes away fromLouvre the Museum of the establishment is 25 kilometres away from Charles de Gaulle Airport It is situated 20 kilometres away fromParis Orly Airport. ROOM: The rooms a bathroom, a shower, a bath, a king size or double bed and a satellite or cable television. They also have internet, a hairdryer, a safety deposit box, an ironing set, a mini-bar, individual air-conditioning and heating. FACILITIES: 10 kilometres away, clients have at their disposal a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.37" OriginalAmount="121.72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|183642" HotelName="Generator Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Place du Colonel Fabien</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/4/2/183642_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.51" OriginalAmount="121.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15380" HotelName="Timhotel Paris Gare 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/1/5/3/8/0/15380_2b813821759.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 7 floors, 77 rooms, 20 single rooms and 30 double rooms. The establishment has a reception, a restaurant and a car park. SITUATION: It is located close toLes Rennes the street Gare du Nord and Gare de l'Est it is situated between in the surrounding area, clients have public transport services. ROOM: The rooms have a bathroom, a direct line telephone and a satellite or cable television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.35" OriginalAmount="122.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63857" HotelName="HOTEL CAMPANILE PARIS 14 - Maine Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Avenue du Maine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/5/7/63857_0f5759b0823.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Montparnasse the area it is in 14 District it is in a central location. FACILITIES: The establishment has a reception, a conference room and a launderette. ROOM: All the rooms have a bathroom with a bath or shower, a direct line telephone, internet, a satellite TV, a coffee maker and a kettle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.38" OriginalAmount="123.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|125478" HotelName="Ibis Styles Montmartre Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/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="94" TotalAmount="127.51" OriginalAmount="123.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|67108" HotelName="Victor Hugo Paris Kléber" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 RUE COPERNIC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/0/8/67108_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Parisian building and has rooms, with balconies a bar an indoor garden with breakfast service. SITUATION: Etoile and the TrocadÃ©ro It is located between the Arc de Triomphe 300 metres away, guests will find the Eiffel Tower and the Champs-ElysÃ©es it is 500 metres away from It is situated 3 kilometres away fromNotre Dame Cathedral.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.70" OriginalAmount="123.98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59815" HotelName="Mondial" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 CITE BERGERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/1/5/59815_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Mondial is rated three stars, is situated in a private street and has 60 standard rooms. ROOM: The rooms have shower or bath, a hairdryer, a satellite TV, a direct line telephone and a safety deposit box. OTHERS: The establishment serves a buffet breakfast in the breakfast room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.71" OriginalAmount="123.99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|445043" HotelName="Le Grand Quartier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Nancy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/4/3/445043_543307b1144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.51" OriginalAmount="124.77" MarkupRule="3.00">
      <BasicPropertyInfo 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="128.68" OriginalAmount="124.93" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="128.73" OriginalAmount="124.98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|476461" HotelName="Familia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 rue des Ecoles</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/4/6/1/476461_9d6f6ae2337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.97" OriginalAmount="125.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|33123" HotelName="Bailli de Suffren" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Suffren 149</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/2/3/33123_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 25 standard rooms and has 5 floors. In the entrance, guests are offered a lobby with a reception. The establishment boasts air-conditioning, a safety deposit box service, a lift, a bar, a TV room and a breakfast room. The establishment offers guests internet, room service and a car park. SITUATION: This hotel is located between Tour Eiffel, Montparnasse and Les Invalides is situated in Avenue de Suffren near the establishment, guests will find the UNESCO Building. Near the establishment, you will find restaurants, bars and entertainment. Close to the establishment, guests have the Sevres Lecourbe metro station. Is 1 kilometre from Montparnasse Railway Station. 29 kilometres away, you can find Charles de Gaulle Airport. Is 18 kilometres from Paris Orly Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a coffee maker, a kettle and satellite or cable TV. You are offered internet, a mini-bar, a double bed, individual air-conditioning and a safety deposit box. Clients are offered two bedroom apartments with 2 bathrooms. OTHERS: The establishment offers a continental breakfast and a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.15" OriginalAmount="125.39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|124942" HotelName="  Mama Shelter Paris East" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="129.70" OriginalAmount="125.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|75144" HotelName="du Temps" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue De Montholon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/1/4/4/75144_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to the Palais Garnier the metro station it is located close to the city centre, Gare de l'Est and Gare du Nord the train stations of 800 metres away, clients have Lafayette the shopping centre, SacrÃ© Coeur it is situated 2,8 kilometres away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.91" OriginalAmount="126.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59825" HotelName="IBIS PARIS GARE DU NORD TGV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 ET 33 RUE DE SAINT-QUENTIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/2/5/59825_2e770981554.jpeg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in an excellent location, is opposite Gare du Nord the train station in front of the establishment, guests have the Eurostar the railway station. ROOM: The inviting rooms. HOTEL: The establishment boasts a breakfast room, a living room and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.36" OriginalAmount="126.56" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="130.70" OriginalAmount="126.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15352" HotelName="Moxy Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="130.74" OriginalAmount="126.93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22417" HotelName="New La fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BUFFAULT 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/1/7/22417_019b1c41317.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1930, renovated in 1999 and has air-conditioning 50 rooms, 8 single rooms, 39 double rooms and 3 suites. In the entrance, you can find a lobby with elevators and a reception with safety deposit boxes, The establishment has a cosy bar and a restaurant with air-conditioning, The establishment offers internet and a laundry service. SITUATION: This trendy hotel is in a central area, is near the opera, the shopping centres ,MontmartrÃ© and SacrÃ© Cour near the establishment, you will find it is close to the tourist attractions, the monuments, the shops, the leisure areas and entertainment. it is situated near Gare de l'Est and Gare du Nord the stations of. ROOM: The modern rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite television, cable television, internet, a central heating system and fitted carpets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.87" OriginalAmount="127.06" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|169360" HotelName="Nouveau Paris Park " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE HASSARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/6/0/169360_b3dbd991839.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant, a hairdryer and a transfer service to the airport, Pets are allowed, The establishment also offers a concierge, facilities for people with disabilities, a reception and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.76" OriginalAmount="127.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|50567" HotelName="Verlain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97, RUE SAINT MAUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/7/50567_12.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 38 rooms with air-conditioned, a satellite TV with Canal Plus, a direct line telephone with a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.83" OriginalAmount="127.99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|58028" HotelName="Avenir Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 BOULEVARD ROCHECHOUART</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/0/2/8/58028_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.98" OriginalAmount="128.14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|80828" HotelName="Atn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DATHENES 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/2/8/80828_bd36cbd1509.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of ParÃ­s, close to Saint-Lazare Railway Station, the Galeries Lafayette Shopping Centre Galeries Lafayette, department stores Printemps, the Garnier Opera, Moulin Rouge, theatres and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.05" OriginalAmount="128.20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|63871" HotelName="Adagio Access Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CORENTIN CARIOU 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/7/1/63871_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located close toParÃ­s the city centre of the CitÃ© des Sciences et de l'Industrie and the Parc de la Villette it is in front of it is situated 3 kilometres away from the city centre, the Grande Hall de la Villette and the CitÃ© de la Musique nearby, you will find It is situated in the surrounding area of restaurants. ROOM: Apartments with a bathroom, with a shower, an American kitchen, cable television, a hairdryer and a direct line telephone. FACILITIES: The establishment has a reception, meeting rooms and a laundry service. OBSERVATIONS: A deposit will be requested on arrival, Towels and bedclothes are included.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.30" OriginalAmount="128.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22268" HotelName="Ami - Orso" 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/2/6/8/22268_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors, 41 rooms, 5 single rooms and 36 double rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service and lifts. The establishment boasts a television room and internet. SITUATION: This charming hotel is situated in the heart of the 15th arrondissement, the Eiffel Tower it is close to it is situated near the exhibition centre, nearby, you will find leisure areas, entertainment and tourist points of interest. ROOM: Each room has a bathroom, a direct line telephone, internet, central heating and fitted carpets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.38" OriginalAmount="128.52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|71703" HotelName="Mercure Paris Tour Eiffel Pont Mirabeau" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 AVENUE EMILE ZOLA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/0/3/71703_871b6ed1027.jpg</HotelPictures>
        <HotelDescription>HOTEL: Establishment is superior category and perfect for business and holiday stays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.44" OriginalAmount="128.58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|29425" HotelName="Citadines Place D'italie Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place d'Italie 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/4/2/5/29425_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 169 studios and two bedroom apartments. In the entrance, guests are offered a lobby with a reception, a safety deposit box service and lifts. The establishment also has air-conditioning, conference rooms, a breakfast room, WiFi in the hall and a laundry service. SITUATION: This aparthotel, Place d Italie it is in Where clients can find restaurants and supermarkets. Butte-aux-Cailles it is located near 1 kilometre away, you can find the railway station, the Champs-ElysÃ©es it is situated 6 kilometres away from 9 kilometres away from and Paris Orly Airport 60 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has apartments with a bathroom, a hairdryer, have a small kitchen, a direct line telephone, satellite or cable TV, a radio, a Hi-Fi, internet, a coffee maker, a kettle, an iron, a safe (available for a fee), an individual air-conditioning system and individual heating. FACILITIES: Med Gym Fitness Club It is near a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.49" OriginalAmount="128.63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|74252" HotelName="Hotel Virgina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="132.71" OriginalAmount="128.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|82640" HotelName="Louvre Marsollier Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Marsollier, 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/4/0/82640_41a6d611141.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 28 comfortable rooms. SITUATION: This hotel is in ParÃ­s the old part of it is located between the Louvre the opera, near the establishment, you will find banks and the shopping centres.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.17" OriginalAmount="129.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|81580" HotelName="Boileau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="134.28" OriginalAmount="130.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22276" HotelName="New Le Voltaire" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Petion, 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/6/22276_05dfaaf1521.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.49" OriginalAmount="130.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22608" HotelName="New  Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LIEGE 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/8/22608_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 6 floors and has 41 standard rooms. In the entrance, you can find a lobby with a reception, a safety deposit box service and lifts. The establishment also offers a breakfast room. SITUATION: This urban hotel is situated in ParÃ­s city centre. Around the establishment, clients can find shops, bars, restaurants and public transport. ROOM: The cosy rooms have a bathroom with a shower, a hairdryer, a direct line telephone and a satellite or cable television. Are also equipped with a mini-bar, a double bed, fitted carpets, central heating and individual air-conditioning. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.55" OriginalAmount="130.63" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="134.59" OriginalAmount="130.67" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="134.87" OriginalAmount="130.94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|471829" HotelName="Beau M Paris - Hostel" 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/7/1/8/2/9/471829_b45ac8e2048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.91" OriginalAmount="130.98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|26688" HotelName="Korner Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ARISTIDE BRUANT 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/8/26688_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1920 and renovated in 2005. It has 4 floors, 30 rooms and 1 suite. In the establishment entrance, guests will find a reception, a safety deposit box service, a lift and a garden. SITUATION: This hotel Montmartre it is in Place du Tertre and SacrÃ© Coeur it is close to in the surrounding area of the establishment, guests can find shops, Clients can also find the hairdresser's, bars, restaurants and nightclubs. close to the establishment, guests have a public transport stop, is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone and a satellite or cable television. Are also furnished with a mini-bar, central heating, a safety deposit box and a sitting room. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.01" OriginalAmount="131.08" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|79217" HotelName="Adagio Paris Vincennes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Avenue de Paris</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/2/1/7/79217_88c38661916.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 90 apartments, a kitchen and a car park. SITUATION: ParÃ­s It is located near.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.21" OriginalAmount="131.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|359928" HotelName="Odalys City Paris Xvii" 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/9/2/8/359928_1_3088.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.32" OriginalAmount="131.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|47636" HotelName="Best Western Bretagne Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE RAYMOND LOSSERAND 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/3/6/47636_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary style hotel, has 45 standard rooms and 5 floors. The establishment boasts air-conditioning, a lobby, a reception, a safety deposit box service and a currency exchange service. It also has a lift, a cafÃ©, a restaurant, internet, a laundry service (for a fee) and bicycle rental (for a fee). SITUATION: This urban hotel is in Montparnasse 800 metres away, guests can find railway station. Close to the establishment, guests have bars, pubs and a public transport stop. 5 kilometres away from the establishment, guests will find places of interest. Is 14 kilometres from Paris Orly Airport. This hotel is 29 kilometres from Charles de Gaulle Airport. 90 kilometres away, you can find Paris Beauvaisâ€“TillÃ© Airport Paris Beauvaisâ€“TillÃ©. ROOM: Guests are offered non-smoking rooms with a bathroom, shower or bath, a WC, a hairdryer, a double bed, a direct line telephone, cable and satellite television, a radio, WiFi, a fridge, a coffee maker, a kettle, an individual air-conditioning system, individual heating and individual air-conditioning. MEALS: The establishment serves a buffet breakfast at an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.47" OriginalAmount="131.52" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="135.60" OriginalAmount="131.65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|359848" HotelName="Floridor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="135.66" OriginalAmount="131.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|183757" HotelName="Bonne Nouvelle Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17, Rue Beauregard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/5/7/183757_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.38" OriginalAmount="132.41" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="136.87" OriginalAmount="132.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22597" HotelName="Hauteville Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue D'Hauteville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/9/7/22597_44415a30316.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a main 5-storey building, 26 rooms, a reception, a lift, a safety deposit box service, a currency exchange service, a hairdresser's, a TV room, a breakfast room, conference facilities, internet, room service and a laundry service. SITUATION: This establishment, is a 10-minute walk away from Gare du Nord and Gare de l'Est the stations of it is situated 30 kilometres away from Charles de Gaulle and Paris Orly the airports. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a double bed, a safe, fitted carpets and central heating. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.96" OriginalAmount="132.97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|63875" HotelName="Lucien and Marinette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Chabrol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/7/5/63875_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the centre of ParÃ­s. It is close to Gare de lâ€™Est in front of the establishment, clients have the stations of Gare de lâ€™Est and Gare du Nord. In the surrounding area, clients have the metro station. 5 minutes away from the establishment, you can find Montmartre ROOM: Each room has a bathroom with a shower, a satellite television and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|39149" HotelName="Novotel Paris Vaugirard Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE VAUGIRARD 257</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/9/39149_dd92e491709.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, has 187 rooms, a bar and a terrace for private use. In the entrance, you can find a hall with a reception, cleaning service at check-out and a lift. The establishment boasts conference facilities, At an extra cost you can use internet, a laundry service and room service. Guests also have access to a playground. SITUATION: This hotel is situated in the heart of the 15th arrondissement, Porte de Versailles and Montparnasse it is near. ROOM: The rooms Novation category, have a coffee maker, a kettle, a mini-bar, a bathroom, a hairdryer, a direct line telephone, internet, a double bed, heating and a safe. Some rooms have a sofa-bed. FACILITIES: The establishment has a sauna and a gym. For children, the establishment offers a children's area. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard, JCB and Visa. OTHERS: The establishment offers a continental or buffet breakfast a restaurant with specialities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.45" OriginalAmount="133.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15261" HotelName="Park Lane Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4, Rue de la Boetie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/6/1/15261_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 48 classic rooms, superior rooms and deluxe rooms. Guests are also offered WiFi, a flatscreen television and air-conditioning. SITUATION: This hotel is in the heart of ParÃ­s. Close to los Campos ElÃ­seos Boulevard Haussmann,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.45" OriginalAmount="133.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|80064" HotelName="Arcadie Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71, Avenue du Maine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/0/6/4/80064_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception, a safety deposit box service and a lift. SITUATION: Is situated inMontparnasse the area this establishment, is in Montparnasse the heart of Where clients can find restaurants, cafÃ©s and theatres. It is situated nearMontparnasse the Tower of the railway station. ROOM: The rooms have a bathroom, shower or bath, a satellite television, a mini-bar, a hairdryer and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.57" OriginalAmount="133.56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|223977" HotelName="Aviatic" 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/3/9/7/7/223977_1_2341.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.00" OriginalAmount="133.98" MarkupRule="3.00">
      <BasicPropertyInfo 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="138.11" OriginalAmount="134.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|36175" HotelName="Renoir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU MONTPARNASSE 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/5/36175_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic building, was built in 1930, has 29 rooms, 11 single rooms and 18 double rooms. This hotel is ideal for holidays or business trips, has a lobby, with a reception, air-conditioning, a safety deposit box service, a lift and a breakfast room. There are many services available at the establishment, including a laundry service, room service and WiFi. SITUATION: This hotel Montparnasse it is in it is situated close to the railway station, Close to and. la Torre Eiffel it is 10 minutes away from los InvÃ¡lidos about 20 minutes away (by car) from it is situated 20 kilometres away from Paris Orly Airport Charles de Gaulle Airport. ROOM: All the rooms haveRenoir a picture of Customers can find soundproofed rooms with a bathroom with a hairdryer, a satellite TV, internet, a direct line telephone, a mini-bar, a fridge, a king-size bed, an air-conditioning system and a safety deposit box. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.21" OriginalAmount="134.18" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="138.25" OriginalAmount="134.22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|183984" HotelName="ibis Paris Gare de L' Est 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="138.26" OriginalAmount="134.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|479375" HotelName="La Perle Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 rue maison dieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/3/7/5/479375_110a9aa1513.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.48" OriginalAmount="134.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|50571" HotelName="The Chess" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="138.51" OriginalAmount="134.48" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="138.61" OriginalAmount="134.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|48297" HotelName="Eiffel Villa Garibaldi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD GARIBALDI 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/9/7/48297_7.jpg</HotelPictures>
        <HotelDescription>ROOM: It has rooms with a bathroom, a shower, cable television and an alarm clock. OTHERS: The establishment also offers a bar and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.03" OriginalAmount="134.98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|34807" HotelName="Sanso by HappyCulture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="139.09" OriginalAmount="135.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|71012" HotelName="B Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE LECLUSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/0/1/2/71012_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Beausejour Montmartre is rated four stars. SITUATION: This establishment is situated next to Montmartre close to los Grandes Almacenes Haussmann La Opera Moulin Rouge ROOM: Clients are offered 33 rooms. MEALS: The establishment also offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.12" OriginalAmount="135.07" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="139.36" OriginalAmount="135.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|55605" HotelName="Mercure Paris Gare Montparnasse TGV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 RUE DU COMMANDANT RENE MOUCHOTTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/0/5/55605_0aa56ac1326.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.71" OriginalAmount="135.64" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="140.19" OriginalAmount="136.11" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|50500" HotelName="Le Marceau Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/0/0/50500_4403ee51812.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has with air-conditioning, has 55 rooms, a lobby, a reception, a safety deposit box service, lifts and a bar. The establishment offers guests a breakfast room, room service and a laundry service. SITUATION: The hotel the Bastille it is located between Paris-Gare de Lyon the train station in front of the hotel there is a bus stop, 500 metres away, there is bars, shops, monuments and parks. it is situated 9 kilometres away from Paris Orly Airport 17 kilometres away from Charles de Gaulle the airport. ROOM: The rooms have different decorative styles, They have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a double bed, a coffee maker, a kettle, a mini-bar, an iron, a safe, an air-conditioning system and individual heating. Guests are offered disabled access rooms. FACILITIES: Guests can enjoy a massage service. MEALS: Guests are offered a continental buffet breakfast, Clients can book bed and breakfast. PAYMENT METHODS:.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.26" OriginalAmount="136.17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|71704" HotelName="Mercure Paris Bastille Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 RUE RICHARD LENOIR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/0/4/71704_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.64" OriginalAmount="137.51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|72726" HotelName="Tilde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Avenue de Flandre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/2/6/72726_95497bd1229.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, is ecological. SITUATION: This hotel Quai de Seine it is near La Villette it is located close to near the establishment, guests will find Simone Signoret Bridge the CitÃ© des Sciences et de l'Industrie and the CitÃ© de la Musique it is close to nearby, you will find Buttes-Chaumont the Park of. ROOM: The establishment has 36 comfortable rooms, fully-equipped and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.00" OriginalAmount="137.86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|59819" HotelName="Whistler" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue De Saint Quentin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/1/9/59819_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel superior category and is rated 2 stars. it is situated in a good location. SITUATION: Gare du Nord It is situated 2 minutes away from it is near the opera, the department stores and a tourist area. ROOM: The establishment has 34 rooms with a bath, an air-conditioning system, a television and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.87" OriginalAmount="138.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22641" HotelName="Madeleine Haussmann" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE PASQUIER 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/4/1/22641_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel centrally located, was built in the 19th Century, was renovated in 2003, has 34 standard rooms, 1 apartment and 7 floors. In the entrance, you can find a lobby, a reception, a safety deposit box service and lifts. The establishment has a breakfast room, a TV room, a baggage room and a car park. SITUATION: This hotel is in district 8, is situated close to the Church of Madeleine and the metro stop. 10 minutes away, guests can find el Louvre and Lafayette clients can also find the Lafayette Gallery, the Au Printemps Shopping Centre, Rue deu Faubourg St Honore Street, boutiques, restaurants and theatres. ROOM: Each room has a bathroom with a shower or bath, a hairdryer, a direct line telephone, a satellite television, internet, a mini-bar, a coffee maker, a kettle, individual air-conditioning and heating. MEALS: The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay by credit cards, American Express, Mastercard, Visa, Diners Club and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.87" OriginalAmount="138.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|554562" HotelName="hotel camelia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Av. Philippe Auguste</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/5/6/2/554562_431437b1439.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.30" OriginalAmount="139.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|66343" HotelName="Les Theatres" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE CLERY 98</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/4/3/66343_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 38 rooms, suites and air-conditioning. The establishment also offers WiFi (free of charge). SITUATION: The hotel is situated in ParÃ­s the city centre of close to the establishment, clients can find theatres, commercial zones, bars, restaurants and public transport. it is situated 18 kilometres away from Paris Orly Airport it is 28 kilometres away from Charles de Gaulle Airport. ROOM: The comfortable, peaceful rooms, have an air-conditioning system, a direct line telephone, a satellite television, internet (free of charge), a shower, a hairdryer, a double bed, a radio, a kettle, a coffee maker and an iron. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.42" OriginalAmount="139.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15300" HotelName="Le Patio Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>289 bis Rue De Faubourg-St-Antoine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/0/15300_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Le Patio St Antoine is rated three stars, is in the city centre and was built in 1989. The establishment has a restaurant, lifts, a concierge, a safety deposit box service, room service, a bellboy, business facilities and pets are allowed. ROOM: The establishment has 89 rooms with a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.55" OriginalAmount="139.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|69532" HotelName="La Maison Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/08/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="94" TotalAmount="143.61" OriginalAmount="139.43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22617" HotelName="Monceau Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="144.39" OriginalAmount="140.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22834" HotelName="Opera Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LA FAYETTE 80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/3/4/22834_1_1116.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has 54 rooms, a lobby with a reception, a safety deposit box service and a lift. With regards to the food and beverage offering, the establishment has a bar and a breakfast room. The establishment offers guests a conference room, room service and internet (for a fee). SITUATION: This hotel is situated close to the opera, the museums, the shopping areas and tourist points of interest. Le Sacre Cour it is near. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, a satellite or cable television and a safe. OTHERS: The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay by Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.54" OriginalAmount="140.33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|53493" HotelName="Grand Dore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DAUMESNIL 201</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/3/53493_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.20" OriginalAmount="140.97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22045" HotelName="Apollo Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE DOUAI 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/5/22045_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 1950. SITUATION: This establishment is between Montmartre and the opera. It is located near the shopping centre and Moulin Rouge. 100 metres away, guests will find the train station. In the surrounding area, you can find restaurants, bars and nightclubs. It is situated 45 minutes walk away from Charles de Gaulle and 40 minutes away from Paris Orly.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.24" OriginalAmount="141.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|50565" HotelName="Diese Hotel Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131, RUE DE CHARONNE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/5/50565_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Classics Bastille is rated three stars, has a garden and a cosy bar. SITUATION: It is close to Place de la Bastille, ROOM: Some rooms have garden. The bight and quiet rooms have a direct line telephone, a satellite television and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.61" OriginalAmount="141.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|80989" HotelName="Residhotel Impérial Rennequin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Rue Rennequin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/8/9/80989_e39b1401503.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception, a baggage room and a dry cleaner's. SITUATION: This establishment, is in ParÃ­s the centre of the Arc de Triomphe it is situated 15 minutes walk away from los Campos ElÃ­seos Avenue 400 metres away, guests will find PÃ©reire the underground station of It has excellent transport links to the opera, the art museum and La RepÃºblica the Square of. ROOM: The establishment has modern studios and with internet. Some rooms have high ceilings, large windows and views of the terrace or garden. All the rooms have cable television, a kitchen with a microwave and electric cooker. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast in the breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.74" OriginalAmount="141.50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|183600" HotelName="Central Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Bis Rue Du Maine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/0/0/183600_2775d8b1839.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.08" OriginalAmount="141.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22594" HotelName="Des Deux Avenues" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>38 RUE PONCELLET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/9/4/22594_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, is ideal for holidays or business trips, the Arc de Triomphe it is next to. SITUATION: It is in a classic style building, the Arc de Triomphe and the Champs Ã‰lysÃ©es it is located near It is a few minutes' walk away from the Congress Centre. ROOM: The establishment has 38 rooms with heating, a television and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.35" OriginalAmount="142.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|183806" HotelName="Eden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Blomet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/0/6/183806_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.04" OriginalAmount="142.76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|72643" HotelName="D'amiens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, Rue Des Deux Gares</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/4/3/72643_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is on a quiet street, this establishment, is located between Gare de l'Est and Gare du Nord the stations of Close to promenades, restaurants, banks and shops. ROOM: Clients are offered 53 comfortable rooms with a bathroom with a shower or bath, a hairdryer, a satellite TV and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.19" OriginalAmount="142.90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|122193" HotelName="Noir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Leon Jost</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/9/3/122193_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in ParÃ­s district 17, a 10-minute walk away from the Arc de Triomphe and the Champs-ElysÃ©es. 350 metres away, guests can find Monceau Park. 100 metres away, guests can find Courcelles metro stations. FACILITIES: The establishment has a reception. ROOM: They offer soundproofed rooms with an air-conditioning system, WiFi (free of charge), flat-screen satellite television, a bathroom and a lift. Guests are offered duplex rooms. MEALS: Guests are offered a breakfast service. Clients have at their disposal a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.24" OriginalAmount="142.95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|32659" HotelName="Hotel Paris Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DE CHOISY 205</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/6/5/9/32659_8684e7f0730.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was opened in 1936 and renovated in 2006. It has 35 rooms and 6 floors. In the entrance, guests are offered a lobby with a reception, a currency exchange service and a lift. It has a dining room, a TV room and conference rooms. SITUATION: This hotel is next to Seine the river Quartier Latin, Rue Mouffertard and Rue de la Butte aux Cailles it is situated close to it is a few minutes from the city centre, Parc de Choisy nearby, you will find it is 15 minutes away from Paris Orly Airport. ROOM: The rooms have an air-conditioning system and heating. The rooms a bathroom, They are equipped with a direct line telephone, a television, a radio, WiFi, a mini-bar, a safe and an extra bed. OTHERS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.37" OriginalAmount="143.08" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|271861" HotelName="Maât Etoile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Poncelet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/8/6/1/271861_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.53" OriginalAmount="143.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|359300" HotelName="Marignan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du Sommerard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/3/0/0/359300_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.69" OriginalAmount="143.39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|70978" HotelName="Montfleuri Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/9/7/8/70978_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This central establishment, has a cafÃ©, a bar and a library. It has 42 standard rooms and suites. The establishment has air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, room service and a breakfast room. At an extra cost you can use WiFi and a laundry service. SITUATION: This hotel is in the heart of ParÃ­s, close to the Arc de Triomphe, Palais des CongrÃ¨s and Porte Maillot. Nearby, there is a public transport stop. Is 55 kilometres from Charles de Gaulle Airport and 35 kilometres away from Airport ParÃ­s-Orly. ROOM: The rooms have soundproofing, a marble bathroom, a shower, a bath, a bathrobe, flatscreen LCD television, satellite or cable TV and WiFi. They also have a hairdryer, a double bed, a direct line telephone, a safe, a mini-bar, a coffee maker, a kettle, an iron, a balcony or terrace, an air-conditioning system and heating. FACILITIES: The establishment has a gym, a sauna and a massage service (available for a fee). MEALS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.94" OriginalAmount="143.63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|27813" HotelName="Touraine Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE TAITBOUT 73</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/1/3/27813_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1915, renovated in 2003, has 39 rooms, an inviting hall, a reception and a safety deposit box service. The establishment boasts electronic keys, With regards to the food and beverage offering, the establishment has a cafÃ© and a breakfast room. Guests also have access to a car park. SITUATION: This hotel is in ParÃ­s the heart of the Palais Garnier and SacrÃ©-CÅ“ur it is located between it is in Nouvelle-AthÃ¨nes the district of Close to Lafayette and Primtemps the Galeries near the establishment, you will find the theatre, bars, restaurants, nightclubs, Close to, restaurants and nightclubs. nearby, there is a public transport stop, 500 metres away, guests have a train station, the establishment is 2,5 kilometres away from the river, is situated 30 kilometres away from Paris Orly Airport 35 kilometres away from Charles de Gaulle Airport. ROOM: The inviting rooms, have a bathroom with a hairdryer, a bath, a shower, a direct line telephone, internet, a radio, satellite or cable TV, a mini-bar, fitted carpets, central heating, a sitting room and individual air-conditioning. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a continental breakfast in the rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.98" OriginalAmount="143.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|53488" HotelName="HOTEL PARIS VILLETTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, RUE CURIAL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/8/53488_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and comfortable, inviting, ParÃ­s it is in. SITUATION: This establishment, is in a lively area, Where you can find restaurants and shops. the CitÃ© des Sciences et de l'Industrie and the Parc de la Villette it is near. ROOM: All the rooms have a bathroom, a television and a direct line telephone. FACILITIES: The establishment has a lounge, Outdoors, clients have access to a beautiful garden area, Well-connected by public transport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.31" OriginalAmount="143.99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|63839" HotelName="ELSA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue Carnot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/3/9/63839_7bad3b60847.jpg</HotelPictures>
        <HotelDescription>SITUATION: This popular, old style hotel, the Arc de Triomphe and the Champs Ã‰lysÃ©es it is close to it is in a quiet residential area, has good links to the airport. ROOM: Each room has a bathroom with a shower or bath, a WC, a hairdryer, a television, a direct line telephone, internet, a safe and an air-conditioning system. FACILITIES: With regards to the food and beverage offering, there is a bar and a breakfast room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.47" OriginalAmount="144.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|72735" HotelName="Le 5 Particulier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/08/2026">
        <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="148.75" OriginalAmount="144.42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|168607" HotelName="Le Mathurin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43, Rue des Mathurins</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/6/0/7/168607_1_146.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is between the business area and the tourist area. It is located close to La Madeleine and VIIIÃ¨me arrondissement Shopping Centre. ROOM: Customers have renovated rooms rooms with WiFi, soundproofing and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.95" OriginalAmount="144.61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|163917" HotelName="D'Alsace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85, Boulevard de Strasbourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/1/7/163917_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, The establishment offers tourist information. SITUATION: This establishment, is 100 metres away from Gare de l'Est the train station is situated in ParÃ­s the 10th arrondissement of Close to Gare du Nord the railway station Notre-Dame Cathedral it is situated 15 minutes away (by metro) from. ROOM: Each room has a bathroom, a television, parquet flooring, large windows, natural light and a bathroom. On request, the establishment offers an iron and a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.13" OriginalAmount="144.79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63302" HotelName="Atelier Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="149.20" OriginalAmount="144.85" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="150.19" OriginalAmount="145.82" MarkupRule="3.00">
      <BasicPropertyInfo 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="150.26" OriginalAmount="145.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|447676" HotelName="HÔtel EstÉ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>76 Bd de Strasbourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/7/6/447676_e67cded1350.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.46" OriginalAmount="146.08" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|50481" HotelName="Aiglon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>232 Bd Raspail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/8/1/50481_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Aiglon is rated three stars, was built in 1930, has a reception, a lift and a lobby. The establishment boasts a breakfast room, a bar and a car park (for a fee). SITUATION: This establishment is in the heart of Saint Michel Montparnasse. Nearby, there is an underground station. ROOM: The rooms have an air-conditioning system, a television, a safety deposit box and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.54" OriginalAmount="146.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|359874" HotelName="Ibis Styles Paris 16 Boulogne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Ferdinand Buisson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/8/7/4/359874_8114df51437.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.57" OriginalAmount="146.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22558" HotelName="Berne Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37, rue de Berne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/5/8/22558_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 34 rooms and 6 floors. The establishment has a lobby with a reception and a breakfast room. SITUATION: This hotel Place de Clichy it is near la OpÃ©ra Garnier, Sacre Coeur, Notre Dame and Tour Eiffel it is situated 4 kilometres away from a few minutes walk away from the establishment, guests can find shops, bars, nightclubs and restaurants. it is situated only a few minutes walk away from public transport services. ROOM: The establishment has disabled access rooms, a bathroom with a bath or shower, a hairdryer, a satellite television, cable television, a mini-bar, internet, an air-conditioning system and a safe (available for a fee). OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.63" OriginalAmount="146.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|74532" HotelName="Mercure Paris Opera Louvre " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 RUE DE RICHELIEU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/5/3/2/74532_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a meeting room, a breakfast room and a lift. SITUATION: The hotel is near el Museo Louvre and El JardÃ­n de las TullerÃ­as 150 metres away, guests will find Richelieu-Drouot Metro Station. 22 minutes walk away, guests can find la Plaza de la Concordia ROOM: All the rooms have a satellite television, a coffee maker, a kettle and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.74" OriginalAmount="146.35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|28617" HotelName="Villa des Ambassadeurs" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 rue du bouquet de Longchamp</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/6/1/7/28617_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.99" OriginalAmount="146.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|532465" HotelName="Marmotel Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 avenue de la Grande Armee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/4/6/5/532465_6ebaa0c1446.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.01" OriginalAmount="146.61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|191220" HotelName="Mercure Paris Opéra Faubourg Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/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="151.69" OriginalAmount="147.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63366" HotelName="Ariane Montparnasse By Patrick Hayat" 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/6/3/3/6/6/63366_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2010, has 30 rooms, a reception, express check-out, a lift, a hairdresser's, a breakfast room and internet. SITUATION: This hotel Montparnasse it is in Close to points of interest, is situated close to restaurants, the market, in front of the hotel there is a bus stop, 900 metres away, guests can find the railway station, is situated 14 kilometres away from ParÃ­s-Orly Airport it is 36 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have WiFi (free of charge), a bathroom, a hairdryer, a double bed, a direct line telephone, a satellite or cable television and an ironing set. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.71" OriginalAmount="147.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|19695" HotelName="Villa Lutece Port Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52, rue Jenner</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/5/19695_44510ba1436.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Latin Quarter it is close to the Arab World Institute and the university. HOTEL: This hotel has 39 rooms. ROOM: The establishment has 6Â duplex rooms and 3 junior suites. They are equipped with a television, a direct line telephone, an air-conditioning system and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.89" OriginalAmount="147.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|55109" HotelName="Best Western Allegro Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Av Du Docteur A. Netter, 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/0/9/55109_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has air-conditioning. OBSERVATIONS: Pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.39" OriginalAmount="147.95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|28447" HotelName="Beauregard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="152.39" OriginalAmount="147.95" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="152.41" OriginalAmount="147.97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|164305" HotelName="Mistral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>24, rue Cels</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/0/5/164305_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and modern rooms. SITUATION: The hotel Montparnasse it is in the establishment is a 10-minute walk away from Montparnasse the Railway Station of 260 metres away from the establishment, you can find GaitÃ© the metro stop la torre de Montparnasse it is 600 metres away from el Museo FundaciÃ³n Cartier 800 metres away, guests will find Los Jardines de Luxemburgo it is situated 1 kilometre away from. ROOM: The rooms have an air-conditioning system, a mini-bar, a direct line telephone, a satellite TV, a bathroom, heated towel rack and a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast in the breakfast room, Clients have at their disposal a dining room with microwave.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.54" OriginalAmount="148.10" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|169107" HotelName="Le Grey" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 RUE DE PARME</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/0/7/169107_1_3078.jpg</HotelPictures>
        <HotelDescription>HOTEL: This non-smoking hotel, has a restaurant, a concierge and a transfer service to the airport. SITUATION: This hotel ParÃ­s it is in. ROOM: All the rooms have a hairdryer and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.81" OriginalAmount="148.36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|183976" HotelName="Ibis Paris Bastille Faubourg Saint Antoine 11ème" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="152.84" OriginalAmount="148.39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|63879" HotelName="Adagio Access Paris Philippe Auguste" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12, Rue Pierre Bayle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/7/9/63879_5491ab81356.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in a quiet area, is close to Pere Lachaise the cemetery Place de la Nation near the establishment, guests will find. ROOM: apartments and studios with kitchen, a bathroom with a shower, a direct line telephone, a television and internet. FACILITIES: The establishment has a lift a reception with a safe box. OTHERS: Consult the reception timetable, A deposit is requested, Towels and bedding are included, Towels and bedding are changed for an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.20" OriginalAmount="148.74" MarkupRule="3.00">
      <BasicPropertyInfo 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="153.40" OriginalAmount="148.93" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="153.49" OriginalAmount="149.02" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="153.63" OriginalAmount="149.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|535815" HotelName="Jean Bart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Jean Bart</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/8/1/5/535815_3dd8e212009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.78" OriginalAmount="149.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22534" HotelName="France Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT CHARLES 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/3/4/22534_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This inviting hotel is on a quiet street, Close to, and, Around the establishment, clients can find shops and restaurants. just a few minutes walk away, you will find Dupleix and Bir-Hakeim the metro stations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.37" OriginalAmount="149.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|28855" HotelName="Mercure Paris Alesia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD BRUNE 185-187</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/8/5/5/28855_6f14ed00935.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel with air-conditioning and renovated in 2006. It has 91 rooms, 1 room adapted for people with reduced mobility and 8 floors. In the entrance, you can find a lobby with a reception, a lift and a currency exchange service. The establishment boasts an inviting bar, a breakfast room and a conference room. The establishment offers guests a laundry service, 150 metres away, you can find a public car park. SITUATION: Is situated inParÃ­s south Montparnasse and Saint Germain des PrÃ©s it is close to in front of the hotel there is public transport, Saint Germain des PrÃ©s, Des Champs Elysees, Le Tour Eiffel, Montmarte and Sacre Cour it is well-connected with it is well-connected with the airports. ROOM: The rooms a bathroom and with a hairdryer. They are equipped with a direct line telephone, internet, a radio, a flat-screen television, a double bed, fitted carpets, heating, an air-conditioning system, a mini-bar and a safe (available for a fee). FACILITIES: The establishment has a gym (free of charge). OTHERS: The establishment serves a buffet breakfast, Clients have at their disposal room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.56" OriginalAmount="151.03" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|525509" HotelName="Hotel Flanelles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Dunkerque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/5/0/9/525509_98a6c381032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.68" OriginalAmount="151.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|165221" HotelName="HotelHome Paris 16" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36, rue George Sand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/2/2/1/165221_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a garden, a terrace, a laundry service, a reception and excursions. SITUATION: This hotel ParÃ­s it is in el Bois de Boulogne the establishment is 1,5 kilometres away from it is situated 16 metres away from Jasmin the metro station the Seine 800 metres away, guests will find 20 minutes away from the establishment clients have AndrÃ© CitroÃ«n the Park of. ROOM: Each room has an air-conditioning system, You can also find apartments with kitchen, WiFi (free of charge), a sitting area with satellite TV, a kitchen, a microwave, a fridge, kettle, a dining area and a bathroom with a shower or bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.78" OriginalAmount="151.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|67102" HotelName="Albert 1er Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162 RUE LA FAYETTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/0/2/67102_fdf111f0533.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the centre of ParÃ­s, 100 metres from the railway station Gare du Nord, 20 minutes away from Montmartre and the Basilica of Sagrado CorazÃ³n. Just a few minutes walk away, guests will find the Canal St Martin district and the railway station. ROOM: Customers can find standard rooms with satellite television and a bathroom. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.52" OriginalAmount="151.96" MarkupRule="3.00">
      <BasicPropertyInfo 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="156.57" OriginalAmount="152.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|79311" HotelName="De France Invalides" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102, Boulevard De La Tour Maubourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/1/1/79311_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.57" OriginalAmount="152.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|27674" HotelName="Vaneau Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE VANEAU 86</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/7/4/27674_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors and 39 rooms. In the entrance, you can find a lobby with a reception, a safety deposit box service and a lift. It has a breakfast room, The establishment has WiFi and a laundry service. SITUATION: This lovely, urban hotel is close to Saint Germain des PrÃ©s the boulevard Montparnasse and Les Invalides it is located near near the establishment, guests will find Seine the river it is situated 25 kilometres away from Charles de Gaulle Airport. ROOM: The stylish rooms, have fitted carpets, a bathroom, a double bed, a hairdryer, a direct line telephone, a satellite or cable television, an iron, an ironing board, a desk and central heating. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.70" OriginalAmount="152.14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|68472" HotelName="Waldorf Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 RUE DU DEPART</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/2/68472_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is opposite la Torre Montparnasse and the Galeries Lafayette. The establishment is a 2-minute walk away from Montparnasse Railway Station and the bus. 270 metres away, clients have Edgard Quinet Metro Station. ROOM: The rooms have an air-conditioning system, WiFi, a mini-bar, a safety deposit box, a bathroom with a hairdryer and bath or shower. RESTAURANT: The restaurant offers continental breakfast. Restaurant and coffee shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.75" OriginalAmount="152.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|57482" HotelName="St Pétersbourg Opéra and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Caumartin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/8/2/57482_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.83" OriginalAmount="152.26" MarkupRule="3.00">
      <BasicPropertyInfo 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="157.44" OriginalAmount="152.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|218931" HotelName="Résidence Du Pré" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Pierre Semard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/9/3/1/218931_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.53" OriginalAmount="152.94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|164265" HotelName="Hôtel Garance" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue des Gobelins</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/2/6/5/164265_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception and a transfer service to the airport. SITUATION: This hotel is in Latino District is situated in ParÃ­s the centre of 80 metres away, guests can find Les Gobelins the metro station of It has excellent transport links to the Louvre the Museum of the PanthÃ©on it is situated 3 minutes away from Close to cafÃ©s and restaurants. ROOM: All the rooms have a television, WiFi, a bathroom with a hairdryer and a lift. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.63" OriginalAmount="153.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|218927" HotelName="Graphik Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="157.63" OriginalAmount="153.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|197598" HotelName="Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE RAMEY 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/5/9/8/197598_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.86" OriginalAmount="153.26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|67090" HotelName="Apollinaire" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DELAMBRE 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/0/9/0/67090_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This welcoming, classic style hotel, has a living room and a breakfast room. SITUATION: It is inMontparnasse the heart of is situated in XIV District near the establishment, guests will find La Coupole, Le DÃ´me and La Rotonde the restaurants Saint Germain des PrÃ¨s and Les Invalides It is close to is situated in an excellent location. PAYMENT METHODS: Customers can pay using Visa, Mastercard, American Express and Diners Club. OTHERS: The establishment offers a buffet breakfast with indoor patio views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.35" OriginalAmount="153.74" MarkupRule="3.00">
      <BasicPropertyInfo 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="158.46" OriginalAmount="153.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22568" HotelName="Cervantes By Happyculture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERNE 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/8/22568_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 52 standard rooms. In the entrance, guests are offered a lobby with a lift and a reception. The establishment boasts a bar and a restaurant with air-conditioning. SITUATION: This establishment is in a central area, is located close to Ã“pera and Madeleine. 100 metres away from the establishment, you can find shops and public transport services. ROOM: The stylish rooms have bath or shower with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar (available for a fee), internet and a safety deposit box. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.64" OriginalAmount="154.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|445880" HotelName="Hilton Garden Inn Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Quai de le Gironde</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/8/0/445880_105223b1240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.76" OriginalAmount="154.14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|197906" HotelName="Le Cardinal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Cardinal Mercier 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/9/0/6/197906_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.31" OriginalAmount="154.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|80483" HotelName="Ibis Paris Tour Eiffel Cambronne 15ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>2, RUE CAMBRONNE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/8/3/80483_21b6d201537.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 527 rooms, WiFi, 8 rooms adapted for people with reduced mobility, a terrace and a car park (for a fee). SITUATION: This hotel is in ParÃ­s the centre of the Eiffel Tower it is situated 1 kilometre away from Bateaux Mouches 2,5 kilometres away from los Campos ElÃ­seos it is situated 3,5 kilometres away from 10 minutes away, guests can find the railway station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.44" OriginalAmount="154.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|26429" HotelName="Novotel Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 quai de Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/2/9/26429_aede54c1530.jpg</HotelPictures>
        <HotelDescription>SITUATION: This smart hotel is in a wonderful area, 700 metres from the tourist area and la Tour Eiffel. In the surrounding area, you can find restaurants, bars and clubs. In the surrounding area, clients have Charles Michels Metro Station and the bus stop. HOTEL: This hotel centrally located, with air-conditioning, was renovated in 2004 and it is situated in an avenue. It has a main building and an annexed building. In the establishment entrance, guests will find a reception, lifts, a safety deposit box service, a cloakroom and a currency exchange service. The establishment boasts a kiosk, a cosy bar, 2 restaurants, with air-conditioning, conference rooms and meeting rooms. There are many services available at the establishment, including internet (for a fee), room service, a laundry service and a car park. ROOM: The luxurious rooms have a bathroom with a shower, a hairdryer, a direct line telephone, internet, a radio, satellite or cable TV, a mini-bar, a double bed, a safe, an air-conditioning system and heating. FACILITIES: This hotel offers a gym with heated, covered pool, a sauna for an additional charge and a massage service. MEALS: The establishment serves a buffet breakfast and Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.54" OriginalAmount="154.89" MarkupRule="3.00">
      <BasicPropertyInfo 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="159.73" OriginalAmount="155.08" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|81794" HotelName="Mary's République" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Malte, 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/7/9/4/81794_c46c68b1504.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 40 rooms, a lift, a hall with a reception, a safety deposit box service, a breakfast room and WiFi. SITUATION: This hotel ParÃ­s it is in Close to, La Plaza de la RepÃºblica Cemetery and the main boulevards. 50 metres away, there is a bus station, 70 metres away, guests have Oberkampf the metro station 18 kilometres away from the establishment, guests will find Gare du Nord the railway station it is situated 21 kilometres away from Charles de Gaulle the airport. ROOM: It has rooms with double-glazed windows, a bathroom with a shower, a bath, a WC, a hairdryer, a satellite television, an alarm clock, a direct line telephone and a microwave. MEALS: Guests are offered a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.44" OriginalAmount="155.77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|72727" HotelName="LE 55 MONTPARNASSE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 rue de Plaisance</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/2/7/72727_5f4632a0515.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars. SITUATION: It is in14 District it is in Montparnasse the historic centre of in the surrounding area of the establishment, guests can find traditional stores, bakeries, is 500 metres away from the train station ,Montparnasse the Tower of. ROOM: The rooms rooms 40 comfortable rooms, fully-equipped, a satellite TV, WiFi and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.09" OriginalAmount="156.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22561" HotelName="Magenta 38 By Happyculture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DE MAGENTA 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/1/22561_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 65 rooms. SITUATION: The hotel SacrÃ© Coeur and la Bastilla it is located between 5 minutes away from the establishment clients have Gare du Nord the Railway Station of near the establishment, you will find restaurants, bars and shops. in the surrounding area, guests will find Le Marais the district of. ROOM: The rooms have an air-conditioning system, double-glazed windows, a mini-bar, cable television, computer safe, WiFi (free of charge) and a direct line telephone. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and breakfast room service. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.28" OriginalAmount="156.58" MarkupRule="3.00">
      <BasicPropertyInfo 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="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|23242" HotelName="Exe Panorama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="162.40" OriginalAmount="157.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|151487" HotelName="ibis Paris Grands Boulevards Opéra 9e " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 RUE DU FBG MONTMARTRE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/4/8/7/151487_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is 5 minutes away from Roissy-Charles de Gaulle the airport it is situated 10 minutes away from the exhibition centre, The establishment offers a transfer service to the airport. ROOM: The rooms have an air-conditioning system, WiFi (free of charge), a satellite television, a bathroom, a kettle and a coffee maker. FACILITIES: The establishment has a fitness centre with a sauna, With regards to the food and beverage offering, there is continental breakfast and a buffet breakfast. The establishment has dining room, a bar, a reception and a lift.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.61" OriginalAmount="157.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|41086" HotelName="Residhome Paris Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE JOUBERT 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/8/6/41086_2a634b21122.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 89 renovated rooms, The establishment also offers multilingual staff. ROOM: Guests are offered studios with a bathroom, a living room, a television, a desk, a kitchen, a ceramic hob, a fridge, a microwave and kitchen utensils. OBSERVATIONS: The establishment offers daily cleaning and continental buffet breakfast (for a fee), The establishmnet also offers room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.83" OriginalAmount="158.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|200917" HotelName="Mayflower Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="162.98" OriginalAmount="158.23" MarkupRule="3.00">
      <BasicPropertyInfo 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="164.53" OriginalAmount="159.74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|75610" HotelName="Best Western Opera Batignolles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/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="94" TotalAmount="164.59" OriginalAmount="159.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22270" HotelName="Brady – Gare De L’est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard de Strasbourg 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/0/22270_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 57 rooms, a lobby with an elevator, a breakfast room, internet and room service. SITUATION: Is situated in the city centre, Les Halles it is 3 kilometres away from Clients can also find Sena the river close to the establishment, guests have restaurants, nightclubs and bars. close to the establishment, clients can find public transport services 30 minutes away fromParis Orly Airport 45 minutes away from the establishment guests have Charles de Gaulle Airport. ROOM: All the rooms have a bathroom, a satellite television, a direct line telephone, an air-conditioning system, internet, fitted carpets and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.95" OriginalAmount="160.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|50525" HotelName="Villa Beaumarchais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES ARQUEBUSIERS 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/2/5/50525_14c75411300.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a conservatory and 50 rooms. In the entrance, you can find a lobby with a reception, express check-out, a car park (for a fee) and a safety deposit box service. The establishment has a bar, a breakfast room and a lift. At an extra cost you can use internet and WiFi. It has a conference room, The establishment offers room service and a laundry service. SITUATION: This urban hotel, Marais it is in it is well-connected with the museums, the boutiques ,Place des Vosges it is close to 100 metres away, there is a public transport stop, is situated 27 kilometres away from Charles de Gaulle Airport it is 18 kilometres away from Paris Orly Airport. ROOM: The rooms are French in style, They have an air-conditioning system, heating, a mini-bar, a direct line telephone, internet, a satellite television (available for a fee), a hairdryer and a safe. FACILITIES: The establishment has a gym and a hydromassage bath. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.04" OriginalAmount="160.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|191289" HotelName="Chopin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 passage Jouffroy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/8/9/191289_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.25" OriginalAmount="160.44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15383" HotelName="BEST WESTERN EMPIRE ELYSEES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue De Montenotte ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/3/15383_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Empire Elysees is rated three stars, is in the city centre and was built in 1948. With regards to the food and beverage offering, the establishment has a restaurant. The establishment boasts lifts, a concierge and a safety deposit box service. The establishment offers guests room service and business facilities. pets are allowed. ROOM: The establishment has 49 rooms with a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.53" OriginalAmount="160.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|163768" HotelName="Doisy Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 avenue des Ternes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/7/6/8/163768_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in an excellent location, Close to, the metro station, Notre-Dame Cathedral, the Arc de Triomphe 700 metres away, guests will find. FACILITIES: The establishment has a patio, a computer and a printer. ROOM: It has stylish rooms with flatscreen satellite television, an air-conditioning system, WiFi (free of charge) and a bathroom with a hairdryer, Some rooms have patio views. MEALS: Guests are offered a buffet breakfast and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.61" OriginalAmount="160.79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|57464" HotelName="Elysées Flaubert" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 RUE RENNEQUIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/6/4/57464_b92b0420533.jpg</HotelPictures>
        <HotelDescription>SITUATION: This comfortable hotel is next to ParÃ­s Congress Centre the Champs-ElysÃ©es and Rue Saint-HonorÃ© it is close to. ROOM: The establishment has 41 rooms, The inviting rooms, fully-equipped, heating, a television and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.98" OriginalAmount="161.15" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="166.73" OriginalAmount="161.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15341" HotelName="Astoria - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="166.79" OriginalAmount="161.93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|360201" HotelName="Mom’art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="167.22" OriginalAmount="162.35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|79832" HotelName="Viator" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE MOINES 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/8/3/2/79832_bd774501537.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 45 rooms, room service and internet. SITUATION: This historic hotel is 3 minutes away from Lyon the Railway Station of the bus station and the metro station, is 5 minutes away from the city centre, Where guests can enjoy shops, is close to the business area, this hotel is situated 20 kilometres away from ParÃ­s-Charles de Gaulle Airport it is situated 15 kilometres away from ParÃ­s-Orly Airport. ROOM: The bright rooms, have a bathroom, a shower, a hairdryer, a direct line telephone and a satellite TV. OBSERVATIONS: Check-in is from 12:30, Check-out is at 11:30, The establishment offers a baggage room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.25" OriginalAmount="162.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|218934" HotelName="Residhome Paris Gare De Lyon - Jacqueline De Romil" 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/8/9/3/4/218934_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.16" OriginalAmount="163.26" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="168.39" OriginalAmount="163.49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|169173" HotelName="French Theory" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="168.51" OriginalAmount="163.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|57472" HotelName="Hotel Mercure Paris Centre Gare Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="168.55" OriginalAmount="163.64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|191285" HotelName="Opéra Liège" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 rue de Liege</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/8/5/191285_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.89" OriginalAmount="163.97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15206" HotelName="Mercure Paris Montmartre Sacré Coeur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="169.20" OriginalAmount="164.27" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="169.75" OriginalAmount="164.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|191208" HotelName="PHENIX" 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/1/2/0/8/191208_1821dc11056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.81" OriginalAmount="164.86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|523399" HotelName="Hôtel 31 Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue du Commerce</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/3/9/9/523399_44ebfb70920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.87" OriginalAmount="164.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|69545" HotelName="Relais Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE GODOT DE MAUROY 11 BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/4/5/69545_b8a0db60556.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2008, has 22 rooms and 1 suite. The establishment has a lobby with express check-out, a reception, a safety deposit box service, a cloakroom, a lift, internet in communal areas and a laundry service. SITUATION: This hotel is in Godot de Mauroy the street It has excellent transport links to the shopping centre, Close to boutiques, the museums, Orsay the museum Orangerie the museum the theatres, Clients can also find restaurants, 100 metres away, guests can find the metro station, is situated 20 kilometres away from ParÃ­s Charles de Gaulle Airport this establishment, is situated 30 kilometres away from ParÃ­s Orly Airport. ROOM: Each room has a direct line telephone, satellite and cable television, internet (free of charge), a safe, a mini-bar, a double bed, a bathroom with a shower, a bath and a hairdryer. They also have a coffee maker, a kettle, an iron, individual air-conditioning, individual heating and a terrace. FACILITIES: The establishment boasts a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.01" OriginalAmount="165.06" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|81349" HotelName="Palym" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Emile Gilbert</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/3/4/9/81349_1_2922.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi. SITUATION: The hotel is on a quiet street, Paris-Gare de Lyon it is situated 2 minutes away from Palais des Omnisports de Bercy 15 minutes away from the establishment, clients can find The hotel Chinatown it is a 10-minute walk away from modes of transport. ROOM: The rooms have an LCD screen cable television and a bathroom. Some rooms have a fireplace. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service, Clients have at their disposal a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.10" OriginalAmount="165.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|80801" HotelName="Arvor Saint Georges" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="170.27" OriginalAmount="165.31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59837" HotelName="Vacances Bleues Villa Modigliani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 RUE DELAMBRE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/3/7/59837_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inMontparnasse the heart of Rue de Rennes it is close to Where you can enjoy the stores, is in a small, peaceful street, is well-connected with the tourist attractions, in the surrounding area, clients can find bars, restaurants 15 minutes away fromLes Deux Magots the CafÃ©. ROOM: The establishment has rooms 100 comfortable rooms, fully-equipped, an air-conditioning system, a hairdryer, a direct line telephone and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.36" OriginalAmount="166.37" MarkupRule="3.00">
      <BasicPropertyInfo 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="171.37" OriginalAmount="166.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|23710" HotelName="Les Trois Poussins" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="171.81" OriginalAmount="166.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15336" HotelName="Le Méridien Paris Arc De Triomphe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD GOUVION SAINT CYR 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/6/15336_77998dc1459.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, is in a central area 1025 rooms, 9 floors, 9Â junior suites and 21 suites. In the entrance, guests are offered a lobby with elevators, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a conference room with internet, an inviting bar, a cafÃ©, a kiosk and a restaurant with air-conditioning, At an extra cost you can use room service, the laundry service and internet. The establishment offers guests a car park. SITUATION: This hotel is in ParÃ­s the city centre of it is in front of the Congress Centre, the Champs-ElysÃ©es and the Arc de Triomphe 800 metres away, guests will find the Eiffel Tower and the Louvre 2 kilometres away, you can find the establishment, is situated 3 kilometres away from La DÃ©fense the business district it is situated 20 minutes away from and the railway station, 25 kilometres away from Paris Orly Airport it is situated 32 kilometres away from Charles de Gaulle Airport. ROOM: The comfortable, modern rooms, have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a safe (available for a fee), a central air-conditioning system and central heating. FACILITIES: It is situated 30 minutes away from a golf course. OTHERS: The establishment offers buffet breakfast, lunch and dinner and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.07" OriginalAmount="167.06" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|24229" HotelName="Central Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CHAMPOLLION 3,Barrio Latino</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/2/9/24229_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2002 35 rooms, 5 floors, 4 single rooms, 28 double rooms and 3 suites. In the entrance, guests are offered a hall, a reception, a safety deposit box service, with air-conditioning and internet. SITUATION: This smart hotel is situated in the Latin Quarter the heart of La Sorbona it is close to Clients can also find the university and. it is 30 minutes away from Paris Orly Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, fitted carpets, a double bed, a safety deposit box and a central heating system. OTHERS: The establishment offers a buffet breakfast and a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.58" OriginalAmount="167.55" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="173.11" OriginalAmount="168.07" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="173.27" OriginalAmount="168.22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|223830" HotelName="Jacques De Molay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Rue Des Archives</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/8/3/0/223830_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.80" OriginalAmount="168.74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|68476" HotelName="Le Seven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="173.98" OriginalAmount="168.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|445008" HotelName="Hôtel Botaniste" 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/5/0/0/8/445008_b5b263e1457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.39" OriginalAmount="169.31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|70046" HotelName="de La Boétie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/0/4/6/70046_48dc8f50844.jpg</HotelPictures>
        <HotelDescription>HOTEL: The D Angleterre Hotel is rated three stars and it is in a central location. The establishment boasts a bar, a lounge bar and a conference room. SITUATION: This establishment is in the Champs-ElysÃ©es, where customers can find shops, restaurants, bars and cafÃ©s. ROOM: All the rooms have a bathroom with a shower, a television and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.46" OriginalAmount="170.35" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="175.59" OriginalAmount="170.48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22621" HotelName="Elysees Union" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de l'Amiral Hamelin 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/2/1/22621_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This elegant hotel is in a historic building. 12 minutes walk away, guests can find la Torre Eiffel the Arc de Triomphe and los Campos ElÃ­seos 130 metres away, guests can find LÃ©na Underground Station. ROOM: Clients are offered standard rooms and apartments with satellite television. Each room has a bathroom with a hairdryer. Each apartment has a kitchen with a microwave and a fridge. MEALS: The establishment serves a Continental breakfast. Clients have at their disposal a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.74" OriginalAmount="170.62" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="177.25" OriginalAmount="172.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63312" HotelName="Piapia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="94" TotalAmount="177.41" OriginalAmount="172.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|369611" HotelName="Le Relais Saint Sulpice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/1/1/369611_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.55" OriginalAmount="172.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|40500" HotelName="REGENT`S GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="178.87" OriginalAmount="173.66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|67374" HotelName="Korner Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE MONTMARTRE 154</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/3/7/4/67374_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.94" OriginalAmount="173.73" MarkupRule="3.00">
      <BasicPropertyInfo 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="179.18" OriginalAmount="173.96" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|53518" HotelName="Ile De France Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 RUE ST AUGUSTIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/1/8/53518_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Ã“pera and Louvre It is located between it is in the tourist district, the business area. ROOM: The establishment has 20 rooms, fully-equipped with air-conditioned, a shower and a bath. They are equipped with a hairdryer, a safety deposit box, a mini-bar, snacks, a direct line telephone, a satellite TV and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.26" OriginalAmount="174.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|45375" HotelName="Andre Latin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE GAY LUSSAC 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/5/45375_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel, was built in 1868, has 69 rooms and 8 floors. The renovated establishment in 2009, with air-conditioning, has a lobby, a reception, a lift, a cafÃ© and a breakfast room. The establishment boasts meeting rooms, internet (for a fee) and a fax machine. SITUATION: Near the establishment, guests will find tourist areas, Such as, Nearby, you will find restaurants, bars, nightclubs and a public transport stop. it is 24 kilometres away from Louvre the museum it is situated 27 kilometres away from the MusÃ©e d'Orsay the Museum of 3 kilometres away, you can findGare du Nord the Railway Station of it is 20 kilometres away from Paris Orly Airport 35 kilometres away, you can findCharles de Gaulle Airport it is situated 100 kilometres away from Paris Beauvaisâ€“TillÃ© Airport it is 311 kilometres away from Brussels Airport. ROOM: Clients are offered renovated rooms, have an air-conditioning system, heating, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, satellite or cable TV, internet (available for a fee) and a safety deposit box. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard, Visa, travellers cheques and cash. OBSERVATIONS: Check-in is from 14:00 and check-out is at 11:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.59" OriginalAmount="174.36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|75299" HotelName="Sainte-beuve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 RUE SAINTE BEUVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/9/9/75299_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inParÃ­s the heart of in the surrounding area, clients have Luxembourg the Gardens near the establishment, you will find historic points of interest. ROOM: The comfortable rooms and fully-equipped.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.68" OriginalAmount="174.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|63344" HotelName="Du Ministere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 RUE DE SURENE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/4/63344_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Faubourg Saint-HonorÃ©, close to the financial area. ROOM: The large rooms, offer views of the city, a satellite television, a CD player and a mini-bar. FACILITIES: The establishment has a fitness room. RESTAURANT: The establishment offers a bar. MEALS: Guests can enjoy an American breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.10" OriginalAmount="174.85" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="180.19" OriginalAmount="174.94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|26396" HotelName="Villa Alessandra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLACE BOULNOIS 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/3/9/6/26396_18a232d1320.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This cosy hotel is 500 metres away from the Arc de Triomphe and los Campos ElÃ­seos. In the surrounding area, you can find shops, leisure areas, restaurants and bars. 200 metres away, guests will find a metro station. Around 1 kilometre away you can find the railway station. The establishment is 30 kilometres from Charles de Gaulle Airport and 35 kilometres away from the airport ParÃ­s Orly. HOTEL: The Villa Alessandra is rated four stars, has 49 standard rooms and 2 suites. In the entrance, guests are offered a lobby with a reception, lifts, a bar, a restaurant, a conference room, WiFi (for a fee), a car park and indoor parking. There are many services available at the establishment, including room service and a laundry service. You are also offered gardens. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet (available for a fee), a mini-bar (available for a fee), a double bed, an air-conditioning system, heating and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.30" OriginalAmount="175.05" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|454555" HotelName="Le Paris Singulier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue Saint Didier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/5/5/5/454555_2b0832d0831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.58" OriginalAmount="175.32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|27242" HotelName="Turenne Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE TURENNE 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/4/2/27242_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors, 41 rooms and 5 suites. In the establishment entrance, guests will find a lobby with elevators, a reception, a safety deposit box service and a sofa. The establishment offers guests internet, bicycle storage and a laundry service. SITUATION: This charming urban hotel is in a central area, Surrounded by palaces, 100 metres away from the establishment, you can find bars, restaurants and a public transport stop. Place des Vosges it is near it is situated 2 kilometres away from Louvre the museum it is situated 1,5 kilometres away from Notre Dame Cathedral it is situated 15 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 shower, a bath, a hairdryer, a direct line telephone, a central heating system, a satellite or cable television, a mini-bar, a double bed and internet. OTHERS: The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay using credit cards, American Express, Mastercard, Visa, Diners Club and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.62" OriginalAmount="175.36" MarkupRule="3.00">
      <BasicPropertyInfo 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="180.75" OriginalAmount="175.49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|19696" HotelName="Des Nations Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE MONGE 54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/6/19696_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 38 rooms, 6 floors, 22 double rooms and 5 single rooms. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service and a lift. The establishment boasts an electronic key, a kiosk and a breakfast room. At an extra cost you can use WiFi, a laundry service and a car park. SITUATION: This hotel Quartier Latin it is in PanthÃ©on, Lutece Arenas and Notre Dame it is located near 100 metres away, guests can find bars, restaurants, is situated near a metro station, a bus stop, 2 kilometres away from the establishment, guests will find Paris-Austerlitz the Station of it is 14 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, satellite or cable TV, WiFi, a mini-bar, a safe, heating and an air-conditioning system. OTHERS: The establishment offers a buffet breakfast and a breakfast service in the room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.76" OriginalAmount="175.50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22539" HotelName="Timhotel Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE RAVIGNAN 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/3/9/22539_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Montmartre district, close to shops, leisure areas and tourist points of interest. HOTEL: The hotel offers 5 floors, a lobby with elevators, room service and a laundry service. ROOM: All the rooms have a direct line telephone, satellite or cable TV and internet. MEALS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.18" OriginalAmount="175.90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15374" HotelName="Nuage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Jean Mermoz</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/4/15374_2fcd7691703.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Elysees Mermoz is rated three stars, is situated in the city centre and was built in 1935. Guests have access to a restaurant, lifts, a concierge, a safety deposit box service, room service and business facilities. ROOM: The establishment has 27 rooms with a hairdryer, an air-conditioning system and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.35" OriginalAmount="176.07" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59439" HotelName="Chouette Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>237 RUE DE LA CONVENTION</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/3/9/59439_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s district 15. It is 10 minutes away from Porte de Versailles in the surrounding area of the establishment, guests can find public transport. It is well-connected with the Eiffel Tower and the Champs ElysÃ©es ROOM: The establishment has 67Â cosy rooms with heating, a television and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.36" OriginalAmount="176.08" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|62559" HotelName="Oceania Paris Porte De Versailles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="181.66" OriginalAmount="176.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|95478" HotelName="Best Western Montcalm" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Ave Felix-Faure</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/4/7/8/95478_0b6d4871111.jpeg</HotelPictures>
        <HotelDescription>HOTEL: Pets are not allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.34" OriginalAmount="177.03" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|28140" HotelName="Who - Windsor Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE GABRIEL LAUMAIN 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/4/0/28140_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays. SITUATION: This hotel is in ParÃ­s the centre of Close to, and excellent transport links to public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.62" OriginalAmount="178.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|26767" HotelName="Elysées Bassano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="183.80" OriginalAmount="178.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|359925" HotelName="Ws St Germain - Quartier Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Boulevard Saint-Michel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/2/5/359925_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.61" OriginalAmount="179.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|24795" HotelName="La Manufacture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE PHILIPPE DE CHAMPAGNE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/9/5/24795_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is inviting, modern. SITUATION: Rue Mouffetard It is 15 minutes away from Saint-Germain-des-Pres and quartier latin It is close to it is located near Sainte Genevieve the Mountain of it is in an excellent location, nearby, you will find markets, libraries, near the establishment, you will find Luxembourg and Des Plantes the Gardens Place de la Contrescarpe It is close to. ROOM: The establishment has 56 rooms with an air-conditioning system, a hairdryer, a satellite television, a direct line telephone and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.73" OriginalAmount="179.35" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="185.02" OriginalAmount="179.63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|163860" HotelName="Bleu De Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>140, Boulevard De Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/8/6/0/163860_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lounge bar, a lift and a reception. SITUATION: This establishment, la Torre Eiffel it is a 10-minute walk away from 20 metres away, guests can find Motte-Picquet-Grenelle the underground station of It has excellent transport links to and La Madeleine the Church of Around the establishment, clients can find a car park. ROOM: The rooms have an air-conditioning system, cable television and WiFi (free of charge), Some rooms have la Torre Eiffel views of. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.08" OriginalAmount="179.69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22592" HotelName="Grand  Francais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="185.25" OriginalAmount="179.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|359547" HotelName="Hotel Des Pyréné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/3/5/9/5/4/7/359547_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.29" OriginalAmount="179.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|29428" HotelName="Citadines Montmartre Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE RACHEL 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/4/2/8/29428_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and renovated in 2005. It has 92 studios, 21 apartments, 4 disabled access bungalows and 8 floors. You are also offered a garden, a terrace for sunbathing SacrÃ© Coeur with beautiful views of In the entrance, guests are offered a hall with a reception, a safety deposit box service and a lift. The establishment has a cafÃ©, a TV room, a breakfast room, WiFi, some services (for a fee), a laundry service and indoor parking. SITUATION: It is in a peaceful area, is in Les Abesses the district of Place de Clichy 250 metres away, guests will find 300 metres away, there are shops, leisure areas and public transport services. SacrÃ© Coeur it is situated 1 kilometre away from the Galeries Lafayette It is situated 1,5 kilometres away from it is 2 kilometres away from Saint-Lazare the Station of It is situated 30 kilometres away fromCharles de Gaulle the airport it is 35 kilometres away from Paris Orly Airport. ROOM: The establishment has apartments and studios, fully-equipped with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo and internet. They also have a kitchen, a fridge, a microwave, an iron, an ironing board, a safe and individual heating. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.45" OriginalAmount="180.05" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63342" HotelName="Eiffel Kennedy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12; RUE DES BOULAINVILLIERS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/2/63342_10.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 30Â cosy rooms, They have a bathroom with a shower, a bath, a hairdryer, an air-conditioning system and heating. They are equipped with a direct line telephone, WiFi (free of charge), a satellite television, a radio, an iron, an alarm clock and a mini-bar. It has non-smoking rooms and disabled access rooms. FACILITIES: There is a range of facilities and services available at the establishment, including a lift, a concierge service and a reception with a safe box, With regards to the food and beverage offering, there is a breakfast room, Guests are offered WiFi, The establishment has a babysitting service, Pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.53" OriginalAmount="180.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|163513" HotelName="Ginette à la Folie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/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="94" TotalAmount="185.75" OriginalAmount="180.34" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="186.64" OriginalAmount="181.20" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="187.19" OriginalAmount="181.74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|79213" HotelName="Le Relais Saint Charles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DE GRENELLE 72</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/2/1/3/79213_e47a6421500.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 38 rooms, WiFi, a flatscreen television and a lift. SITUATION: The establishment, is in ParÃ­s the centre of the Eiffel Tower 15 minutes away from the establishment, guests will find it is situated in front of Dupleix the metro station 600 metres away from the establishment, you can find Sena the river.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.38" OriginalAmount="181.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|66349" HotelName="Aida Marais Printania" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 RUE DU CHATEAU DEAU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/4/9/66349_1.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 51 non-smoking rooms. FACILITIES: The establishment boasts a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.50" OriginalAmount="182.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|39939" HotelName="Residence Didot Montparnasse Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DIDOT 94</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/3/9/39939_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre, a conference room, coffee pot, a breakfast room, internet, a laundry service and a car park. SITUATION: This establishment, is near shops, market and squares. It has excellent transport links to public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.84" OriginalAmount="183.34" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="189.26" OriginalAmount="183.75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|209413" HotelName="Tonic Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue des Quatre Vents</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/4/1/3/209413_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.71" OriginalAmount="184.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|32087" HotelName="Bel Oranger Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'AUSTERLITZ 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/8/7/32087_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception with safety deposit boxes, a lift, a restaurant and WiFi. in the surrounding area of the establishment, customers can find a car park. SITUATION: This hotel is in quartier 12 the heart of Paris-Gare de Lyon 5 minutes away from the establishment clients have Where clients can find the Bastille the District. it is in a small street, is in a peaceful area, Notre-Dame it is 500 metres away from it is 800 metres away from Louvre the museum it is 30 kilometres away from Charles de Gaulle Airport it is situated 15 kilometres away from Paris Orly Airport. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a wardrobe, table, a satellite television, a direct line telephone, computer, WiFi, a safe (available for a fee) and a central heating system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.83" OriginalAmount="184.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|55709" HotelName="Le Grand Hôtel de Normandie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue D'Amsterdam,4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/0/9/55709_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Grand Hotel De Normandie is rated three stars, is situated in ParÃ­s city centre and was built in 1934. The establishment offers guests lifts, a concierge and a bellboy. ROOM: The establishment has 64 rooms, fully-equipped with a hairdryer and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.84" OriginalAmount="184.31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15330" HotelName="Le Montmartre Saint Pierre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="189.92" OriginalAmount="184.39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|74176" HotelName="L'Interlude" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Avenue Daumesnil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/1/7/6/74176_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.01" OriginalAmount="184.48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63343" HotelName="Elysa - Luxembourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE GAY LUSSAC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/3/63343_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, it offers comfortable facilities and excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.21" OriginalAmount="184.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|183675" HotelName="Helzear Montparnasse Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Liancourt</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/7/5/183675_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.26" OriginalAmount="184.72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15325" HotelName="Littéraire Le Swann, BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Rue de Constantinople, Paris, 75008, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/5/15325_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has a bar, a living room and it offers breakfast service. SITUATION: This hotel is close to Saint-Lazare the train station la Ã“pera Garnier 1 kilometre away from, is 200 metres away from the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.33" OriginalAmount="184.79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|544727" HotelName="Hôtel Saint Cyr Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/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="190.64" OriginalAmount="185.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22560" HotelName="L'hôtel Royal Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="190.89" OriginalAmount="185.33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|81118" HotelName="Aurore Paris Gare de Lyon	" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Traversiere</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/1/1/8/81118_3c7dbdd1148.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Aurore is rated three stars. It has a reception and a concierge. At no additional cost you can use newspapers and magazines. SITUATION: This hotel is 250 metres away from the railway station Paris-Gare de Lyon. 300 metres away you can find the river Sena. 30 minutes walk away, guests can find Cathedral Notre Dame. It is situated 11 minutes away from the Square of the Bastille. ROOM: The rooms have an air-conditioning system and WiFi (free of charge). The rooms are soundproofed with satellite TV, a kettle, a coffee maker and a bathroom. MEALS: The establishment serves a buffet breakfast and vending machines.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.09" OriginalAmount="185.52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|28238" HotelName="Pavillon Opera Lafayette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="191.16" OriginalAmount="185.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|163767" HotelName="Bonséjour Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, Rue Burq</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/7/6/7/163767_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Montmartre the heart of Close to, la Avenida de los Campos Eliseos in just 20 minutes, clients can get to. ROOM: Guests are offered 34 comfortable rooms, Some rooms have a balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.48" OriginalAmount="185.90" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="192.66" OriginalAmount="187.05" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|43835" HotelName="CADET Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CADET 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/8/3/5/43835_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel recently opened, has 21 suites and it is in an indoor garden, with a Japanese garden, In the entrance, you can find a reception and a lift. The establishment boasts a hairdresser's, WiFi and a car park (for a fee). SITUATION: Rue Cadet Is situated in Where customers can find shops, restaurants, kiosks and bakeries. near the establishment, you will find ParÃ­s Grands Magasins the department stores Clients can also find the opera and Folies BergÃ¨re the cabaret 100 metres away, clients have public transport, Palais del Louvre it is situated 1 kilometre away from the Eiffel Tower 4 kilometres away, you can find the Champs-ElysÃ©es It is situated 5 kilometres away from it is situated 21 kilometres away from Paris Orly Airport it is 25 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has suites with air-conditioning, a bathroom with a shower or bath, a sink, a towel warmer, a hairdryer, a mirror, a welcome kit and a separate WC. They are equipped with a kitchenette, a microwave, a ceramic hob, a fridge freezer, a coffee maker, a kettle, a toaster, kettle and hood. They have a living room, a direct line telephone, a satellite TV, internet, a mini-bar, an iron and a double bed. OBSERVATIONS: There are no meal services at the establishment. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast for an extra charge and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.69" OriginalAmount="187.08" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59762" HotelName="Alba 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/5/9/7/6/2/59762_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1896 large rooms and with a small kitchen. It has 24 rooms 5 single rooms, 13 double rooms and 6 apartments. In the entrance, guests are offered a lobby with express check-out, a reception, a safety deposit box service and a lift. With regards to the food and beverage offering, the establishment has a cafÃ© and a breakfast room. The establishment offers a laundry service. SITUATION: This hotel is in a good location in, the city centre, is situated near Montmartre the district of near the establishment, you will find the opera, the shopping centres, is close to Gare du Nord and Gare de l'Est the stations of 200 metres away, guests can find bars, restaurants, 250 metres away, there is a public transport stop, Sacre Cour it is situated 10 minutes away from 15 minutes away from Lafayette the Galeries 20 minutes away, guests can find Louvre the museum it is situated 20 kilometres away from Charles de Gaulle Airport it is 21 kilometres away from ParÃ­s Orly Airport. ROOM: The establishment has stylish rooms and Junior Suites. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.65" OriginalAmount="188.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|71687" HotelName="Les Bulles de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES ECOLES 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/6/8/7/71687_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 44 standard rooms, air-conditioning, a reception, a television room, a cafÃ©, a bar, internet, room service and a car park. SITUATION: This elegant hotel is in Saint Germain des PrÃ©s, close to Notre Dame Cathedral and el Museo del Louvre. It is situated 200 metres away from La Sorbona This hotel is 15 kilometres from ParÃ­s-Orly Airport and 40 kilometres away from Airport ParÃ­s-Charles de Gaulle. ROOM: The soundproofed rooms have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, cable television, internet, a safety deposit box, individual air-conditioning and individual heating. FACILITIES: The establishment boasts a gym. MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.88" OriginalAmount="188.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22625" HotelName="Le Friedland " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Faubourg Saint Honore 177</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/2/5/22625_b1bb5871529.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 6 floors and 40 rooms. Guests have access to a hall, room service and a laundry service. SITUATION: Is situated inParÃ­s the heart of the Champs-ElysÃ©es and the Arc de Triomphe it is 300 metres away from. ROOM: Each room has a bathroom with a hairdryer, a trunk, a direct line telephone, internet, a desk, double-glazed windows, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.68" OriginalAmount="189.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15308" HotelName="Best Western Hotel Opera Drouot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue de la Grange Bateliere</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/8/15308_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 43 rooms, a reception, a safety deposit box service and a lift. With regards to the food and beverage offering, the establishment has a breakfast room, The establishment offers guests WiFi (for a fee), a fax machine, a photocopier and a meeting room. SITUATION: Museo Grevin and Ã“pera Palais Garnier It is located next to the it is near Folies BergÃ¨re the theatre nearby, you will find shopping centres, boulevards, boutiques and art galleries. it is situated 20 kilometres away from Paris Orly Airport it is 28 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has renovated rooms rooms, inviting and soundproofed. The rooms have a direct line telephone, a shower, a WC, a satellite television, internet and heating. It has non-smoking rooms. MEALS: The establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.05" OriginalAmount="189.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|53495" HotelName="Les Jardins Du Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74, rue Amelot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/5/53495_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inMarais District close to and Bastille the Square of Picasso the museum. ROOM: The establishment has large apartments with TV, a direct line telephone, a bathroom and garden. HOTEL: it is well-connected to the metro.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.14" OriginalAmount="189.46" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="195.25" OriginalAmount="189.56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59786" HotelName="D'espagne" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="195.30" OriginalAmount="189.61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22049" HotelName="Mercure Paris 9 Pigalle Sacre-coeur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="195.34" OriginalAmount="189.65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|53519" HotelName="Ascot Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, RUE MONSIGNY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/1/9/53519_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in, the city centre, is comfortable, inviting. SITUATION: This establishment, is in the city centre, is located near the Palais Garnier the theatre. ROOM: The establishment has 36 rooms, fully-equipped with air-conditioned, internet and a mini-bar. FACILITIES: The establishment has an indoor courtyard, a bar, meeting rooms and a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.62" OriginalAmount="189.92" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="196.08" OriginalAmount="190.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|191326" HotelName="Jeanne D'arc Le Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3, rue de Jarente</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/2/6/191326_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.92" OriginalAmount="191.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15243" HotelName="Auteuil Tour Eiffel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Felicien David 8-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/3/15243_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a bistro and conference facilities. SITUATION: This establishment, el RÃ­o Sena it is close to, Clients can also find La DÃ©fense the business area of Porte de Versailles the exhibition centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.21" OriginalAmount="191.47" MarkupRule="3.00">
      <BasicPropertyInfo 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="197.21" OriginalAmount="191.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59810" HotelName="Best Western Ronceray Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="94" TotalAmount="198.40" OriginalAmount="192.62" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="198.46" OriginalAmount="192.68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|63336" HotelName="Arioso" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/3/6/63336_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Arioso is rated four stars and it is situated in a great location. The establishment boasts small rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.54" OriginalAmount="192.76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59779" HotelName="Archétype Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE DES ACACIAS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/7/9/59779_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet hotel, is perfect for business and holiday stays. SITUATION: This hotel is in ParÃ­s a central area of the Champs-ElysÃ©es it is situated near, nearby, there is an underground station, near the establishment, guests will find public transport excellent transport links to places of interest. ROOM: The establishment has 15 inviting rooms with WiFi, heating, a mini-bar and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.14" OriginalAmount="193.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|226020" HotelName="Le Citizen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="199.72" OriginalAmount="193.90" MarkupRule="3.00">
      <BasicPropertyInfo 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="201.08" OriginalAmount="195.22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|67103" HotelName="Le 46 " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Brunel 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/0/3/67103_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a fax service, a lift, drinks, WiFi (free of charge), a breakfast room, room service, a reception and tourist information. SITUATION: It is in17 District Porte Maillot 3 minutes away from the establishment, you can find the Congress Centre, 10 minutes away from the establishment guests have los Campos ElÃ­seos Avenue Close to the business area, 79 kilometres away from the establishment, guests will find Paris Beauvaisâ€“TillÃ© Airport it is 27 kilometres away from Charles de Gaulle Airport It is situated 35 kilometres away fromParis Orly Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer and cable and satellite television. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.14" OriginalAmount="195.28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|187675" HotelName="Moderniste" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <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="94" TotalAmount="201.45" OriginalAmount="195.58" MarkupRule="3.00">
      <BasicPropertyInfo 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="201.47" OriginalAmount="195.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|273288" HotelName="Les Deux Girafes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Passage Beslay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/2/8/8/273288_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.66" OriginalAmount="195.79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|70987" HotelName="LE 123 ELYSEES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG SAINT HONORE 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/9/8/7/70987_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in a central area. It is in the 8 District, close to Avenida de los Campos ElÃ­seos. It has excellent transport links to shops and monuments. 50 metres away, there is a public transport stop. Is 1.5 kilometres from Saint-Lazare Station, La Opera and la Torre Eiffel. It is 20 kilometres away from Orly and Charles de Gaulle airports. HOTEL: This renovated hotel in 2005, has 6 floors and 41 standard rooms. In the establishment entrance, guests will find an elegant hall, a reception, a cosy bar and a laundry service. ROOM: The rooms have a bathroom with a bath, a shower, a hairdryer, a direct line telephone, internet, satellite or cable TV, a mini-bar, a safety deposit box (available for a fee), an individual air-conditioning system, individual heating, an iron, an ironing board and a kettle. MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.13" OriginalAmount="196.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|36176" HotelName="Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU THEATRE 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/6/36176_ae035c61126.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 375 apartments, 2 conference rooms and 10 meeting rooms. This renovated establishment in 2007, has a lobby with a reception and a kiosk. The establishment offers guests internet, a car park (for a fee) and a laundry service. Kids can enjoy a playground. SITUATION: This aparthotel is in ParÃ­s city centre. Is situated in the 15 district. In the surrounding area, clients can find shops. It is situated near la Torre Eiffel and los InvÃ¡lidos. 300 metres away, there is a bus stop. It is 20 kilometres away from Paris Orly Airport. It's 30 kilometres from Charles de Gaulle Airport. It is well-connected with the train stations. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a kitchen a fridge, a coffee maker, a kettle, a terrace, an air-conditioning system and a safe. FACILITIES: The establishment boasts a gym with a swimming pool, a fitness room, a Turkish bath and jacuzzis. OBSERVATIONS: The establishment offers multilingual staff. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: The establishment serves a buffet breakfast available at an extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.19" OriginalAmount="196.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|46271" HotelName="Hidden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="202.31" OriginalAmount="196.42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|50572" HotelName="Maison Mère" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7, RUE MAYRAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/7/2/50572_8e55c541010.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated on a quiet street, this hotel is in an excellent location located near the opera, near the establishment, you will find the department stores, Montmartre it is near. ROOM: The rooms with air-conditioning, soundproofed and a bathroom. They are equipped with a direct line telephone, a mini-bar, a satellite television, internet and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.52" OriginalAmount="197.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15213" HotelName="Inn Design Paris Place D'italie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BD VINCENT AURIOL 178</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/3/15213_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Montparnasse the area Around the establishment, clients can find shops. 100 metres away, there is a public transport stop, 600 metres away from the establishment, you can find Porte de Vanves the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.73" OriginalAmount="197.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22537" HotelName="Yllen Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE VAUGIRARD 196</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/3/7/22537_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned renovated hotel in 2003, has 7 floors, 40 rooms, 6 single rooms, 27 double rooms and 1 suite. In the entrance, guests are offered an elegant hall with a reception, a safety deposit box service and a lift. With regards to the food and beverage offering, the establishment has a bar and a breakfast room. The establishment has WiFi, a car park (for a fee) and a laundry service (for a fee). SITUATION: This smart hotel, Montparnasse, Tour Eiffel and Par des Expositions de Versailles it is between in the surrounding area of the establishment, guests can find shops, leisure areas and entertainment. 1,5 kilometres away, there is a train station excellent transport links to monuments, 50 metres away, there is a public transport stop, Les Invalides and Tour Eiffel it is situated 2,5 kilometres away from Notre Dame it is 4,5 kilometres away from it is situated 15 kilometres away from Paris Orly Airport 30 kilometres away from the establishment, guests will find Charles de Gaulle Airport. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a satellite TV, WiFi, a mini-bar and a safe. OTHERS: The establishment offers a breakfast service and breakfast room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.82" OriginalAmount="197.88" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="205.04" OriginalAmount="199.07" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22623" HotelName="Pavillon Opera Grands Boulevards" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE GEOFFROY MARIE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/2/3/22623_37c3b751343.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001, has 31 elegant rooms and 2 rooms adapted for people with reduced mobility. The establishment has a breakfast room, a meeting room, an inviting bar and a cafÃ©. SITUATION: This urban hotel is in the district of the theatres, Close to shops, leisure areas and public transport. it is near Garnier the opera it is situated 15 minutes away from the shopping centres. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, WiFi, cable television, a mini-bar and a safety deposit box. They have individual heating and an individual air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.06" OriginalAmount="199.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|163855" HotelName="George Sand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 rue des Mathurins</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/8/5/5/163855_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near the Galeries Lafayette the department stores, is in ParÃ­s the centre of La iglesia de la Madeleine 500 metres away, guests will find, Saint_Lazare 350 metres away from the establishment, you can find 150 metres away, clients have Havre-Caumartin the metro station. ROOM: It has soundproofed rooms with an air-conditioning system, a bathroom, WiFi (free of charge), a satellite TV, a kettle and a coffee maker. FACILITIES: The establishment has a library. MEALS: The establishment serves a buffet breakfast and breakfast room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.64" OriginalAmount="199.65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|39141" HotelName="Novotel Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE HECTOR MALOT 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/1/39141_1_1612.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 253 standard rooms, 2 suites, meeting rooms, a cafÃ©, a reception, a lift and a car park (for a fee). SITUATION: This hotel is situated next to Paris-Gare de Lyon Railway Station, a 10-minute walk away from the Bastille, bars and restaurants. It is located 10 minutes away (by metro) from the Louvre, close to shops. It is 15 kilometres away from Paris Orly Airport. 28 kilometres away, you can find Roissy Charles de Gaulle Airport. ROOM: Clients are offered smoking rooms, non-smoking rooms with king size bed, a bathroom with a shower, a bath, a safe, a mini-bar, a satellite TV, internet, a direct line telephone, a hairdryer, a radio, a stereo, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: There is a range of facilities and services available at the establishment, including a covered pool and a gym. In the food and beverage department, there is a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.66" OriginalAmount="199.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63321" HotelName="Grand  Des Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="206.11" OriginalAmount="200.11" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="206.20" OriginalAmount="200.19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15317" HotelName="Nouvel  Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="206.21" OriginalAmount="200.20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15288" HotelName="Le Pergolese Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="206.52" OriginalAmount="200.50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22607" HotelName="Londres Et New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLACE DU HAVRE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/7/22607_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, was built in 1870, was renovated in 2006, has 67 standard rooms, 7 suites and 9 apartments. In the entrance, guests are offered a lobby with a reception, a reception and a safety deposit box service. With regards to the food and beverage offering, the establishment has a cafÃ©, a bar and a breakfast room. There are many services available at the establishment, including WiFi, room service and a laundry service. SITUATION: This hotel is in the centre of ParÃ­s, close to las GalerÃ­as Lafayette the opera. It is situated 20 minutes walk away from Los Campos ElÃ­seos and el Museo del Louvre 25 kilometres away from the establishment, guests will find Paris Orly Airport. It's 35 kilometres from Charles de Gaulle Airport. ROOM: The rooms have a bathroom, satellite or cable TV, internet, a mini-bar, a balcony, individual air-conditioning and central heating. MEALS: Guests are offered a breakfast service. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, JCB and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.33" OriginalAmount="201.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|183894" HotelName="Langlois" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 rue Saint-Lazare</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/9/4/183894_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.50" OriginalAmount="201.46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|75318" HotelName="RELAIS MONCEAU" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>85 RUE DU ROCHER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/1/8/75318_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small hotel, was built in the 19th Century and it offers large standard rooms, With regards to the food and beverage offering, the establishment has a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.45" OriginalAmount="202.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22603" HotelName="De La Motte Picquet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 AVENUE DE LA MOTTE PICQUET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/3/22603_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small, family-managed hotel and has 18 rooms in the city centre, The establishment boasts a car park. ROOM: Some rooms there is no air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.07" OriginalAmount="202.98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15337" HotelName="Pullman Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="209.37" OriginalAmount="203.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|477623" HotelName="Saint Louis Pigalle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="209.53" OriginalAmount="203.43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|164087" HotelName="&amp; Residence du Lion d'Or Louvre" 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/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="94" TotalAmount="209.60" OriginalAmount="203.50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22912" HotelName="De Castiglione" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG ST HONORE 38-40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/2/22912_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban and conference hotel, was renovated in 2005 8 floors, 121 rooms and 3 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a cafÃ©, a bar, a restaurant with air-conditioning, a conference room, internet, a bicycle storage room and room service. SITUATION: This historic hotel is in Faubourg Saint-HonorÃ© the centre of the Champs-ElysÃ©es it is situated 100 metres away from near the establishment, guests will find shops, bars, restaurants and public transport. 500 metres away from the establishment, clients can find nightclubs, is 1 kilometre away from the railway station, is situated 25 kilometres away from ParÃ­s-Orly Airport 35 kilometres away from Charles de Gaulle Airport. ROOM: The comfortable, bright rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a king size or double bed, fitted carpets, an air-conditioning system, central heating and a safe (available for a fee). OTHERS: Regarding the food and beverage provision, the establishment offers all meals in a buffet form, The establishment also offers an Ã  la carte or set-menu lunch and dinner, Dietary restrictions can be accomodated for and special dishes. Guests can book half-board, full-board or all inclusive.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.70" OriginalAmount="203.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|454037" HotelName="Quinzerie " Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="209.86" OriginalAmount="203.75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|59817" HotelName="1K Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="210.44" OriginalAmount="204.31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15274" HotelName="Rocroy" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="210.82" OriginalAmount="204.68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15283" HotelName="Raspail Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Raspail,203</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/3/15283_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Raspail is rated three stars, is situated in ParÃ­s city centre and was built in 1900. Guests have access to a restaurant, lifts, a concierge and a safety deposit box service. The establishment offers guests room service and business facilities. ROOM: The establishment has 38 rooms with a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.36" OriginalAmount="205.20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22418" HotelName="Petit Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Trevise, 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/1/8/22418_d5a3d241133.jpg</HotelPictures>
        <HotelDescription>HOTEL: The MARCIANO is rated three stars and it is situated in ParÃ­s city centre. The establishment offers a safety deposit box service, room service and business facilities. ROOM: The establishment has 38 rooms, fully-equipped with a hairdryer, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.44" OriginalAmount="205.28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|53475" HotelName="Arotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/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="94" TotalAmount="211.45" OriginalAmount="205.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22535" HotelName="Casimir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="211.69" OriginalAmount="205.52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15360" HotelName="QUEEN MARY" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Greffulhe,9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/0/15360_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Queen Mary is rated three stars, is situated in the city centre and was built in 1900. The establishment boasts a restaurant, lifts, a concierge, a safety deposit box service, room service and business facilities. ROOM: The establishment has 36 rooms with a hairdryer, a trouser press, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.75" OriginalAmount="205.58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|79332" HotelName="Etoile Maillot" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="211.91" OriginalAmount="205.74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|53492" HotelName="Mercure Paris Gare De Lyon Opéra Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="212.62" OriginalAmount="206.43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|169187" HotelName="De Seze" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 RUE DE SEZE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/8/7/169187_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a hammam, a fitness centre and a reception. SITUATION: This hotel is 50 metres away from La Madeleine the Church of the railway station and the metro station, la Ã“pera Garnier 300 metres away, guests will find la Plaza de la Concordia 700 metres away, clients have it is 700 metres away from Saint-Lazare the Railway Station of. ROOM: All the rooms have an air-conditioning system, WiFi (free of charge), a writing desk, a satellite TV, a bathroom with a bath or shower, complimentary bathroom items, a bathrobe and slippers. OTHERS: Regarding the food and beverage offering, clients have a breakfast service, minibar, cafÃ© and kettle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.85" OriginalAmount="206.65" MarkupRule="3.00">
      <BasicPropertyInfo 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="213.71" OriginalAmount="207.49" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="214.21" OriginalAmount="207.97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|454041" HotelName="Villa Romantic &amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="214.62" OriginalAmount="208.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|163534" HotelName="Serotel Suites Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 RUE FAUBOURG POISSONIERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/3/4/163534_92f26a80934.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi in communal areas (free of charge) and a reception. SITUATION: This establishment is in ParÃ­s 200 metres away, guests will find the PoissoniÃ¨re metro station. It has excellent transport links to the Galeries Lafayette, the Garnier Opera and the Louvre Museum. ROOM: The establishment has rooms, suites with satellite television, an air-conditioning system, garden views, a bathroom with a hairdryer and towels (free of charge). Customers can find suites and studios with kitchen. OTHERS: The establishment offers a breakfast service available at an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.69" OriginalAmount="208.44" MarkupRule="3.00">
      <BasicPropertyInfo 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="214.82" OriginalAmount="208.56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|76822" HotelName="GAVARNI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 RUE GAVARNI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/8/2/2/76822_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel with air-conditioning, has 21 rooms, 4 suites, a conference room, a bar, WiFi, internet and an interior patio. SITUATION: Torre Eiffel and Campo de Marte It is located near this establishment, is in Passy the heart of Where guests can enjoy boutiques.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.52" OriginalAmount="209.24" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="215.64" OriginalAmount="209.36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59836" HotelName="Villa Glamour" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 RUE DE LA POMPE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/3/6/59836_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel romantic and was built in 1830 and ParÃ­s it is situated in is ideal for holidays and business stays. SITUATION: The hotel is in an excellent location, Between, is close to Trocadero Garden. ROOM: The establishment has 17 rooms with heating, a television, WiFi and a bathroom. OTHERS:.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.45" OriginalAmount="210.15" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="216.46" OriginalAmount="210.16" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="216.59" OriginalAmount="210.28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|164093" HotelName="Elysées Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="217.18" OriginalAmount="210.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|169337" HotelName="Madrigal" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="217.20" OriginalAmount="210.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|57470" HotelName="Lumen Paris Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>15, RUE DES PYRAMIDES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/7/0/57470_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, is contemporary style. SITUATION: rue des Pyramides It is in it is near Saint HonorÃ© the street. ROOM: Guests are offered 37 contemporary style rooms, They have with air-conditioning, internet, a satellite television, a mini-bar and a safe. OTHERS: The establishment offers set-menu restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.99" OriginalAmount="211.64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22598" HotelName="Des Comédies" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue d'Hauteville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/9/8/22598_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 32 rooms and 6 floors. In the entrance, you can find a lobby and lifts. The establishment boasts a cosy restaurant, a laundry service and a car park. SITUATION: This cosy hotel is in a central area, Place de la Republique it is near Clients can also find Marais the District it is well-connected with the metro station, Guests can enjoy leisure areas and the tourist areas. ROOM: Each room has a direct line telephone, a mini-bar, a satellite television and cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.16" OriginalAmount="211.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15230" HotelName="Hotel Litteraire Arthur Rimbaud, BW Signature Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE GUSTAVE GOUBLIER 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/3/0/15230_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 1930 25 rooms and 5 floors. In the establishment entrance, guests will find a hall with a reception. SITUATION: It is on a quiet street, Gare de l'Est and Notre Dame it is situated between Where guests can enjoy boulevard, Les Halles the districts theatres, cinemas and shops. 400 minutes away from the establishment clients have Gare de l'Est the underground station of. ROOM: The inviting rooms, have a bathroom, a hairdryer, a direct line telephone and a safety deposit box (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.21" OriginalAmount="211.85" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="218.39" OriginalAmount="212.03" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|24810" HotelName="Citadines Bastille Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE CHALIGNY 14-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/0/24810_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 98 apartments, 7 floors, a lobby with a reception, a safety deposit box service, 2 lifts, a breakfast room, internet, room service, a laundry service (for a fee) and a car park (for a fee). SITUATION: This aparthotel, is close to the promenade, Close to Bastille the Opera of Paris-Gare de Lyon the railway station it is situated near shops, restaurants, 10 minutes walk away, you can find MarchÃ© d'Aligre the market this establishment, el Viaduc des Arts it is 600 metres away from it is situated 25 kilometres away from Paris Orly Airport 30 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has apartments and studios with a bathroom with a bath, a hairdryer, a direct line telephone, a stereo, a television and internet (free of charge), They also have a kitchen with fridge, a microwave, a coffee maker, a kettle, an ironing set, individual heating, a safe and a balcony or terrace. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.46" OriginalAmount="212.10" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|163930" HotelName="Hotel De Suez" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Boulevard Saint Michel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/3/0/163930_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a lift and a transfer service to the airport. SITUATION: This establishment, is in ParÃ­s the city centre of el jardÃ­n de Luxemburgo it is situated 5 minutes walk away from Notre-Dame Cathedral 10 minutes walk away, you can find it is situated 350 metres away from Odeon the metro station It has excellent transport links to. ROOM: The rooms have a television, WiFi (free of charge) and a direct line telephone. Some rooms have a balcony, All the rooms have a bathroom with bathroom items. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.52" OriginalAmount="212.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|62555" HotelName="Moxy Paris Bastille France" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="218.58" OriginalAmount="212.21" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="218.59" OriginalAmount="212.22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|59791" HotelName="GOLDEN TULIP DE NOAILLES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA MICHODIERE 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/9/1/59791_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: Awarded with the Golden Tulip for the hotel of the year in France in 2003. This modern hotel, is situated in a central area. The establishment offers guests a babysitting service. ROOM: Each room has an air-conditioning system and soundproofing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.75" OriginalAmount="212.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|21900" HotelName="Sacha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE NAVARIN 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/0/0/21900_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1900 and renovated in 2008. It has 50 rooms and 5 floors. In the entrance, you can find a lobby with elevators, a safety deposit box service and WiFi. Regarding the food and beverage offering, the establishment has a cafÃ© and a dining room. The establishment has room service and a laundry service (for a fee). SITUATION: This charming hotel is situated in ParÃ­s a quiet area of Place Pigalle, Le Moulin Rouge and Montmartre it is near near the establishment, guests will find theatres, next to the establishment, there is a public transport stop, the establishment is 1 kilometre away from St Lazare the Railway Station of it is situated 1 kilometre away from Louvre the museum 1 kilometre away, you can find Lafayette the Galeries. ROOM: The rooms a bathroom with a hairdryer, They are equipped with a direct line telephone, a satellite or cable television and internet. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.00" OriginalAmount="212.62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|74531" HotelName="Paris France" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 rue de Turbigo.Temple</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/5/3/1/74531_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is near public transport services, You can find the metro station, the bus and the railway station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.59" OriginalAmount="213.19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|80693" HotelName="SEVRES SAINT GERMAIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT PLACIDE, 22 - 75006 PARIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/6/9/3/80693_fff11161559.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.78" OriginalAmount="213.38" MarkupRule="3.00">
      <BasicPropertyInfo 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="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|42986" HotelName="LE ROYAL RIVE GAUCHE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <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="94" TotalAmount="220.54" OriginalAmount="214.12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|75317" HotelName="Platine " Meals="ROOM ONLY" BedType="ROOM ONLY" 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="221.12" OriginalAmount="214.68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22470" HotelName="Timhotel Opera Blanche Fontaine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE FONTAINE 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/0/22470_e5e440c1437.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 65 standard rooms and 4 suites. In the establishment entrance, guests will find a lobby with a reception with safety deposit boxes and a lift. The establishment boasts a cafÃ©, a breakfast room and a restaurant. There are many services available at the establishment, including internet, room service and a laundry service. SITUATION: This trendy, urban hotel is in a peaceful area of MonmartrÃ©. A few minutes away, you can find Le Moulin Rouge, in the surrounding area, you can find Blanche Station and the Galeries Lafayette. It is 30 kilometres away from Paris Orly Airport. Around 15 kilometres away you can find Charles de Gaulle Airport. ROOM: All the rooms have a bathroom with a shower, a WC, a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed and a safety deposit box (available for a fee). They also have a central air-conditioning system and central heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.17" OriginalAmount="214.73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15345" HotelName="Le Relais Du Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE TURBIGO 76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/4/5/15345_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, was opened in 2001, has 38 rooms and has 6 floors air-conditioning, a lobby with elevators and a reception. SITUATION: It is inParÃ­s the city centre of close to the establishment, clients can find Lafayette the Galeries it is located 500 metres away from Picasso the museum 100 metres away, guests have Temple Republique the underground station of. ROOM: The cosy rooms a bathroom with a hairdryer, They are equipped with an air-conditioning system, a mini-bar, a safe (available for a fee) and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.96" OriginalAmount="215.50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|271852" HotelName="Hôtel De La Perdrix Rouge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lassus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/8/5/2/271852_13c0e871731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.73" OriginalAmount="216.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|80596" HotelName="Verneuil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Verneuil, 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/5/9/6/80596_712ed741157.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests a buffet breakfast a winery and room service. SITUATION: The hotel is in Saint-Germain-des-PrÃ¨s a peaceful street in it is close to Sena the river Notre-Dame Cathedral Louvre the Museum of. ROOM: Customers can find comfortable rooms with an air-conditioning system, a direct line telephone, a television, WiFi (free of charge), a bathroom with a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.40" OriginalAmount="216.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|50568" HotelName="Grand Tonic hôtel &amp; SPA Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 RUE DU ROULE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/8/50568_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This comfortable hotel is situated close to ParÃ­s the historic centre of 5 minutes away from the establishment, guests will find Louvre the Museum of it is 10 minutes away from Notre Dame Cathedral. HOTEL: In the entrance, guests are offered a lobby and WiFi. ROOM: The establishment has 35 rooms with a bathroom, an air-conditioning system, a mini-bar, a safe, a satellite television and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.40" OriginalAmount="216.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|55565" HotelName="Le Katorze" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Dr Heulin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/5/55565_20783eb1336.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Meridional is rated two stars. SITUATION: This establishment is in the heart of ParÃ­s. It has excellent transport links to the opera and Montmartre. It is situated 50 metres away from Brochant Underground Station. It has excellent transport links to los Campos ElÃ­seos and los InvÃ¡lidos. ROOM: The rooms have a television, a direct line telephone and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.42" OriginalAmount="216.91" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="223.61" OriginalAmount="217.10" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="224.24" OriginalAmount="217.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|50485" HotelName="Floride Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14, Rue Saint -Didier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/8/5/50485_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in a quiet residential area. Close to la Torre Eiffel Trocadero los Campos ElÃ­seos ROOM: The establishment has 63 rooms with TV, a direct line telephone and a bathroom. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.00" OriginalAmount="218.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|26700" HotelName="Quartier Latin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES ECOLES 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/0/0/26700_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This building, is in the Latin Quarter, close to Saint-Germain. It is located between the PanthÃ©on, and the Sena River, close to La Sorbona, Luxembourg Gardens, Saint-Michel Square, la Ile Saint-Louis and Notre Dame. It is in ParÃ­s city centre. The establishment is 20 kilometres away from Paris Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.41" OriginalAmount="218.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|453946" HotelName="Edgar and Achille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Sainte Foy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/9/4/6/453946_2138a261609.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.00" OriginalAmount="219.42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63348" HotelName="Harvey" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/8/63348_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and is ideal for holidays, it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.12" OriginalAmount="219.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|24805" HotelName="Citadines Trocadéro Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT-DIDIER 29 BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/5/24805_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, was completely renovated in 2006, has 97 rooms, a reception, air-conditioning, a lobby with express check-out, a safety deposit box service and a TV room. The establishment boasts a breakfast room, The establishment offers WiFi, a laundry service and a car park (for a fee). SITUATION: The establishment, is close to Trocadero the Square of it is situated close to Victor Hugo Avenue the Champs-ElysÃ©es close to the establishment, clients can find is situated in 16 District in the surrounding area of the establishment, guests can find restaurants, bars and public transport. 10 minutes away, clients can find Seine the river the Eiffel Tower it is situated 1 kilometre away from it is 25 kilometres away from Paris Orly Airport it is situated 35 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has studios and one- or two-bedroom apartments with a bathroom with a shower or bath, They have a kitchen with fridge, a microwave, a washing machine and a living room with a sofa-bed, Some apartments have a balcony or terrace, They also have an ironing set, an individual air-conditioning system, central heating, a safe, internet, a hairdryer, a direct line telephone, a television, a radio and a stereo. OTHERS: The establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.38" OriginalAmount="219.79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|168011" HotelName="Duc De Saint-Simon Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE SAINT SIMON 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/0/1/1/168011_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is on a quiet street in Saint-Germain. ROOM: The establishment has 34 rooms and suite rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.49" OriginalAmount="219.89" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="226.82" OriginalAmount="220.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|183784" HotelName="De Roubaix" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6, rue Greneta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/8/4/183784_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.69" OriginalAmount="221.06" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|19688" HotelName="Elysees 8" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAMBACERES 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/8/19688_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1853, has 34 rooms, 7 floors and a restaurant with air-conditioning. SITUATION: This establishment, the Ã‰lysÃ©e Palace it is close to, La Concordia the Square of and, 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer and a direct line telephone. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.01" OriginalAmount="221.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|163932" HotelName="Hôtel des Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Artois</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/3/2/163932_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception and a transfer service to the airport, (for a fee). SITUATION: This boutique hotel los Campos ElÃ­seos it is 350 metres away from the hotel el parque Monceau it is 750 metres away from the Arc de Triomphe it is situated 15 minutes walk away from In the surrounding area, you can find a public transport stop. ROOM: All the rooms have internet (free of charge), an air-conditioning system, flat-screen satellite television, a mini-bar and a bathroom. Some rooms have a hydromassage bath. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast, Clients have at their disposal a television room, a bar and a living room with fireplace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.14" OriginalAmount="221.50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15234" HotelName="Paris Marriott Rive Gauche and Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="228.47" OriginalAmount="221.82" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15291" HotelName="Hélios Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="228.54" OriginalAmount="221.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|22528" HotelName="Citadines Bastille Marais Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="228.82" OriginalAmount="222.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|53482" HotelName="Observatoire Luxembourg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLVD ST. MICHEL 107</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/2/53482_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Rive Gauche close to el jardÃ­n de Luxemburgo ROOM: The rooms with air-conditioning, have a bathroom, a satellite TV and a hairdryer. OTHERS: The establishment offers American breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="229.77" OriginalAmount="223.08" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="229.98" OriginalAmount="223.28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|164397" HotelName="Grand Hotel Chicago" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/08/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="94" TotalAmount="230.58" OriginalAmount="223.86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|26568" HotelName="Augustin - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ROY 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/8/26568_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 6 floors, 63 rooms, with air-conditioning and it is situated on a main street, In the entrance, you can find a lobby, a reception, a safety deposit box service and a lift. The establishment offers guests internet (for a fee). SITUATION: It is located 500 metres away from the city centre, Where you can enjoy shops and leisure areas. in the surrounding area, clients can find bars, restaurants and a public transport stop. 500 metres away, clients have the metro station, is 30 minutes away from Charles de Gaulle and Paris Orly the airports of. ROOM: The rooms have a bathroom, a hairdryer and a direct line telephone. They are equipped with a satellite or cable television, a radio, a double bed, fitted carpets, heating, individual air-conditioning and internet. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.40" OriginalAmount="224.66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|446907" HotelName="Drawing House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <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="94" TotalAmount="231.57" OriginalAmount="224.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|184080" HotelName="Le Chaplain Paris Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis, Rue Jules Chaplain</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/8/0/184080_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.32" OriginalAmount="225.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|218472" HotelName="Adele &amp; Jules" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/7/2/218472_1_1076.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.67" OriginalAmount="225.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15358" HotelName="WYLD Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES ECOLES 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/5/8/15358_d32b2050303.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1880. SITUATION: This establishment is in the Latin Quarter and Saint-Germain-des-PrÃ¨s. You will be able to visit Notre-Dame Cathedral, la AbadÃ­a de Cluny, Saint-Michel and Beaubourg, close to the el Louvre and Orsay museums. It is 100 metres away from the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.72" OriginalAmount="225.94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|163877" HotelName="Hotel Alhambra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue De Malte</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/8/7/7/163877_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a garden, a reception, ticket sales and a transfer service to the airport. SITUATION: The hotel is in ParÃ­s an animated area of it is located 400 metres away from la RÃ©publique the Palace of Cirque d'Hiver and Bataclan 100 metres away from the establishment, you can find 40 metres away, clients have Oberkampf the underground station of It has excellent transport links to the Bastille the Square of Marais it is situated 200 metres away from 40 metres away, guests can find restaurants. ROOM: Customers can find soundproofed rooms, have WiFi, (free of charge), flat-screen satellite television and a bathroom with a shower, Some rooms have garden views. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.00" OriginalAmount="226.21" MarkupRule="3.00">
      <BasicPropertyInfo 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="233.07" OriginalAmount="226.28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|272014" HotelName="Le Relais Des Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="233.90" OriginalAmount="227.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|48296" HotelName="Eiffel Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU GROS CAILLOU 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/9/6/48296_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Mediterranean style hotel, has a patio and 29 rooms. It has express check-out, a reception and a lift. The establishment has a breakfast room, The establishment offers internet. SITUATION: It is on a peaceful street, Tour Eiffel, Champs-ElysÃ©es and Palais National des Invalides it is near it is 15 kilometres away from ParÃ­s Orly Airport It is situated 30 kilometres away fromParÃ­s Charles de Gaulle Airport. ROOM: The rooms a bathroom with a shower or bath, a WC and a hairdryer. They are equipped with cable television, a direct line telephone, an alarm clock, a safety deposit box, internet and central heating. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.16" OriginalAmount="227.34" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="234.43" OriginalAmount="227.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|183928" HotelName="Thoumieux" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="234.52" OriginalAmount="227.69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|26569" HotelName="Régina Opéra Grands Boulevards" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE MAZAGRAN 11 bis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/9/26569_451f1581825.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2003, has 6 floors and 44 standard rooms. In the entrance, you can find a hall with a lift, a reception, a safety deposit box service and a currency exchange service. There are many services available at the establishment, including internet and a laundry service. SITUATION: This hotel is in the commercial district. In the surrounding area of the establishment, guests can find bars, restaurants and a public transport stop. 500 metres away, clients have the centre where you can find shops and leisure areas. It is 30 minutes away from ParÃ­s Orly and Charles de Gaulle airports. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, internet (available for a fee), a double bed, fitted carpets, an air-conditioning system, individual heating and a safe (available for a fee). MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, Diners Club and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.95" OriginalAmount="228.11" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|75581" HotelName="Du Continent" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue du Mont-Thabor 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/5/8/1/75581_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.72" OriginalAmount="228.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|67384" HotelName="Crowne Plaza Paris Republique, by Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="236.14" OriginalAmount="229.26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|183767" HotelName="D'argenson" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <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="94" TotalAmount="236.58" OriginalAmount="229.69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15364" HotelName="Eiffel Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DE GRENELLE 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/4/15364_e66cd800322.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1930, renovated in 2006, has 6 floors and 44 rooms. This air-conditioned establishment has a lobby, with a reception, a safety deposit box service and lifts. It has a breakfast room, The establishment offers internet and a laundry service. SITUATION: It is inParÃ­s the city centre of it is in Seine the river Tour Eiffel and MusÃ©e Branly 5 minutes away from the establishment, clients can find in the surrounding area, clients have metro stations, train stations, Guests can enjoy Louvre and Orsay the museums. ROOM: Each room has a bathroom with a hairdryer, cable television, a radio, a mini-bar, a king-size bed, internet and a safe. They are equipped with an air-conditioning system and central heating. Some rooms have Sena views of. FACILITIES: Guests can use a gym. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.94" OriginalAmount="230.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|46231" HotelName="Five Boutique  Paris Quartier Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE FLATTERS 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/3/1/46231_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel,boutique, has and 1 exclusive suites, is in Latino the district renovated in 2008. The establishment boasts air-conditioning, express check-out, a reception, a safety deposit box service, a cafÃ©, WiFi and room service. SITUATION: Sena Next to the establishment, clients can find it is situated 10 minutes away from ParÃ­s the city centre of 500 metres away, guests can find bars, pubs, restaurants and shops. it is situated 1,5 kilometres away from the bus station, Rue Mouffetard and Arenes de LutÃ¨ce 500 metres away, guests can find it is 30 minutes away from the city centre, is 20 kilometres away from Charles de Gaulle Airport it is situated 10 kilometres away from Paris Orly Airport. ROOM: Guests are offered 1 suite a double bed, hall, an iPod docking station, a bathroom, a living room, a kitchenette with fridge, a microwave and cable and satellite television. Guests also have available internet, a direct line telephone with a hairdryer, an iron, a safety deposit box, an individual air-conditioning system and a terrace. MEALS: The establishment offers a continental buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard, Visa and some debit cards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.59" OriginalAmount="230.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|79310" HotelName="Claude Bernard Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue des ecoles 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/1/0/79310_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.16" OriginalAmount="231.22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|124938" HotelName="Le Pavillon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 RUE SAINT DOMINIQUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/3/8/124938_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inParÃ­s the city centre of Close to. ROOM: Guests are offered 18 rooms with cable television and a bathroom with a bath or shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.20" OriginalAmount="231.26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|71725" HotelName="Cadran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU CHAMPS DE MARS 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/5/71725_4026ad21832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.11" OriginalAmount="232.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|42106" HotelName="Citadines Republique Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="239.81" OriginalAmount="232.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|59800" HotelName="Le A " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/0/0/59800_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in an excellent location, the Champs-ElysÃ©es and Rue du Faubourg Saint-HonorÃ© it is close to. HOTEL: This boutique hotel and FrÃ©dÃ©ric MÃ©chiche was designed by. ROOM: Clients are offered 26 comfortable, cosy rooms, They are equipped with a television, internet, an air-conditioning system with a hairdryer with electric shutters. FACILITIES: There are many facilities and services available at the establishment, including a living room, a library and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.73" OriginalAmount="233.72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15373" HotelName="Rochester Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LA BOETIE 92</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/3/15373_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 106 standard rooms and 12Â junior suites. In the entrance, you can find a lobby with air-conditioning with a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a breakfast room, a conference room, internet, room service and a laundry service. SITUATION: This cosy hotel is in the centre of ParÃ­s, 500 metres from the Champs-ElysÃ©es. A few minutes away from the establishment, you can find shops and leisure areas. In front of the establishment, clients have Saint-Philippe du Roule Underground Station. ROOM: The comfortable rooms have a bathroom with a bath or shower, a hairdryer, a direct line telephone and satellite or cable TV. Guests also have at their disposal a DVD player, a radio, internet, a king-size bed, individual air-conditioning, a central heating system and a safe. FACILITIES: There are many facilities and services available at the establishment, including a health club, a hammam, a gym and massage cabins. OTHERS: The establishment offers a dining room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.16" OriginalAmount="234.14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|65108" HotelName="Magda Champs Elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 RUE TROYON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/1/0/8/65108_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a bar. SITUATION: This establishment is 350 metres away from the Arc de Triomphe and the metro station. ROOM: The rooms have an air-conditioning system, a flat-screen television and a mini-bar. Some rooms have a sitting area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.17" OriginalAmount="234.15" MarkupRule="3.00">
      <BasicPropertyInfo 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="241.29" OriginalAmount="234.26" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="241.72" OriginalAmount="234.68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|71711" HotelName="Renaissance Paris La Defense" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Cours Valmy, Puteaux</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/1/1/71711_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, is rated 4 stars and first class. The establishment has a fitness room, a sauna and a steam bath. Guests also have access to a French restaurant and a bar. SITUATION: Is situated inLa DÃ©fense the area it is close to the commercial centre, near the establishment, guests will find a congress centre, Avenue des Champs Elysees It is located 3 metro stops away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.80" OriginalAmount="234.76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|454042" HotelName="Parisianer" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/4/2/454042_3bee1aa1839.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.08" OriginalAmount="235.03" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="242.42" OriginalAmount="235.36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|75290" HotelName="Eiffel Saint Charles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT CHARLES 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/9/0/75290_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is non-smoking. SITUATION: This establishment, la Torre Eiffel it is 900 metres away from Close to Porte de Versailles the exhibition centre Around the establishment, clients can find public transport services excellent transport links to, Around the establishment, clients can find shops, restaurants and cinemas. ROOM: The rooms have bathrooms, an air-conditioning system and flat-screen satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.73" OriginalAmount="235.66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|126727" HotelName="Les Plumes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Lamartine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/7/2/7/126727_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is tourist. The establishment has a terrace and WiFi (free of charge). SITUATION: The hotel is 50 metres away from Cadet Metro Station. Is 1 kilometre from las GalerÃ­as Lafayette, Gare du Nord Railway Station and Gare de l'Est. ROOM: The elegant, soundproofed rooms have views of the patio or terrace, an LCD TV, a mini-bar, an iPod docking station and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.47" OriginalAmount="236.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|191277" HotelName="Grand Du Loiret" 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/1/2/7/7/191277_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.62" OriginalAmount="236.52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|72724" HotelName="Le Placide Saint Germain Des Pres" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Placide</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/2/4/72724_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is welcoming, classic style 11 junior suites and facilities. SITUATION: It is inSaint-Germain-des-PrÃ¨s the city centre of it is near Bon MarchÃ© the shopping centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.29" OriginalAmount="237.17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|187704" HotelName="Touring" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Buffault</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/7/0/4/187704_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.39" OriginalAmount="237.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15227" HotelName="Hyatt Regency Paris Etoile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="245.05" OriginalAmount="237.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|44873" HotelName="Les Jardins d'Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="245.76" OriginalAmount="238.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|129699" HotelName="Résidence Nell Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 RUE RICHER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/6/9/9/129699_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 17 apartments and studios. The Residence Nell is rated four stars. is ideal for business and holiday stays. The establishment has a car park (available on request). SITUATION: It is situated in the District 9. Near the establishment, you will find monuments, the railway station and the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.52" OriginalAmount="239.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|24820" HotelName="Pepper &amp; Paper" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/2/0/24820_f5a60d71017.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inLatino District PanthÃ©on and Rue Mouffetard it is close to Clients can also find. ROOM: This aparthotel has duplex studios, They are equipped with a direct line telephone, cable television and a kitchen. The establishment has apartments with washing machine, a kitchen with oven, extractor, a coffee maker, a toaster, a fridge and kitchen utensils. The apartments with access to the garden, some apartments with a balcony and a living room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.64" OriginalAmount="239.46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22555" HotelName="Timhotel Invalides Eiffel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="247.02" OriginalAmount="239.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|79756" HotelName="Des Mines" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD SAINT MICHEL 125</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/7/5/6/79756_8f038d31551.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has air-conditioning, a lobby, a reception, a safety deposit box service, a lift, a cafÃ©, a breakfast room and internet (for a fee), The establishment boasts daily newspapers (free of charge), a bar and has 50 rooms. SITUATION: This hotel the Latin Quarter it is in it is near Luxembourg Garden nearby, there is a bus stop, is situated 30 kilometres away from ParÃ­s Orly Airport it is situated 40 kilometres away from ParÃ­s Charles de Gaulle Airport it is situated 60 kilometres away from Paris Beauvaisâ€“TillÃ© Airport 200 kilometres away from the establishment, guests will find Brussels Airport. ROOM: The establishment has non-smoking rooms with a bathroom, a shower, a bath, a satellite television, a direct line telephone, a hairdryer, an air-conditioning system, individual heating, a double bed and internet. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.83" OriginalAmount="240.61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|164270" HotelName="Hôtel Gramont Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Gramont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/2/7/0/164270_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Palais Garnier the district of it is located close to Garnier the opera near the establishment, you will find Lafayette the Galeries places of interest, Such as the Louvre the Museum of Notre Dame Cathedral Close to a car park. ROOM: Each room has an air-conditioning system, flat-screen satellite television, WiFi (free of charge), a bathroom and a mini-bar. OTHERS: The establishment offers a bar and a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.34" OriginalAmount="241.11" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59769" HotelName="Aida Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 RUE RICHER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/6/9/59769_95102c41301.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in ParÃ­s the heart of Close to, Lafayette and Printemps the department stores. ROOM: The establishment has 58 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.28" OriginalAmount="242.99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|169197" HotelName="Des Canettes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <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="94" TotalAmount="250.30" OriginalAmount="243.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|24807" HotelName="Citadines Paris Les Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE DES INNOCENTS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/7/24807_de295b11426.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment is situated next to the Forum des Halles Shopping Centre Forum Des Halles, 500 metres from el Centro Pompidou and 200 metres from the metro station ChÃ¢telet â€“ Les Halles. 10 minutes walk away, guests can find el Museo Louvre 1,2 kilometres away, you can find Notre-Dame Cathedral APARTMENTS: The apartments offer telephone, a TV, a bathroom with bath, a kitchen with microwave, dishwasher and a fridge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.62" OriginalAmount="243.32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|79052" HotelName="Perreyve Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63, Rue Madame</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/5/2/79052_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a building, was built in 1901, has WiFi, (free of charge), a reception and sofas. SITUATION: The hotel is close to Luxembourg the Gardens it is 10 minutes away from Montparnasse the Railway Station of 5 minutes away from the establishment, you can find Rennes the underground station of It has excellent transport links to Montmartre the district of. ROOM: The establishment has bright rooms, with air-conditioned and an LCD satellite TV. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.39" OriginalAmount="244.07" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|81624" HotelName="Britannique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="251.66" OriginalAmount="244.33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22600" HotelName="Derby Eiffel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="251.72" OriginalAmount="244.39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|164309" HotelName="Hotel Modern Est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="252.91" OriginalAmount="245.54" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="253.47" OriginalAmount="246.09" MarkupRule="3.00">
      <BasicPropertyInfo 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="254.12" OriginalAmount="246.72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|26690" HotelName="Maxim Quartier Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Censier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/0/26690_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2006, has 36 rooms and 6 floors. In the entrance, guests are offered a lobby with a lift and a reception with safety deposit boxes, The establishment has a breakfast room, For an additional charge you can use WiFi and a laundry service. SITUATION: In the surrounding area, clients can find the botanical garden, Natural History Museum and the cabaret. A few minutes away from the establishment, clients can find bars, restaurants and public transport. this hotel is situated 1 kilometre away from Paris-Austerlitz the Station of. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet and a central heating system. MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.81" OriginalAmount="247.39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|220255" HotelName="and Suites Helzear Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="255.85" OriginalAmount="248.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|50561" HotelName="Villa Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>41, rue des Ecoles</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/1/50561_72366d41158.jpeg</HotelPictures>
        <HotelDescription>SITUATION: River Gauche Is situated in it is in Saint Germain the District It is next toSorbonne the University of it is close to Notre Dame Cathedral it is 13 kilometres away from Paris Orly Airport 25 kilometres away from the establishment, guests will find Charles de Gaulle Airport. ROOM: The establishment has 59 rooms with TV, a direct line telephone, a hairdryer, a mini-bar, an air-conditioning system and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.19" OriginalAmount="248.73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|220237" HotelName="Laz' Hotel Spa Urbain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue De Milan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/3/7/220237_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.77" OriginalAmount="249.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22898" HotelName="Le Lavoisier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE LAVOISIER 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/8/22898_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, with air-conditioning, was built in 1999 30 rooms and 6 floors. In the establishment entrance, guests will find a hall with an elevator, a reception, a currency exchange service and a safety deposit box service. The establishment has a bar, a library, internet, room service and a laundry service. SITUATION: This hotel is in ParÃ­s the city centre of Saint-Augustin, Madeleine and Faubourg Saint-HonorÃ© it is located between close to the establishment, clients can find bars, shops and restaurants. 150 metres away, clients have Saint Augustin the metro stations of. ROOM: Customers can find large, elegant rooms with a bathroom, a hairdryer, a direct line telephone, a satellite television, internet, fitted carpets, an air-conditioning system and a central heating system. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.88" OriginalAmount="249.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|59802" HotelName="LE SIX HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 RUE STANISLAS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/0/2/59802_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in the heart of ParÃ­s. It is situated 5 minutes walk away from the Luxembourg Gardens and Notre-Dame-des-Champs Underground Station. FACILITIES: The establishment has a gym, a spa and a hammam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15269" HotelName="Palm - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="257.66" OriginalAmount="250.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22574" HotelName="London Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="258.15" OriginalAmount="250.63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|124951" HotelName="Le Presbytere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78, rue de la Verrerie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/5/1/124951_general.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inLe Marais the district of Close to places of interest. ROOM: Guests are offered 11 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.69" OriginalAmount="251.16" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="258.77" OriginalAmount="251.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|20451" HotelName="Riesner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="259.08" OriginalAmount="251.53" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="259.10" OriginalAmount="251.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|37440" HotelName="Keppler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 RUE KEPPLER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/4/0/37440_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This exclusive building, is situated in ParÃ­s city centre, Pierre Yves Rochon designed by is modern and ideal for holidays or business trips. SITUATION: It is inParÃ­s the city centre of the Champs-ElysÃ©es it is next to. ROOM: The establishment has 39 rooms, with air-conditioning, WiFi and a mini-bar. FACILITIES: Regarding the food and beverage offering, there is a bar a restaurant with breakfast service, The establishment has a fitness centre, a sauna and a Turkish bath. You also have at your disposal a conference room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.24" OriginalAmount="251.69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|201065" HotelName="Tourisme Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 AVENUE DE LA MOTTE PICQUET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/0/6/5/201065_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.89" OriginalAmount="252.32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22569" HotelName="Serotel Lutèce" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BERTHOLET 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/9/22569_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1870, renovated in 2005, has 47 standard rooms, a hall with elevators, a reception, a safety deposit box service (for a fee) and a currency exchange service. The establishment has an inviting bar and a breakfast room. It also has a conference room, internet (for a fee), a laundry service and a car park. SITUATION: This hotel is in the heart of ParÃ­s. A few minutes walk away, clients can find the tourist attractions where guests can enjoy el PanteÃ³n, la Sorbona and los Jardines de Luxemburgo. In front of the establishment, clients have a bus stop. It is situated 300 metres away from the Censier-Daubenton metro station. It is 2.5 kilometres away from Montparnasse Railway Station. ROOM: The comfortable rooms. They have a bathroom with a bath or shower with a hairdryer, a direct line telephone, a television, a radio, internet (available for a fee) and a mini-bar. Our guests also have available a kettle, a coffee maker, an iron, an ironing board, a double bed, an air-conditioning system, a safe, fitted carpets and a balcony. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.25" OriginalAmount="252.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|524719" HotelName="du Sentier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 rue du Caire</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/1/9/524719_739d12c1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.87" OriginalAmount="253.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22171" HotelName="Migny Opera Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE VICTOR MASSE 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/7/1/22171_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1930, was renovated in 2004, has 2 buildings, has 6 floors and has 50 rooms, In the entrance, guests are offered a lobby with elevators and a reception with a bureau de change, The establishment has a cafÃ©, a bar and a television room. The establishment offers guests internet. SITUATION: This lovely hotel is in Montmartre a peaceful area of Close to the shopping centres, the tourist attractions, Where you can find and the casino. it is near Saint George the metro station of. ROOM: Each room has a bathroom, a direct line telephone, a satellite TV, cable television, a central heating system and fitted carpets. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.89" OriginalAmount="253.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|66353" HotelName="Amiot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DE STRASBOURG 76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/5/3/66353_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Amiot is rated two stars and has 68 rooms. The establishment offers a massage service, internet and a babysitting service. ROOM: The establishment has 12 single rooms, 44 double rooms, 8 triple rooms and 4 quadruple rooms. They are equipped with a bathroom, a direct line telephone and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.20" OriginalAmount="253.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22604" HotelName="Mercure Paris Opera Grands Boulevards" 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/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="94" TotalAmount="261.32" OriginalAmount="253.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|183738" HotelName="Babel Belleville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3, Rue Lemon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/3/8/183738_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.38" OriginalAmount="254.74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22911" HotelName="Paris Opera Affiliated by Meliá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Montmartre 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/1/22911_b27342c1634.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in an old building. It has 71 standard rooms and 9 suites. In the establishment entrance, guests will find a lobby with an elevator and a currency exchange service. The establishment boasts a cafÃ©, a breakfast room, a restaurant, a conference room, internet, a laundry service, room service and a medical care service. SITUATION: This historic hotel is in the centre of ParÃ­s where you can find shops, public transport services, bars, the opera. 1 kilometre away, you can find Medeleine and Place Vendome Church. It is 20 kilometres away from Paris Orly Airport. It's 35 kilometres from Charles de Gaulle Airport. ROOM: It has stylish rooms with telephone, a satellite or cable television, a radio, a stereo, internet, an iron, a central heating system and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.33" OriginalAmount="255.66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|68471" HotelName="Belfast" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Carnot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/1/68471_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with fantastic views and it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.47" OriginalAmount="255.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22530" HotelName="Citadines Opéra Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18, Rue Favart</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/3/0/22530_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Le Passage de Princes, close to places of interest. La Ã“pera de ParÃ­s el museo de cera GrÃ©vin ROOM: Customers can find comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.44" OriginalAmount="257.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|191198" HotelName="Le Rayz Vendôme" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Daunou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/1/9/8/191198_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.49" OriginalAmount="257.76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63341" HotelName="Dauphine Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 RUE DAUPHINE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/1/63341_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 17th Century. ROOM: The rooms have an air-conditioning system, a mini-bar, a hairdryer, a direct line telephone, a safety deposit box and cable television. SITUATION: This hotel is in Latino District it is located close to Saint Germain the boulevards Clients can also find Saint-Michel the Mountain of Neuf Bridge Notre Dame Cathedral Louvre the Museum of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.81" OriginalAmount="259.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|81901" HotelName="Malar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Malar, 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/9/0/1/81901_e7585f71539.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a patio, rooms with bathroom and satellite TV. SITUATION: The hotel la Torre Eiffel it is 10 minutes away from Les Invalides the Palace of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.02" OriginalAmount="259.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22565" HotelName="Peyris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU CONSERVATOIRE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/5/22565_8558f6f1417.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1855, with air-conditioning, has 50 rooms, 5 floors, a reception with safety deposit boxes, a lift and a bar. SITUATION: This hotel is in ParÃ­s the 9th arrondissement of is situated on a peaceful street, Folies BergÃ¨re 100 metres away from a 3-minute walk away from Grands Boulevard the metro stop it takes 10 minutes to get to Gare du Nord the train station La Ã“pera and Galeries Lafayette in just 15 minutes, clients can get to Notre Dame it takes 20 minutes to get to and, 15 minutes away from the establishment you have Paris Orly Airport 20 minutes away from the establishment, you can find Charles de Gaulle Airport. ROOM: Each room has a direct line telephone, a satellite television, internet, an air-conditioning system, central heating, double-glazed windows, a bathroom, a WC, bath or shower and a hairdryer. OTHERS: The establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.32" OriginalAmount="259.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|23178" HotelName="des Orfèvres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>17, RUE JEAN LANTIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/7/8/23178_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in 1562, was renovated in 2002. OTHERS: pets are allowed available at an extra charge. SITUATION: The establishment, is in ParÃ­s the city centre of Louvre it is situated 5 minutes away from Where you can find Notre Dame Cathedral.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.60" OriginalAmount="259.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59397" HotelName="Monge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Monge 55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/3/9/7/59397_1_5282.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, has 36 rooms and air-conditioning. The rooms offer a television and internet. SITUATION: the Jardin des Plantes It is next to Is situated inParÃ­s the centre of it is surrounded by historic monuments. OTHERS: Clients have at their disposal, a breakfast service and breakfast room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.19" OriginalAmount="260.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|122240" HotelName="Les Jardins De La Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue belidor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/2/4/0/122240_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Les Jardins De La Villa is rated four stars. It is perfect for business and holiday stays. The establishment has a fitness centre, a bar, a lounge, a concierge, lifts, a dry cleaner's and a laundry service. SITUATION: It has excellent transport links to the leisure area. It is situated near the commercial district. Nearby, you will find restaurants. This hotel is in a good area in ParÃ­s. ROOM: The establishment has 33 modern style rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.18" OriginalAmount="261.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|80468" HotelName="ATALA HOTEL CHAMPS ELYSEES" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="270.01" OriginalAmount="262.15" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="270.05" OriginalAmount="262.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63851" HotelName="Louison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105 Rue de Vaugirard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/5/1/63851_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a breakfast room, a buffet breakfast and internet. SITUATION: This hotel is in ParÃ­s the city centre of is situated in Montparnasse the area a few minutes away, you can find monuments, 60 minutes away from the establishment you have Charles de Gaulle Airport it is situated 20 minutes away from Paris Orly Airport a few minutes walk away, guests can find a train station. ROOM: The rooms have an air-conditioning system, a bathroom, a hairdryer, a safety deposit box, a direct line telephone, a mini-bar and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.31" OriginalAmount="262.44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15396" HotelName="NH Paris Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24, Rue de Ponthieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/6/15396_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 20th Century, has 6 floors and 89 standard rooms. In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service and a currency exchange service. SITUATION: This establishment is in the heart of the city, close to los Campos ElÃ­seos, el Arco de Triunfo and la Place de la Concorde. It has excellent transport links to the Champs-ElysÃ©es Shopping Centre Champs-ElysÃ©es. Close to the establishment, clients can find a public car park. ROOM: The rooms have a bathroom with a shower or bath. By paying an extra charge, clients can find a hairdryer, a direct line telephone, a mini-bar and a satellite or cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.44" OriginalAmount="263.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|191313" HotelName="Des Bains" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 rue Delambre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/1/3/191313_f03f1f11552.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.87" OriginalAmount="264.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|197468" HotelName="Du Flaneur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard Bonne Nouvelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/4/6/8/197468_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.08" OriginalAmount="265.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|55474" HotelName="Baume" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7, Rue Casimir-Delavigne 75006 Paris,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/7/4/55474_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.19" OriginalAmount="265.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22895" HotelName="Pley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 RUE DU FAUBOURG SAINT HONORE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/5/22895_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in ParÃ­s the centre of has a living room and it offers a buffet breakfast. SITUATION: This attractive hotel, Rue du Faubourg Saint-HonorÃ© it is in Well connected with, , Close to La DÃ©fense the business area of Palais des Congress the trade fair ground. ROOM: The rooms have a bathroom, a direct line telephone, a satellite or cable television, internet, a mini-bar and an air-conditioning system. MEALS: Guests are offered American buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OBSERVATIONS: pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.48" OriginalAmount="265.51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22913" HotelName="Lord Byron" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Chateaubriand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/3/22913_17.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel was built in 1850 5 floors, 31 rooms, 2 single rooms, 23 double rooms and 6 suites. In the establishment entrance, guests will find a hall with elevators and a reception. The establishment boasts a breakfast room, WiFi and a laundry service. SITUATION: Is situated inMonceau the Park of near the establishment, guests will find bars, restaurants and shops. the Champs-ElysÃ©es it is 100 metres away from 200 metres away, clients have public transport services, is 30 minutes away from Paris Orly Airport It is 45 minutes away fromCharles de Gaulle Airport. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, a satellite or cable television, internet and a mini-bar. There is also an air-conditioning system, central heating and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.20" OriginalAmount="266.21" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="274.60" OriginalAmount="266.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15293" HotelName="Rochechouart - Orso Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD ROCHECHOUARD 55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/9/3/15293_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 1928, has a rooftop terrace, with fantastic panoramic views, 111 rooms and 8 floors. In the establishment entrance, guests will find a charming hall with a reception, a lift, a lounge bar, a bar and WiFi. SITUATION: This hotel Montmartre it is next to Close to, nearby, there is a public transport stop, 15 minutes away from the establishment, clients can find the opera, has good links to Villepinte and Porte Versailles monuments, the tourist attractions. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, an air-conditioning system and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.70" OriginalAmount="266.70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|184239" HotelName="Staycity s, Paris Gare De L'est" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="275.05" OriginalAmount="267.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|224583" HotelName="Monte Cristo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Pascal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/5/8/3/224583_21.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="275.90" OriginalAmount="267.86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|124940" HotelName="Le Regent" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 RUE DAUPHINE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/4/0/124940_8e62e971210.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Saint Germain des PrÃ©s it is near Where you can find bars, shops and places of interest. ROOM: The establishment has 24 rooms with WiFi, an air-conditioning system and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.05" OriginalAmount="268.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|183624" HotelName="Crystal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24, rue Saint-Benoit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/2/4/183624_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.28" OriginalAmount="269.20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|36171" HotelName="L'Empire Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ARBRE SEC 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/1/36171_3.jpg</HotelPictures>
        <HotelDescription>ROOM: Guests are offered 42 rooms with satellite television, a safe, a bathroom with telephone, a desk and a mini-bar. FACILITIES: You also have at your disposal a jacuzzi and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.06" OriginalAmount="269.96" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|63346" HotelName="Duquesne Eiffel " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 AVENUE DUQUESNE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/6/63346_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 18th Century, has, rooms, inviting, modern, renovated rooms. SITUATION: Is situated in the heart of an excellent location, the Eiffel Tower and Les Invalides it is close to it is well-connected with the tourist attractions. ROOM: The smart and cosy rooms, have an air-conditioning system, an electronic key, WiFi, a safety deposit box, a mini-bar and flat-screen satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="279.81" OriginalAmount="271.66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|452542" HotelName="Bloom House and SPA" 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/2/5/4/2/452542_c2776551142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="280.05" OriginalAmount="271.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|23715" HotelName="Magellan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN BAPTISTE DUMAS 17-19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/1/5/23715_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban and conference hotel, has a main 5-storey building and a 2-storey annexed building. It has 72 rooms, 12 single rooms, 60 double rooms and a garden area. In the entrance, you can find a lobby with elevators, a reception with safety deposit boxes, a currency exchange service and a cloakroom. The establishment boasts an inviting bar. The establishment offers WiFi, a bicycle storage room and bicycle rental. At the establishment, guests can use the laundry service, the car park and the indoor car park. SITUATION: This hotel is in the city centre. Close to the establishment, clients can find shops, bars, nightclubs, restaurants and public transport. It is just 24 kilometres away from Charles de Gaulle Airport. ROOM: The inviting rooms, have a bathroom with a hairdryer, a satellite or cable television, a safety deposit box and internet. MEALS: The establishment serves a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.04" OriginalAmount="272.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|71697" HotelName="Grand Hotel Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Buffault</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/6/9/7/71697_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, is situated in ParÃ­s the historic centre of and has family rooms. SITUATION: It is 3 minutes away from the opera, near the establishment, you will find the department stores, the avenues.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.14" OriginalAmount="272.95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|444904" HotelName="Niepce Paris , Curio Collection By Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Niepce</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/0/4/444904_62616991126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.37" OriginalAmount="274.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15241" HotelName="Oratio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES BERNARDINS 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/1/15241_be99c5c1854.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel 39 rooms, 6 floors and air-conditioning. In the entrance, you can find a hall with elevators and a reception. The establishment has a dining room and a laundry service. SITUATION: this hotel and it is in ParÃ­s the city centre of it is 500 metres away from Notre Dame the cathedral 200 metres away, guests have Maubert MutualitÃ© the metro stations of. ROOM: They have a bathroom with a bath or shower, with a hairdryer, an air-conditioning system, a mini-bar and a safety deposit box (available for a fee), They are equipped with a direct line telephone, internet and satellite or cable TV. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.66" OriginalAmount="274.43" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="282.69" OriginalAmount="274.46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|454039" HotelName="Card " Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="282.89" OriginalAmount="274.65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|184246" HotelName="Vic Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>92 Boulevard Garibaldi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/4/6/184246_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.17" OriginalAmount="275.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|163939" HotelName="Hotel Des Deux Continents" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Jacob</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/3/9/163939_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception. SITUATION: The hotel is in Saint-Germain-des-PrÃ¨s the centre of 10 minutes walk away, you can find Notre Dame Cathedral the Latin Quarter it is in near the establishment, guests will find Saint-Germain-des-PrÃ¨s the metro station el Museo del Louvre it is situated 10 minutes walk away from. ROOM: The rooms have a flat-screen television, an air-conditioning system and a satellite TV. Some rooms have a balcony. OTHERS: Regarding the food and beverage offering, clients have a breakfast service in the breakfast room, The establishment also offers room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.31" OriginalAmount="276.03" MarkupRule="3.00">
      <BasicPropertyInfo 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="284.38" OriginalAmount="276.10" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|359924" HotelName="The Hoxton Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue du Sentier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/2/4/359924_10931950756.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.39" OriginalAmount="276.11" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|218925" HotelName="Off Paris Seine" 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/2/5/218925_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.72" OriginalAmount="276.43" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="284.74" OriginalAmount="276.45" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="285.32" OriginalAmount="277.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|47608" HotelName="Cordelia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE GREFFULHE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/0/8/47608_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 30 rooms, renovated in 2008 with air-conditioning. In the entrance, guests are offered 6 floors with an elevator, a hall with a reception, a reception, a safety deposit box service and internet. The establishment boasts a bar, a breakfast room, room service and a laundry service. SITUATION: It is located nearLafayette and Le Printemps shopping centres 5 minutes away from the establishment clients have Lazare the Railway Station of Clients can also find, the Champs-ElysÃ©es it is 15 minutes away from it is situated 20 kilometres away from Paris Orly Airport It is situated 25 kilometres away fromCharles de Gaulle Airport. ROOM: Customers have large, quiet rooms, They have a bathroom with a shower, a bath with a hairdryer, cable television, a mini-bar, a safety deposit box, a direct line telephone, WiFi, national and international newspapers with air-conditioned and heating. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard, Visa and some debit cards. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.93" OriginalAmount="277.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|478185" HotelName="Hôtel Victoire and 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/4/7/8/1/8/5/478185_03bbfc01227.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.18" OriginalAmount="277.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|208966" HotelName="Apollon Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 Rue De L'Ouest</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/8/9/6/6/208966_11a0a7f1641.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.23" OriginalAmount="277.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15270" HotelName="Bradford Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Saint-Philippe du Roule 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/0/15270_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 1890 50 rooms, 3 suites, 7 floors and with air-conditioning. In the entrance, guests are offered a hall and a lift. SITUATION: the Champs-ElysÃ©es and Rue du Faubourg Saint-HonorÃ© It is located between in the surrounding area, clients can find the city centre, Where customers can find shops, restaurants, bars and public transport. it is 20 kilometres 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, satellite or cable TV, a radio, internet, a mini-bar, a king-size bed, a double bed, fitted carpets, a safe (available for a fee), with air-conditioning and individual heating. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.64" OriginalAmount="279.26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|67097" HotelName="Le Saint-grégoire" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ABBE GREGOIRE 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/0/9/7/67097_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1863 and has 20 rooms, The establishment boasts air-conditioning, a lobby with a reception, express check-out, a currency exchange service, a lift, WiFi in communal areas and a laundry service. SITUATION: Rive Gauche It is in this hotel Montparnasse and Saint-Germain-des-PrÃ©s it is situated between near the establishment, guests will find places of interest, museums and public transport stops. it is 12 kilometres away from Paris Orly Airport It is situated 28 kilometres away fromCharles de Gaulle Airport. ROOM: The stylish rooms, have a double bed, a direct line telephone, a satellite or cable television, WiFi, a bathroom with a bath, a hairdryer with an air-conditioning system and heating. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.77" OriginalAmount="279.39" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="289.68" OriginalAmount="281.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|80930" HotelName="85 Saint Honore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/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="289.81" OriginalAmount="281.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|183896" HotelName="Luxembourg Parc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Vaugirard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/9/6/183896_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="290.28" OriginalAmount="281.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|69118" HotelName="Arc Elysees" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45, rue Washington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/1/1/8/69118_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel the Champs-ElysÃ©es and the Arc de Triomphe it is close to is situated in a quiet area, next to the establishment, clients can find shops, restaurants, cafÃ©s, a public car park and a public transport stop. FACILITIES: Guests are offered a reception, hall, room service, a luggage room, WiFi, a currency exchange and a breakfast room. ROOM: Each room has a bathroom, a hairdryer, a television, an air-conditioning system, heating, a direct line telephone, a mini-bar and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.56" OriginalAmount="283.07" MarkupRule="3.00">
      <BasicPropertyInfo 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="291.95" OriginalAmount="283.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|220314" HotelName="Parister and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Saulnier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/3/1/4/220314_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="292.11" OriginalAmount="283.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|73019" HotelName="Bassano" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15, Rue Bassano</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/1/9/73019_d35544a0511.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="292.15" OriginalAmount="283.64" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="292.83" OriginalAmount="284.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|24819" HotelName="Le Relais Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/9/24819_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1700, renovated in 2003, has 5 floors, 15 rooms, 13 double rooms and 2 suites. In the establishment entrance, guests will find a hall, a reception, a TV room and internet. You can use room service. SITUATION: The hotel is situated in a central area, near the establishment, you will find monuments, tourist points of interest, Tuileries the Gardens Louvre the Museum of Vendome the Square of, 50 metres away from the establishment, you can find shops, restaurants, 200 metres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom, a direct line telephone, a satellite or cable television, internet, a mini-bar, a central heating system and a safety deposit box. OTHERS: The establishment offers a set-menu or Ã  la carte lunch.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.39" OriginalAmount="284.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|47572" HotelName="Star Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <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="94" TotalAmount="295.56" OriginalAmount="286.95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|183892" HotelName="L'antoine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Rue de Charonne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/9/2/183892_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.79" OriginalAmount="287.17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|81789" HotelName="Masséna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/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="94" TotalAmount="296.27" OriginalAmount="287.64" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="296.72" OriginalAmount="288.08" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|212141" HotelName="Du Jeu De Paume" 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/2/1/4/1/212141_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.89" OriginalAmount="288.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|50563" HotelName="Golden Tulip  Washington Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="297.19" OriginalAmount="288.53" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="299.92" OriginalAmount="291.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|75272" HotelName="Du Triangle D'or" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE GODOT DE MAUROY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/7/2/75272_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 45 rooms, a spa, a Turkish bath, a massage service, a buffet breakfast, a bar and a meeting room. SITUATION: This establishment is situated near the Louvre, the Place de la Concorde, L'Ã©glise de la Madeleine and L'Olympia,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="301.54" OriginalAmount="292.76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|68473" HotelName="Ideal Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <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="302.08" OriginalAmount="293.28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22884" HotelName="Belloy Saint-germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE RACINE 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/8/4/22884_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1850, is on a main street. It has 6 floors, 50 rooms, 47 double rooms and 3 suites. In the entrance, guests are offered a lobby with elevators, a safety deposit box service and a reception. The establishment boasts a restaurant with air-conditioning, internet, room service and a laundry service. SITUATION: It is in a central area, is in Saint Germain the District it is well-connected, Guests can enjoy monuments, shops and leisure areas. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, a satellite TV, cable television, internet, a mini-bar, a safe, fitted carpets and a central heating system. MEALS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard, Diners Club and EC.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.09" OriginalAmount="293.29" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="302.67" OriginalAmount="293.85" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="302.93" OriginalAmount="294.11" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22536" HotelName="Eiffel Capitol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE VIALA 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/3/6/22536_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2002, has 4 floors and 42 rooms. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a lift and an electronic key. The establishment has a breakfast room, The establishment offers WiFi, a laundry service and a car park (for a fee). SITUATION: This hotel is in 15 District the Eiffel Tower near the establishment, guests will find it is close to Seine the river near the establishment, guests will find bars, restaurants, 300 metres away, guests have Dupleix the metro station of the Champs-ElysÃ©es, the Trocadero and Montparnasse it has good links to 30 minutes away from the establishment, you can find Paris Orly Airport it is situated 32 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite television, a mini-bar, a safe (available for a fee) and an air-conditioning system. OTHERS: The establishment offers a breakfast room and breakfast room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.32" OriginalAmount="294.49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|76755" HotelName="Le Monna Lisa by Inwood Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BOETIE 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/5/5/76755_95a6bfe1025.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars and was opened in 1900. SITUATION: Is situated inParÃ­s the city centre of the Arc de Triomphe nearby, you will find it has good links to Saint-Philippe du Roule the Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.18" OriginalAmount="295.32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|542307" HotelName="Yuna Porte Maillot - ApartHotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <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="307.19" OriginalAmount="298.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|448132" HotelName="Saint André Des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/3/2/448132_ead44fc1314.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.66" OriginalAmount="298.70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|73263" HotelName="Elysees Regencia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Avenue Marceau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/2/6/3/73263_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury establishment and has excellent service. SITUATION: Is situated in an excellent location.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.81" OriginalAmount="298.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|28819" HotelName="Idol" 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/8/8/1/9/28819_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s, 100 metres from the Railway Station of Saint-Lazare and a 15-minute walk away from las GalerÃ­as Lafayette. ROOM: The stylish rooms have a satellite TV, a direct line telephone, a bathroom with toiletries and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.60" OriginalAmount="300.58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|72663" HotelName="Duret Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/08/2026">
        <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="311.31" OriginalAmount="302.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|532719" HotelName="Grand Hotel Malher" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue malher</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/7/1/9/532719_e91efe41449.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.91" OriginalAmount="302.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15238" HotelName="Louvre Saint-Honoré" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="312.04" OriginalAmount="302.95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|67096" HotelName="Grand Hotel Saint Michel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Cujas 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/0/9/6/67096_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 46 elegant rooms, The establishment boasts a lobby with a reception, a safety deposit box service, a cloakroom, a lift, a kiosk and a restaurant. The establishment also offers conference rooms, WiFi, room service and a laundry service. SITUATION: This hotel is near La Sorbona the University of 10 minutes away, you can find tourist points of interest, is 25 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: Clients are offered rooms, suites with WiFi, a bathroom with a shower and a bath. They also have a direct line telephone, satellite or cable TV, a safe, a mini-bar and an air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="312.09" OriginalAmount="303.00" MarkupRule="3.00">
      <BasicPropertyInfo 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="312.66" OriginalAmount="303.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15216" HotelName="Malte - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE RICHELIEU 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/6/15216_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1630 and renovated in 2004. It has 5 floors, 64 rooms, air-conditioning and comfortable. In the entrance, you can find a hall, 2 lifts, a living room, a reception, a safety deposit box service and a currency exchange service. The establishment offers guests a laundry service, is 300 metres away from, an indoor car park for public use, (for a fee). SITUATION: This hotel is in ParÃ­s the heart of Close to, close to the establishment, guests have Pyramides and Ã“pera the metro stations of in the surrounding area of the establishment, guests can find public transport services, 150 metres away, there is bars, pubs and restaurants. it is 500 metres away from the city centre, Where you can find shops, 800 metres away, clients have the railway station, is 20 kilometres away from Charles de Gaulle Airport. ROOM: Each room has a bathroom with a shower, with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet and a mini-bar. There is also a double bed, fitted carpets, an air-conditioning system, individual heating and a safe (available for a fee), All rooms are soundproofed. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.43" OriginalAmount="304.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|24799" HotelName="Citadines Tour Eiffel Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>132, Boulevard de Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/9/9/24799_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel offers studios, apartments with air-conditioning and has 7 floors. ROOM: The establishment has studios with a sofa-bed, apartments with a sofa-bed and a sitting room. They have a bathroom, a hairdryer, a fully-equipped kitchen, an individual air-conditioning system, a writing desk, a satellite television, a stereo, a direct line telephone and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.93" OriginalAmount="305.76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22606" HotelName="De Neuve by Happyculture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="315.16" OriginalAmount="305.98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|359947" HotelName="Des Grandes Ecoles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>75 Rue du Cardinal Lemoine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/4/7/359947_ab658e30515.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.66" OriginalAmount="306.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|80853" HotelName="Palais De Chaillot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/5/3/80853_cd333471525.jpg</HotelPictures>
        <HotelDescription>SITUATION: this modern hotel the TrocadÃ©ro it is 100 metres away from and. los Campos ElÃ­seos 15 minutes walk away, guests can find 350 metres away, clients have BoissiÃ¨re the underground station of. ROOM: It has soundproofed rooms with flat-screen TV, WiFi (free of charge), have an air-conditioning system and a bathroom with a hairdryer. MEALS: The establishment serves a buffet breakfast. FACILITIES: Some of the services clients have access to are a cafÃ© and room service on request.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.69" OriginalAmount="310.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|218894" HotelName="Camille Paris Gare de Lyon, Tapestry Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De Lyon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/8/9/4/218894_a0c723e0908.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.94" OriginalAmount="311.59" MarkupRule="3.00">
      <BasicPropertyInfo 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="321.40" OriginalAmount="312.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|53512" HotelName="Les Deux Gares" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="321.63" OriginalAmount="312.26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15264" HotelName="L'Ormaie &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>97, rue Lauriston</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/6/4/15264_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a bar. SITUATION: This establishment is in a shopping area, close to the Arc de Triomphe and la Torre Eiffel. ROOM: The establishment has 44 rooms with TV, a direct line telephone, an air-conditioning system and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="322.39" OriginalAmount="313.00" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|80981" HotelName="Veryste" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 RUE RIBOUTTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/8/1/80981_aca7bd31508.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers ticket sales, excursions, daily newspapers (free of charge) and a safety deposit box service. SITUATION: This hotel is 10 minutes away from Gare du Nord the railway station SacrÃ©-CÅ“ur Basilica and Montmartre it is situated 20 minutes walk away from 170 metres away, guests can find Cadet the metro station It has excellent transport links to and the Latin district. it is situated 10 minutes walk away from Gare de l'Est the railway station. ROOM: The rooms have a bathroom, WiFi (free of charge), parquet flooring, a flat-screen television and a mini-bar. The establishment has good links with a lift. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service in the breakfast room, On request you are offered room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.14" OriginalAmount="313.73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15209" HotelName="Pont Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/08/2026">
        <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="94" TotalAmount="323.66" OriginalAmount="314.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|37395" HotelName="Hôtel Du Collectionneur " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 - 57 Rue de Courcelles</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/9/5/37395_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is designer, is ideal for family holidays, has 463 rooms, a restaurant and a cosy bar. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers conference facilities and WiFi (for a fee), The establishment also offers room service, a laundry service, a car park (for a fee) and a mini-club. SITUATION: This hotel is in the heart of the 8th arrondissement, is in front of Monceau the Park of the Champs-ElysÃ©es and the Arc de Triomphe 7 minutes away from 10 minutes away from the establishment, you can find Rue du Faubourg Saint-HonorÃ© the shopping area of in the surrounding area, there is public transport, in the surrounding area of the establishment, guests can find bars, nightclubs ,the Eiffel Tower, Le Louvre, Notre Dame and the Gard du Nord 30 minutes away from the establishment, you can find it is 20 kilometres away from Paris Orly Airport it is situated 26 kilometres away from Charles de Gaulle Airport. ROOM: Customers can find Art Deco style rooms fully-equipped, They have internet (available for a fee), a satellite TV, video, an air-conditioning system, heating, a mini-bar, a safety deposit box, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a radio, a kettle, a coffee maker, an ironing set and a double or king-size bed. FACILITIES: The establishment boasts a gym (free of charge), a spa with a hydromassage, a sauna and a massage service. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant 3 with terraces and a bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.41" OriginalAmount="315.93" MarkupRule="3.00">
      <BasicPropertyInfo 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="325.61" OriginalAmount="316.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15315" HotelName="Edouard 7 Paris Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue De L'Opera</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/5/15315_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Edouard VII is rated four stars, is in the city centre and was built in 1877. The establishment boasts a restaurant, lifts, a concierge, a safety deposit box service, room service, a bellboy, a cafÃ©, business facilities and pets are allowed. ROOM: The establishment has 65 rooms with a hairdryer, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.50" OriginalAmount="316.99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|69543" HotelName="Chalgrin Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="326.89" OriginalAmount="317.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|183746" HotelName="Bachaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 rue Bachaumont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/4/6/183746_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.62" OriginalAmount="319.05" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|50486" HotelName="Garden Elysee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>12, Rue Saint-Didier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/8/6/50486_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, an indoor garden with breakfast service and (seasonal). It has a bar, a car park and a restaurant. SITUATION: the Arc de Triomphe, the TrocadÃ©ro and the Eiffel Tower It is situated near. ROOM: The comfortable rooms stylish, quiet, with views of the garden, the patio, WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.07" OriginalAmount="319.49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|67457" HotelName="Mayfair " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/4/5/7/67457_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inParÃ­s the city centre of It is located betweenPlace de la Concorde and Place Vendome the squares of. HOTEL: This luxurious hotel, is rated 4 stars and classic style. It has 47 rooms, a breakfast room, a living room and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.18" OriginalAmount="319.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|60749" HotelName="Villa Madame" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue Madame</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/4/9/60749_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is 500 metres away from la Iglesia del Santo Suplicio, 1.5 kilometres away from Saint Germain des PrÃ©s. In the surrounding area, you can find restaurants. Shops a public transport stop, Saint Sulpice Metro Station. Los Jardines de Luxemburgo 15 minutes walk away, guests will find Montparnasse Railway Station. In just 10 minutes, clients can get to the city centre. HOTEL: This hotel was built in 1890, renovated in 2008 and has 28 standard rooms. In the entrance, guests are offered a hall with a reception, express check-out, a safety deposit box service and a lift. FACILITIES: There is a variety of facilities and services available at the establishment, including an air-conditioning system, a bar, WiFi and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.55" OriginalAmount="319.95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|164338" HotelName="Hotel y Spa La Belle Juliette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92, Rue Du Cherche Midi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/3/8/164338_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi, (free of charge), a covered swimming pool and a spa. SITUATION: The hotel is in ParÃ­s the centre of it is situated near Saint-Germain-des-PrÃ¨s the church, near the establishment, guests will find the metro stop excellent transport links to points of interest and. ROOM: All the rooms have an air-conditioning system, a bathroom, a satellite television and internet. FACILITIES: The establishment boasts a spa with beauty treatments and a Turkish bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.55" OriginalAmount="319.95" MarkupRule="3.00">
      <BasicPropertyInfo 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="332.20" OriginalAmount="322.52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|23725" HotelName="Saint Dominique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT DOMINIQUE 62</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/2/5/23725_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.29" OriginalAmount="323.58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|47413" HotelName="Jardin le Brea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BREA 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/1/3/47413_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 23 rooms and renovated in 2008. a garden, The establishment boasts a breakfast room and air-conditioning. In the establishment entrance, guests will find a hall, a reception, internet, a safety deposit box service and a lift. Guests also have access to a bar, a laundry service (for a fee) and bicycle hire. SITUATION: Is situated in a lively street, Where clients can find restaurants, bars and theatres. It is nearLuxembourg Garden Tour Montparnasse it is near ParÃ­s and Brasserie La Coupole with views of it is close to the railway station, 10 metres away, clients have the metro station, is 30 kilometres away from Charles de Gaulle Airport It is situated 15 kilometres away fromParis Orly Airport it is situated 100 kilometres away from ParÃ­s Beauvais TillÃ© Airport. ROOM: The establishment has a satellite or cable television, a direct line telephone, a hairdryer, an individual air-conditioning system, heating, a safety deposit box, a trunk, a bathroom with a bath or shower, a double bed, internet, a coffee maker, a kettle and an iron. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: The establishment offers a buffet restaurant and a continental breakfast in the room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.29" OriginalAmount="324.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|71723" HotelName="Maison Albar Hotels Le Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="334.60" OriginalAmount="324.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|32716" HotelName="Perpetual Elysée Montaigne " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN MERMOZ 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/1/6/32716_8858d271432.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, has modern facilities and multilingual staff. It has 18 rooms, a hall with a reception, a lift, a TV room, a breakfast room and internet. SITUATION: Rue Jean Mermoz It is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.77" OriginalAmount="325.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|73687" HotelName="Pullman Paris Tour Eiffel" 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/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="94" TotalAmount="335.22" OriginalAmount="325.46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15366" HotelName="Trianon Rive Gauche" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue de Vaugirard 1BIS &amp; 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/6/15366_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2004 a main 8-storey building, a 7-storey annexed building and 110 rooms. In the entrance, guests are offered a hall with an elevator, a reception with safety deposit boxes and a lift. The establishment has a bar and a dining room. SITUATION: This hotel is located in front of La Sorbona the university it is in Latino the District in the surrounding area, clients can find shops, bars, restaurants and bus stops. 30 minutes away from the establishment guests have ParÃ­s-Orly Airport. ROOM: The cosy rooms, have a bathroom with a shower, a hairdryer, satellite or cable TV, a radio, a mini-bar and a double bed. They also have an air-conditioning system, central heating and a direct line telephone. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.04" OriginalAmount="326.25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|76826" HotelName="Des Académies Et Des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15, RUE DA LA GRANDE CHAUMIERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/8/2/6/76826_6.jpg</HotelPictures>
        <HotelDescription>ROOM: The classic style rooms comfortable, with a bathroom and window. Some rooms have a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="337.44" OriginalAmount="327.61" MarkupRule="3.00">
      <BasicPropertyInfo 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="339.19" OriginalAmount="329.31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|183792" HotelName="Du Danube Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Rue Jacob</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/9/2/183792_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.54" OriginalAmount="329.65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|198027" HotelName="Résidence Charles Floquet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE CHARLES FLOQUET 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/0/2/7/198027_1_3272.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.12" OriginalAmount="330.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|124943" HotelName="Le Mareuil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51, RUE DE MALTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/4/3/124943_604e48d1556.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has WiFi (free of charge), a bar, a spa with a steam bath, a reception, room service, a gym and a lift. SITUATION: It is inParÃ­s the city centre of Close to restaurants and bars. 200 metres away, guests will find Oberkampf the metro station of. ROOM: The rooms have an air-conditioning system, a mini-bar, a television, a bathroom with a shower, a hairdryer, a towel warmer, a radio and an alarm clock. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.87" OriginalAmount="333.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22900" HotelName="Melia Paris Vendôme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Cambon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/0/0/22900_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is close to points of interest, La Madeleine the Church of, Around the establishment, clients can find the shops and the metro station. it is situated 2 kilometres away from Saint-Lazare the railway station Orly and Charles de Gaulle about 40 minutes away (by car) from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.07" OriginalAmount="335.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|359259" HotelName="Jardins De Mademoiselle Hôtel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <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="94" TotalAmount="345.52" OriginalAmount="335.46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|78335" HotelName="Sonder L'Edmond Parc Monceau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/08/2026">
        <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="345.62" OriginalAmount="335.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|44048" HotelName="De Suede Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE VANEAU 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/4/8/44048_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel and it is situated in ParÃ­s a peaceful area of, the heart of, The establishment boasts an indoor garden and views of Matignon the garden 39 rooms, This urban hotel, was built in 1900 and was renovated in 2008. In the establishment entrance, guests will find a lobby, a reception and a lift. It has a breakfast room, The establishment offers guests room service and a laundry service (for a fee). SITUATION: This hotel is in a residential area, Saint Germain des PrÃ©s it is close to Quartier Latin it is near near the establishment, guests will find Orsay and Rodin the museums it is close to Bon Marche and The Conran Shop the department stores in the surrounding area, clients can find bars, restaurants, 50 metres away, guests have public transport, Palais National des Invalides it is 300 metres away from Montparnasse it is located 500 metres away from it is 20 kilometres away from Paris Orly Airport it is situated 40 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have a desk, WiFi, a television, a central air-conditioning system, a bathroom with a shower or bath and a hairdryer. They also have a direct line telephone, an iron, heating, a double bed, a safety deposit box and a terrace. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.80" OriginalAmount="335.73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15367" HotelName="New Hotel Roblin La Madeleine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CHAUVEAU-LAGARDE 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/7/15367_24c59a50900.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This old building, was built in 1850 6 floors, 78 rooms and 2Â junior suites. In the establishment entrance, guests will find a hall with a reception, a cloakroom and a lift. The establishment boasts meeting room, WiFi, room service and a laundry service (for a fee). SITUATION: This hotel is situated in a central area, is next to Place de Madeleine the railway station, 50 metres away, guests can find shops, nightclubs, 100 metres away, guests have public transport services, is 18 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, coat, slippers, flat-screen satellite television, cable television, internet and a mini-bar. They also offer a double bed, an iron, a radio, a safety deposit box, an air-conditioning system and a central heating system. OTHERS: The establishment offers a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="346.63" OriginalAmount="336.53" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="347.77" OriginalAmount="337.64" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="347.83" OriginalAmount="337.70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|50564" HotelName="XO Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>25, Rue Theodore de Banville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/4/50564_1_1008.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, has 50 rooms, an inviting bar with a patio with a terrace and a breakfast room. In the entrance, you can find a reception with express check-out and a lift. The establishment has a bar, a meeting room and WiFi (for a fee). At an extra cost you can use room service, the laundry service and the car park. SITUATION: This hotel is in Champs-ElysÃ©es area Champs-ElysÃ©es. It is located between Avenue de Wagram and Rue de Courcelles it is situated 25 kilometres away from Orly and Charles de Gaulle airports. ROOM: The spacious, bright rooms have a bathroom, have WiFi, a direct line telephone, a double bed, an air-conditioning system, heating, a hairdryer, cable television, a safety deposit box and a mini-bar. OTHERS: Clients have at their disposal a restaurant with buffet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.37" OriginalAmount="338.22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15368" HotelName="La Bourdonnais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue De La Bourdonnais,111-113</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/8/15368_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Bourdonnais is rated three stars, is situated in ParÃ­s city centre and was built in 1872. 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 guests room service, a bellboy and business facilities. pets are allowed. ROOM: The establishment has 56 rooms with a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.75" OriginalAmount="338.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|163769" HotelName="Eiffel Trocadéro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Benjamin Franklin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/7/6/9/163769_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic building, was built in the 18th Century and has los jardines del Trocadero views of. ROOM: The rooms have an air-conditioning system, a television, a mini-bar and hot drinks. Some rooms have la Torre Eiffel views of. MEALS: Guests are offered a breakfast service, a restaurant, room service and a bar. SITUATION: The hotel is 180 metres away from Trocadero the metro station El Museo del muelle Branly a 15-minute walk away from the Champs-ElysÃ©es it is 22 minutes away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.44" OriginalAmount="339.26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|50562" HotelName="Florida" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12, Bvd Malesherbes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/2/50562_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Magdalena and Place de la Concorde It is located between. HOTEL: The establishment boasts 45 rooms, classic rooms, superior rooms and deluxe rooms. This establishment is perfect for business and holiday stays. ROOM: Each room has with air-conditioning, internet, WiFi, a balcony, a desk, a bathroom and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.77" OriginalAmount="339.58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|63375" HotelName="Marriott Paris Opera Ambassador" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD HAUSSMANN 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/5/63375_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a gym, WiFi (free of charge) and a restaurant. SITUATION: This 4 star hotel is in ParÃ­s the centre of the Galeries Lafayette it is situated close to.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="351.04" OriginalAmount="340.82" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|23516" HotelName="Warwick Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERRI 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/6/23516_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 8 floors and 149 rooms. In the entrance, you can find a lobby with elevators, a reception, a cloakroom, a currency exchange service and a safety deposit box service. The establishment has an inviting bar, a restaurant with air-conditioning, a conference room, WiFi, room service, a laundry service, a medical care service (for a fee) and a car park. SITUATION: This attractive hotel is in the heart of ParÃ­s. Near the establishment, guests will find the Champs-ElysÃ©es in the surrounding area, there are shops and leisure areas. 100 metres away, there is a public transport stop. It is just 3 kilometres away from George V Underground Station, 15 kilometres away from Airport Paris Orly and 25 kilometres away from Airport Charles de Gaulle. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite TV, cable television, a radio, internet and a mini-bar. Guests are offered a double bed, fitted carpets, an air-conditioning system, a central heating system and a safe (available for a fee). OTHERS: The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.64" OriginalAmount="342.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|55736" HotelName="Plaza Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Greuze 75116 Paris,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/3/6/55736_1_3117.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Libertel Trocadero Sablons is rated three stars, is situated in ParÃ­s city centre and was built in 1989. Regarding the food and beverage offering, the establishment has a restaurant. The establishment has lifts. The establishment offers room service, a bellboy and business facilities. ROOM: The establishment has 41 rooms, fully-equipped with a hairdryer, a television and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="353.16" OriginalAmount="342.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|52826" HotelName="Best Western The Blake Paris Gare Saint Lazare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/08/2026">
        <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="358.45" OriginalAmount="348.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|129701" HotelName="De Nell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/9 RUE DU CONSERVATOIRE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/7/0/1/129701_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has and a conference room, a massage service. ROOM: The establishment has 33 standard rooms and suites with heated floor, an air-conditioning system, room service, a television, a direct line telephone, WiFi and pillow menu.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="358.79" OriginalAmount="348.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|191229" HotelName="Cristal Champs-Elysées " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Washington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/2/9/191229_1dbcfe41513.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="359.02" OriginalAmount="348.56" MarkupRule="3.00">
      <BasicPropertyInfo 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="360.42" OriginalAmount="349.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|184173" HotelName="Odéon By Malone" 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/7/3/184173_b0e76690916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.10" OriginalAmount="351.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|67722" HotelName="Joyce - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="366.12" OriginalAmount="355.46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|80474" HotelName="CHOISEUL OPERA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/08/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="94" TotalAmount="366.57" OriginalAmount="355.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|52827" HotelName="Holiday Inn Paris Palais De L'elyse, An Ihg Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="368.21" OriginalAmount="357.49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|57444" HotelName="Esteem Tour Eiffel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Ginoux</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/4/4/57444_bc0c8f31708.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, is ideal for holidays or business trips, is situated in ParÃ­s and a typical, building, has 29 rooms. SITUATION: the Eiffel Tower It is close to. ROOM: The rooms have heating, a television, WiFi and a bathroom. The establishment has double rooms and triple rooms. FACILITIES: The establishment has an inviting living room and a car park. around the establishment, guests can find public transport. OBSERVATIONS:.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.79" OriginalAmount="359.99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15277" HotelName="Napoleon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Friedland,40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/7/15277_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to tourist points of interest, and, 50 metres away from the establishment, you can find Charles de Gaulle-Etoile the underground station of. HOTEL: This hotel is in a good location, has 7 floors, 102 rooms and 23 suites. The establishment also offers a living room with a fireplace, a bar and a restaurant. ROOM: The modern and elegant rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite television, cable television, a mini-bar, an air-conditioning system and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="372.53" OriginalAmount="361.68" MarkupRule="3.00">
      <BasicPropertyInfo 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="373.49" OriginalAmount="362.61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|369609" HotelName="Le Cercle Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <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="94" TotalAmount="374.31" OriginalAmount="363.41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|26420" HotelName="Château Frontenac" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE PIERRE CHARRON 54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/2/0/26420_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is elegant rooms 104 rooms and 6 floors. In the establishment entrance, guests will find a hall, a reception, lifts, a currency exchange service and a cloakroom. The establishment has a bar, a dining room, a breakfast room and internet. The establishment offers guests a conference room, room service and a laundry service. SITUATION: This urban hotel is situated in a central area, the Champs-ElysÃ©es it is near next to the establishment, guests will find Montaigne and George V Avenue in the surrounding area, you can find shops, restaurants, cinemas and the theatres. 4 minutes away from the establishment you have Franklin D. Roosevelt the underground station of bus stops, is situated 3 kilometres away from the city centre, is 30 kilometres away from Paris Orly Airport. ROOM: All the rooms have a bathroom with a bath or shower, a bath with a hairdryer, a direct line telephone, a satellite TV and cable television. Are also furnished with internet, a stereo, an individual air-conditioning system and central heating. Guests are offered suites with a living room, Some rooms the Champs-ElysÃ©es with beautiful views of. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="374.45" OriginalAmount="363.54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15318" HotelName="Le Senat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE VAUGIRARD 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/8/15318_7a963b81558.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel and it is close to Los Jardines de Luxemburgo and la Place de l OdÃ©on. Is situated in the city centre. 200 metres away from the establishment, you can find the Saint Germain Commercial Centre. Restaurants 100 metres away, guests can find a public transport stop. 1 kilometre away, you can find a nightclub. Is 15 kilometres from a golf course. HOTEL: This air-conditioned hotel was completely renovated in 2004, has 7 floors, 41 standard rooms and 6 suites. The establishment boasts a bar, a living room with a library, a patio, a business centre and a breakfast room. ROOM: All the rooms have cable or satellite flatscreen television, WiFi (free of charge), a bathroom with a hairdryer, a direct line telephone, a radio, a stereo, a double bed and a mini-bar. Are also equipped with an air-conditioning system, a central heating system, a safe and fitted carpets.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="374.76" OriginalAmount="363.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|78994" HotelName="Renaissance Paris Arc De Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="94" TotalAmount="378.04" OriginalAmount="367.03" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|81474" HotelName="Villa Nicolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/08/2026">
        <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="378.14" OriginalAmount="367.13" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="378.21" OriginalAmount="367.19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15285" HotelName="M Social Paris Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Haussmann</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/5/15285_0132c611433.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1927, has 8 floors, 35 rooms and 10 suites. In the entrance, you can find a lobby with an elevator and a reception. Regarding the food and beverage offering, the establishment has a bar, a restaurant with air-conditioning and with a non-smoking area. The establishment also offers indoor parking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.39" OriginalAmount="367.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|444811" HotelName="Canopy by Hilton Paris Eiffel Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <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="94" TotalAmount="380.20" OriginalAmount="369.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|59770" HotelName="7 Eiffel By Malone" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 BIS RUE AMELIE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/7/0/59770_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This French style hotel, is rated 3 stars and it is in a beautiful area. SITUATION: It is close toSeine the river the Eiffel Tower it is close to it is well-connected with the tourist attractions, a few minutes away from the establishment, you can find the MusÃ©e d'Orsay the museum Place de la Concorde and Saint Germain des Pres It is a few minutes' walk away from. ROOM: The establishment has 36 rooms with air-conditioned and fully-equipped. FACILITIES: Outdoors, guests have access to a terrace (seasonal), The establishment has a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.22" OriginalAmount="369.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|29427" HotelName="Citadines Maine Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DU MAINE 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/4/2/7/29427_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 apartments, 62 studios and has 8 floors, In the entrance, you can find a lobby with a reception, a safety deposit box service, a lift and a beautiful garden. The establishment has a breakfast room and a business centre. The establishment offers guests a laundry service and washing machines. SITUATION: This apartment complex is in Montparnasse the city centre of La Rue de GÃ¢itÃ© it is located close to Where you can find theatres. ROOM: The establishment has comfortable apartments and studios, fully-equipped with a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, a kitchen, a mini-bar, a coffee maker, a kettle, an iron, an ironing board, a microwave, a safety deposit box (available for a fee), fitted carpets and individual heating. OTHERS: The establishment serves a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.69" OriginalAmount="370.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|36172" HotelName="Adagio Paris Haussmann Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>129-131 Boulevard Haussmann</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/2/36172_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="383.27" OriginalAmount="372.11" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22894" HotelName="Des Grands Voyageurs" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="386.33" OriginalAmount="375.08" MarkupRule="3.00">
      <BasicPropertyInfo 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="387.16" OriginalAmount="375.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22529" HotelName="Citadines Apart'hotel Saint-germain-des-prés Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI DES GRANDS AUGUSTINS 53 TER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/2/9/22529_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated in the St.Germain district where guests can enjoy cafÃ©s, antique stores, exhibitions and boutiques. Just a few minutes walk away, you can find el Museo del Louvre clients can also find the Notre Dame Cathedral and St.Michel Station. HOTEL: This establishment was renovated in 2006, has 204 apartments, 7 floors, a conference room and a gym. There are many services available at the establishment, including a laundry service, a dry cleaner's and a car park (for a fee). APARTMENTS: Guests are offered studios and apartments with bathroom with hairdryer, an American kitchen, a fridge, dishwasher, satellite TV, telephone, a safety deposit box and individual air conditioning system. It offers a cleaning service twice a week. MEALS: The establishment serves a buffet breakfast at an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.12" OriginalAmount="376.82" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22914" HotelName="Melia Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE VICTOR HUGO 102</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/4/22914_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has 61 standard rooms and 6 floors. In the entrance, guests are offered a lobby with air-conditioning with an elevator, a reception area and a safety deposit box service. The establishment boasts a television room and a dining room. The establishment offers guests room service, a laundry service and internet. SITUATION: This hotel is situated in Victor Hugo Square. It is located 300 metres away from los Campos ElÃ­seos in the surrounding area of the establishment, guests can find restaurants, bars and public transport. It is 20 kilometres away from Paris Orly Airport. Is 35 kilometres from Charles de Gaulle Airport. ROOM: The modern rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a mini-bar and a safety deposit box. They also have individual heating and an individual air-conditioning system. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.86" OriginalAmount="377.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|73018" HotelName="La Comtesse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/08/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="390.22" OriginalAmount="378.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|50517" HotelName="Royal Garden Champs-Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/08/2026">
        <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="94" TotalAmount="390.73" OriginalAmount="379.35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|224240" HotelName="Le Belleval" 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/4/2/4/0/224240_5c431e70904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.05" OriginalAmount="379.66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15363" HotelName="Mansart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Des Capucines,5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/3/15363_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Place VendÃ´me 5 minutes away, you can find la Ã“pera Garnier 350 metres away, clients have Palais Garnier metro station Palais Garnier. It has excellent transport links to el Museo del Louvre. It is 5 minutes away from El JardÃ­n de las TullerÃ­as ROOM: All the rooms have an air-conditioning system, a television, a mini-bar, a tea service and a coffee maker. RESTAURANT: It serves continental breakfast. It also offers a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.14" OriginalAmount="379.75" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="394.38" OriginalAmount="382.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|55236" HotelName="Sofitel Paris Baltimore Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bis Avenue Kleber,88</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/3/6/55236_b1a61ed0941.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Baltimore is rated four stars, is in ParÃ­s city centre and was built in 1892. Regarding 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 business facilities. ROOM: The establishment has 103 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="395.41" OriginalAmount="383.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|164016" HotelName="Hôtel Des Marronniers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Jacob</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/1/6/164016_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Saint Germain des PrÃ©s the heart of 4 minutes away, you can find the metro station excellent transport links to Notre Dame Cathedral. ROOM: The rooms have wooden furniture, a television and WiFi. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service in the room and a bar. FACILITIES: Guests are offered WiFi and a reception.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="396.48" OriginalAmount="384.93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|71716" HotelName="Tilsitt Etoile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="397.24" OriginalAmount="385.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15220" HotelName="Astra Opéra - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAUMARTIN 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/0/15220_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 and renovated in 2000. It has 7 floors, 77 standard rooms and 5 suites. This building with air-conditioning, is situated on a main street. It has a reception with a bureau de change, a safety deposit box service and a lift. The establishment offers a conference room and internet (for a fee). Close to the establishment, clients have at their disposal a public car park (for a fee). SITUATION: This smart hotel is in a smart area of ParÃ­s, is near Madeleine and Palace VendÃ´me. Near the establishment, you will find the opera. In the surrounding area of the establishment, guests can find shops, bars, leisure areas, entertainment and restaurants. It is situated 30 minutes away from Charles de Gaulle and Paris Orly airports. ROOM: Customers can find comfortable rooms with a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar and a king size or double bed. They also have fitted carpets, a safety deposit box (available for a fee), an individual air-conditioning system and individual heating. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="398.19" OriginalAmount="386.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15310" HotelName="Pulitzer Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Du Faubourg Montmartre,23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/0/15310_db773981431.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms have satellite and cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="399.78" OriginalAmount="388.14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|126725" HotelName="Maison Armance" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Cambon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/7/2/5/126725_74ee6b01628.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="402.44" OriginalAmount="390.72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|217675" HotelName="Splendide Royal Paris - Relais &amp; Châteaux" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 rue du Cirque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/6/7/5/217675_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="404.54" OriginalAmount="392.76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|81012" HotelName="Bedford" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/0/1/2/81012_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers WiFi (free of charge), a restaurant and a bar. With regards to the food and beverage offering, the establishment has a buffet breakfast, The establishment has a reception and a lift. SITUATION: The hotel is in ParÃ­s the centre of los Campos ElÃ­seos it is located between Garnier the opera The hotel Saint-Lazare it is 3 minutes away from, and. it is 250 metres away from Madeleine the underground station of It has excellent transport links to points of interest. ROOM: Customers can find soundproofed rooms with an air-conditioning system, a satellite TV and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="404.95" OriginalAmount="393.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15385" HotelName="HILTON OPERA PARIS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="407.07" OriginalAmount="395.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15375" HotelName="Duminy Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5 rue du Mont Thabor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/5/15375_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, has 78 standard rooms, 6 floors, a reception, a currency exchange service, a safety deposit box service and a bar. SITUATION: This urban hotel is near La Place VendÃ´me around the establishment, clients can find a shopping centre and a metro station. In the surounding area you can also visit el Arco de Triunfo, la Plaza de la Concordia and Louvre Museum Louvre. ROOM: The stylish rooms have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite TV, cable television, internet, a mini-bar and a safe (available for a fee). PAYMENT METHODS: The establishment accepts American Express, Mastercard, Visa, Diners Club and JCB.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="408.19" OriginalAmount="396.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|28280" HotelName="Victoria Palace  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="409.29" OriginalAmount="397.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|183866" HotelName="Eiffel Turenne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="411.44" OriginalAmount="399.46" MarkupRule="3.00">
      <BasicPropertyInfo 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="412.87" OriginalAmount="400.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|81020" HotelName="RELAIS HOTEL DU VIEUX" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9, rue Git-le-Coeur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/0/2/0/81020_0d9bc341545.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in ParÃ­s the centre of nearby, you will find Sena the river Saint-Michel the Square of Notre Dame Cathedral. ROOM: Customers have rooms well-decorated.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="412.87" OriginalAmount="400.84" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="418.10" OriginalAmount="405.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|38306" HotelName="Le Magnifique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA GAITE 20BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/3/0/6/38306_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: this establishment was built in 2007, has 59 rooms and meeting rooms. The establishment has a reception, a lift and a bar a cafÃ©, The establishment offers room service, a laundry service, internet and a car park. SITUATION: This hotel is in ParÃ­s the cultural centre of it is in Montparnasse the districts it is near the Latin district, nearby, you will find Luxembourg the Gardens it is near Montparnasse BienvenÃ¼e and GÃ¢itÃ© the metro stations of Le Tour Eiffel, Notre Dame and Le Louvre it is situated close to. ROOM: The modern rooms, have a bathroom, a hairdryer and a terrace. They are equipped with a desk, WiFi, internet, a direct line telephone, an air-conditioning system, flatscreen cable and satellite television, a mini-bar, an iron and a safety deposit box. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="421.55" OriginalAmount="409.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15226" HotelName="Marignan Champs - Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <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="94" TotalAmount="422.00" OriginalAmount="409.71" MarkupRule="3.00">
      <BasicPropertyInfo 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="426.60" OriginalAmount="414.17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|60536" HotelName="D'orsay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lille ,93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/3/6/60536_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The DÂ´Orsay is rated three stars, is in ParÃ­s city centre and has 53 rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="427.22" OriginalAmount="414.78" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|80486" HotelName="Millésime" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 RUE JACOB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/8/6/80486_150ff911505.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Saint Germain des PrÃ©s close to el Museo del Louvre el Jardin de Luxembourg, restaurants and boutiques. ROOM: Clients are offered 21 rooms, 1 suite with an air-conditioning system, a mini-bar, a satellite television, WiFi, a hairdryer and room service. MEALS: Guests are offered a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.49" OriginalAmount="416.98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|70309" HotelName="Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU BAC 88</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/3/0/9/70309_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, elegant hotel, has 5 floors, a lift and 29 rooms. This air-conditioned hotel has a living room, a library and comfortable sofas. It has a patio, Some of the establishment facilities on offer are a reception, a safety deposit box service, a cloakroom and WiFi. SITUATION: This hotel is in Saint Germain des PrÃ©s the historic area of is situated in ParÃ­s the heart of 10 minutes away from the establishment, you can find Maillol, Orsay and Rodin the museums of it is situated 18 kilometres away from Paris Orly Airport it is 27 kilometres away from Charles de Gaulle Airport. ROOM: The soundproofed rooms with air-conditioned, a central heating system, satellite and cable TV, a direct line telephone, a safety deposit box and WiFi. The rooms a bathroom with a shower, a bath, a hairdryer, double beds and an iron. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.06" OriginalAmount="422.39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|233501" HotelName="National Des Arts Et Métiers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>243 rue Saint Martin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/5/0/1/233501_1_3722.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="436.90" OriginalAmount="424.17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|81269" HotelName="Parc Saint Severin " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue De La Parcheminerie, 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/2/6/9/81269_b45fa1c1204.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guesthouse is rated 4 stars and has a reception. SITUATION: This establishment, is in the Latin district, is 500 metres away from Notre Dame the cathedral 3 minutes away, guests can find Saint Michel the underground station of It has excellent transport links to, is situated 25 minutes walk away from the Louvre the Museum of. ROOM: Guests are offered soundproofed with WiFi, (free of charge), non-smoking rooms, with mini-bar, a television and hot drinks. Some rooms have a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="439.97" OriginalAmount="427.16" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="441.95" OriginalAmount="429.08" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15344" HotelName="Therese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue Therese Paris 75001,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/4/4/15344_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="442.18" OriginalAmount="429.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|273293" HotelName="Charles V" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Saint-Paul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/2/9/3/273293_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="443.45" OriginalAmount="430.53" MarkupRule="3.00">
      <BasicPropertyInfo 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="445.79" OriginalAmount="432.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|484396" HotelName="Padam Hôtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Jean Giraudoux</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/3/9/6/484396_5043a852052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="446.53" OriginalAmount="433.52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|23680" HotelName="Maison Astor Paris, Curio Collection By Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue d'Astorg,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/8/0/23680_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Astor Saint Honore is rated four stars. It has a restaurant, a bar and a library. SITUATION: This establishment is between the Champs-ElysÃ©es and the Place de la Concorde there are many places you can visit in the surrounding area, including La Ã“pera, el Louvre and Place de la Concorde. ROOM: The establishment has 128 rooms with air-conditioning, a satellite television, a direct line telephone, a mini-bar and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="447.71" OriginalAmount="434.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|445001" HotelName="Maison Albar Hotels Le Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="94" TotalAmount="448.33" OriginalAmount="435.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|447809" HotelName="Ekta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="448.70" OriginalAmount="435.63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|272786" HotelName="College De France" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Thenard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/7/8/6/272786_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="452.03" OriginalAmount="438.86" MarkupRule="3.00">
      <BasicPropertyInfo 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="455.54" OriginalAmount="442.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|184086" HotelName="Le Pavillon Des Lettres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Des Saussaies</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/8/6/184086_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="455.86" OriginalAmount="442.58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|75379" HotelName="Madison Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD ST GERMAIN 143</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/7/9/75379_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1925, renovated in 2011, has 50 rooms, 8 floors, WiFi and a bar. The air-conditioned establishment has a lobby, with a reception, express check-out, a safety deposit box service, a lift, a television room and a breakfast room. SITUATION: It is located in front ofSaint-Germain-des-PrÃ¨s the Church of this hotel is in the Latin district excellent transport links to places of interest. ROOM: The rooms have a bathroom with a shower, a bath, a hairdryer, a double bed, a television, a Hi-Fi, internet, a safety deposit box and a mini-bar. It also offers a coffee maker, a kettle, an ironing set, an air-conditioning system and individual heating. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="459.23" OriginalAmount="445.85" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="461.19" OriginalAmount="447.76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|76318" HotelName="Le Pradey" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT ROCH 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/3/1/8/76318_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="462.24" OriginalAmount="448.78" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|191355" HotelName="Tiquetonne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Tiquetonne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/5/5/191355_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="464.12" OriginalAmount="450.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15211" HotelName="Opéra Richepanse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Du Chevalier De Saint George,14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/1/15211_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="465.32" OriginalAmount="451.77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15322" HotelName="Hyatt Paris Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Boulevard Malesherbes,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/2/15322_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the centre of ParÃ­s, a 5-minute walk away from La Madeleine. 5 minutes walk away, you can find el Bulevar Haussmann the establishment is 10 minutes away from los Campos ElÃ­seos ROOM: All the rooms have wooden furniture, an air-conditioning system, a bathroom with a bath, a shower and street or patio views. FACILITIES: You also have at your disposal a spa, a gym, a sauna, a hammam and a massage service. RESTAURANT: In this establishment's food and beverage department, guests are offered a restaurant and a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="467.46" OriginalAmount="453.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|183646" HotelName="Goralska Résidences Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Boulevard Bourdon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/4/6/183646_1_7385.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="469.75" OriginalAmount="456.07" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|22915" HotelName="Maison Colbert Member of Melia Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="472.84" OriginalAmount="459.07" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|474190" HotelName="1.75 Paris La Sève" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="473.76" OriginalAmount="459.96" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|522163" HotelName="Black Door" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Marbeuf</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/6/3/522163_db3aa220943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="474.38" OriginalAmount="460.56" MarkupRule="3.00">
      <BasicPropertyInfo 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="475.06" OriginalAmount="461.22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|272281" HotelName="Filigrane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="482.39" OriginalAmount="468.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|23309" HotelName="Louvre Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Saint-Roch,12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/0/9/23309_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s district 1. It is situated near el Museo del Louvre and Vendome Square. ROOM: Customers can find soundproofed rooms with an air-conditioning system, WiFi and an LCD television with international channels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="484.25" OriginalAmount="470.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|71702" HotelName="Majestic Spa Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 RUE LA PEROUSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/0/2/71702_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s district 16, 400 metres away from the square Charles de Gaulle and the Arc de Triomphe. 190 metres away, guests will find KlÃ©ber Underground Station and 400 metres away, guests will find the underground station of Charles de Gaulle. 15 minutes walk away, guests can find la Torre Eiffel the establishment is 5 minutes away from los Campos ElÃ­seos ROOM: The rooms parisian style have a television, a bathroom and a mini-bar. Some accommodation options have a kitchen and a private terrace. All the accommodation options have WiFi. FACILITIES: There is a range of facilities and services available at the establishment, including a spa, a swimming pool, a hammam, a sauna, a fitness room, a massage service and beauty treatments. RESTAURANT: It serves a buffet breakfast and breakfast served to your room. Clients also have at their disposal an Ã  la carte restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="496.64" OriginalAmount="482.17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|22899" HotelName="Villa Marquis Meliá Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN GOUJON 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/9/22899_e2c68101542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="497.63" OriginalAmount="483.14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|359250" HotelName="Brach Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Rue Jean Richepin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/2/5/0/359250_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="500.89" OriginalAmount="486.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15208" HotelName="Brighton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE RIVOLI 218</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/0/8/15208_ba4e2680338.jpg</HotelPictures>
        <HotelDescription>HOTEL: was built in 1870, has 5 floors, 70 rooms, 5 single rooms, 30 double rooms and 1 suite. In the entrance, guests are offered a hall, a safety deposit box service, a currency exchange service and internet (on request). SITUATION: This hotel is in ParÃ­s the city centre of TullerÃ­as it is opposite Ã“pera, Champs-ElysÃ©es, Place VendÃ´me ElÃ­seos and Louvre it is close to it is 100 metres away from the city centre, 200 metres away, there is a public transport stop, 1 kilometre away, you can find Lafayette the Galeries. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a fridge and a safe. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, Diners Club and JCB.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="518.99" OriginalAmount="503.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|164092" HotelName="Hôtel du Palais Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>49 rue de Bourgogne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/9/2/164092_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel ParÃ­s it is in the National Assembly 500 metres away from the establishment, you can find 15 minutes away from the establishment guests have Rodin the museum los Campos ElÃ­seos 20 minutes away, you can find it is 10 minutes away from Orsay the Museum of. ROOM: Each room has parquet flooring, a satellite television, a mini-bar, a safety deposit box and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="520.65" OriginalAmount="505.49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|58022" HotelName="Gustave" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>34 RUE VIALA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/0/2/2/58022_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: This inviting hotel, is close to the Eiffel Tower, is in the city centre. Nearby, you will find the Seine River. ROOM: The establishment has 31 rooms. The rooms have an air-conditioning system, heating, a television with international channels, a mini-bar and a bathroom. FACILITIES: The establishment boasts conference rooms with business facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="523.03" OriginalAmount="507.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|71705" HotelName="Moliere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/0/5/71705_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel a lift, meeting room and internet. 500 metres away, clients have a public car park. ROOM: They have a hairdryer, an air-conditioning system, heating, a mini-bar, a satellite TV and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="532.73" OriginalAmount="517.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|50583" HotelName="Le Grand Cayré" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 BOULEVARD RASPAIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/8/3/50583_95148ef0805.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel superior category, is elegant rooms. SITUATION: This hotel is in a central area, is well-connected with public transport services, is in Saint Germain the district of in the surrounding area of the establishment, guests can find shops, cafÃ©s, in the surrounding area, clients have Louvre, Rodin and Orsay the museums. ROOM: The establishment has 125 comfortable rooms. FACILITIES: Guests are offered a business centre and a conference room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="532.96" OriginalAmount="517.44" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="533.98" OriginalAmount="518.43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|64520" HotelName="Solly" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE SALOMON DE CAUS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/5/2/0/64520_e9800ec0825.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and is ideal for holidays, it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="537.98" OriginalAmount="522.31" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="542.03" OriginalAmount="526.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15249" HotelName="Chateau Des Fleurs" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE VERNET 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/9/15249_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, has 42 rooms, 6 floors, air-conditioning, a hall, a reception, a safety deposit box service and a lift. Guests are also offered a breakfast room, meeting rooms, some services (for a fee), room service and a laundry service. SITUATION: This luxurious hotel is in the 8 District, close to the metro station. Around 1 kilometre away you can find the city centre and the Congress Centre. This hotel is situated 30 kilometres away from Disneyland, 5 kilometres away from Gare du Nord, 25 kilometres away from Airport Paris Orly and 40 kilometres away from Airport Charles de Gaulle. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a safe (available for a fee), a mini-bar, heating and an individual air-conditioning system. MEALS: Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="553.80" OriginalAmount="537.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|64524" HotelName="InterContinental Paris le Grand by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="563.83" OriginalAmount="547.41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|81065" HotelName="RECAMIER" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place Saint Sulpice, 3 bis - 75006</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/0/6/5/81065_1_743.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has an elegant hall, high ceilings and WiFi (free of charge), In the surrounding area, you can find a car park. SITUATION: The hotel is in Saint Sulpice the Square of it is in Saint Germain des PrÃ©s the heart of 200 metres away, guests will find Luxembourg Garden it is situated 4 minutes away from Saint-Sulpice the underground station of. ROOM: Customers can find luxurious rooms with double beds and an iPod docking station. Some rooms have views of Saint Sulpice the square. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="572.23" OriginalAmount="555.56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15395" HotelName="Castille Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="588.97" OriginalAmount="571.82" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|39878" HotelName="Le Dokhans a Tribute Portfolio Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="592.00" OriginalAmount="574.76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|68868" HotelName="Lyric  Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 RUE DE GRAMONT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/8/6/8/68868_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a lobby, a bar and a swimming pool. SITUATION: This hotel is in ParÃ­s the heart of Close to.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="601.37" OriginalAmount="583.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|198962" HotelName="  Boutet Bastille Hotel Paris - MGallery Collection " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="606.64" OriginalAmount="588.97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|71010" HotelName="Dame des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="608.50" OriginalAmount="590.78" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|448860" HotelName="De la Tamise" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Alger</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/8/6/0/448860_614c3f51209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="611.75" OriginalAmount="593.93" MarkupRule="3.00">
      <BasicPropertyInfo 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="616.25" OriginalAmount="598.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|220974" HotelName="Bowmann" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="618.81" OriginalAmount="600.79" MarkupRule="3.00">
      <BasicPropertyInfo 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="622.81" OriginalAmount="604.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|221404" HotelName="Fauchon L'Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="631.72" OriginalAmount="613.32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|162779" HotelName="Le Cinq Codet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LOUIS CODET 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/7/7/9/162779_870e1f11335.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2014, has 67 standard rooms, 3 junior suites, 6 suites, 16 studios, 3 rooms adapted for people with reduced mobility, 11 executive rooms, 28 superior rooms and 3 family rooms. The establishment boasts a car park. SITUATION: This establishment is in a good area in ParÃ­s. Close to the establishment, clients can find the bus station, the railway station, the metro stop and the bus stop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="634.75" OriginalAmount="616.26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|454130" HotelName="Monsieur Aristide" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Aristide Bruant</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/1/3/0/454130_bbe9e1b1011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="634.87" OriginalAmount="616.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|217064" HotelName="Le Roch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="661.83" OriginalAmount="642.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|447904" HotelName="So/ Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/0/4/447904_716c1a70833.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="664.06" OriginalAmount="644.72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15205" HotelName="Westminster" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="671.26" OriginalAmount="651.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15354" HotelName="Le Burgundy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Duphot,8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/5/4/15354_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a concierge and a baggage room. ROOM: The rooms have satellite and cable TV. OBSERVATIONS: Pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="672.92" OriginalAmount="653.32" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="673.55" OriginalAmount="653.93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15278" HotelName="Regina Louvre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place des Pyramides,2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/8/15278_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="679.91" OriginalAmount="660.11" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|168929" HotelName="Maison Delano Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d 'Anjou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/9/2/9/168929_cfc0eed1639.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1734, was renovated in 2013, has 56 rooms, 5 suites and 12 superior rooms. The establishment offers guests facilities for disabled guests. SITUATION: This establishment, ParÃ­s it is in is situated in the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="680.89" OriginalAmount="661.06" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|67383" HotelName="Intercontinental Paris Champs Elysées Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="94" TotalAmount="690.08" OriginalAmount="669.98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|22901" HotelName="Elysia By Inwood Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERRI 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/0/1/22901_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is situated in a historic building and was built in the 20th Century. It has 35 rooms and 7 floors. In the entrance, guests are offered a lobby with an elevator and a reception a currency exchange service, The establishment boasts a TV room, an Ã  la carte restaurant, with air-conditioning with highchairs. Guests have access to a conference room, a laundry service, room service, internet and a car park. SITUATION: This hotel ParÃ­s is situated in the Champs-ElysÃ©es it is near 200 metres away, guests can find a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a stereo, internet, a mini-bar, central heating and a safety deposit box (available for a fee). FACILITIES: Clients can enjoy sports and an activities programme. it is 15 kilometres away from a golf course. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="690.51" OriginalAmount="670.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|59440" HotelName="CHAMPERRET ELYSEES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="701.55" OriginalAmount="681.12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|124933" HotelName="De Berri Champs-Élysées, A Luxury Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="711.75" OriginalAmount="691.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|57615" HotelName="MONTALEMBERT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE MONTALEMBERT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/6/1/5/57615_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional, Parisian hotel, was built in 1926 and renovated in 2007. It has 8 floors, The establishment has a reception, a bar and a reading room. ROOM: The bright rooms, are contemporary style and have a bathroom. OTHERS: Clients have at their disposal an inviting restaurant and (seasonal) a bar, a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="712.94" OriginalAmount="692.17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|224957" HotelName="La Chambre Du Marais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>87 Rue des Archives Le Marais</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/9/5/7/224957_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="722.28" OriginalAmount="701.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|80753" HotelName="Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Bonaparte, 36 - 75006</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/7/5/3/80753_7e142df1506.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in the 18th Century, has rooms, with WiFi (free of charge), a reception, a babysitting service and tourist information. SITUATION: It is 2 minutes away fromSaint Germain the commercial area of the metro station, 5 minutes away from the establishment clients have Saint-Sulpice the Church of. ROOM: The rooms have a satellite television and a marble bathroom. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast and a lounge bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="722.38" OriginalAmount="701.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|26915" HotelName="Grand Powers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE FRANCOIS 1ER. 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/1/5/26915_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1919, has 6 floors and 50 rooms. In the entrance, you can find a hall with a reception, a safety deposit box service, a currency exchange service and 2 lifts. The establishment has a bar, a conference room and internet. The establishment offers room service and a laundry service. SITUATION: It is inParÃ­s the heart of Avenue Montaigne, Avenue George V and the Champs-ElysÃ©es near the establishment, you will find a few minutes away from the establishment, clients have a public transport stop, close to the establishment, clients can find shops, restaurants and bars. ROOM: The rooms a bathroom with a hairdryer and a direct line telephone. They have satellite or cable TV, a radio, internet, a mini-bar, a double bed, fitted carpets, a safe and a balcony. FACILITIES: The establishment boasts a sauna and a massage service. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="723.46" OriginalAmount="702.39" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="726.83" OriginalAmount="705.66" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="730.24" OriginalAmount="708.97" MarkupRule="3.00">
      <BasicPropertyInfo 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="732.11" OriginalAmount="710.79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|220404" HotelName="Du Moulin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Aristide Bruant,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/0/4/220404_2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="739.61" OriginalAmount="718.07" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|23561" HotelName="Sofitel Le Scribe Paris Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Scribe 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/1/23561_edbfbb10737.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 213 rooms, 2 restaurants, a cafÃ©, a library, meeting rooms, a spa and air-conditioning. The establishment has a lobby, a reception, a safety deposit box service, a currency exchange service, a lift, a hairdresser's and a bar. The establishment also offers WiFi, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is near la Ã“pera Garnier, la Plaza VendÃ­Â´me, the Louvre and los Campos ElÃ­Â­seos. Near the establishment, guests will find the shopping area. It is near Rue du Faubourg St HonorÃ© 50 metres away, there is a public transport stop. It is situated 3 kilometres away from Gare du Nord Station. 25 kilometres away, you can find ParÃ­Â­s-Charles de Gaulle Airport. It is 25 kilometres away from Paris Orly Airport. It is situated 78 kilometres away from ParÃ­s-Beauvais TillÃ© Airport ParÃ­s-Beauvais TillÃ©. 300 kilometres away from the establishment, guests will find Brussels Airport. ROOM: All the rooms have shower or bath, a hairdryer, a double bed, a direct line telephone, cable and satellite television, a radio, internet, a safe, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and individual heating. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is at 14:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="744.80" OriginalAmount="723.11" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|37375" HotelName="Grand Du Palais Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Valois 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/7/5/37375_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is in a historic building, has 84 rooms, 6 floors and air-conditioning. In the entrance, you can find a hall with a reception, a currency exchange service, a lift and a breakfast room. The establishment offers room service and a laundry service. 200 metres away, clients can find a car park. SITUATION: It is located betweenLouvre the museum Palais Royal the Gardens It is 100 metres away fromPalais Royal MusÃ©e du Louvre (lÃ­nia 1) the metro station Palais Royal MusÃ©e du Louvre (lÃ­nia 1) in the surrounding area, clients can find Louvre the museum the Champs-ElysÃ©es the Gardens TullerÃ­as Cathedral It is situated 20 kilometres away fromNotre Dame Airport it is 25 kilometres away from Paris Orly Airport. ROOM: Customers can find soundproofed rooms, with individual air conditioned, Some rooms have ParÃ­s lovely views of They have a bathroom with a shower or bath, a hairdryer, a direct line telephone, television with internet, an iron, heating and a double bed. MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="750.55" OriginalAmount="728.69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|163510" HotelName="De Flore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/08/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="94" TotalAmount="755.54" OriginalAmount="733.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|369631" HotelName="9confidentiel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="772.52" OriginalAmount="750.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|59828" HotelName="Grand Champs-Élysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <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="94" TotalAmount="774.49" OriginalAmount="751.93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|75343" HotelName="Paris Marriott Champs Elysees" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue Des Champs - Elysees</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/4/3/75343_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in los Campos ElÃ­seos Avenue, close to points of interest, the Arc de Triomphe, la Torre Eiffel, the Louvre and el Museo de Orsay. In the surrounding area, you can find the shopping area. ROOM: The rooms have a flat-screen television and WiFi. FACILITIES: Guests are offered a business centre, banquet halls, a gym and a sauna. OTHERS: Guests also have at their disposal a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="778.23" OriginalAmount="755.56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|19691" HotelName="SOFITEL LE FAUBOURG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue Boissy d'Anglas,15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/1/19691_5c88bc50748.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel occupies two private mansions dating from the 18th and 19th Centuries. SITUATION: The establishment is in the centre of ParÃ­s, 50 metres from la Place de la Concorde and 100 metres from los Campos ElÃ­seos. ROOM: Guests are offered standard rooms and suites, soundproofing with an air-conditioning system, flat-screen satellite television, WiFi and a bathroom. RESTAURANT: In the food and beverage department this establishment offers its guests gourmet restaurant and 2 bars. FACILITIES: You also have at your disposal a wellness centre, a fitness centre, 2 hammams, a massage service and beauty treatments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="810.92" OriginalAmount="787.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|183871" HotelName="Esprit Saint-germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Saint Sulpice</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/7/1/183871_1_1922.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="810.96" OriginalAmount="787.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15284" HotelName="San Régis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="822.70" OriginalAmount="798.74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|75210" HotelName="La Clef Tour Eiffel Paris The Crest Collection" 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/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="94" TotalAmount="837.30" OriginalAmount="812.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|556796" HotelName="J.K. Place Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue de Lille</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/7/9/6/556796_7853e791612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="842.76" OriginalAmount="818.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|24796" HotelName="La Clef Louvre Paris By The Crest Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue De Richelieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/9/6/24796_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Citadines Louvre is rated three stars, is in the city centre and was built in 1998. It has a restaurant, lifts, a concierge, a safety deposit box service, business facilities and pets are allowed. ROOM: Clients are offered 51 rooms with a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="886.93" OriginalAmount="861.10" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|184215" HotelName="Résidence Blanche" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Lepic</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/1/5/184215_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="915.35" OriginalAmount="888.69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|444091" HotelName="Madame Rêve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="949.86" OriginalAmount="922.19" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="954.19" OriginalAmount="926.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|42218" HotelName="Bel Ami" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-11 RUE SAINT BENOIT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/1/8/42218_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is urban and elegant 112 junior suites Plaza de Saint Germain des PrÃ©s with views of renovated in 2008. The rooms offer different decorative styles, In the entrance, guests are offered air-conditioning, a hall with a reception, a reception, a currency exchange service and a lift. The establishment boasts a cafÃ©, a kiosk, a bar, a restaurant, internet, conference rooms, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is in ParÃ­s the city centre of Saint Germain des PrÃ©s it is in Sena, musÃ©e Louvre and Notre-Dame 5 minutes away, you can find Where guests can enjoy restaurants, bars, nightlife, shops and public transport. 15 kilometres away, you can find Paris Orly Airport it is 25 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have double-glazed windows and street views. The establishment has superior rooms with flat screen satelite TV, an air-conditioning system, a bathrobe, a mini-bar, a safe, towel rack, a bathroom with a bath or shower, a hairdryer, a direct line telephone, a radio, internet, a double bed, an air-conditioning system and heating. FACILITIES: There is a range of facilities and services available at the establishment, including a spa, a sauna, a gym (free of charge), facial treatments and a massage service (available for a fee). PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="975.72" OriginalAmount="947.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|75301" HotelName="SAINT THOMAS D'AQUIN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE DU PRE AUX CLERCS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/0/1/75301_1_174.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the antiques area, Close to Orsay and Louvre the museums. ROOM: Clients are offered 21 double rooms with a bathroom, a safety deposit box and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1076.59" OriginalAmount="1045.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|75422" HotelName="Mandarin Oriental Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>251 RUE SAINT HONORE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/4/2/2/75422_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, is in the centre of ParÃ­s, has an indoor garden, a spa area and a restaurant. ROOM: Guests are offered standard rooms and suites with teapot, a coffee maker, hair straighteners and a bathroom. Some suites have a terrace with wonderful sea views. RESTAURANT: Customers can enjoy a bar with terrace and 2 restaurants. FACILITIES: There is a variety of facilities and services available at the establishment, including a fitness centre, a valet parking service, a concierge service, a meeting room and banquet hall. You also have at your disposal a laptop, video games, highchairs and DVD player. SITUATION: This hotel is 150 metres away from la Plaza Vendome, 250 metres from El JardÃ­n de las TullerÃ­as and a 10-minute walk away from los Campos ElÃ­seos.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1109.36" OriginalAmount="1077.05" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15391" HotelName="Le Meurice - Dorchester Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="1120.30" OriginalAmount="1087.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|80574" HotelName="VILLA ST GERMAIN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE JACOB, 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/5/7/4/80574_d3ca39a1147.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 4 star hotel, Saint Germain des PrÃ©s it is in near the establishment, guests will find museums, shops, restaurants, nightclubs and the financial area. is situated in the city centre, Notre-Dame it is situated near the Jardin de Luxembourg (Luxembourg Garden) the Museum of the Jardin de Luxembourg (Luxembourg Garden), the Louvre the centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1211.78" OriginalAmount="1176.49" MarkupRule="3.00">
      <BasicPropertyInfo 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="94" TotalAmount="1238.36" OriginalAmount="1202.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15349" HotelName="Park Hyatt Paris - Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue De La Paix, 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/4/9/15349_4932d320725.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Park Hyatt Paris-vendome is rated five stars. SITUATION: The establishment is next to la Plaza Vendome, a 2-minute walk away from la Ã“pera Garnier. ROOM: All the rooms have large windows, a bathroom with bathrobe, a bath and a shower. FACILITIES: Guests are offered a spa, 3 restaurants, a terrace, a reception and a personal shopper service. The establishment also offers press and a car park (free of charge). RESTAURANT: In this establishment's food and beverage department, guests are offered 3 restaurants and a bar. MEALS: Guests are offered a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1279.05" OriginalAmount="1241.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|184101" HotelName="Maison Souquet,  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue De Bruxelles</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/0/1/184101_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1286.79" OriginalAmount="1249.31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|75293" HotelName="Shangri-La, Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="94" TotalAmount="1289.58" OriginalAmount="1252.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15276" HotelName="Plaza Athénée - Dorchester Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="1448.75" OriginalAmount="1406.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|68470" HotelName="Barrière Fouquet's Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="1467.99" OriginalAmount="1425.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|24800" HotelName="Le Royal Monceau - Raffles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Hoche,37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/0/24800_7096a7b1100.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Royal Monceau is rated four stars, is in the city centre, was built in 1928, has 3 restaurants, lifts, a concierge and a safety deposit box service. The establishment also offers a swimming pool, a sauna and business facilities. ROOM: The establishment has 219 rooms with a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1613.69" OriginalAmount="1566.69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|535065" HotelName="HIGHSTAY - Luxury Serviced Apartments - Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188 Rue de Rivolie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/0/6/5/535065_ad549e11141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1735.24" OriginalAmount="1684.70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15297" HotelName="Le Bristol Paris - An Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="1748.04" OriginalAmount="1697.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15219" HotelName="De Crillon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLACE DE LA CONCORDE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/9/15219_1_1443.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in the 18th Century, has 6 floors, 160 rooms and 51 suites. The establishment offers a beautiful terrace, an indoor patio with a terrace, a tearoom and an events room. With regards to the food and beverage offering, the establishment has Les Ambassadeurs the restaurant L'ObÃ©lisque the restaurant a piano bar. SITUATION: This hotel is in La Concorde the Square of it is in ParÃ­s the heart of In the surrounding area, you can find monuments, and the museums. opposite the establishment, guests have public transport services. ROOM: The rooms have a bathroom with a hairdryer, a bathrobe, slippers, a direct line telephone, a satellite TV, cable television, internet, a mini-bar, an air-conditioning system and a safety deposit box (available for a fee). FACILITIES: The establishment has a gym. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1828.79" OriginalAmount="1775.52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|450600" HotelName="Maison Proust, Hotel and Spa La Mer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>rue de Picardie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/0/0/450600_7d357b11509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1978.27" OriginalAmount="1920.65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|71728" HotelName="Picard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE PICARDIE 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/8/71728_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, urban hotel and has 28 rooms situated in a good location a lobby with a reception, express check-out and internet. SITUATION: This hotel is in Le Marais the district of it is in ParÃ­s the city centre of Marais and Le Louvre it is located between near the establishment, guests will find the opera, is in an excellent location, Where you can find the tourist attractions, entertainment areas and business areas. it is 1 kilometre away from Gare du Nord the Station of. ROOM: The rooms a bathroom with a shower, They have a direct line telephone and a television. MEALS: The establishment serves a continental buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2287.99" OriginalAmount="2221.35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|15313" HotelName="Four Seasons George V" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenue George V ,31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/3/15313_c8e13b31416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating />
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
  </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
834c9ecb-33cc-4aa7-be35-3bd79a312fd2|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="834c9ecb-33cc-4aa7-be35-3bd79a312fd2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-19T00:00:00" End="2026-08-20T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|75610" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
834c9ecb-33cc-4aa7-be35-3bd79a312fd2|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="834c9ecb-33cc-4aa7-be35-3bd79a312fd2" TimeStamp="0001-01-01T00:00:00" HotelName="Best Western Opera Batignolles" HotelCode="75610" GTCityId="39286" CountryCode="FR" CityName="Paris" CountryName="France" Address="165 RUE DE ROME" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room" RoomTypeCode="75610H1_8H1HRHRo7me2|1776345193.DISBAQB-GBRA91cf0offK|155.50|94|MTU1LjUwfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="135" TotalPrice="139.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/08/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-08-14T00:00:00" End="2026-08-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="135.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Triple room" RoomTypeCode="75610H3_8H1HNHN12cq83|1776345193.DISBAQB-GBRA91cf0offK|162.15|94|MTYyLjE1fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="141" TotalPrice="145.20" 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-04-16T14:13:16.7430477+01:00" End="2026-04-16T14:13:16.7430477+01:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="140.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Double room" RoomTypeCode="75610H1_8H2HRHRo7q2r|1776345193.DISBAQB-GBRA91cf0offK|183.75|94|MTgzLjc1fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="160" TotalPrice="164.53" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/08/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-08-13T00:00:00" End="2026-08-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="159.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_3.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_4.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_10.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_11.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_12.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_13.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_14.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_15.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_16.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_5.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_6.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_8.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/7/5/6/1/0/75610_9.jpg" /></Images><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><Facilities><HotelFacilities><Type>Room</Type><Description>Hairdryer</Description><Value>Hairdryer</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Minibar/fridge</Description><Value>Minibar/fridge</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Tea and coffee</Description><Value>Tea and coffee</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Desk</Description><Value>Desk</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>TV</Description><Value>TV</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Amenities</Description><Value>Amenities</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Dogs</Description><Value>Dogs</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Other animals</Description><Value>Other animals</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Radio</Description><Value>Radio</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>WiFi connection</Description><Value>WiFi connection</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>Board games / puzzles</Description><Value>Board games / puzzles</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</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>Parking in the street</Description><Value>Parking in the street</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>TV area / shared lounge</Description><Value>TV area / shared lounge</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>wheelchair accessible</Description><Value>wheelchair accessible</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Transfer service (for a fee)</Description><Value>Transfer service (for a fee)</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>You can pay without cash</Description><Value>You can pay without cash</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></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
834c9ecb-33cc-4aa7-be35-3bd79a312fd2|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="834c9ecb-33cc-4aa7-be35-3bd79a312fd2">
  <Rooms>
    <Room RoomType="Room 1: Double room" TotalAdult="2" TotalChild="1">
      <Childs>
        <Child Age="2" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="75610" SourceId="94" RoomTypeCode="75610H1_8H2HRHRo7q2r|1776345193.DISBAQB-GBRA91cf0offK|183.75|94|MTgzLjc1fEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-08-19T00:00:00" End="2026-08-20T00: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
834c9ecb-33cc-4aa7-be35-3bd79a312fd2|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-08-13T00:00:00" End="2026-08-16T00:00:00">
        <AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="164.53" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>164.53</TotalAmount>
  <TraceId>834c9ecb-33cc-4aa7-be35-3bd79a312fd2</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
834c9ecb-33cc-4aa7-be35-3bd79a312fd2|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="834c9ecb-33cc-4aa7-be35-3bd79a312fd2">
  <Rooms>
    <Room RoomType="Room 1: Double room" TotalAdult="2" TotalChild="1">
      <Childs>
        <Child Age="2" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="75610" SourceId="94" RoomTypeCode="75610H1_8H2HRHRo7q2r|1776345193.DISBAQB-GBRA91cf0offK|183.75|94|MTgzLjc1fEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-08-19T00:00:00" End="2026-08-20T00: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
834c9ecb-33cc-4aa7-be35-3bd79a312fd2|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-08-13T00:00:00" End="2026-08-16T00:00:00">
        <AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="164.53" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>164.53</TotalAmount>
  <TraceId>834c9ecb-33cc-4aa7-be35-3bd79a312fd2</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
834c9ecb-33cc-4aa7-be35-3bd79a312fd2|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="834c9ecb-33cc-4aa7-be35-3bd79a312fd2" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Double room" BoardBasis="Bed and breakfast" TotalAdult="2" TotalChild="1">
      <Adults>
        <Adult Title="Mr" FirstName="Shiv" LastName="Charan" DOB="20010416" Age="25" />
        <Adult Title="Mrs" FirstName="Uma" LastName="Charan" DOB="20010416" Age="25" />
      </Adults>
      <Childs>
        <Child Title="Miss" FirstName="Disha" LastName="Charan" DOB="20240416" Age="2" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|75610" SourceId="94" RoomTypeCode="75610H1_8H2HRHRo7q2r|1776345193.DISBAQB-GBRA91cf0offK|183.75|94|MTgzLjc1fEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="164.53" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-08-19T00:00:00" End="2026-08-20T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Shiv</FirstName>
    <LastName>Charan</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</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
834c9ecb-33cc-4aa7-be35-3bd79a312fd2|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ 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>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Shiv</FirstName>
  <LastName>Charan</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</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>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-08-13T00: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-08-13T00:00:00" End="2026-08-16T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="164.53" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-08-19T00:00:00</CheckIn>
  <CheckInTime>02:00PM</CheckInTime>
  <CheckOut>2026-08-20T00:00:00</CheckOut>
  <CheckOutTime>10:00AM</CheckOutTime>
  <CostAmountInSalesCurrency>159.74</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>france</CountryName>
  <Rooms>
    <Rooms>
      <Adults>2</Adults>
      <BoardBasis>Bed and breakfast</BoardBasis>
      <Children>1</Children>
      <GuestName>Mr Shiv Charan</GuestName>
      <RoomType>Room 1: Double room</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>164.53</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>183.75</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>8558</SupplierId>
  <SupplierMinCnxDate>2026-08-17T00:00:00</SupplierMinCnxDate>
  <SupplierName>Veturis</SupplierName>
  <_address>165 RUE DE ROME</_address>
  <_cityName>Paris</_cityName>
  <_hotelName>Best Western Opera Batignolles</_hotelName>
</Hotel> Response:-<Root><FileBookingId>260430543</FileBookingId><BookingId>41910</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
834c9ecb-33cc-4aa7-be35-3bd79a312fd2|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>260430543</FileBookingId>
  <Status>Success</Status>
  <SupplierRef>1331742|090067953d6c7497865a3b58847c3b7c</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
2d7f7de2-837d-467a-9c81-2ce542629655|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="2d7f7de2-837d-467a-9c81-2ce542629655">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="68741" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-01-04T00:00:00" End="2027-01-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="CL" 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
2d7f7de2-837d-467a-9c81-2ce542629655|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-04-16T14:16:12.9327647+01:00" Version="0" EchoToken="Search" TransactionIdentifier="2d7f7de2-837d-467a-9c81-2ce542629655" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="37.80" OriginalAmount="36.70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|450216" HotelName="WOT Nomad Social" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R. Pedro Nunes 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/2/1/6/450216_123f06b1054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.10" OriginalAmount="43.79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|323991" HotelName="Lisbon Suite Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/3/9/9/1/323991_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.15" OriginalAmount="44.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|320647" HotelName="Midis Alojamento Local" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rua da Palma n 177 - 3 e 4 Dto</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/6/4/7/320647_2dc33871053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.38" OriginalAmount="63.48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|478523" HotelName="Sant Jordi Hostels Lisbon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rua do Forno do Tijolo 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/5/2/3/478523_fd7b94f1317.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.23" OriginalAmount="70.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|221688" HotelName="Residencial Duque De Saldanha" 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/1/6/8/8/221688_deba4e71002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.07" OriginalAmount="72.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|314735" HotelName="Days Inn By Wyndham Lisbon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40952 State Route 154</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/7/3/5/314735_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.80" OriginalAmount="74.56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|323483" HotelName="Lisbon Five Stars Apartments Combro 7" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/3/4/8/3/323483_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.21" OriginalAmount="77.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|324027" HotelName="Pensao Residencial Camoes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.99" OriginalAmount="81.54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|490015" HotelName="LSA Campos by Numa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/0/1/5/490015_0be22181015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.61" OriginalAmount="83.12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|320663" HotelName="Flores Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/6/6/3/320663_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.29" OriginalAmount="89.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|324088" HotelName="Hi Lisboa – Pousada De Juventude" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rua Andrade Corvo, 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/0/8/8/324088_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.25" OriginalAmount="90.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|323455" HotelName="Lisbon Serviced Apartments - Ascensor Da Bica" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo de Santo Antoninho, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/3/4/5/5/323455_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.28" OriginalAmount="93.48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|199861" HotelName="Lisbon Five Stars Apartments São Paulo 55" 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/9/8/6/1/199861_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.27" OriginalAmount="95.41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|221602" HotelName="Lisbon Five Stars Apartments 8 Building" 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/1/6/0/2/221602_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.97" OriginalAmount="98.03" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|562911" HotelName="Chalet D Ávila Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/9/1/1/562911_66091d71250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.66" OriginalAmount="109.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|323513" HotelName="Universo Romântico Guesthouse " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rua Luciano Cordeiro 72</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/3/5/1/3/323513_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.19" OriginalAmount="109.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|171255" HotelName="Hf Fénix Music" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/2/5/5/171255_b1111e61801.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Lisbon city centre. 110 metres away, guests can find the MarquÃªs de Pombal metro station. It is situated 400 metres away from el parque Eduardo VII, close to da Liberdade Avenue and boutiques. It is situated 15 minutes away from Chiado and Rossio, 7.7 kilometres away from Airport Lisboa Portela. ROOM: Customers can find soundproofed rooms with an air-conditioning system, cable television, a safe, a writing desk, a bathroom with toiletries and WiFi (free of charge). FACILITIES: Guests are offered a swimming pool and a terrace with panoramic views. OTHERS: have at their disposal a bar. 5 minutes away, there is restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.71" OriginalAmount="114.28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|221609" HotelName="LSA Restauradores by Numa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rua do Telhal, 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/6/0/9/221609_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.67" OriginalAmount="116.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|247248" HotelName="Lisbon Serviced Apartments Chiado Emenda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rua da Emenda, 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/2/4/8/247248_1_4064.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.68" OriginalAmount="116.19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|221628" HotelName="Vila Garden Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Almirante Reis, 98</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/6/2/8/221628_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.83" OriginalAmount="139.64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|566939" HotelName="Haws Lisboa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rua Andrade 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/3/9/566939_da8472b1142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.60" OriginalAmount="142.33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|75488" HotelName="Lisbon Art Stay Apartments Baixa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rua dos Sapateiros 158</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/4/8/8/75488_99183e71753.jpg</HotelPictures>
        <HotelDescription>SITUATION: Baixa Is situated in near the establishment, guests will find the pedestrian area, in the surrounding area, clients have shops, museums and tourist points of interest. It is 2 minutes away fromTajo the river. ROOM: Clients can find apartments with internet, (free of charge), a kitchenette, a fridge, a microwave, towels and bedding.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.67" OriginalAmount="147.25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|220604" HotelName="Lisbon Serviced Apartments Castelo De São Jorge" 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/6/0/4/220604_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.31" OriginalAmount="148.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|490018" HotelName="Lisbon Serviced Apartments - Principe Real" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rua das Taipas, 12-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/0/1/8/490018_0e4a7831018.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.54" OriginalAmount="205.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|320668" HotelName="Casa Do Jasmim By Shiadu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rua do Jasmim 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/6/6/8/320668_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.50" OriginalAmount="206.31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|190831" HotelName="Castle Inn Lisbon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/0/8/3/1/190831_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.40" OriginalAmount="223.69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|221597" HotelName="Chiado Arty Flats" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo Trindade Coelho 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/9/7/221597_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.40" OriginalAmount="226.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|323486" HotelName="Onj S. Lázaro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/3/4/8/6/323486_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.15" OriginalAmount="238.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|491697" HotelName="Tagus Marina - Houseboat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/6/9/7/491697_9835f221008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.83" OriginalAmount="242.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|211435" HotelName="Martinhal Lisbon Chiado" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rua das Flores 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/4/3/5/211435_58bab3a1412.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.35" OriginalAmount="250.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|221642" HotelName="Almaria Edifício Da Corte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rua do Ferragial 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/6/4/2/221642_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.01" OriginalAmount="264.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|211799" HotelName="Lisboa Pessoa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R. da Oliveira ao Carmo 8, 1200-092 Lisboa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/7/9/9/211799_7681ecc1442.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.91" OriginalAmount="283.41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|251292" HotelName="Dare Lisbon House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rua dos Sapateiros 135</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/2/9/2/251292_1_2701.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.16" OriginalAmount="293.36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|321230" HotelName="Raw Culture Arts and Lofts Bairro Alto" 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/2/1/2/3/0/321230_1_149.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.63" OriginalAmount="297.70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|323480" HotelName="Tesouro Da Baixa By Shiadu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rua Dom Duarte 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/3/4/8/0/323480_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="353.98" OriginalAmount="343.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|165147" HotelName="Bessahotel Liberdade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida da Liberdade 29-41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/1/4/7/165147_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a fitness centre, a Turkish bath, a sauna, a covered swimming pool and WiFi (free of charge), The establishment also offers a reception, an Ã  la carte restaurant, a business centre, a massage service (on request), a baggage room and a laundry service. SITUATION: This hotel Avenida da Liberdade it is in Close to los Restauradores the Square of Rossio 500 metres away, guests will find 700 metres away, clients have the commercial area, is 300 metres away from Restauradores the underground station of 6 kilometres away from the establishment, guests will find Lisbon Airport. ROOM: Each room has an air-conditioning system, a writing desk, flatscreen satellite and cable television and a balcony with city views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="418.37" OriginalAmount="406.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|217247" HotelName="Corpo Santo Lisbon Historical" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo do Corpo Santo 23-25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/2/4/7/217247_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="455.04" OriginalAmount="441.79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|448502" HotelName="Jam Lisbon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida 24 de Julho nr80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/5/0/2/448502_055a9f11013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="485.13" OriginalAmount="471.00" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|317636" HotelName="The One Palácio Da Anunciada" 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/1/7/6/3/6/317636_9e543cb1046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="530.58" OriginalAmount="515.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|616450" HotelName="ME Lisbon by Meliá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/4/5/0/616450_ba300c71006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="718.52" OriginalAmount="697.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|215504" HotelName="The Lumiares and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rua do Diaria de Noticas, 142</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/5/0/4/215504_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="722.18" OriginalAmount="701.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|323414" HotelName="Lisbon Best Choice Prime Apartments Alfama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/3/4/1/4/323414_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1151.00" OriginalAmount="1117.48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|250789" HotelName="My Story Augusta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/7/8/9/250789_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1246.77" OriginalAmount="1210.46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|490017" HotelName="Lisbon Serviced Apartments - Estrela" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rua de Buenos Aires, 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/0/1/7/490017_0da2a2c1017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1875.91" OriginalAmount="1821.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|317634" HotelName="Lisbon Serviced Apartments - Benformoso" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rua do Benformoso, 185</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/7/6/3/4/317634_8db31f81717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating />
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
  </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
2d7f7de2-837d-467a-9c81-2ce542629655|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="2d7f7de2-837d-467a-9c81-2ce542629655">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="68741" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-01-04T00:00:00" End="2027-01-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|324027" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="cl" 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
2d7f7de2-837d-467a-9c81-2ce542629655|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="2d7f7de2-837d-467a-9c81-2ce542629655" TimeStamp="0001-01-01T00:00:00" HotelName="Pensao Residencial Camoes" HotelCode="324027" GTCityId="68741" CountryCode="PT" CityName="Lisbon" CountryName="Portugal" Address="FALSE" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Quadruple room" RoomTypeCode="324027H5_H1HRHR2chhh|1776345427.EBDBARBL-GBRAd9c76offL|89.57|94|ODkuNTd8RVVSfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="78" TotalPrice="80.21" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/12/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-12-28T00:00:00" End="2026-12-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="77.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Family room" RoomTypeCode="324027H65_1090H1HRHRhcerc|1776345427.EBDBARBL-GBRAd9c76offL|167.20|94|MTY3LjIwfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="145" TotalPrice="149.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 24/12/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-12-24T00:00:00" End="2026-12-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="145.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_5.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_10.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_11.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_12.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_13.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_14.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_15.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_16.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_3.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_4.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_6.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_8.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/4/0/2/7/324027_9.jpg" /></Images><HotelDescription /><Facilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Invoices</Description><Value>Invoices</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>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>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</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
2d7f7de2-837d-467a-9c81-2ce542629655|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="2d7f7de2-837d-467a-9c81-2ce542629655">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="68741" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-01-04T00:00:00" End="2027-01-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|323513" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="CL" 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
2d7f7de2-837d-467a-9c81-2ce542629655|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="2d7f7de2-837d-467a-9c81-2ce542629655" TimeStamp="0001-01-01T00:00:00" HotelName="Universo Romântico Guesthouse " HotelCode="323513" GTCityId="68741" CountryCode="PT" CityName="Lisbon" CountryName="Portugal" Address="Rua Luciano Cordeiro 72" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Suite" RoomTypeCode="323513H41_H2HRHRo7i9a|1776345464.EBDBARBL-GBRAf8610offH|125.82|94|MTI1LjgyfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="109" TotalPrice="112.66" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/12/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-12-29T00:00:00" End="2026-12-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="109.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Family room" RoomTypeCode="323513H65_H2HRHR1nlh34|1776345464.EBDBARBL-GBRAf8610offH|146.64|94|MTQ2LjY0fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="127" TotalPrice="131.30" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 24/12/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-12-24T00:00:00" End="2026-12-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="127.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/3/2/3/5/1/3/323513_10.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/3/5/1/3/323513_6.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/3/5/1/3/323513_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/3/5/1/3/323513_8.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/3/5/1/3/323513_9.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/3/5/1/3/323513_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/3/5/1/3/323513_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/3/5/1/3/323513_3.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/3/5/1/3/323513_4.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/2/3/5/1/3/323513_5.jpg" /></Images><HotelDescription /><Facilities><HotelFacilities><Type>Room</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Terrace / solarium</Description><Value>Terrace / solarium</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>TV area / shared lounge</Description><Value>TV area / shared lounge</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>24 hour reception</Description><Value>24 hour reception</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>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>ATM in the hotel</Description><Value>ATM in the hotel</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Invoices</Description><Value>Invoices</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>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>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>Shop or supermarket</Description><Value>Shop or supermarket</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Airport pick-up service</Description><Value>Airport pick-up service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Transfer service (for a fee)</Description><Value>Transfer service (for a fee)</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>You can pay without cash</Description><Value>You can pay without cash</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>No pets allowed</Description><Value>No pets allowed</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
2d7f7de2-837d-467a-9c81-2ce542629655|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="2d7f7de2-837d-467a-9c81-2ce542629655">
  <Rooms>
    <Room RoomType="Room 1: Suite" TotalAdult="2" TotalChild="2">
      <Childs>
        <Child Age="2" />
        <Child Age="12" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="CL" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="323513" SourceId="94" RoomTypeCode="323513H41_H2HRHRo7i9a|1776345464.EBDBARBL-GBRAf8610offH|125.82|94|MTI1LjgyfEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2027-01-04T00:00:00" End="2027-01-05T00: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
2d7f7de2-837d-467a-9c81-2ce542629655|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-12-29T00:00:00" End="2027-01-01T00:00:00">
        <AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="112.66" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>112.66</TotalAmount>
  <TraceId>2d7f7de2-837d-467a-9c81-2ce542629655</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
2d7f7de2-837d-467a-9c81-2ce542629655|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="2d7f7de2-837d-467a-9c81-2ce542629655">
  <Rooms>
    <Room RoomType="Room 1: Suite" TotalAdult="2" TotalChild="2">
      <Childs>
        <Child Age="2" />
        <Child Age="12" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="CL" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="323513" SourceId="94" RoomTypeCode="323513H41_H2HRHRo7i9a|1776345464.EBDBARBL-GBRAf8610offH|125.82|94|MTI1LjgyfEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2027-01-04T00:00:00" End="2027-01-05T00: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
2d7f7de2-837d-467a-9c81-2ce542629655|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-12-29T00:00:00" End="2027-01-01T00:00:00">
        <AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="112.66" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>112.66</TotalAmount>
  <TraceId>2d7f7de2-837d-467a-9c81-2ce542629655</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
2d7f7de2-837d-467a-9c81-2ce542629655|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="2d7f7de2-837d-467a-9c81-2ce542629655" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Suite" BoardBasis="Bed and breakfast" TotalAdult="2" TotalChild="2">
      <Adults>
        <Adult Title="Mr" FirstName="Mayank" LastName="Shah" DOB="20010416" Age="25" />
        <Adult Title="Mrs" FirstName="Trisha" LastName="Shah" DOB="20010416" Age="25" />
      </Adults>
      <Childs>
        <Child Title="Miss" FirstName="riya" LastName="shah" DOB="20240416" Age="2" />
        <Child Title="Master" FirstName="rahul" LastName="shah" DOB="20140416" Age="12" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="CL" ClientCountry="Chile" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|323513" SourceId="94" RoomTypeCode="323513H41_H2HRHRo7i9a|1776345464.EBDBARBL-GBRAf8610offH|125.82|94|MTI1LjgyfEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="112.66" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2027-01-04T00:00:00" End="2027-01-05T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Mayank</FirstName>
    <LastName>Shah</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</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
2d7f7de2-837d-467a-9c81-2ce542629655|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ 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>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Mayank</FirstName>
  <LastName>Shah</LastName>
  <NationalityOfPax>Chile</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</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>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-12-29T00: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-12-29T00:00:00" End="2027-01-01T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="112.66" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2027-01-04T00:00:00</CheckIn>
  <CheckInTime>02:00PM</CheckInTime>
  <CheckOut>2027-01-05T00:00:00</CheckOut>
  <CheckOutTime>10:00AM</CheckOutTime>
  <CostAmountInSalesCurrency>109.38</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>portugal</CountryName>
  <Rooms>
    <Rooms>
      <Adults>2</Adults>
      <BoardBasis>Bed and breakfast</BoardBasis>
      <Children>2</Children>
      <GuestName>Mr Mayank Shah</GuestName>
      <RoomType>Room 1: Suite</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>112.66</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>125.82</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>8558</SupplierId>
  <SupplierMinCnxDate>2027-01-02T00:00:00</SupplierMinCnxDate>
  <SupplierName>Veturis</SupplierName>
  <_address>Rua Luciano Cordeiro 72</_address>
  <_cityName>Lisbon</_cityName>
  <_hotelName>Universo Romântico Guesthouse </_hotelName>
</Hotel> Response:-<Root><FileBookingId>260430544</FileBookingId><BookingId>41911</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
2d7f7de2-837d-467a-9c81-2ce542629655|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>260430544</FileBookingId>
  <Status>Success</Status>
  <SupplierRef>1331750|8c93f5ddab7336c00f7717fde52213fa</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
c299e1f1-2abc-4ef0-acef-3f0e6dc21b04|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="c299e1f1-2abc-4ef0-acef-3f0e6dc21b04">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="12,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47113" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-18T00:00:00" End="2026-10-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
c299e1f1-2abc-4ef0-acef-3f0e6dc21b04|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-04-16T14:21:36.4349378+01:00" Version="0" EchoToken="Search" TransactionIdentifier="c299e1f1-2abc-4ef0-acef-3f0e6dc21b04" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="12.70" OriginalAmount="12.33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|401169" HotelName="Ubud Tropical garden 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pengosekan Ubud</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/1/6/9/401169_722a6cb1406.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.85" OriginalAmount="16.36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|401517" HotelName="Anugerah Villas Amed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Bunutan, Lipah, Amed Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/5/1/7/401517_10d25df0816.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.69" OriginalAmount="18.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399638" HotelName="Karana Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padang Mekar No 99 Mahendradata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/6/3/8/399638_f4ea2860908.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.37" OriginalAmount="23.66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|167687" HotelName="Praja" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Mohamad Yamin No.2A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/6/8/7/167687_aseo.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi and a car park. SITUATION: This hotel is 10 minutes drive away from the beach Sanur. It is 5 minutes drive away from restaurants. ROOM: The rooms have an air-conditioning system, city views, a television, a sitting room, a writing desk, a bathroom with a shower and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.68" OriginalAmount="26.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|167794" HotelName="Inna Bali Heritage - Chse Certified" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Veteran No. 3 Denpasar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/7/9/4/167794_1_5031.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the centre of Denpasar. It is in Bali it has excellent transport links to the government buildings, the art museum, a shopping centre and traditional markets.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.85" OriginalAmount="31.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|401820" HotelName="Tamarind Beach Bungalows" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tamarind Beach - Lembongan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/8/2/0/401820_63203f21155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.24" OriginalAmount="34.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|401344" HotelName="Padma Pandawa Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dharmawangsa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/3/4/4/401344_31954370625.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.85" OriginalAmount="34.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399602" HotelName="Signature Bali Sanur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Danau Poso 65 Sanur Kauh, 65 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/6/0/2/399602_002384c0848.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|34954" HotelName="Puri Dewa Bharata  and Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JLN. NAKULA 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/5/4/34954_1_1097.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a tropical garden, has 10 villas, 21 superior rooms and 7 deluxe rooms. It has a lobby with a reception, a currency exchange service, a bar, shops and a dining room. The establishment offers guests a laundry service, room service, bicycle rental and a car park. SITUATION: Legian It is in Where you can find shops, restaurants and lively nightlife. It is 15 minutes away fromNgurah Rai Airport 10 minutes away from the establishment guests have Double Six the beach near the establishment, you will find Kuta the city centre of. ROOM: The rooms have a king-size bed, a kitchen and a living room. Guests are offered deluxe rooms with king size bed and superior rooms. The rooms a bathroom, a hairdryer, a mini-bar, individual air-conditioning, a satellite television, a direct line telephone and a balcony. FACILITIES: The establishment has a swimming pool with a children's area and gardens with tropical plants. OTHERS: Regarding the food and beverage offering, you can enjoy breakfast, lunch and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.66" OriginalAmount="36.56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|402127" HotelName="ODIKA LOVINA HOUSES AND VILLAS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN CENDRAWASIH GANG MERAK DUSUN CELUK BULUH KAL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/1/2/7/402127_f22e4b50718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.24" OriginalAmount="37.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|163165" HotelName="The Kana, Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. SETIABUDI NO. 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/1/6/5/163165_1_6511.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2013, has 92 rooms, 33 single rooms, 35 double rooms, 2 suites, 10Â quadruple rooms, 10 executive rooms and 10 family rooms. The establishment has a car park. SITUATION: The hotel Bali it is in it is in the city centre excellent transport links to points of interest, Close to the airport, The hotel is close to the leisure areas, is near a golf course, Around the establishment, clients can find a beach, near the establishment, guests will find the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.36" OriginalAmount="37.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399968" HotelName="Avery Le Nixsun Villas by Waringin Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Balangan No. 88, Ungasan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/9/6/8/399968_421e6b00410.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.63" OriginalAmount="39.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|44546" HotelName="Champlung Mas Legian - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Bene, Legian, Badung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/6/44546_1_5905.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts 68 bungalows a lobby with express check-out, a reception, a safety deposit box service and a currency exchange service. Our guests can find a bar, a pub and a restaurant. The establishment offers guests internet (for a fee), room service, a laundry service (for a fee) and a car park. SITUATION: It is nearLegian the beach it is situated 1 kilometre away from Kuta Beach the city centre of Where you can find shops, restaurants and bars. Denpasar It is situated 10 kilometres away from 10 kilometres away from the establishment, guests will find Ngurah Rai Airport. ROOM: The rooms a bathroom with a shower, a direct line telephone, a satellite TV, a mini-bar, a king-size bed, individual air-conditioning and a balcony or terrace. FACILITIES: Outdoors, clients have access to a swimming pool with a children's area and deck chairs. The establishment also offers a massage service (available for a fee), Clients can enjoy activities such as basketball, tennis and badminton. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers an Ã  la carte restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.32" OriginalAmount="41.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|32902" HotelName="Adi Dharma Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. BENESARI, KUTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/0/2/32902_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a garden with a terrace, has 85 rooms, 72 superior rooms, 7 deluxe rooms, 6 family rooms and 3 floors. This quiet hotel, is perfect for business and holiday stays, In the entrance, you can find a lobby, a reception, a safety deposit box service, a currency exchange service and a restaurant. The establishment offers guests room service, a laundry service (for a fee) and a car park. SITUATION: It is inLegian the area near the establishment, guests will find a shopping centre, restaurants and a beach. it is 1 kilometre away from the city centre, is situated 5 kilometres away from the airport. ROOM: The rooms have a balcony, with views, individual air-conditioning, a double bed and a mini-bar. They also have a direct line telephone, a television, a hairdryer, a shower and a bath. FACILITIES: The establishment boasts a swimming pool with a children's area, a beauty centre and an entertainment programme. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and a restaurant with typical dishes and international cuisine. You can also enjoy a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.39" OriginalAmount="46.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|191225" HotelName="The Niche Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>190. LEGIAN STREETLEGIAN KUTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/2/5/191225_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.97" OriginalAmount="46.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399997" HotelName="Sulis Beach Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara , Banjar Segara, Kuta, badung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_cb64bce0747.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.28" OriginalAmount="46.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|167118" HotelName="Gazebo Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 3134 Denpasar Jl. Danau Tamblingan No. 35 Sanur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/1/8/167118_int8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 2 swimming pools, a massage service and WiFi (free of charge), in communal areas, It also has a library, a playground, a reception, a transfer service to the airport and a car hire desk. SITUATION: This hotel is in Sanur the heart of it is close to the beach, the establishment is a 25-minute drive away from Ngurah Rai the airport the establishment is a 15-minute drive away from the hospital, Bali Beach Golf it is situated near. ROOM: Each room has a bathroom, an air-conditioning system, a sofa, a satellite TV, a safety deposit box, a fridge, a mini-bar and a bathroom with a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.66" OriginalAmount="48.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|399490" HotelName="Segara Agung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Duyung No. 43 Semawang, Sanur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/4/9/0/399490_43bd2020347.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.15" OriginalAmount="48.69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|170135" HotelName="Kresna Suites By Villa Kresna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SARINANDE 19 SEMINYAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/1/3/5/170135_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a swimming pool, bicycle rental, a cafÃ© and WiFi (free of charge), The establishment offers guests excursions, room service, a car hire service, a transfer service to the airport and a car park (free of charge), Regarding the food and beverage offering, the establishment has breakfast and dinner service. SITUATION: This establishment, is in Seminyak the centre of In the surrounding area, you can find shops and restaurants. 5 minutes walk away, you can find Seminyak the beach it is 30 minutes drive away from Ngurah Rai Airport. ROOM: The establishment has suites, They have art work, an air-conditioning system, a flat-screen television, a DVD player, a safety deposit box, a mini-bar, a kettle and a coffee maker. Some rooms have a dining area and a sofa-bed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.71" OriginalAmount="49.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|169346" HotelName="Arana Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Ratih No. 5, Legian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/4/6/169346_1_8246.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a swimming pool, rooms with balcony, a transfer service to the beach, (free of charge), WiFi (free of charge), in communal areas. SITUATION: This establishment, Seminyak it is in 5 minutes away, you can find Seminyak the beach a supermarket, is situated 15 minutes away from Seminyak the beach 20 minutes away from the establishment clients have Potato Head the beach 24 minutes away from the establishment, you can find Ngurah Rai Airport. ROOM: Each room has tiled floors, an air-conditioning system, flatscreen cable television, a wardrobe, a safe, a courtesy tea and coffee service, a fridge, a microwave and a bathroom with a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.60" OriginalAmount="51.07" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|34961" HotelName="Putu Bali Villa and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL. PETITENGET 72X, SEMINYAK, KUTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/6/1/34961_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001, has 16 rooms. SITUATION: This establishment, is in Bali a good area in it is located near the city centre and the beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.90" OriginalAmount="51.36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|167924" HotelName="Sara Residence By Nakula" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula No.9 Legian Kaja</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/2/4/167924_1_6341.jpg</HotelPictures>
        <HotelDescription>HOTEL: The comfortable, welcoming hotel, it offers a swimming pool. SITUATION: This hotel is in Seminyak,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.10" OriginalAmount="51.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|65309" HotelName="Bali Spirit and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 189, NYUH KUNING VILLAGE UBUD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/3/0/9/65309_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This typical style hotel, has excellent service. ROOM: The establishment has 23 rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.02" OriginalAmount="52.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|400319" HotelName="The Rinaya Canggu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Canggu, Gg. Lely No. 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/3/1/9/400319_7b91ae41323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.09" OriginalAmount="52.51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|402206" HotelName="The Garuda  and Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Wanagiri, 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/2/0/6/402206_816ffa60949.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.39" OriginalAmount="52.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399303" HotelName="Kuta Townhouse Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane 1, Agung Art Market</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/3/0/3/399303_874e4651007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.84" OriginalAmount="53.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399986" HotelName="Labak River  By Eps" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Singakerta Nyuh Kuning</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/9/8/6/399986_d7abbba0607.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.46" OriginalAmount="53.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|210737" HotelName="Suarti Boutique Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Nyuh Kuning, Pengosekan,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/7/3/7/210737_1_3707.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.77" OriginalAmount="54.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|41499" HotelName="Taman Harum Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Mas, UBUD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/9/9/41499_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated complex in 2005, has 14 rooms and cabins. It has tropical gardens, a lobby, express check-out, a reception, a hairdresser's, a television room and a restaurant. The establishment offers internet, room service and a laundry service. SITUATION: Mas It is in Ubud It is situated 10 minutes away from 60 minutes away from the establishment guests have the airport, Nearby, you will findBatuan, Pejeng and Celuk the villages of. ROOM: The spacious rooms, have a direct line telephone, a writing desk, a wardrobe, bedside table, a television, individual air-conditioning and a fan. They also have luxurious bathrooms, a mini-bar, a double bed, a hairdryer, towels and a terrace. Guests are offered non-smoking rooms. FACILITIES: The establishment has a swimming pool, a children's swimming pool, an outdoor bar and deck chairs. The establishment also offers hydrotherapy treatments and a massage service (available for a fee). PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant, a winery, Chinese food, traditional cuisine, Indonesian dishes and Occidental dishes. The establishment also offers a breakfast service and snacks.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.37" OriginalAmount="54.73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|166145" HotelName="Aqua Octaviana Bali Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Klecung 38X, Umalas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/4/5/166145_hab2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a swimming pool, internet and a car park. SITUATION: This establishment, is in Umalas the residential area of it is close to a beach and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.98" OriginalAmount="55.32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|167620" HotelName="Uyah Amed and Spa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Ketut Natih, Pantai Timur No. 801</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/6/2/0/167620_1_1310.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a swimming pool, a diving centre, bungalows with garden views, views of the swimming pool and sea views. SITUATION: This establishment is in Bali, is situated 100 metres away from the beach Amed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.58" OriginalAmount="55.90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|178700" HotelName="Neo + Kuta Legian by ASTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Tropozone no 8 Legian, Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/7/0/0/178700_1_2673.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.07" OriginalAmount="57.35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|169895" HotelName="The Tukad Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Beji Ayu VI No.8 Sunset Road, Seminyak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/9/5/169895_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.68" OriginalAmount="58.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|401561" HotelName="Royal Majesty Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Blong Keker No 7 Puri Gading, Jimbaran, Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/5/6/1/401561_bb37c871015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.95" OriginalAmount="60.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|167985" HotelName="Svarna Suite Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Eka laweya No. 8, Seminyak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/8/5/167985_aseo.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.09" OriginalAmount="61.25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399991" HotelName="Gusde Tranquil Villas by EPS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cempaka Banjar Kumbuh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/9/9/1/399991_f2813dd0606.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.57" OriginalAmount="61.72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|401430" HotelName="Dupa Ubud Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Tirta Tawar, Br. Junjungan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/4/3/0/401430_bf72a631151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.58" OriginalAmount="62.70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|402166" HotelName="Balisanti Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Candidasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/1/6/6/402166_774f07e0811.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.27" OriginalAmount="63.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399532" HotelName="The Miracle Nusa Dua" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dharmawangsa Street Nusa Dua, 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/5/3/2/399532_89a98f20641.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.48" OriginalAmount="63.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|210739" HotelName="Hilton Garden Inn Bali Ngurah Rai Airport - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Airport Ngurah Rai, No. 7 Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/7/3/9/210739_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.31" OriginalAmount="64.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|400833" HotelName="Prana Dewi Mountain Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Wongaya Gede, Kaja</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/8/3/3/400833_470805b1147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.83" OriginalAmount="64.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|26047" HotelName="Aneka Beach Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN PANTAI KUTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/4/7/26047_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small hotel, beach, has 60 rooms, standard rooms and junior suites, bungalows and suites. It has a charming hall, a currency exchange service, a safety deposit box service, a bar, a restaurant with typical and international cuisine, a cinema and a karaoke room. The establishment offers room service, a laundry service and a car park. SITUATION: It is surrounded by a tropical garden, Kuta it is in opposite the establishment, guests have a beach, in the surrounding area of the establishment, guests can find bars, restaurants, cafÃ©s and souvenir shops. it is 20 minutes away from Denpasar Airport. ROOM: The rooms a bathroom with a shower, a bath with a hairdryer. Guests are offered a balcony or terrace with stunning views, satellite or cable TV, a direct line telephone, individual air-conditioning, a desk, a mini-bar, a coffee maker and a teapot. Clients can find suites and bungalows, a kitchen with fridge and some rooms with private swimming pool. FACILITIES: Outdoors, clients have access to a tropical garden with a swimming pool, a terrace, deck chairs, parasols and towels. Guests are offered a massage service, aromatherapy treatments and beauty treatments. At the beach, clients can surfing (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers American buffet breakfast and a restaurant. PAYMENT METHODS: The establishment accepts credit cards.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.19" OriginalAmount="65.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|167714" HotelName="Pop! Hotel Nusa Dua" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Bypass Ngurah Rai No.188 X Mumbul Nusa Dua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/7/1/4/167714_aseo.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, WiFi, a reception, concierge service, a vending machine, a cleaning service and a car park (free of charge). SITUATION: This hotel is situated 3 kilometres away from the convention centre. ROOM: The rooms have views of the city, an air-conditioning system, a satellite television, a safety deposit box, a bathroom with a shower, a WC and towels.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.42" OriginalAmount="66.43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|41208" HotelName="Club Bali Family Suites @Legian Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WERKUDARA STREET, LEGIAN - KUTA 526</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/2/0/8/41208_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex is situated in a garden area and has one, two or three bedroom apartments, This renovated establishment in 2008 and has 49 rooms a lobby, a reception, a safety deposit box service, a currency exchange service, a lift and a restaurant. At an additional cost you can have access to internet, room service and a laundry service. The establishment also offers bicycle rental, a car park and a playground. SITUATION: It is next toLegian the beach nearby, you will find restaurants, shopping centres, in the surrounding area, clients have the airport 30 minutes away fromDenpasar the city of. ROOM: Clients are offered apartments with individual air-conditioning system, a bathroom, a hairdryer, a direct line telephone and a satellite TV. They also have a radio, internet, a living room, a kitchen with fridge, a balcony and a terrace. FACILITIES: You can find a gym, a swimming pool that has an area for children and an outdoor bar. Guests are offered a massage service (available for a fee), play ping-pong and billiards. Near the establishment, guests can find a beach. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.31" OriginalAmount="68.26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399985" HotelName="D'Legon Luxury Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tirta Tawar No. 15, Kutuh Kaja Petulu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/9/8/5/399985_7a2b39e0634.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.23" OriginalAmount="71.10" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|399489" HotelName="Aq-va  and Villas Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Werkudara No. 464 (near double six beach) Legian, Badung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/4/8/9/399489_0cb6e1d0336.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.38" OriginalAmount="71.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|399548" HotelName="Sekuta Condo Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan. Sekuta No.12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/5/4/8/399548_893da5f0645.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.68" OriginalAmount="71.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|167208" HotelName="Plagoo Holiday" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Dalem Tarukan No. 7 Taman Mumbul Nusa Dua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/2/0/8/167208_gen.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a swimming pool, a gym, a spa and WiFi (free of charge). The establishment offers a business centre, meeting rooms, a garden area and a swimming pool bar. SITUATION: This hotel is in Nusa Dua, close to the beach Nusa Dua. 15 minutes away from the establishment you have Airport Bali. ROOM: The establishment has suite rooms with an air-conditioning system, a sitting room, dining area, a kitchen and a balcony or terrace. OTHERS: Regarding the food and beverage offering, clients have a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.76" OriginalAmount="71.61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|35343" HotelName="Sri Phala Resort and Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. BY PASS NGURAH RAI 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/3/35343_1_3176.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts 18 comfortable rooms, In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a bar and a restaurant. The establishment offers guests room service, a laundry service and a car park. SITUATION: It is in tropical gardens, 25 minutes away from the establishment guests have Bali Airport Sanur Beach it is situated 5 minutes away from 5 minutes away from the establishment, you can find shopping centres, leisure areas. ROOM: All are spacious and modern rooms, They have a bathroom with a hairdryer, a coffee maker, a kettle, a direct line telephone, internet and a double bed. There is also a satellite TV, a mini-bar, an individual air-conditioning system and a balcony or terrace. FACILITIES: The establishment has a swimming pool and a bar. close to the establishment, clients can find restaurants. OTHERS: Guests can book bed and breakfast, Accepted American Express, Visa, Diners Club, JCB and Mastercard. Regarding the food and beverage offering, clients have an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.88" OriginalAmount="71.73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|400997" HotelName="Seminyak Square  and Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Kayu Aya 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/9/9/7/400997_783a5821404.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.00" OriginalAmount="71.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|63515" HotelName="The Beverly Hills Bali A Luxury Villas and Spa - Chse Certified" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Goa Gong, Banjar Santhi Karya, Jimbaran</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/1/5/63515_1_1227.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel and romantic.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.61" OriginalAmount="72.44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|399286" HotelName="Bali Paradise  Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL KARTIKAKALIBUKBUK LOVINA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/2/8/6/399286_dde13001333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.06" OriginalAmount="72.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|399582" HotelName="Quest  San Denpasar By Aston - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mahendradata No. 93, Denpasar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/5/8/2/399582_da7062a0746.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.41" OriginalAmount="78.07" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|169540" HotelName="Kubu Manggala Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JLN BUMBAK UMALAS BRANYAR KELODKUTAUTARA BADUNG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/4/0/169540_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has spa treatments, WiFi (free of charge), a laundry service, a dry cleaner's, room service, a car hire desk and motorbike hire. SITUATION: This establishment, is in Umalas (Bali) the area Umalas (Bali) Seminyak about 10 minutes away (by car) from it is 30 minutes drive away from Ngurah Rai the airport At an extra charge, the establishment offers Kuta a transfer service to. VILLAS: The villas have a swimming pool, a kitchen, air-conditioning, a living room, a dining area, a flat-screen television, DVD player, a bathroom with bath and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.43" OriginalAmount="80.03" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|169484" HotelName="Grania Bali Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN DEWI SARASWATI III 35 KUNTI UTARA SEMINYAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/8/4/169484_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.63" OriginalAmount="81.19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|156537" HotelName="Taman Sari Bali Resort and Spa - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DUSUN PEMUTERAN, KECAMATAN GEROKGAK, BULELENG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/5/3/7/156537_1_2956.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is in a natural enviroment, has gardens, ponds and is perfect for families and couples, This complex with air-conditioning, has 45 rooms, a hall, a safety deposit box service, a bar and a restaurant. For an additional charge cost offers room service and a laundry service. SITUATION: This complex is in Pemuteran the region of 50 kilometres away from Lovina the beach 15 kilometres away from Menjangan the Island of it is 3,5 kilometres away from Ngurah Rai the International Airport of. ROOM: The spacious, bright rooms are Thai-style, have ponds, a tropical garden, a bathroom with a shower, a double bed, a direct line telephone, a television, a safe, a small fridge, an individual air-conditioning system and a private terrace. FACILITIES: Guests can relax with an outdoor swimming pool, spa treatments and a massage service. At an additional cost, you can diving. MEALS: Guests are offered a breakfast service, traditional cuisine and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.09" OriginalAmount="84.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|42207" HotelName="Nomad Hub Canggu Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BUMBAK 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/0/7/42207_1_1261.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests a tropical garden, excellent service and luxury facilities. SITUATION: This hotel is 25 minutes away from the airport excellent transport links to shops and the nightlife.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.40" OriginalAmount="84.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|61895" HotelName="Prime Plaza Suites Sanur - Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BY PASS NGURAH RAI 83 SANUR SANUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/8/9/5/61895_1_6267.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts one, two or three bedroom apartments, The establishment offers guests a transfer service (free of charge), a swimming pool with a bar, a terrace, ping-pong, a gym, a spa with treatments and an activities programme for children, Guests can also find a swimming pool with slides and a playground. ROOM: The rooms have an air-conditioning system, a living room, a fully-equipped kitchen and have modern facilities. OTHERS: Regarding the food and beverage offering, clients can enjoy a dinner service and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.79" OriginalAmount="85.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|210687" HotelName="ANEMA VILLA SEMINYAK" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Sri Kresna Legian Bali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/6/8/7/210687_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.03" OriginalAmount="85.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|170131" HotelName="Kecapi Villa Seminyak By Ini Vie Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL PETITENGET GG KECAPI NO 8 SEMINYAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/1/3/1/170131_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in an excellent location excellent transport links to points of interest, is situated 1 kilometre away from Petitenget the beach a 5-minute walk away from Potato Head the beach club it is 20 minutes drive away from Ngurah Rai the airport. ROOM: The establishment has villas with dining room, solarium, a mini-bar (free of charge), a bathroom, a kitchen with hobs, a toaster, juicer, a coffee maker, a sitting room, MP3, a CD player and a safe. FACILITIES: Guests are offered free access toCanggu the club Where you can find a fitness centre, a tennis court, a library and a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.06" OriginalAmount="86.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|47234" HotelName="Holiday Inn Resort Baruna Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/3/4/47234_1_5935.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Balinese style complex, has tropical gardens, was opened in 2009 and has 195 suites air-conditioning, a WC, a lobby with a reception, a safety deposit box service, a currency exchange service, daily newspapers, a lift, a playground and a mini-club. The establishment offers guests 2 restaurants, a cafÃ© and a bar. It also has room service, conference facilities, WiFi, a car park and a laundry service (for a fee). SITUATION: Tuban It is in close to the establishment, clients can find the leisure area ,Kuta the shopping area of it is 1 kilometre away from Waterbom Park the water park Discovery the shopping centre Denpasar it is situated 45 kilometres away from It is 10 minutes away fromNgurah Rai Airport. ROOM: They have a direct line telephone, a television, internet, a fridge, a coffee maker and a kettle. There is also a safe, a balcony or terrace, an individual air-conditioning system, a bathroom with a shower and a hairdryer. FACILITIES: The establishment boasts Kid Suites, family suite and an activities programme for children, (available for a fee), The establishment has a bar, a massage service, a spa (available for a fee), a gym, a swimming pool, a children's swimming area, an outdoor bar and a terrace. At the beach, guests can find deck chairs and parasols. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy breakfast, lunch and dinner service in the restaurant, The establishment serves a continental buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.10" OriginalAmount="86.50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|166229" HotelName="Arya Amed Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Amed</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/2/2/9/166229_1_9285.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant and a swimming pool. SITUATION: This establishment, Amed it is in it is 100 kilometres away from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.66" OriginalAmount="88.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|84388" HotelName="Troulis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>BALI-RETHYMNO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/3/8/8/84388_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is 60 metres away from Varkotopos Beach. ROOM: The establishment has studios, apartments with views of the sea and swimming pool views. They also have an air-conditioning system, a satellite television, a safe, a kitchen, a fridge, a coffee maker, table, a bathroom with a shower, a bathrobe and a balcony. FACILITIES: The establishment has a swimming pool, a restaurant and a cafÃ©. The establishment also offers WiFi (free of charge) in the communal areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.68" OriginalAmount="88.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|169423" HotelName="De' Bharata Villas Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL SUNSET ROAD GANG BAIK BAIKSEMINYAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/2/3/169423_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is an ideal place for relaxing, has a reception, a safety deposit box service, room service, a laundry service, a medical care service, a car park and a transfer service to the airport. SITUATION: This establishment, Bali it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.20" OriginalAmount="89.51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|61891" HotelName="Barong Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL.LEGIAN, GANG BATU BOLONG, KUTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/8/9/1/61891_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and has 99 rooms a restaurant with a TV, 2 bars, a restaurant with a terrace and a swimming pool. Our guests can find a lobby, a reception, a safety deposit box service, a currency exchange service and room service. The establishment also offers a games room, a car park and a laundry service (for a fee). SITUATION: It is inLegian the street Where you can find the nightlife and the shopping area. in the surrounding area, clients have Kuta the beach 30 minutes away, guests can find Ngurah Rai Airport. ROOM: The rooms have a double bed, individual air-conditioning, a shower and a balcony or terrace. They also have a mini-bar, a television, films and a direct line telephone. FACILITIES: The establishment has 2 swimming pools, an outdoor pool, a swimming pool with a children's area, 2 open-air bars and deck chairs. At an extra cost, you can find a massage service, The establishment also offers billiards, At the beach, you can find deck chairs. MEALS: Regarding the food and beverage offering, the establishment offers American breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.10" OriginalAmount="90.39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|169713" HotelName="Jas Green Villas and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JLN KAYU AYA GANG BUGIS SEMINYAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/1/3/169713_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.34" OriginalAmount="91.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|47998" HotelName="The Bidadari Villas and Spa - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BANJAR ANYAR KELOD, KEROBOKAN, KUTA UTARA 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/9/8/47998_ad36fac0941.jpg</HotelPictures>
        <HotelDescription>HOTEL: This spa complex, has 19 chalets a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a restaurant and room service. At an additional cost you can have access to a laundry service, WiFi and bicycle hire. Guests can also find a car park. SITUATION: It is inUmalas-Kerobokan northern Kuta 15 minutes away from the establishment clients have Where you can find restaurants, pubs, bars and shops. It is 20 minutes away fromDenpasar Airport. ROOM: Guests are offered chalets with swimming pool, an air-conditioning system, a bathroom with a bath and outdoor shower. They also have a dining room, a kitchen, private garden, a king size or double bed, a fridge, a hairdryer, an ironing set, a coffee maker and a kettle. Guests can enjoy a satellite TV with international channels, a DVD player, a stereo, internet and a safe. Guests are offered individual air-conditioning, heating and a balcony or terrace. FACILITIES: You can find a solarium, spa treatments and a massage service. At an extra cost, you can find a spa, Clients can enjoy activities such as water-skiing, diving, surfing, windsurfing, jet-skiing, sailing, catamaran excursions and canoeing. Facilities (available for a fee), Our guests can also horse-riding, go cycling and play golf. Facilities (available for a fee), 17 kilometres away, clients have at their disposal a golf course. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.90" OriginalAmount="92.14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|400432" HotelName="Del Cielo Villa Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cendrawasih, Seminyak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/4/3/2/400432_60caf0a1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.07" OriginalAmount="93.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|399522" HotelName="Kori Maharani Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bypass Prof. Dr. Ida Bagus Mantra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/5/2/2/399522_7c6bd2e0508.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.35" OriginalAmount="93.54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|400441" HotelName="Sotis Villa Canggu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kayutulang, Canggu, Kec. Kuta Utara, Kabu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/4/4/1/400441_8b897311011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.60" OriginalAmount="93.79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|220661" HotelName="Royal Tulip Springhill Resort Jimbaran - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. JEPUN, JIMBARAN, BADUNG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/6/1/220661_1_3799.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.67" OriginalAmount="94.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|33133" HotelName="Bali Ayu and Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. PETITENGET 99 X</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/3/3/33133_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts 32 rooms a garden, a terrace, a hall with a reception, a safety deposit box service and a currency exchange service. The establishment offers room service, a laundry service, restaurants, 2 bars and a car park. SITUATION: This hotel is in Petitenget the city of it is situated 3 kilometres away from Kuta the city centre of it is 700 metres away from restaurants ,Petintenget the beach 30 minutes away from the establishment guests have Ngurah Rai Airport. ROOM: The traditional-style rooms, have a kitchen, a bathroom with a hairdryer, a balcony or terrace with garden views, an air-conditioning system, a direct line telephone and a satellite television. They also have a fridge, a mini-bar, a king size or double bed, a coffee maker, a kettle and internet. FACILITIES: The establishment boasts a swimming pool bar, a swimming pool, a spa, a massage service and billiards. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant, local dishes and international dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.31" OriginalAmount="95.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|168221" HotelName="Sawah Indah Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Br. Tebola, Sidemen, Karangasem, Bali - Indonesia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/2/2/1/168221_aseo.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is surrounded by mountains, has a swimming pool, a restaurant, inviting rooms with city views, a spa with treatments and WiFi in communal areas. ROOM: The rooms have a fan, a terrace with chairs, a mini-bar, a bathroom with bathroom items and a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.70" OriginalAmount="95.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|47351" HotelName="Villa Diana Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN KRESNA ULUN TANJUNG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/3/5/1/47351_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This villa has a meal service, a small hall and 25 rooms. SITUATION: This establishment, is 15 minutes drive away from the international airport, is situated in Legian the heart of 15 minutes walk away, you can find restaurants, the nightlife, Seminyak Avenue Double Six and Blue Ocean Beach the beaches.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.32" OriginalAmount="96.43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|169577" HotelName="Jas Boutique Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL RASEMINYAK GANG TAMAN SARI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/7/7/169577_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Seminyak the city centre of 10 minutes away from the establishment, clients can find Kuta the beach 15 minutes away from the establishment guests have the beach, is 30 minutes away from Ngurah Rai Airport. ROOM: Each room has a kitchen, a television, a swimming pool and WiFi (free of charge), You are offered suites, villas, a dining area, a safety deposit box and a bathroom with a bath. FACILITIES: Guests are offered a massage service, barbecue, a swimming pool, a reception, car hire, motorcycle rental, a transfer service to the airport, ticket sales and a currency exchange.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.11" OriginalAmount="97.19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|36198" HotelName="Athina" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>BALI - RETHYMNON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/9/8/36198_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Our guests can find a swimming pool, a bar, a lobby with a bar, a car park, internet and a spa. It has 35 rooms. SITUATION: It is inBali the tourist centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.87" OriginalAmount="100.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|401420" HotelName="Natah Bale Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl Cemara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/4/2/0/401420_c8ef56a1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.03" OriginalAmount="101.97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|220635" HotelName="Airis Luxury Villas and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Uluwatu Km 23 Desa Ungasan Kuta Selatan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/3/5/220635_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.51" OriginalAmount="102.44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|169464" HotelName="Gracia Bali Villas and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SARINANDE NO 3 SEMINYAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/6/4/169464_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.18" OriginalAmount="103.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|156495" HotelName="Nunia Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. PANGKUNGSARI GG. MAHARAJA, PETITENGET 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/4/9/5/156495_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bali it is in is situated in Seminyak the area Close to, Where clients can find restaurants, Playa de Seminyak 10 minutes walk away, you can find it is 20 minutes drive away from Bali Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.09" OriginalAmount="103.97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|400028" HotelName="The Reika Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Melasti, Bukit Karang Complex No 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/0/2/8/400028_972aace0831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.14" OriginalAmount="104.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|401738" HotelName="Citadines Berawa Beach Bali - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pemelisan Agung, Tibubeneng, Kuta Utara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/7/3/8/401738_bc80a251016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.50" OriginalAmount="104.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|401448" HotelName="Mandala Desa Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Lantangidung, Sukawati,Batuan, Sukawati</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/4/4/8/401448_b0b3dee1204.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.81" OriginalAmount="106.61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|169315" HotelName="Coral View Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Lipah-Bunutan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/1/5/169315_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a salt water pool and a seafood restaurant. SITUATION: This establishment, is near Lipah the beach 2 hours away, you can find Ngurah Rai Airport. ROOM: All the rooms have an air-conditioning system, a balcony, a mini-bar, a bath, garden views, views of the swimming pool and sea views. FACILITIES: Guests are offered water activities, gardens, darts and table games. Clients can also find a launderette, a currency exchange, tourist information and car hire.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.46" OriginalAmount="107.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|166224" HotelName="Artemis Villa and" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Camplung Tanduk, Puri Kubu No.63F, Seminyak, Ba NULL NULL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/2/2/4/166224_1_6737.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has spa facilities, a swimming pool, a restaurant and WiFi (free of charge), in communal areas. SITUATION: This establishment, is 500 metres away from a beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.76" OriginalAmount="107.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|154517" HotelName="Bale Gede Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BATUBELIG GANG BIAS AUD NO. 1, KEROBOKAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/5/1/7/154517_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bali it is in. HOTEL: The hotel has a main 3-storey building, a 3-storey annexed building, 12 single rooms, 4 double rooms and 4 villas. Guests are also offered facilities for disabled guests and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.96" OriginalAmount="107.73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|400011" HotelName="Villa Lisha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pura Kayu Putih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/0/1/1/400011_5b6b4330735.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.72" OriginalAmount="108.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|169569" HotelName="Mahagiri Villas and Spa Dreamland" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL KAHURIPAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/6/9/169569_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has villas with a swimming pool, a kitchen, WiFi (free of charge), a car park (free of charge) and a transfer service to the airport, (free of charge). SITUATION: This establishment, is 4 minutes away from Dreamland the beach it is situated 10 minutes away from Nusa Dua the beach Jimbaran Bay. it is situated 20 minutes away from Ngurah Rai Airport. ROOM: They have an air-conditioning system, a sitting area, a flat-screen television, a DVD player, a microwave, deck chairs, an ironing set, a bathroom with a bath and outdoor shower. FACILITIES: Guests are offered a gym, a spa, a massage service, a barbecue, tourist information, excursions, car hire and a transfer service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.51" OriginalAmount="110.20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|169804" HotelName="Hidden Paradise Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>PO. BOX 121 AMLAPURA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/0/4/169804_87c1af40951.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a laundry service, a currency exchange service, motorbike hire, a gift shop and a restaurant. SITUATION: This establishment, is close to Amed the beach. BUNGALOWS: The bungalows have WiFi at no extra cost, tropical gardens, a balcony, a fridge, a hairdryer, a living room and a bathroom with shower or bath. FACILITIES: This establishment has a swimming pool, a massage service and a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.08" OriginalAmount="110.76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399291" HotelName="Jay’s Villas Umalas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tegal Cupek, Banjar Anyar Kelod</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/2/9/1/399291_0fe3d2b1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.25" OriginalAmount="110.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|35689" HotelName="Visakha Sanur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. TANJUNG NO.41, SANUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/6/8/9/35689_1_5513.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005 and has 12 rooms, Guests can find a kitchen, a lobby with a reception, a safety deposit box service, a bar, a restaurant, a car park and room service (for a fee). SITUATION: Sanur It is in 20 minutes away, guests can find Denpasar the city centre of it is situated 10 minutes away from Sanur the beach Le Mayeur the Museum of 15 minutes away from the establishment guests have Sanur the city centre of It is 10 minutes away fromMertasari the beach. ROOM: Guests are offered villas with a bathroom, with a hairdryer, a direct line telephone, a coffee maker, a kettle, individual air-conditioning and a king-size bed. FACILITIES: Guests are offered a massage service and spa treatments. Outdoors, guests have access to a swimming pool, 5 minutes away from the establishment, clients have at their disposal a golf course. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.82" OriginalAmount="112.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|73840" HotelName="Xidas Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bali Bali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/8/4/0/73840_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Xidas Garden is rated two stars, is situated in Rethymno the outskirts of, has a cafÃ© and a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.82" OriginalAmount="113.42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|169390" HotelName="Natya Tanah Lot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kawasan Wisata Tanah Lot, Tabanan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/9/0/169390_1_3895.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.39" OriginalAmount="115.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|400002" HotelName="Sana Vie Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Tangkuban Perahu 888x Kerobokan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/0/0/2/400002_7c174840732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.89" OriginalAmount="116.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|169339" HotelName="Aleesha Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL KESARI II GG TEGAL SARISANUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/3/9/169339_1_4645.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is an ideal place for relaxing, has a safety deposit box service, a currency exchange service, a laundry service, a medical care service and a car park. SITUATION: This establishment, Bali it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.06" OriginalAmount="116.56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|202916" HotelName="Berry Glee Thematic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN RAYA KUTA 139</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/9/1/6/202916_1_2534.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.80" OriginalAmount="117.28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|400401" HotelName="The Leaf Jimbaran Luxury Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jepun No.81 Karang Mas Sejahtera, Jimbaran</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/4/0/1/400401_f5cbacb0941.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.10" OriginalAmount="120.49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|400835" HotelName="Puri Mangga Sea View Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri Kayu Putih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/8/3/5/400835_2d8ac601153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.96" OriginalAmount="122.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|220624" HotelName="Agata Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Keraton No. 88, Seminyak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/2/4/220624_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.74" OriginalAmount="123.05" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|169347" HotelName="Lasanti s and Spa Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN NAKULA GANG BAIKBAIK NO 89SEMINYAK KUTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/4/7/169347_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a library, tourist information, WiFi (free of charge) and a transfer service to the airport, Guests can find the massage service, a laundry service and a car hire service. SITUATION: This hotel Seminyak it is in Close to Seminyak the beach 30 minutes away, you can find Ngurah Rai Airport. ROOM: Guests can find a swimming pool, a kitchen, a television, a safety deposit box and mosquito nets.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.12" OriginalAmount="126.33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|47156" HotelName="FuramaXclusive Resort and Villas Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BANJAR BINDU JLN.RAYA MAMBAL PO BOX 134 UBU 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/6/47156_1_9476.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 24 chalets air-conditioning, a hall with a reception, a reception, a currency exchange service and conference rooms. The establishment offers internet, room service, a car park, a bar, a restaurant, drinks, a laundry service and bicycle rental (for a fee). SITUATION: 20 minutes away from the establishment you haveUbud the commercial area of Bali Bird Park it is situated 10 kilometres away from it is situated 15 kilometres away from Sukawati the market Denpasar 30 kilometres away from the establishment, guests will find 45 minutes away from the establishment you haveNgurah Rai Airport. ROOM: Guests are offered one and two bedroom chalets with a bathroom with a shower, a bath, a hairdryer, a double bed, a direct line telephone and satellite or cable TV. They also have a radio, a Hi-Fi, internet, a mini-bar, a coffee maker, a kettle, an individual air-conditioning system, a terrace and a safety deposit box. FACILITIES: The establishment has swimming pools, an outdoor bar, a terrace with deck chairs and parasols. The establishment also has a hydromassage bath, a sauna, hydrotherapy treatments and a massage service (available for a fee), You can find an activities programme (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, room service and a bar. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.08" OriginalAmount="127.26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|42209" HotelName="Tonys Villas and Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN PETITENGET KEROBOKAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/0/9/42209_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel an ideal place for relaxing, was built in 2003, renovated in 2012, has 31 rooms, 22 double rooms and 9 villas. SITUATION: This establishment, Bali it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.48" OriginalAmount="128.62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|203849" HotelName="Maison At C Boutique and Spa Seminyak - Chse Certified" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih No 89 Petitenget</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/4/9/203849_1bcea2b1239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.94" OriginalAmount="129.07" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|401437" HotelName="The Palm Grove Villas Lembongan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mushroom Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/4/3/7/401437_008a6ab1244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.08" OriginalAmount="131.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|34847" HotelName="Pelangi Bali and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Camplung Tanduk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/4/7/34847_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts 89 rooms, 78 superior rooms, 6 luxurious rooms, 4 super deluxe rooms and 1 suite. Guests can find a lobby with a reception, a safety deposit box service, a cloakroom, a lift and a television room. The establishment offers room service, a playground, bicycle rental, a laundry service, room service, internet, a pharmacy, a currency exchange service and a car park. SITUATION: It is inSeminyak the beach Kuta is situated in near the establishment, you will find shopping centres, tourist points of interest, 20 minutes away from the establishment clients have Ngurah Rai Airport It is 5 minutes away fromKuta the city centre of Denpasar it is situated 20 metres away from. ROOM: The rooms a bathroom with a hairdryer, an air-conditioning system, a mini-bar, a kettle, a coffee maker and an ironing set. They also have a direct line telephone, a television, a king size or double bed and a balcony or terrace. You are offered superior rooms. FACILITIES: The establishment has a swimming pool, deck chairs and a spa. Clients can enjoy activities such as surfing and horse-riding. Our guests can also use the gym. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service and an international restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.84" OriginalAmount="131.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|60254" HotelName="Segara Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. SEGARA AYU, SANUR, PO BOX 3091 DENPASAR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/2/5/4/60254_1_6785.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This club complex, has 120 rooms and with air-conditioning. It has a reception area, gardens, a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service, daily newspapers, a television room, a bar and a restaurant. The establishment offers guests room service, a car park, internet, a laundry service and bicycle rental. SITUATION: The complex, is in Segara Ayu the street it is in the beach, is 1,5 kilometres away from the city centre, Where you can find Hardy's the shopping centre the tourist office. 30 minutes away from the establishment you have Ngurah Rai Airport. ROOM: They have a double bed, an individual air-conditioning system, a central heating system, a satellite TV and a direct line telephone. Clients are offered a kitchen with mini-bar, a coffee maker, a kettle, a bathroom with a shower, toiletry set and a hairdryer. You are offered an ironing set (available on request), a reception with a safe and a balcony or terrace. FACILITIES: The establishment boasts 3 swimming pools, private beach, an activities programme and a children's area. You can find a snack bar, a hydromassage bath, deck chairs and parasols. At the beach, customers can find deck chairs and parasols. Guests can enjoy enjoy tennis, play ping-pong, playing billiards and beach volleyball. For a fee, you can enjoy a massage service. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a restaurant, a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.15" OriginalAmount="132.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|210738" HotelName="Kubu Bali Baik Villa and Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Pejeng Kawan Br. Umahanyar Ds. Pejeng Kaja</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/7/3/8/210738_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.59" OriginalAmount="134.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|169358" HotelName="Bali Diamond s - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN PANTAI KERAMASGIANYAR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/5/8/169358_1_3862.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has villas with a swimming pool, garden views, a massage service, a barbecue, a car hire service and a car park (free of charge). SITUATION: This hotel is on Jalan Pantai Keramas the beach 10 minutes away, you can find restaurants, is 5 minutes away from Sulawati Art Market the Market of 45 minutes away from the establishment clients have Ngurah Rai Airport. ROOM: Guests can find 2 bedrooms, wooden floors, a bathroom, a kitchen with fridge and a microwave.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.43" OriginalAmount="136.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|167100" HotelName="Flamingo Dewata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Uluwatu, Pecatu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/0/0/167100_int.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has an outdoor swimming pool, a transfer service, WiFi (free of charge), has a reception, a laundry service, tourist information and a car hire desk. SITUATION: This establishment, la playa Dreamland it is 5 minutes drive away from la playa Padang Padang it is 10 minutes drive away from and restaurants, 20 minutes away from the establishment clients have Ngurah Rai Airport. ROOM: The establishment has villas with wooden floors, large windows, a television, a DVD player, a bathroom with a bath, a shower and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.81" OriginalAmount="139.62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399604" HotelName="De Moksha Eco Friendly Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benuo, Banjar Kebilbil Desa Belalang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/6/0/4/399604_e68ad1c1002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.70" OriginalAmount="140.49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|169449" HotelName="Eden The Residence At The Sea - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL.BATU BELIG SEMINYAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/4/9/169449_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a swimming pool, villas with a swimming pool, WiFi and a car park (free of charge). SITUATION: This establishment, Seminyak it is in 50 metres away from the establishment, you can find the sea, Seminyak 10 minutes away from the establishment clients have Kuta 15 minutes away from it is 30 minutes away from Ngurah Rai Airport. ROOM: Guests can find a sitting area, cable television, a DVD player, garden and a sitting area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.31" OriginalAmount="141.08" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|219405" HotelName="The Alena Resort A Pramana Experience" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Silungan Desa Mas, Ubud</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/4/0/5/219405_b0f19ed1216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.63" OriginalAmount="141.39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|49166" HotelName="Puri Dajuma Beach Eco-Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DUSUN DAUH PANGKUNG PEKUTATAN, JEMBRANA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/6/6/49166_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a boutique, WiFi, a restaurant, bars, a swimming pool with a children's area and a spa. SITUATION: This hotel Pekutatan it is near it is situated 70 kilometres away from Bali Airport opposite the establishment, you can find the beach. ROOM: The establishment has chalets with an air-conditioning system, a fan, a fridge, a television, a direct line telephone and a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.81" OriginalAmount="142.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|402123" HotelName="Murni's Houses and Spa Ubud" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/1/2/3/402123_0db02aa0729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.90" OriginalAmount="142.62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|169728" HotelName="The Samara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN KAJENG UBUD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/2/8/169728_1_8261.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a swimming pool, a bicycle rental desk, it offers a laundry service, a transfer service to the airport, WiFi (free of charge), in communal areas, a restaurant and a bar. SITUATION: This establishment, is a 10-minute walk away from the Royal Palace and Ubud the Market of la selva de los Monos it is situated 2 kilometres away from, 36 kilometres away from the establishment, guests will find Ngurah Rai the airport. ROOM: All the rooms have a terrace, computer safe, a flat-screen television and a bathroom with a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.39" OriginalAmount="143.10" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|42184" HotelName="Bali Emerald Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/8/4/42184_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has villas with a swimming pool, a sitting area, butler, a laundry service and security services. VILLAS: They have air-conditioning, a kitchen, a dressing table, a dining room, cable television and DVD player. SITUATION: This hotel is 5 minutes away from Sanur the beach. FACILITIES: Clients can enjoy activities such as diving, jet-skiing, sailing and billiards. Guests are offered a massage service, treatments, excursions, an entertainment programme and a transfer service. RESTAURANT: Regarding gastronomy, the establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.31" OriginalAmount="144.96" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|66059" HotelName="The Haven Bali Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL. RAYA SEMINYAK, KUTA 500</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/0/5/9/66059_1_1562.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has air-conditioning, was built in 2007 and has 163 rooms a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a hairdresser's, a games room, a TV room, a cafÃ©, a restaurant and conference rooms. The establishment offers internet, a car park, room service, bicycle hire and a laundry service (for a fee). SITUATION: This hotel Seminyak it is in it is surrounded by beaches, Clients can also find restaurants, is 15 kilometres away from Kuta Square the shopping area 300 metres away from the establishment, you can find a beach, is situated 20 kilometres away from Ngurah Rai Airport. ROOM: Guests are offered one and two bedroom apartments with a balcony, a swimming pool and a bathroom with a shower, They also have a bath, a hairdryer, a king size or double bed, a direct line telephone, a satellite television, a radio, internet, a mini-bar, a microwave, individual air-conditioning, a coffee maker, a kettle and a safe. FACILITIES: Close to the establishment, clients can find a beach, bars, The establishment has 3 pools with children's area, a bar, a sunbathing terrace, spa treatments (available for a fee) and billiards. Clients can enjoy activities such as aerobics and go cycling (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.04" OriginalAmount="145.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|169866" HotelName="Pertiwi Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Monkey Forest - Ubud - Bali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/6/6/169866_1_3515.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.06" OriginalAmount="145.69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|68166" HotelName="Bali Taman Beach Resort and Spa - Lovina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN RAYA LOVINA, LOVINA BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/6/6/68166_1_6113.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Balinese style hotel, has a lobby, a safety deposit box service and a currency exchange service. The establishment has 30 rooms, Our guests can find a bar and a restaurant. The establishment also offers room service (for a fee), a laundry service and a car park. SITUATION: Lovina Beach It is in Where you can find a beach, Singaraja 10 minutes away from the establishment you have It is situated 11 kilometres away fromDenpasar Airport. ROOM: They have a fan or air-conditioning system, a mini-bar, a television, a bathroom with a shower, a bath, a safe and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool that has an area for children, Clients can enjoy activities such as diving, sailing and enjoy tennis. PAYMENT METHODS: Customers can pay using Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.69" OriginalAmount="146.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|156570" HotelName="Aldeoz Grand Kancana Villa Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL. GUNUNG JAYAWIJAYA 494 KEROBOKAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/5/7/0/156570_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This tourist establishment, was built in 2013, has 1 floor, 30 rooms and a car park. SITUATION: This hotel is in the heart of, the city, Close to the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.88" OriginalAmount="148.43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|169431" HotelName="Downtown s" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN PURA DALEM 9D, SEMINYAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/3/1/169431_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Seminyak it is in 15 minutes away from the establishment, clients can find Seminyak the beach it is 5 minutes away from Seminyak District La plaza de Seminyak it is 30 minutes drive away from 30 minutes away from the establishment you have Ngurah Rai Airport. ROOM: The establishment has villas with private swimming pool, WiFi (free of charge), a patio, an air-conditioning system, flatscreen cable television, a DVD player and a kitchen. FACILITIES: Guests are offered a fitness centre, a massage service and tourist information. OTHERS: Regarding the food and beverage offering, clients can enjoy room service and a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.35" OriginalAmount="148.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|402510" HotelName="Bintang Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Desa Sakti - Banjar Sakti</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/5/1/0/402510_633b5790715.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.65" OriginalAmount="150.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|169523" HotelName="Katala Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN PUNGUTAN GANG JASMINE SANUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/2/3/169523_1_2210.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary establishment, has a sitting room, dining area, a private swimming pool and WiFi (free of charge), The establishment offers spa treatments and a transfer service to the airport, (free of charge). SITUATION: This establishment, Sanur it is in the establishment is a 5-minute drive away from shops and restaurants, is 15 minutes drive away from Denpasar the area. VILLAS: The establishment has one or two bedroom villas with a terrace, views of the garden and swimming pool views. They have a kitchen, cable TV, a CD player, DVD player, a bathroom with bath, a shower and hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.51" OriginalAmount="150.98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|169410" HotelName="Awila Villa Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL DEWI SRI III NO 10X KUTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/1/0/169410_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge) and a transfer service to the airport. SITUATION: This hotel Kuta it is situated 10 minutes away from 10 minutes away, you can find Seminyak the city centre of Where you can find shops and restaurants. it is 30 minutes away from Ngurah Rai Airport. ROOM: Customers can find a terrace, an air-conditioning system, a satellite television, a fully-equipped kitchen, a sitting area, a sofa-bed, a living room, views of the swimming pool, a bathroom with a shower, a bath and complimentary bathroom items. FACILITIES: Guests are offered a massage service, car hire, tourist information, a reception, a luggage room, a safe, breakfast service and special dishes can be made.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.80" OriginalAmount="151.26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|169650" HotelName="Rc Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN LAKSMANA NO88 SEMINYAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/6/5/0/169650_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.61" OriginalAmount="152.05" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|41209" HotelName="The Seminyak Suite - Private Villa - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN RAYA SEMINYAK 17 KUTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/2/0/9/41209_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, was opened in 2005 and has 17 rooms a lobby, express check-out, a reception, a bar and a restaurant. The establishment offers bicycle hire, room service and a laundry service. SITUATION: Near the establishment, guests will find shops, restaurants, the nightlife and the beach. it is 10 minutes away from Kuta the beach 20 minutes away from the establishment guests have Ngurah Rai Airport Denpasar it is 30 minutes away from. ROOM: They have a garden area with swimming pool, a bathroom, a hairdryer, a living room, table and a mini-bar. They also have a coffee maker, a kettle, a swimming pool, a stereo, an individual air-conditioning system, a satellite or cable television, a DVD player, a safety deposit box, a direct line telephone and a king-size bed. FACILITIES: The establishment has a swimming pool. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy an international restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.16" OriginalAmount="153.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|41183" HotelName="Grand Hyatt Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kawasan Wisata Nusa Dua BTDC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/8/3/41183_1_3364.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable beach hotel, has 648 rooms and 4 floors. It has a lobby, express check-out, a reception, a currency exchange service, a cafÃ©, a bar and 5 restaurants. The establishment offers conference facilities, room service, a laundry service, bicycle rental, a car park and a mini-club. SITUATION: This hotel is in Nusa Dua the Peninsula of 20 minutes away from the establishment, clients can find Bali Airport Denpasar 30 minutes away from the establishment, you can find Kuta it is 20 minutes away from 45 minutes away from the establishment clients have Uluwatu the Temple of. ROOM: The rooms are spacious, comfortable with a balcony with views, a double bed and an individual air-conditioning system. They also have cable television, a direct line telephone, a safe, a mini-bar, a coffee maker and a kettle. FACILITIES: Guests can enjoy a sauna, a hydromassage bath and spa treatments. Guests can also find tennis, a solarium, a swimming pool with an outdoor bar and (available for a fee). At the beach, customers can find water activities. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, 5 restaurants, traditional dishes and international cuisine. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.80" OriginalAmount="161.94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399590" HotelName="The Double View Mansions Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Babadan, 200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/5/9/0/399590_083fe600708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.94" OriginalAmount="163.05" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|400430" HotelName="La Paradis Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pantai Pererenan, Canggu, 129</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/4/3/0/400430_a9546471129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.73" OriginalAmount="163.82" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|400414" HotelName="Taman Mesari Luxury Villas-seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya seminyak, Gang Taman Sari, No 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/4/1/4/400414_0d968730925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.60" OriginalAmount="168.54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|166331" HotelName="The Ayu Kintamani Villa at Toya Devasya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Puri Bening Toya Bungkah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/3/3/1/166331_int.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Batur Lake 45 minutes away from the establishment, clients can find Ubud the centre of 90 minutes away from the establishment clients have Denpasar Airport. ROOM: The establishment has villas with private swimming pool, an air-conditioning system, a balcony, cable television, a mini-bar, a kettle and a coffee maker. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.60" OriginalAmount="169.51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|41104" HotelName="Villa Seminyak Estate and Spa - By Astadala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BAIK BAIK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/0/4/41104_1_7997.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex is ideal for holidays or business trips and has 45 rooms a lobby, a reception, express check-out, a bar and a restaurant. The establishment offers room service, a laundry service, bicycle rental and a car park. SITUATION: It is inSeminyak the heart of 5 minutes away from the establishment clients have the beach, Kuta it is situated 10 minutes away from It is 20 minutes away from the airport, Denpasar it is 30 minutes away from. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, individual air-conditioning, a kettle and a coffee maker. They also have a satellite television, a stereo, a radio, internet, a mini-bar and a safe. FACILITIES: The establishment has a swimming pool, At an extra cost, you can find a massage service, spa treatments and a sauna. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a breakfast service, a restaurant, international cuisine, Asian specialties and traditional cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.26" OriginalAmount="174.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|35543" HotelName="The Vira Bali Boutique and Suite - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza No. 127, Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/4/3/35543_1_5430.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 56 rooms a reception, a safety deposit box service, a currency exchange service, a bar, a restaurant and a conference room. The establishment offers a car park, room service and a laundry service. SITUATION: Jalan Kartika Plaza It is in 5 minutes away from the establishment guests have Ngurah Rai Airport next to the establishment, guests will find Waterboom the water park Kuta the beach Denpasar It is situated 20 kilometres away from. ROOM: The modern and cosy rooms, have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a coffee maker and a kettle. They also have a king size or double bed, individual air-conditioning, a safe and a balcony or terrace. FACILITIES: Guests are offered hydrotherapy treatments and a pool that has a children's area. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.00" OriginalAmount="182.52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|41243" HotelName="Adirama Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN RAYAL SINGARAJA-SERIRIT K. - LOVINA BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/2/4/3/41243_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a big swimming pool and a restaurant. It has 18 rooms, The establishment offers guests a lobby, a laundry service (for a fee) and a car park. SITUATION: It is inLovina the beach it is in a quiet area, is 2 kilometres away from Lovina the city centre of 20 minutes away from the establishment you have the Buddhist monastery,2,5 hours from the establishment, you can find the airport. ROOM: The rooms are spacious, some rooms with fan, some rooms with individual air-conditioning system, a balcony or patio, a bathroom and a double bed. FACILITIES: Guests are offered a massage service, a library and an outdoor bar. close to the establishment, you can find a beach. OTHERS: Regarding the food and beverage offering, clients have a breakfast service and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.15" OriginalAmount="182.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|167518" HotelName="Villa Chocolat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Temuku No.16,Seminya,Oberoi,Kuta,Bali-I</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/5/1/8/167518_semi_int.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is 10 minutes away from the beach Seminyak. It is 15 minutes drive away from the street Legian. 20 minutes away, you can find the beach Kuta. It is 45 minutes drive away from the airport Ngurah Rai. ROOM: This villa has a sitting room, a kitchen, dining area, flat-screen satellite television, a terrace with swimming pool views, a bathroom with a bath and complimentary bathroom items. FACILITIES: The establishment boasts a swimming pool, a massage service, gardens and WiFi (free of charge). Guests are offered a launderette on request, car rental and a transfer service to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.55" OriginalAmount="183.06" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|400420" HotelName="Ubud Nyuh Bali Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Raya Silungan st Lodtunduh Ubud, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/4/2/0/400420_35caaf00921.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.18" OriginalAmount="183.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|70269" HotelName="Alaya Dedaun Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Legian 123B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/2/6/9/70269_1_231.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel ideal for all kinds of travellers, has excellent service and comfortable facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.94" OriginalAmount="185.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|68177" HotelName="Maya Sayang Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN MERTASARI, KEROBOKAN KLOD, KUTA BALI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/7/7/68177_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel and has 10 chalets air-conditioning, a lobby with a reception, a safety deposit box service, a bar and a restaurant. The establishment offers room service, a laundry service (for a fee) and a car park. SITUATION: Seminyak It is in near the establishment, you will find, shops, restaurants, bars and a nightclub. it is situated 15 kilometres away from Ngurah Rai Airport. ROOM: They have a bathroom with a shower, a bath, a hairdryer, satellite and cable TV, internet and a king size or double bed. You can also find a direct line telephone, a safety deposit box, a kitchenette, private swimming pool, a terrace and an individual air-conditioning system. FACILITIES: Clients can find private swimming pool, The establishment also offers spa treatments, a massage service and body care treatments (available for a fee), Guests can also find a covered swimming pool and deck chairs. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.28" OriginalAmount="186.68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|218552" HotelName="The Samata By Lifestyleretreats" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>By pass Ida Bagus Mantra, Gang Pucuk I, No. 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/5/5/2/218552_1_1984.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.83" OriginalAmount="187.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|67190" HotelName="Le Jardin Villas Seminyak - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SARINANDE, SEMINYAK 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/9/0/67190_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in 2007 and has 24 air-conditioning rooms, a lobby with express check-out, a reception, a safety deposit box service, a cloakroom, a television room, a breakfast room and a dining room. The establishment offers guests a car park and indoor parking. For an additional charge you can use internet, room service, a laundry service and bicycle rental. SITUATION: It is inSeminyak the heart of 5 minutes away from the establishment you have a beach, is situated 7 kilometres away from Ngurah Rai Airport. ROOM: They have a kitchen, a dining area, a private swimming pool and a garden. They have a king-size bed, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a satellite or cable television, a Hi-Fi, internet, a safe and a washing machine. They also have a kitchen with fridge, a microwave and individual air-conditioning. FACILITIES: The establishment has swimming pools, a gym, a spa, spa treatments and a massage service (available for a fee), You can find a terrace with deck chairs, a hydromassage bath and a covered pool. Guests can also go cycling (available for a fee), At the beach, customers can find deck chairs (available for a fee). PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy an Ã  la carte restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.12" OriginalAmount="187.50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|167816" HotelName="Samhita Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bisma, Ubud</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/8/1/6/167816_pool.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is situated 40 kilometres away from the airport Denpasar. ROOM: The establishment has of different styles.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.63" OriginalAmount="189.93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|41700" HotelName="Peppers Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl Pura Telaga Waja, Petitenget, Seminyak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/0/0/41700_1_2675.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Seminyak the heart of Bali it is in 20 minutes away from the establishment guests have Bali Airport. ROOM: The establishment has 32 villas and with private swimming pool. FACILITIES: Guests are offered a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.79" OriginalAmount="191.06" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399599" HotelName="Puri Naga Beachfront Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna / Doublesix Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/5/9/9/399599_a644ef80818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.08" OriginalAmount="191.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|203358" HotelName="The Sintesa Jimbaran Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN KENCANA NO. 1 JIMBARAN 206</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/3/5/8/203358_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.30" OriginalAmount="197.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|48434" HotelName="Javana Royal Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. PETITENGET NO 27C KEROBOKAN, SEMINYAK - BALI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/3/4/48434_1_1443.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a butler service and 17 chalets. The establishment has air-conditioning, a hall, a restaurant, internet, a garden and a terrace. The establishment offers guests room service and a laundry service (for a fee). SITUATION: It is inKerobokan the district of 20 minutes away from the establishment you have the international airport. ROOM: Guests are offered large, comfortable chalets with king size bed, a bathroom with a bath and a shower. They also have a direct line telephone, a satellite television, internet, a fridge, an individual air-conditioning system and a terrace. FACILITIES: The establishment has private swimming pool, a jacuzzi, a sunbathing terrace with deck chairs and parasols. At an extra cost, you can find a massage service and spa treatments. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.71" OriginalAmount="198.75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399973" HotelName="Villa Santun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pura Ulun Carik No. 06 Br. Lungsiakan Ds. Ke</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/9/7/3/399973_0eb44b80450.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.24" OriginalAmount="200.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|210733" HotelName="The Bandha and Suites " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padma Utara, Legian Kaja, Legian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/7/3/3/210733_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.08" OriginalAmount="202.99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|169795" HotelName="GANGSA PRIVATE VILLA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. TIRTA AKASA, SANUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/9/5/169795_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers a transfer service (free of charge), a swimming pool for private use, WiFi (free of charge), private parking (free of charge), it offers a massage service, has a restaurant, a swimming pool, a spa, a garden with a barbecue and a terrace. SITUATION: This 4 star hotel, Sanur it is in it is 10 minutes drive away from Sanur the beach. VILLAS: The villas have cable TV, air-conditioning, a kitchen well-equipped, a sitting room and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.13" OriginalAmount="204.98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399545" HotelName="Origin Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan. Tirta Tawar. Banjar Kutuh Kelod, 1 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/5/4/5/399545_c4102600628.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.61" OriginalAmount="205.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|218551" HotelName="Abia Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. RAYA LEGIAN II, GANG XX</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/5/5/1/218551_ed588191033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.98" OriginalAmount="205.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|68221" HotelName="Filion Suites Resort &amp; Spa" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Free CXL until 12/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Main Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/2/2/1/68221_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex was built in 2010 and has 65 rooms, The establishment boasts air-conditioning, a lobby, a reception, express check-out, a currency exchange service, a cloakroom, a lift and a hairdresser's. Our guests can find a games room, a television room, a mini-club, a playground, a cafÃ©, a bar and a restaurant. The establishment also offers conference facilities, WiFi, a car park, room service, a laundry service (for a fee) and a bicycle rental desk. SITUATION: Bali It is close to Rethymno it is 30 kilometres away from 15 kilometres away, you can find the bus station, a beach ,Nikos Kazantzakis It is situated 45 kilometres away from Clients can also find Heraklion Airport. ROOM: Each room has a bathroom with a shower, a bath, a hairdryer, a direct line telephone and a satellite or cable television. They also have internet, a safe, a mini-bar, a coffee maker, a kettle, individual air-conditioning and a balcony or terrace. FACILITIES: Outdoors, guests have access to 2 pools with children's area, deck chairs, parasols, towels, an outdoor bar and 2 children's swimming pools. You can find a covered swimming pool with a hydromassage bath, (available for a fee), a steam bath, a sauna, spa treatments and a massage service. Facilities (available for a fee), Guests can also enjoy tennis (available for a fee), basketball and ping pong. Clients can find water sports (available for a fee), jet-skiing, diving, sailing, catamaran excursions and pedal-boating. By paying an extra charge, you can playing billiards and horse-riding. The establishment also offers an entertainment programme for children, At the beach, customers can find deck chairs and parasols. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and dinner. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.26" OriginalAmount="210.93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|169900" HotelName="Villa Air Bali Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Lebak Sari, Br. Taman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/9/0/0/169900_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.81" OriginalAmount="218.26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|156497" HotelName="Nunamkhalu Private Villas and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. MELASTI II Nº 88, KUTUH, NUSA DUA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/4/9/7/156497_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: The complex, Nusa Dua it is in about 15 minutes away (by car) from and Dreamland Beach the beach, the establishment is a 35-minute drive away from Bali Airport. HOTEL: This hotel is ideal for holidays, has a lobby with a reception, a safety deposit box service, with air-conditioning, a restaurant and WiFi. The establishment also offers room service, a laundry service and a swimming pool. VILLAS: Clients have at their disposal modern chalets with a kitchen, a dining room, a living room, a large bathroom with bath and a shower. They also have a private swimming pool, a terrace, satellite and cable television, internet, a mini-bar, a coffee maker, a teapot, a double bed, an individual air-conditioning system, a safe and a balcony or terrace. MEALS: The establishment offers a breakfast service and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.38" OriginalAmount="218.82" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|203854" HotelName="Maya Sanur Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Danau Tamblingan No. 89M, Batujimbar, Sanur Bali Indonesia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/5/4/203854_1_9041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.75" OriginalAmount="219.17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|47962" HotelName="Naya Gawana Resort and Spa - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>West Bali National Park, Banyuwedang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/6/2/47962_1_1639.jpg</HotelPictures>
        <HotelDescription>HOTEL: This club complex, with air-conditioning and has chalets a lobby, a reception, a safety deposit box service, a currency exchange service, a games room, a TV room and a restaurant. The establishment offers WiFi, a car park, bicycle rental and a laundry service (for a fee). SITUATION: It is inBali north-west it is situated next to Menjangan Bay it is in a natural park,3,5 hours away, you can find Ngurah Rai Airport. ROOM: They have a sitting room, individual air-conditioning, a king size or double bed, a bathroom with a shower and a bath. You are offered a direct line telephone, a coffee maker, a kettle, a hairdryer, a safety deposit box and a balcony or terrace. FACILITIES: Clients can enjoy activities such as horse-riding, hiking, go cycling and diving. Guests are offered a massage service and spa treatments. Clients can also find canoeing and billiards. Facilities (available for a fee), The establishment has a swimming pool (free of charge) and a hydromassage bath. PAYMENT METHODS: The establishment accepts American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers buffet and Ã  la carte restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.85" OriginalAmount="221.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|170133" HotelName="Koenokoeni Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN PURA TELAGA WAJA SEMINYAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/1/3/3/170133_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a reception, a safety deposit box service, a currency exchange service, room service, a laundry service, a medical care service and a car park. SITUATION: This establishment, Bali it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.41" OriginalAmount="228.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|238898" HotelName="Swarga Suites Bali Berawa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pemelisan Agung, Tibubeneng, North Kuta, Badung Regency</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/8/9/8/238898_1_1677.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.47" OriginalAmount="236.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|63512" HotelName="Annora Bali Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/1/2/63512_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex they have air-conditioning, a lobby, a reception, a safety deposit box service, a bar and a restaurant. The establishment also offers room service, a laundry service (for a fee) and a car park. SITUATION: 200 metres away, guests will find a beach, is 14 kilometres away from Nguarh Rai Airport. ROOM: The establishment has chalets and suites. They have a bathroom with a shower, a bath, a hairdryer, a king size or double bed, a direct line telephone, a satellite or cable television and internet. They also have a safety deposit box, a mini-bar, a fridge, a microwave, a coffee maker, a kettle, a balcony or terrace and an individual air-conditioning system. FACILITIES: The establishment boasts a spa with treatments, a covered pool, a swimming pool with a children's area and deck chairs. MEALS: Regarding the food and beverage offering, the establishment offers a set-menu restaurant. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.23" OriginalAmount="244.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|169283" HotelName="Bagus Agro Pelaga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Puncak Mangu, Desa Pelaga Kecamatan Petang, Kabupaten Badung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/8/3/169283_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Petang the district of Bali it is in It has excellent transport links to taxis, the bus, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.27" OriginalAmount="244.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|400409" HotelName="Plataran Menjangan Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>West Bali National Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/4/0/9/400409_3da28290941.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.04" OriginalAmount="245.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|69918" HotelName="Avani Seminyak Resort Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 DRUPADI STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/1/8/69918_7e868261026.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.87" OriginalAmount="250.36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|41517" HotelName="C151 Smart s At Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN LAKSMANA SEMINYAK 151</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/1/7/41517_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2007 and has 21 rooms a lobby and a reception. For an extra cost you can have access to room service and a laundry service. Guests also have access to a car park. SITUATION: Seminyak It is in Close to the establishment, clients can find, shops, leisure areas 100 metres away from, the beach, restaurants, Kuta 15 minutes away from the establishment guests have 20 minutes away, guests can find the airport, Denpasar It is 40 metres away from. ROOM: Guests are offered two bedroom chalets, a living room-bedroom, a bathroom, a swimming pool, a direct line telephone and a Hi-Fi. They also have internet, a mini-bar, a coffee maker, a kettle, a double bed, a safety deposit box and a terrace. Clients are offered curtains with electric shutters, an individual air-conditioning system, a hydromassage bath and flatscreen cable and satellite television. FACILITIES: Outdoors, clients have access to a swimming pool. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.11" OriginalAmount="261.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|169386" HotelName="Chapung Sebali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Sebali No. 5 Keliki</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/8/6/169386_1_2455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.47" OriginalAmount="262.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|203522" HotelName="ANANTARA VACATION CLUB BALI SEMINYAK (FORMERLY RAN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL DRUPADI NO 28, SEMINYAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/2/2/203522_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.48" OriginalAmount="268.43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|169353" HotelName="Ayung Resort Ubud - Chse Certified" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Begawan, Desa Melinggih Kelod, Payangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/5/3/169353_1_5368.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool, a gym, a bar, a restaurant and yoga. SITUATION: This hotel is in Ubud the city centre of 15 minutes away from the establishment, guests will find Ubud the Market of Ubud the Palace of it is situated 90 hours away from Ngurah Rai the airport. ROOM: Each room has an air-conditioning system, marble floor, a satellite television, a fridge, a mini-bar (free of charge), a bathroom with a bath, a shower and complimentary bathroom items. FACILITIES: Guests are offered a theatre, a reception, a luggage room, WiFi (free of charge), guided tours and a transfer service to the airport, (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.50" OriginalAmount="277.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|400440" HotelName="Aksari Resort Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Desa Kenderan No. 88x Ubud - Bali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/4/4/0/400440_592e94e1021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.55" OriginalAmount="298.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|46965" HotelName="The Damai - Chse Certified" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN DAMAI, KAYUPUTIH, LOVINA, SINGARAJA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/6/5/46965_1_2239.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 19 air-conditioning rooms, a lobby, a reception, a safety deposit box service, a currency exchange service, a bar, a restaurant and a library. The establishment has a temple, WiFi, room service and a laundry service (for a fee), nearby, you can find a car park, The establishment offers bicycle hire. SITUATION: Buleleng It is in Singaraja and Lovina it is located between nearby, you will find, restaurants, bars and pubs. Lovina it is 3 kilometres away from it is situated 500 metres away from Kayuputih the Forest it is 25 kilometres away from Gitgit the waterfall of It is 90 minutes away fromMenjangan the Island of it is situated 120 kilometres away from Ngurah Rai Airport. ROOM: Guests are offered spacious bungalows, have a king-size bed, a sitting room, a safety deposit box, a satellite or cable television, a DVD player, a mini-bar, a hairdryer, a bathrobe and slippers. Clients can find superior rooms with a shower and deluxe rooms with hydromassage, They have a direct line telephone, a radio, a Hi-Fi, individual air-conditioning, heating and a balcony or terrace. FACILITIES: Guests are offered a spa with treatments and a massage service (available for a fee), The establishment has swimming pools, an outdoor bar, deck chairs and a hydromassage bath. By paying an extra charge, you can enjoy tennis and diving. in the surrounding area, you can find a beach. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Guests can book half-board or full-board, Regarding the food and beverage offering, clients have a continental breakfast and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.94" OriginalAmount="304.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|210680" HotelName="Hideaway Villas Bali Uluwatu By Kanaan Hospitality" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Uluwatu, Gg. Bang Bang Bendot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/6/8/0/210680_1_5583.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.27" OriginalAmount="305.12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|41100" HotelName="Batu Karang Lembongan Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>LEMBONGAN ISLAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/0/0/41100_1_9644.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This club complex, has luxury chalets and tropical gardens. It has a bar, a restaurant, internet, a laundry service and bicycle rental. SITUATION: Nusa Lembongan It is in it is 12 kilometres away from the coast, is situated 60 minutes away from Sanur the beach. ROOM: The Balinese in style rooms, have a sofa, a bathroom with a hairdryer, individual air-conditioning, a safe, a direct line telephone and internet. They also have a CD player, satellite or cable TV, a mini-bar, a coffee maker, a kettle, an ironing set and a balcony or terrace. FACILITIES: Outdoors, clients have access to a swimming pool with deck chairs, The establishment has a solarium, a gym, hydrotherapy treatments and a massage service (available for a fee), Guests are offered hiking, canoeing, diving, diving, jet-skiing (available for a fee), surfing and fishing. Our guests can also go cycling. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with traditional and international cuisine, The establishment offers Indonesian dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.03" OriginalAmount="316.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|41628" HotelName="The Kunja - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/2/8/41628_1_4863.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 18 chalets a lobby, a bar and restaurants. The establishment also offers room service, a laundry service, internet and a car park. SITUATION: The hotel Petitenget it is in 10 minutes away from the establishment you have Seminyak the beach near the establishment, you will find restaurants, shops, 15 minutes away from the establishment clients have Discovery the shopping centre 30 minutes away, guests can find Ngurah Rai Airport. ROOM: They have a sitting area, private swimming pool, a terrace, a kitchen with a microwave, a king-size bed and a bathroom with a shower, Guests are offered a bath, a satellite television, a direct line telephone, a Hi-Fi, a mini-bar, a coffee maker and a kettle. They also have dresser, a safe, an individual air-conditioning system and a terrace. FACILITIES: Outdoors, guests have access to swimming pools. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service, Guests can book half-board or all-inclusive, The establishment also offers Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.82" OriginalAmount="339.63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|47988" HotelName="Kayumanis Jimbaran Private Estate and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN YOGA PERKANTI, JIMBARAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/8/8/47988_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts 19 chalets air-conditioning, a lobby with express check-out, a reception, a safety deposit box service and a restaurant. The establishment offers guests room service, a laundry service and a car park. SITUATION: Jimbaran it is in close to the establishment, clients can find a beach, restaurants, is 5 kilometres away from the city centre, Kuta it is situated 15 kilometres away from 15 kilometres away, you can find places of interest, Denpasar it is 25 kilometres away from it is situated 10 kilometres away from Ngurah Rai Airport. ROOM: Guests are offered two bedroom chalets, They have a sitting area, a flat-screen television, a swimming pool, a terrace, king size bed or two beds and a bathroom with a shower, a bath, They also have a direct line telephone, a satellite or cable television, internet, a safe, a kitchen with fridge, a microwave, a coffee maker, a kettle and individual air-conditioning. FACILITIES: At an extra cost, you can find fishing, excursions, cookery courses, yoga, cycling, a massage service and spa treatments. 10 kilometres away, clients have at their disposal a golf course, in the surrounding area, you can find a beach. 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 breakfast service and set-menu or Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="350.02" OriginalAmount="339.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|46971" HotelName="Tugu Bali - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BATU BOLONG, CANGGU BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/7/1/46971_57dc5191339.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex beach, renovated in 2007, has 21 deluxe suites and chalets. It has a lobby with a reception, a reception, a safety deposit box service, a currency exchange service and a restaurant. The establishment offers internet (for a fee), room service, a laundry service (for a fee), a car park and bicycle rental (for a fee). SITUATION: It is by the beach, is situated in a peaceful area, Seminyak 15 minutes away from the establishment guests have Where you can find the nightlife, restaurants and shops. Kuta it is situated 20 minutes away from Denpasar It is 35 metres away from 30 minutes away from the establishment you have the airport. ROOM: They have a satellite television, a mini-bar, a direct line telephone, a bathroom with a shower, a bath and a hairdryer. They also have internet, a double bed, individual air-conditioning, a safe and a balcony or terrace. FACILITIES: The establishment boasts a spa and with a massage service. Some services (available for a fee), Guests are offered a swimming pool with a terrace and deck chairs. PAYMENT METHODS: The establishment accepts American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers Ã  la carte breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="390.82" OriginalAmount="379.44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|44551" HotelName="The Elysian Villa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN SARI DEWI, SEMINYAK 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/5/1/44551_1_1302.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has tropical gardens, villas with a swimming pool, a restaurant, a spa and a swimming pool. VILLAS: They have a garden, a terrace, a TV, an iPod, a bathroom with bath and a shower. FACILITIES: Guests are offered cookery courses, yoga, meditation, cycling (free of charge), a gym and a library. RESTAURANT: Regarding gastronomy, the establishment offers a restaurant and room service. SITUATION: This establishment, is in Bali south it is 11 kilometres away from Ngurah Rai Airport It has excellent transport links to the beach and the nightlife.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="394.77" OriginalAmount="383.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|47085" HotelName="Komaneka At Bisma - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN BISMA, UBUD, GIANYAR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/8/5/47085_1_4498.jpg</HotelPictures>
        <HotelDescription>HOTEL: This club complex, was built in 2008, has and 32 rooms, with air-conditioning a lobby, a reception, a safety deposit box service and a lift. The establishment offers room service, a car park, a bar, restaurants and internet. At an additional cost you can have access to a laundry service and bicycle rental. SITUATION: Is situated inBisma the street nearby, you will find Ubud the city centre of Where you can find the market, the palace and the tourist office. 90 minutes away from the establishment clients have Ngurah Rai Airport. ROOM: The Balinese in style rooms, have a king size or double bed, a bathroom with a shower, a bath, a hairdryer, a balcony with table, deck chairs and a sitting room. They also have luggage room, a safe, an individual air-conditioning system, heating, cable and satellite television, a DVD player, a direct line telephone, a radio, internet, a fridge, a coffee maker and a kettle. FACILITIES: The establishment boasts a swimming pool, a jacuzzi, a gym (free of charge) and parasols. At an extra cost, you can find cycling, a spa, beauty treatments and a massage service. The establishment also offers an activities programme. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers breakfast, lunch and dinner service and set menu or Ã  la carte restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="397.83" OriginalAmount="386.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|68174" HotelName="Warwick Ibah Luxury Villas and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL. RAYA CAMPUHAN, P.O. BOX 193, UBUD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/7/4/68174_1_1097.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby, a reception, a safety deposit box service, a bar and a restaurant. The establishment also offers room service, the launderette and a car park. SITUATION: It is 5 minutes away fromUbud the commercial area of 45 minutes away from the establishment you have the airport. ROOM: Guests can find chalets, have a bathroom, with a bath, a king size or double bed, a direct line telephone and satellite or cable TV. They also have internet, a safety deposit box, a mini-bar, individual air-conditioning and a balcony or terrace. FACILITIES: The establishment has a covered pool and a swimming pool. For a fee, you can enjoy hydrotherapy treatments and a massage service. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="406.94" OriginalAmount="395.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|210681" HotelName="BEINGSATTVAA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kendran, Banjar KapituDesa Kendran, Ubud - Bali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/6/8/1/210681_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="411.91" OriginalAmount="399.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|400425" HotelName="Hidden Hills Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Labuan Sait gg Puncak Sekapa II, Pecatu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/4/2/5/400425_79b57c01033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="415.00" OriginalAmount="402.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|169848" HotelName="Munduk Moding Plantation Nature Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Asah Gobleg Banjar Dinas Asah Desa Gobleg Kecamatan Banjar Buleleng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/4/8/169848_1_7955.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has suites and villas. The establishment offers WiFi (free of charge), a swimming pool, a spa, a restaurant, a tennis court and room service. SITUATION: This establishment, is 5 minutes drive away from Buyan and Tamblingan the lakes of it is situated 15 minutes walk away from Munduk Falls of. ROOM: Each room has wooden floors, wooden furniture, large windows, a satellite television, cable television, a DVD player, a fridge, a mini-bar, a bathroom with a shower and a bath. FACILITIES: The establishment has a spa with a massage service and body treatments. Clients can enjoy activities such as cycling and horses. The complex has a laundry service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.85" OriginalAmount="419.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|41246" HotelName="Grand Istana Rama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN RAYA PANTAI KUTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/2/4/6/41246_1_3532.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, is in a garden area, has 106 renovated rooms, bungalows and superior rooms. It has a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service, a restaurant, conference rooms, internet, room service and a laundry service. SITUATION: It is in front ofKuta the beach 5 minutes away from the establishment clients have shops, restaurants and the nightlife. it is situated 10 minutes away from the market ,Discovery the shopping centre 15 minutes away from the establishment clients have Bali Airport Clients can also find. ROOM: The rooms have a bathroom, individual air-conditioning, a satellite TV, a direct line telephone and a mini-bar. They also have a coffee maker, a kettle, a safety deposit box, a king-size bed and a terrace with garden views. FACILITIES: The establishment boasts a swimming pool that has an area for children (available for a fee) and an outdoor bar. Clients can enjoy activities such as bodyboarding and surfing. Guests are offered a massage service. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa. OTHERS: Clients have at their disposal a cafÃ© and a restaurant. The establishment offers international dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="436.64" OriginalAmount="423.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|169304" HotelName="Tanah Gajah, A Resort By Hadiprana - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Goa Gajah, Tengkulak Kaja Ubud, Gianyar,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/0/4/169304_1_144.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a swimming pool and yoga. SITUATION: This hotel is situated 3 kilometres away from Ubud the city centre of it is situated 60 minutes away from Ngurah Rai Airport. ROOM: The rooms have a terrace, a bathroom and a television. Some rooms have private swimming pool. FACILITIES: Guests are offered cookery courses, yoga, gift shop, car rental, business facilities, a concierge service and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="457.19" OriginalAmount="443.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|550984" HotelName="JAWAI CASTLE RESORT - A Heritage in Jawai Leopard Reserve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jawai Castle Heritage Resort</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/9/8/4/550984_f8ea4a21340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="472.04" OriginalAmount="458.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|169878" HotelName="SAMAYA SEMINYAK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Laksmana, Seminyak Beach, Bali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/7/8/169878_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near Seminyak the beach it is situated 14 kilometres away from Ngurah Rai Airport Ku De Ta it is 5 minutes away from 10 minutes away from the establishment, clients can find Seminyak Square the shopping centre. ROOM: They have a private swimming pool, butler service, luxurious furniture, a flat-screen television, an iPod docking station and a DVD player. FACILITIES: Guests are offered WiFi (free of charge), a spa, a massage service, beauty treatments, a fitness centre and a sauna. OTHERS: Regarding the food and beverage provision, the establishment offers a bar, a restaurant and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="474.98" OriginalAmount="461.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|169874" HotelName="Puri Wulandari A Boutique Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kedewatan, Ubud Gianyar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/7/4/169874_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has villas with a swimming pool, attentive service, a spa and WiFi (free of charge). ROOM: They have canopies, a wardrobe, a sitting room and a shower. FACILITIES: Guests are offered a beauty centre, tourist information, excursions, a library, DVD player and CD. The establishment also offers a transfer service, (available for a fee), on request. OTHERS: Regarding the food and beverage offering, clients have restaurants, a breakfast service and a cocktail bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="702.87" OriginalAmount="682.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|48461" HotelName="Alila Villas Uluwatu, Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. BELIMBING SARI, BANJAR TAMBIYAK, DESA PECATU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/6/1/48461_1_1343.jpg</HotelPictures>
        <HotelDescription>HOTEL: This club complex, was built in 2008, has, 84 chalets air-conditioning, a lobby, a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom, a garden, a terrace, a TV room and a restaurant. The establishment offers conference rooms, WiFi, room service, a laundry service (for a fee), a car park and indoor parking. SITUATION: it is on a cliff, is in Bukit the Peninsula of 15 minutes away from the establishment guests have Jimbaran Bay Clients can also find Dreamland the beach 15 minutes away, you can find a restaurant, is 30 minutes away from Kuta the beach it is 30 minutes away from Ngurah Rai Airport. ROOM: They have private swimming pool, a king size or double bed, a bathroom with a bath, a shower and a hairdryer. They also have a direct line telephone, satellite or cable TV, a Hi-Fi, internet, a mini-bar, a fridge, a coffee maker, a kettle, a safe, individual air-conditioning, central heating and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool and a gym. At an extra cost, you can find a personal trainer, spa treatments and a massage service. Guests can also find a terrace with deck chairs and parasols. 10 minutes away from the establishment, clients have at their disposal a golf course. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard, Visa and credit cards. OTHERS: Regarding the food and beverage offering, clients can enjoy breakfast, lunch and dinner service in the restaurant, The establishment serves an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="727.75" OriginalAmount="706.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|220633" HotelName="Bali Aroma Exclusive Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Batu Belig Gg. Pelangi No 8, Seminyak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/3/3/220633_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="757.15" OriginalAmount="735.10" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|169781" HotelName="The Edge Bali - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Pura Goa Lempeh Banjar Dinas Kangin, Pecatu Bali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/8/1/169781_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has villas with a private pool, entertainment and WiFi (free of charge), The establishment has a fitness centre, a spa, a butler service and it offers breakfast service. SITUATION: This establishment, is on a cliff. ROOM: The villas have 2 Private Swimming Pools, home cinema, a kitchen, a wine cellar, a tropical garden and a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="914.16" OriginalAmount="887.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|68167" HotelName="Jumana Bali Ungasan Resort Manage By Hilton - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>BANJAR KELOD, UNGASAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/6/7/68167_1_4529.jpg</HotelPictures>
        <HotelDescription>HOTEL: this complex was built in 2009, with air-conditioning, has 73 rooms, 3 floors, a lobby, a reception, a safety deposit box service and a currency exchange service. It also has a lift, a hairdresser's, a games room, a mini-club, a bar, a restaurant, conference facilities, WiFi (for a fee), room service and a laundry service (for a fee), The establishment boasts a car park and a bicycle rental desk (for a fee). SITUATION: It is situated 5 kilometres away fromJimbaran the centre of 30 minutes away, you can find Kuta the beach Seminyak It is situated 20 kilometres away from it has good links to the transport network situated 12 kilometres away fromNgurah Rai Airport. ROOM: The rooms have an LCD TV, WiFi, a direct line telephone, an individual air-conditioning system, a shower, a bath, a hairdryer, a double or king-size bed, a radio, a safe, a mini-bar, a coffee maker, a kettle and an iron. FACILITIES: The establishment boasts a swimming pool, a pool that has a children's area, a terrace with deck chairs, parasols and an outdoor bar. For a fee, guests can enjoy a gym, bicycle rental, a hydromassage bath, a massage service and a spa. it is 2 kilometres away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="959.81" OriginalAmount="931.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|43965" HotelName="Four Seasons Resort Bali At Sayan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sayan, Ubud</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/6/5/43965_1_208.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 60 rooms, 3 floors, 18 suites and 42 chalets. It has a reception, a currency exchange service, a lift, a hairdresser's, a bar and a restaurant. The establishment offers guests internet, a laundry service and room service. SITUATION: Sayan Ubud It is in 15 minutes away from the establishment clients have Ubud the city centre of 10 minutes away, you can find, the market, shops, is 15 minutes away from Puri Lukisan the Museum of It is situated 35 kilometres away fromNgurah Rai Airport. ROOM: Guests are offered large suites and chalets. They have garden, a private bar, a king-size bed, a bathroom with a shower, a bath, a terrace and a hairdryer. They also have a direct line telephone, a satellite or cable television, internet, a mini-bar, a coffee maker, a kettle, a safety deposit box and an individual air-conditioning system. FACILITIES: You can find deck chairs, sports facilities, a massage service, spa treatments and a gym. PAYMENT METHODS: The establishment accepts American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy Ã  la carte breakfast, lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1068.02" OriginalAmount="1036.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|41242" HotelName="Como Shambhala Estate - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Banjar Begawan, Desa Melinggih Kelod, Payangan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/2/4/2/41242_1_2180.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has meeting facilities, audiovisual equipment and WiFi. SITUATION: Ubud 15 minutes away from the establishment guests have 60 minutes away, guests can find the airport. ROOM: The rooms have a balcony, with views, an air-conditioning system, a direct line telephone, a satellite TV, a mini-bar, a coffee maker and a kettle. FACILITIES: Clients can enjoy activities such as go jogging and go cycling. Guests are offered a massage service (available for a fee) and treatments. The establishment also offers yoga courses. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1319.21" OriginalAmount="1280.79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|169809" HotelName="Jeeva Saba Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pura Anyar II no. 8 Pantai Saba</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/0/9/169809_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Saba the beach it is situated in front of the beach. FACILITIES: This establishment has a swimming pool, a gym and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1562.97" OriginalAmount="1517.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|167918" HotelName="Kelapa Retreat and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ngurah Rai Road, Pekutatan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/1/8/167918_gen.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a private beach, a restaurant, WiFi (free of charge) and a transfer service (available on request). SITUATION: This hotel is on the east coast of Bali. ROOM: The establishment has suite rooms, villas have an air-conditioning system, a television, a DVD player, a mini-bar, a bathroom with a bath, a shower and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1731.39" OriginalAmount="1680.96" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|43964" HotelName="Four Seasons Resort Bali At Jimbaran Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JIMBARAN, KUTA SELATAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/6/4/43964_beefbfd0922.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned renovated hotel in 2007, has, 147 chalets a lobby with a reception, a safety deposit box service, a currency exchange service, a hairdresser's, a bar and conference rooms. The establishment offers internet, For an extra cost you can have access to room service and a laundry service. SITUATION: It is inJimbaran Bay 15 minutes away from the establishment, clients can find Kuta the beach Clients can also find Nusa Dua the city of 20 minutes away from the establishment, you can find Uluwatu the Temple of It is 10 minutes away fromNgurah Rai Airport. ROOM: They have gardens, a patio, outdoor shower, a private swimming pool, a living room and bedrooms. They also have a bathroom, a king-size bed, a shower, a bath, a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, a coffee maker, a kettle, a safe, an individual air-conditioning system and a terrace. FACILITIES: Guests are offered sports facilities, a gym, a swimming pool, water sports and canoeing. The establishment also has a spa, a sauna, a steam bath and spa treatments. The establishment boasts a pool that has a children's area, deck chairs and an outdoor bar. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have Ã  la carte breakfast, lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2084.92" OriginalAmount="2024.19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|44549" HotelName="The St. Regis Bali Resort - Chse Certified" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>KAWASAN PARIWISATA NUSA DUA LOT s6 po box 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/9/44549_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 81 suites, 24 chalets and 2 residences. It has with air-conditioning, gardens, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. Our guests can find a cafÃ©, a restaurant, a bar and a hairdresser's. The establishment offers internet and a car park. At an additional cost you can have access to WiFi, room service, a laundry service and bicycle rental. SITUATION: This complex is in Nusa Dua the beachfront it is situated next to a golf course, is 2 kilometres away from the nightlife, shops, the establishment is 9 kilometres away from Besakih the Temple of it is situated 20 kilometres away from Ngurah Rai Airport. ROOM: They have a living room, a balcony, some rooms with private swimming pool, a bathroom and a bath. You are offered 44 chalets with telephone, a satellite TV, a mini-bar, a Hi-Fi and a king-size bed. They also have a hairdryer, internet, an air-conditioning system, a safe, a coffee maker and a kettle. FACILITIES: The establishment boasts a swimming pool, a children's swimming pool and water sports. At an extra cost, you can find water-skiing, speedboating, surfing, windsurfing and canoeing. The establishment also offers travel agency, excursions, an outdoor bar, deck chairs and a terrace. The establishment boasts a sauna, a steam bath, a boutique and a library. Guests can also find hydrotherapy treatments and a massage service. By paying an extra charge, you can enjoy tennis, badminton and use the gym. next to the establishment, you will find a golf course. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients haveKayuputi and Boneka the restaurants a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3724.42" OriginalAmount="3615.94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|46964" HotelName="Bvlgari Resort Bali - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN GOA LEMPEH, BANJAR DINAS KANGIN, ULUWATU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/6/4/46964_1_1580.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 59 air-conditioning rooms, a garden, a terrace, a lobby, a reception, a safety deposit box service, a currency exchange service, a hairdresser's, a bar and a restaurant. The establishment offers conference rooms, WiFi, room service, a laundry service (for a fee) and a car park. SITUATION: Pecatu it is situated next to the establishment is 40 kilometres away from Denpasar the city of, 5 kilometres away, there is a public transport stop, is situated 80 kilometres away from a bus station, 5 minutes away from the establishment guests have a beach, is situated 98 kilometres away from Batur Lake it is situated 62 kilometres away from the zoo, 20 kilometres away, you can find Discovery the shopping centre it is 9 kilometres away from Garuda Wisnu Kencana park it is 15 minutes away from Ngurah Rai Airport. ROOM: The rooms a bathroom, a dining room, a swimming pool, butler service, a shower and a bath. They also have a hairdryer, a king size or double bed, a direct line telephone, a satellite or cable television, a radio, a Hi-Fi, internet, a mini-bar, a coffee maker, a kettle, an iron, individual air-conditioning and a safety deposit box. FACILITIES: The establishment boasts a spa, a yoga room, a swimming pool, 6 treatment cabins and showers. The establishment also has a beauty centre, a gym, a massage service (available for a fee), a children's swimming area, a terrace, deck chairs, a hydromassage bath and a steam bath. At an extra cost, you can find diving, sailing, horse-riding and go cycling. Guests also have access to ping pong, 30 kilometres away, clients have at their disposal a golf course. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offersIl Ristorante and Sangkar the restaurants The establishment serves a continental buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.40" OriginalAmount="19.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|402509" HotelName="WAIT GARDEN COTTAGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL TANJUNG AKUH NO 1 BR ANYAR SEBUNIBUS SAKTI NUSA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.48" OriginalAmount="96.58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399645" HotelName="LEMBONGAN SANCTUARY VILLAS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>JUNGUTBATU HILL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.16" OriginalAmount="138.99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|400424" HotelName="Cicada Luxury Townhouses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN PURA TELAGA WAJA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.85" OriginalAmount="161.99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|399646" HotelName="LE BAMBOO BALI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN LABUAN SAIT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.36" OriginalAmount="200.35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|399849" HotelName="Menzel Ubud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Yudistira, Peliatan, Kecamatan Ubud, Kabupate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating />
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
  </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
c299e1f1-2abc-4ef0-acef-3f0e6dc21b04|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="c299e1f1-2abc-4ef0-acef-3f0e6dc21b04">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="12,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47113" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-18T00:00:00" End="2026-10-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|399997" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
c299e1f1-2abc-4ef0-acef-3f0e6dc21b04|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="c299e1f1-2abc-4ef0-acef-3f0e6dc21b04" TimeStamp="0001-01-01T00:00:00" HotelName="Sulis Beach Hotel and Spa" HotelCode="399997" GTCityId="47113" CountryCode="ID" CityName="Bali" CountryName="Indonesia" Address="Jalan Wana Segara , Banjar Segara, Kuta, badung" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Family room" RoomTypeCode="399997H65_H1HRHR2qfcj|1776345723.DKRBARLL-GBRA45f5doffM|44.79|94|NDQuNzl8RVVSfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="39" TotalPrice="40.11" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/10/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-10-07T00:00:00" End="2026-10-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="38.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_cfc805a0751.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_d0474ac0752.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_cb64bce0747.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_cc058de0748.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_cc715a80748.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_d0a28ab0752.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_cd4cc290749.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_cdb6f7f0749.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_ce288e00750.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_ce86ce20750.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_cef24ef0750.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_cf5f48f0751.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_d1207230753.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/9/9/9/9/7/399997_ccd9d5b0748.jpg" /></Images><HotelDescription /><Facilities><HotelFacilities><Type>Hotel</Type><Description>Terrace / solarium</Description><Value>Terrace / solarium</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Canoeing</Description><Value>Canoeing</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Water sports facilities</Description><Value>Water sports facilities</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Library</Description><Value>Library</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bike rental</Description><Value>Bike rental</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Play area for children</Description><Value>Play area for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast (buffet)</Description><Value>Breakfast (buffet)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>WiFi</Description><Value>WiFi</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Parking</Description><Value>Parking</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</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>Room service</Description><Value>Room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Car rental</Description><Value>Car rental</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fax / photocopy machine</Description><Value>Fax / photocopy machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoke detectors</Description><Value>Smoke detectors</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour security</Description><Value>24 hour security</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Lift</Description><Value>Lift</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoking zone</Description><Value>Smoking zone</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Shop or supermarket</Description><Value>Shop or supermarket</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Indoor or covered pool</Description><Value>Indoor or covered pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Children\'s pool</Description><Value>Children\'s pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa / Wellness Center</Description><Value>Spa / Wellness Center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Hairdresser/Beauty salon</Description><Value>Hairdresser/Beauty salon</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Hot tub/jacuzzi</Description><Value>Hot tub/jacuzzi</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sauna</Description><Value>Sauna</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Massages</Description><Value>Massages</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Adapted for people with reduced mobility</Description><Value>Adapted for people with reduced mobility</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Doctor service</Description><Value>Doctor service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Beach</Description><Value>Beach</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa</Description><Value>Spa</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
c299e1f1-2abc-4ef0-acef-3f0e6dc21b04|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="c299e1f1-2abc-4ef0-acef-3f0e6dc21b04">
  <Rooms>
    <Room RoomType="Room 1: Family room" TotalAdult="2" TotalChild="2">
      <Childs>
        <Child Age="12" />
        <Child Age="12" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="399997" SourceId="94" RoomTypeCode="399997H65_H1HRHR2qfcj|1776345723.DKRBARLL-GBRA45f5doffM|44.79|94|NDQuNzl8RVVSfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-10-18T00:00:00" End="2026-10-19T00: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
c299e1f1-2abc-4ef0-acef-3f0e6dc21b04|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-10-07T00:00:00" End="2026-10-15T00:00:00">
        <AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="40.11" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>40.11</TotalAmount>
  <TraceId>c299e1f1-2abc-4ef0-acef-3f0e6dc21b04</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
c299e1f1-2abc-4ef0-acef-3f0e6dc21b04|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="c299e1f1-2abc-4ef0-acef-3f0e6dc21b04">
  <Rooms>
    <Room RoomType="Room 1: Family room" TotalAdult="2" TotalChild="2">
      <Childs>
        <Child Age="12" />
        <Child Age="12" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="399997" SourceId="94" RoomTypeCode="399997H65_H1HRHR2qfcj|1776345723.DKRBARLL-GBRA45f5doffM|44.79|94|NDQuNzl8RVVSfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-10-18T00:00:00" End="2026-10-19T00: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
c299e1f1-2abc-4ef0-acef-3f0e6dc21b04|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-10-07T00:00:00" End="2026-10-15T00:00:00">
        <AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="40.11" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>40.11</TotalAmount>
  <TraceId>c299e1f1-2abc-4ef0-acef-3f0e6dc21b04</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
c299e1f1-2abc-4ef0-acef-3f0e6dc21b04|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="c299e1f1-2abc-4ef0-acef-3f0e6dc21b04" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Family room" BoardBasis="Accommodation Only" TotalAdult="2" TotalChild="2">
      <Adults>
        <Adult Title="Mr" FirstName="Ajay" LastName="Sharma" DOB="20010416" Age="25" />
        <Adult Title="Mrs" FirstName="Priya " LastName="Sharma" DOB="20010416" Age="25" />
      </Adults>
      <Childs>
        <Child Title="Miss" FirstName="Vaidehi" LastName="Sharma" DOB="20140416" Age="12" />
        <Child Title="Master" FirstName="Ansh" LastName="Sharma" DOB="20140416" Age="12" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|399997" SourceId="94" RoomTypeCode="399997H65_H1HRHR2qfcj|1776345723.DKRBARLL-GBRA45f5doffM|44.79|94|NDQuNzl8RVVSfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="40.11" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-10-18T00:00:00" End="2026-10-19T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Ajay</FirstName>
    <LastName>Sharma</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</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
c299e1f1-2abc-4ef0-acef-3f0e6dc21b04|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ 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>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Ajay</FirstName>
  <LastName>Sharma</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</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>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-10-07T00: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-10-07T00:00:00" End="2026-10-15T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="40.11" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-10-18T00:00:00</CheckIn>
  <CheckInTime>02:00PM</CheckInTime>
  <CheckOut>2026-10-19T00:00:00</CheckOut>
  <CheckOutTime>10:00AM</CheckOutTime>
  <CostAmountInSalesCurrency>38.94</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>indonesia</CountryName>
  <Rooms>
    <Rooms>
      <Adults>2</Adults>
      <BoardBasis>Accommodation Only</BoardBasis>
      <Children>2</Children>
      <GuestName>Mr Ajay Sharma</GuestName>
      <RoomType>Room 1: Family room</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>40.11</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>44.79</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>8558</SupplierId>
  <SupplierMinCnxDate>2026-10-11T00:00:00</SupplierMinCnxDate>
  <SupplierName>Veturis</SupplierName>
  <_address>Jalan Wana Segara , Banjar Segara, Kuta, badung</_address>
  <_cityName>Bali</_cityName>
  <_hotelName>Sulis Beach Hotel and Spa</_hotelName>
</Hotel> Response:-<Root><FileBookingId>260430545</FileBookingId><BookingId>41912</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
c299e1f1-2abc-4ef0-acef-3f0e6dc21b04|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>260430545</FileBookingId>
  <Status>Success</Status>
  <SupplierRef>1331756|e53cbda86977d5d4ae3e57fe6c06d55e</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
98321f8a-12ab-46be-99aa-efabe377da49|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="98321f8a-12ab-46be-99aa-efabe377da49">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="59326" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-12-17T00:00:00" End="2026-12-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
98321f8a-12ab-46be-99aa-efabe377da49|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-04-16T14:27:04.7351382+01:00" Version="0" EchoToken="Search" TransactionIdentifier="98321f8a-12ab-46be-99aa-efabe377da49" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="37.39" OriginalAmount="36.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|186456" HotelName="Sophiearth Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-7-26 Okubo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/4/5/6/186456_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.21" OriginalAmount="37.10" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|565117" HotelName="Cafe Minimal Our Our" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-20-13 Yanagibashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/1/1/7/565117_76b6a961902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.02" OriginalAmount="59.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|321110" HotelName="Lyuro Tokyo Kiyosumi By The Share Hotels -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koto-ku, Kiyosumi 1-1-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/1/0/321110_bb216881735.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.06" OriginalAmount="65.11" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|534698" HotelName="Rhodes Otsuka - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-chome-51-14 Minamiotsuka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/9/8/534698_233b1831435.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.16" OriginalAmount="66.17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|318402" HotelName="Sakura Nippori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bunkyo-ku Sendagi 3-43-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/4/0/2/318402_b1579751709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.38" OriginalAmount="66.39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|558745" HotelName="HOTEL LiVEMAX Tokyo-Otsuka Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-44-12 Minami Ootsuka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/7/4/5/558745_b8ea5a71712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.91" OriginalAmount="66.90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|85955" HotelName="Sakura Asakusa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-24-2 ASAKUSA, TAITO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/5/5/85955_1_7132.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a kitchen with features that offer you the maximum level of comfort, a living room with a computer, internet and multilingual staff. In the establishment entrance, guests will find a reception, a concierge and excursions. Guests are also offered a baggage room (free of charge), a washing machine (for a fee), a sitting room with a TV, a DVD player and video games. ROOM: Guests are offered rooms, shared rooms with bunk beds, a safety deposit box and lockers. All the accommodation options have an air-conditioning system, shared bathrooms and WiFi (free of charge). SITUATION: This hostel is a 5-minute walk away from Asakusa the Station of Senso-ji the temple. MEALS: The establishment offers a buffet breakfast, snacks and drinks.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.84" OriginalAmount="70.72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|459341" HotelName="Livemax Kasai Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-1-3 Higashikasai, Edogawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/3/4/1/459341_345f7681344.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.95" OriginalAmount="70.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|558756" HotelName="Livemax Tokyo Ayase Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-16-1 Ayase</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/7/5/6/558756_c2802d81722.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.05" OriginalAmount="70.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|430095" HotelName="LiVEMAX AKABANE-EKIMAE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-3-10 Akabane, Kita-ku, Tokyo, Tokyo, 115-0045</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/0/0/9/5/430095_4c70daf1836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.53" OriginalAmount="74.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|533096" HotelName="Cocts Akihabara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-chome-2-7 Asakusabashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/0/9/6/533096_401b9421416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.28" OriginalAmount="75.03" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|522304" HotelName="Glamping Tokyo Asakusa - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-24-8, Asakusa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/3/0/4/522304_fc301d21116.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.81" OriginalAmount="75.54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|85854" HotelName="Tokyo Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-15-1 HYAKUNINCHO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/8/5/4/85854_1_1068.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a cafÃ©, a massage service, rooms with internet, (free of charge), a reception, a baggage room and a dry cleaner's (on request). SITUATION: This hotel is 2 minutes away from Shin Okubo the Station of 12 minutes away, you can find Shinjuku Gyoen the Gardens it is 22 minutes away from Meiji Jingu the sanctuary of it is 10 kilometres away from the Royal Palace. ROOM: All the rooms have an air-conditioning system, heating, a fridge, a fax machine, a flat-screen television, a bathroom with bathroom kit and a bath. OTHERS: The establishment offers a tea room and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.84" OriginalAmount="77.51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|85969" HotelName="Sakura Hotel Ikebukuro -" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-40-7 IKEBUKURO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a cafÃ©, a buffet breakfast, multilingual staff, WiFi (free of charge), a reception, a laptop hire service and a baggage room. The establishment has a launderette, computers with internet, (for a fee), a shared kitchen and a restaurant. SITUATION: This hotel is 5 minutes away from Ikebukuro the Station of It has excellent transport links to the train and the commercial area. it is 60 minutes away (by train) from Narita Airport it is 50 minutes away (by train) from Haneda Airport The establishment has available (at an extra charge) a transfer service to the airport. ROOM: The rooms have bunk beds, a flat-screen television, a fridge and a bathroom. On request, customers can find a hairdryer and an iron.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.60" OriginalAmount="79.22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|434078" HotelName="UNPLAN Shinjuku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-3-15 Shinjuku, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/0/7/8/434078_465a9111614.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.01" OriginalAmount="80.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|435362" HotelName="PLAYSIS ASAKUSA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>??????1-12-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/5/3/6/2/435362_4548c531637.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.68" OriginalAmount="81.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|430088" HotelName="Livemax Nihonbashi Koamicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>10-7 Nihonbashi Koamicho, Tokyo, 103-0016, Tokyo, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/0/0/8/8/430088_485e6f01832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.92" OriginalAmount="81.48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|96341" HotelName="Apa  Tokyo-ojima" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-8-7 Ojima Koto-Ku Tokyo, ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/3/4/1/96341_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant with lunch and dinner service, WiFi (free of charge), internet, a fax service and a photocopier. some services (for a fee), The establishment also has a bicycle rental desk. SITUATION: This hotel is a 5-minute walk away from Sumiyoshi the stations of, the hotel Kinshicho it is 5 minutes drive away from JR Kameido the Station of it is situated 8,7 kilometres away from Ginza the area this establishment, Tokyo Disney Resort it is situated 13 kilometres away from. ROOM: Clients are offered recently renovated rooms with LCD television, a fridge, slippers and a bathroom with a shower. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.40" OriginalAmount="81.94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|251498" HotelName="Henn Na Tokyo Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Akasaka 2-6-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/9/8/251498_b6df47a1614.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.40" OriginalAmount="82.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|462956" HotelName="Livemax Shinjuku East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-27-49 Shinjuku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/9/5/6/462956_cdd65571649.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.18" OriginalAmount="83.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|558729" HotelName="LiVEMAX AKIHABARAKITA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-5-2 Taito</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/7/2/9/558729_a2bd9851750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.25" OriginalAmount="83.74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|67164" HotelName="Sotetsu Fresa Inn Tokyo Toyocho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koto-ku, Toyo 4-4-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/6/4/67164_17.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 144 rooms, The establishment has a lobby, a restaurant, conference rooms, room service and a laundry service. SITUATION: 25 minutes away from the establishment, clients can findShinjuku the Station of Disneyland it is situated 26 minutes away from Clients can also find the exhibition centre, 40 kilometres away from the establishment, guests will findNarita Airport. ROOM: Each room has a bathroom with a shower, a hairdryer, cable television, internet, a fridge, a direct line telephone and an air-conditioning system. It also offers non-smoking rooms. FACILITIES: The establishment has a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.42" OriginalAmount="83.90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|386388" HotelName="Livemax Tokyo Shiomi-ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shiomi 2-8-8, Koto-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/8/8/386388_2f6c97c1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.54" OriginalAmount="84.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|460009" HotelName="Livemax Kayabacho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-7-3 Kayabacho, Nihombashi, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/0/0/9/460009_b8486d11740.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.14" OriginalAmount="84.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|434102" HotelName="Grids Tokyo Asakusabashi HotelandHostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-11-6 Asakusabashi, Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/1/0/2/434102_666c8a41730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.41" OriginalAmount="84.86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|429994" HotelName="Livemax Shinjuku Kabukicho Meijidori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-3-23 Kabukicho, Tokyo, 160-0021, Tokyo, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/9/9/4/429994_0dbe8e51833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.17" OriginalAmount="85.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|463284" HotelName="Livemax Tokyo Kanda East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-1 Iwamotocho, Chiyoda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/2/8/4/463284_044a77d1820.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.64" OriginalAmount="86.06" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|430087" HotelName="Livemax Shinjuku Kabukicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-33-3 Kabukicho, Shinjuku, Tokyo, Tokyo, 160-0021</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/0/0/8/7/430087_47bdb961831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.08" OriginalAmount="86.49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|318399" HotelName="Little Japan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Asakusabashi 3-10-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/3/9/9/318399_f452be91036.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.27" OriginalAmount="86.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|483302" HotelName="WAGOKORO - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-34-9 Higashinippori, Arakawa-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/3/0/2/483302_637d4661319.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.29" OriginalAmount="86.69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|86005" HotelName="Ryogoku View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-19-1 RYOGOKU, SUMIDA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/0/5/86005_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception, a restaurant, a cafÃ© and vending machines. ROOM: All the rooms have large windows, a small table, chairs, a flat-screen television, a fridge, kettle, a balcony and WiFi (free of charge). RESTAURANT: Clients can enjoy a Japanese restaurant and a coffee shop. In the surrounding area, guests will find shops and restaurants. SITUATION: This establishment, is 240 metres away from Ryogoku the Stadium of Akihabara it is a 4-minute train ride away from Ueno 12 minutes away from it is located 100 metres away from Ryogoku the Station of el Museo Edo Tokio 500 metres away, guests will find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.48" OriginalAmount="86.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|428145" HotelName="APA Hotel Nihombashi-Hamachoeki-Minami" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-43-8, Nihonbashi Hama-cho, Tokyo, 103-0007, Tokyo-to, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/8/1/4/5/428145_2dcaefb0745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|463040" HotelName="Livemax Asakusa Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-6-5 Komagata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/0/4/0/463040_d6e0b991622.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.82" OriginalAmount="87.20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|185571" HotelName="Apa  Nihonbashi Hamacho Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-43-8, Nihonbashi Hama-cho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/7/1/185571_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.20" OriginalAmount="87.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|320893" HotelName="Imano Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinjuku 5-12-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/8/9/3/320893_89a919a1745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.59" OriginalAmount="88.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|434104" HotelName="Livemax Higashi Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-12-1 Tsukiji, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/1/0/4/434104_dde28691729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.99" OriginalAmount="90.28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|168425" HotelName="Richmond Hotel Tokyo Mejiro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Toshima-ku, Mejiro 3-5-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/2/5/168425_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Tokio, a 2-minute walk away from the train station JR Mejiro. The establishment is a 5-minute train ride away from the Station of Ikebukuro. ROOM: It has Occidental-style rooms with WiFi (free of charge), humidifier, an air-conditioning system, a television, a fridge, kettle and coffee. Our guests also have available a bathroom and a hairdryer. FACILITIES: By paying an extra charge, you can use a gym, a covered swimming pool and a launderette. You also have at your disposal a reception with computers (available for a fee), an ironing service and a luggage room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.29" OriginalAmount="92.51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|475051" HotelName="Belle Via Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-chome-22-1 Minamiotsuka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/0/5/1/475051_68e52421216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.18" OriginalAmount="93.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|555662" HotelName="Livemax Tokyo Bakurocho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bakurocho 1-7-20, Nihonbashi, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/6/2/555662_1f18ed21519.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.19" OriginalAmount="93.39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|532598" HotelName="Yoshitsuki" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Chome-30-5 Asakusa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/5/9/8/532598_43b72d91035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.35" OriginalAmount="93.54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|321157" HotelName="Henn Na Maihama Tokyo Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiba, Urayasu, Fujimi 5-3-20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/5/7/321157_c824ab61748.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.70" OriginalAmount="95.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|558741" HotelName="Livemax Tokyoshintomicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-7-12 Shintomi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/7/4/1/558741_adb67761701.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.11" OriginalAmount="96.22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|185576" HotelName="Apa and Resort Tokyo Bay Shiomi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-8-6 Shiomi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/7/6/185576_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.21" OriginalAmount="96.32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|251431" HotelName="Cvs Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shiohama 2-3-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/3/1/251431_ac3cc0d1604.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.49" OriginalAmount="96.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|244868" HotelName="COGO Ryogoku " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-30-5, Ryogo-ku, Sumida-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/8/6/8/244868_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.31" OriginalAmount="98.36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|322669" HotelName="Playsis East Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sumidaku Azumabashi 2-11-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/2/6/6/9/322669_a9cfca01733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.53" OriginalAmount="98.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|85959" HotelName="Sakura Hatagaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-32-3 HATAGAYA, SHIHUYA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/5/9/85959_1_9701.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers multilingual staff and WiFi (free of charge), In the entrance, you can find a reception with a baggage room and a concierge. You are also offered a laundry service, computer with internet and vending machines. ROOM: All rooms are renovated, have an air-conditioning system, electronic security system, a television, a bathroom with a hairdryer and complimentary bathroom items. SITUATION: This hotel is 20 minutes away from Shibuya and Harajuku the lively areas of 20 minutes away from Tokyo and Akihabara the Railway Station of it is situated near Shinjuku the area. MEALS: Customers have at their disposal a coffee shop and offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.54" OriginalAmount="98.58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|251449" HotelName="Sotetsu Fresa Inn Tokyo Kinshicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sumida-ku, Kotobashi 2-18-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/4/9/251449_ce4ee621314.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.61" OriginalAmount="98.65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|523177" HotelName="Shinjuku Warm House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3-7 Okubo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/7/7/523177_eb76d240951.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.63" OriginalAmount="99.64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|73640" HotelName="Monterey Hanzomon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>23-1 Ichiban-cho, Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/4/0/73640_5a9031c1214.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Monterey Hanzomon is rated three stars. SITUATION: This establishment is in Tokyo, close to Hanzomon Underground Station. It is situated 5 minutes away from the Imperial Palace. ROOM: The rooms have a mini-bar, a television, a kettle and a coffee maker. FACILITIES: This establishment has a reception and a luggage room. The establishment also offers tourist information, ticket sales and excursions. MEALS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|251499" HotelName="Henn Na Tokyo Haneda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Higashikojiya 2-11-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/9/9/251499_403827e1308.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.78" OriginalAmount="103.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|416232" HotelName="Ibis Styles Tokyo Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 1 1 Hinode Urayasu Urayasu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/2/3/2/416232_012c5de1213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.70" OriginalAmount="104.56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|251392" HotelName="Sakura Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sumida-ku Kotobashi 4-9-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/9/2/251392_a502b0c1657.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.19" OriginalAmount="106.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|85957" HotelName="Villa Fontaine Grand Tokyo - Tamachi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>SHIBAURA MINATO-KU 4-2-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/5/7/85957_1_1085.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a baggage room, WiFi (free of charge), in communal areas, a laundry service (for a fee), vending machines and computers (for a fee). SITUATION: This hotel is a 8-minute walk away from Tamachi the Station of Mita the underground station of It has excellent transport links to the airport, This hotel Torre de Tokio it is 15 minutes drive away from it is 10 minutes drive away from JR Shinagawa Shinkansen the Railway Station of. ROOM: The rooms have a flat-screen television, a fridge, a large desk, WiFi (free of charge), a bathroom with a hairdryer and complimentary bathroom items. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.79" OriginalAmount="106.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|73606" HotelName="Grand City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-30-7 Higashi Ikebukuro, Toshima-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/0/6/73606_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.15" OriginalAmount="106.94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|251497" HotelName="Henn Na Tokyo Asakusabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Asakusabashi 1-10-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/9/7/251497_b61e0ff1614.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.65" OriginalAmount="109.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|433874" HotelName="Sun City Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 29 1 Nishiikebukuro Toshima Ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/3/8/7/4/433874_a564e2f1525.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.14" OriginalAmount="109.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|85906" HotelName="The B Akasaka-mitsuke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>AKASAKA, MINATO-KU 3-21-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/0/6/85906_1_1107.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers facilities for people with reduced mobility and has an oudooor car park. SITUATION: This establishment is in Tokyo,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.88" OriginalAmount="113.48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|86145" HotelName="Villa Fontaine Tokyo Mita" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>MITA TWIN BUILDING EAST WING (4-2-8 Shibaura Minato-ku)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/4/5/86145_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 173 rooms. SITUATION: The hotel is in Tokio the centre of it is near Tokio the Tower of It has excellent transport links to Sanda the Station of. ROOM: The rooms have a hairdryer, a trouser press and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.16" OriginalAmount="113.75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|221357" HotelName="Centurion and Spa Ueno Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Ueno 6-8-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/5/7/221357_1_1032.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.78" OriginalAmount="115.32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|86028" HotelName="Sotetsu Fresa Inn Tokyo-akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>AKASAKA, MINATO-KU 6-3-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/2/8/86028_1_1767.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a spa, a massage service, a cafÃ©, a laundry service (for a fee), computers (for a fee) and a reception. With regards to the food and beverage offering, the establishment has a cafÃ© with breakfast service. SITUATION: This establishment, is 50 metres away from Akasaka the underground station of el santuario de Hie it is situated 5 minutes walk away from Tokyo Midtown 700 metres away, guests will find It has excellent transport links to and Harajuku the area it is 15 minutes drive away from Tokio the Railway Station of. ROOM: The establishment has rooms with air-conditioned, WiFi (free of charge), a flat-screen television, a kettle, bedding, a television (available for a fee), a bathroom with a bath and slippers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.00" OriginalAmount="115.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|164761" HotelName="Keio Plaza Hachioji" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14-1, Asahicho, Hachioji-shi, Tokyo, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/7/6/1/164761_3ad42831206.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays and business stays, has conference rooms and banquet halls. SITUATION: This hotel is close to JR Hachioji the train station There are many places you can visit in the surrounding area, including. ROOM: The establishment has 200 stylish rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.08" OriginalAmount="115.61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|86064" HotelName="Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2 Kandatsukasamachi, Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/6/4/86064_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishmentTokyo it is in is an ideal place for relaxing and has 157 rooms. SITUATION: This hotel is situated close to the bus stop, the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.91" OriginalAmount="116.42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|164812" HotelName="Tokyu Stay Yoga" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-4-1 Yoga, Setagaya-ku, Tokyo, JAPAN 158-0097</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/8/1/2/164812_56ec9091234.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near Den-en-toshi the train station Setagaya Square Business it is next to It has excellent transport links to.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.01" OriginalAmount="116.51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|526114" HotelName="HOTEL TOMOS ASAKUSA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/1/1/4/526114_7d032ed1021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.42" OriginalAmount="117.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|464169" HotelName="Tavinos Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-18-8 Asakusa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/1/6/9/464169_96b58ae0550.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.62" OriginalAmount="118.08" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|534365" HotelName="Hotaku HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-13-1 Iwamotocho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/6/5/534365_898a11f1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.14" OriginalAmount="118.58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|67169" HotelName="Agora Place Tokyo Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-9 KOTOBUKI, TAITO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/6/9/67169_1_1508.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 136 rooms and with features that offer you the maximum level of comfort. Guests can find a lobby, conference rooms and a restaurant. The establishment also offers room service and a laundry service. It has with air-conditioning. SITUATION: Kotobuki It is in it has good links to the city centre, 7 minutes away, guests can find a metro station, 60 minutes away from the establishment guests have Narita the International Airport of. ROOM: The establishment has single rooms double rooms for single use, double rooms, with telephone, a television, a hairdryer and a fridge. They also have an air-conditioning system, a bathroom with a shower, complimentary bathroom items, a shower cap, a bathrobe, toothbrush and slippers. FACILITIES: Guests can enjoy a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, a buffet breakfast and a lunch and dinner service. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.20" OriginalAmount="119.61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|462957" HotelName="Live Max Tokyo Kanda Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-4-3 Kajicho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/9/5/7/462957_d9c31751601.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.76" OriginalAmount="121.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|186462" HotelName="The B Suidobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-25-27 Hongo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/4/6/2/186462_df65beb1239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|60184" HotelName="Tokyo Dome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3-61 Koraku Bunkyo-Ku Tokyo-To 112-8562 Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/8/4/60184_1_4630.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a reception and a concierge. SITUATION: This establishment, Tokyo it is in it is next to Tokyo Dome the stadium 6 minutes walk away, you can find the train stations and the metro stations. ROOM: Each room has an air-conditioning system, flatscreen cable television, a fridge, a writing desk, a safety deposit box, a bathroom with a bath and complimentary bathroom items. FACILITIES: The establishment has a business centre, a massage service, a currency exchange, a luggage room and a swimming pool (available for a fee). RESTAURANT: Regarding gastronomy, the establishment offers restaurants and bars.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.23" OriginalAmount="122.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|85938" HotelName="E Higashi Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-3-15 KABUKITYOU, SHINZYUKU-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/3/8/85938_1_2127.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2008, was renovated in 2012, has 250 rooms, 63 single rooms and 187 double rooms. SITUATION: This establishment, Tokyo it is in near the establishment, you will find the bus station and the railway station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.53" OriginalAmount="123.82" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|434107" HotelName="Beagle Tokyo and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-15-16, Haneda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/1/0/7/434107_00a20041720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.85" OriginalAmount="124.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|321011" HotelName="Urayasu Beaufort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nekozane 4-18-28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/0/1/1/321011_5cbb9c41040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.14" OriginalAmount="124.41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|322702" HotelName="Livemax Ueno-ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku, Higashi-Ueno 4-12-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/2/7/0/2/322702_b3d5b251743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.61" OriginalAmount="124.86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|251496" HotelName="Henn Na Tokyo Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Hamamatsucho 1-24-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/9/6/251496_33059c01355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.71" OriginalAmount="127.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|86084" HotelName="Rose Garden Shinjuku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>8-1-3 NISHI-SHINJUKU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/8/4/86084_1_1121.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 100 single rooms, double rooms and double single rooms. The establishment boasts catering service, meeting rooms and conference facilities. It also has a lobby with a reception, a safety deposit box service, a breakfast room, conference facilities and room service. SITUATION: This hotel is in a central area excellent transport links to the business area, entertainment areas, dining facilities and commercial zones. This hotel is near the metro station, is located close to Shinjuku the Station of Shinjuku the motorway. ROOM: The establishment has fully-equipped rooms, with a bathroom, a shower, a hairdryer, a direct line telephone, a television, films (available for a fee), internet (free of charge), a mini-bar and a trouser press. MEALS: Regarding the food and beverage offering, the establishment offers restaurants. PAYMENT METHODS: Customers can pay using Visa and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.01" OriginalAmount="130.11" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|185570" HotelName="APA Hotel Keikyukamata-Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-19-1 Kamata, Ota</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/7/0/185570_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.39" OriginalAmount="131.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|298157" HotelName="Centurion Hotel Residential Cabin Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-12-16, Akasaka, Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/8/1/5/7/298157_1_2196.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.76" OriginalAmount="131.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|321194" HotelName="ONE＠Tokyo by insomnia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sumidaku Oshiage 1-19-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/9/4/321194_1151fc31133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.38" OriginalAmount="132.41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|73638" HotelName="Monterey Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-9-24 Akasaka, Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/3/8/73638_1_1754.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.18" OriginalAmount="133.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|319054" HotelName="Tmark City Tokyo Omori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ota-ku Omorihoncho 1-2-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/9/0/5/4/319054_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.21" OriginalAmount="134.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|85973" HotelName="Olympic Inn Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>30-1 TOMIYAMA-CHO, KANDA CHIYODA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/7/3/85973_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has facilities for people with reduced mobility. SITUATION: This establishment is in a good location in Tokyo.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.96" OriginalAmount="136.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|185693" HotelName="Lumiere Kasai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-41-20 Nakakasai Edogawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/9/3/185693_1_1428.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.23" OriginalAmount="140.03" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|85936" HotelName="Tobu Levant Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>KINSHI, SUMIDA-KU 1-2-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/3/6/85936_1_2070.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has facilities for people with reduced mobility. SITUATION: This establishment is in Tokyo,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.93" OriginalAmount="142.65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|251566" HotelName="Saku Ren Jimbocho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku Kanda Jinbocho 2-5-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/6/6/251566_606221a1028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.32" OriginalAmount="143.03" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|73659" HotelName="Sotetsu Grand Fresa Tokyo-Bay Ariake" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-6-6 Ariake Koutou-Ku Tokyo, 135-0063</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/5/9/73659_a221d7c1606.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is ideal for holidays or business trips and has 790 rooms. SITUATION: This hotel is in Ariake, a 5-minute walk away from Tokyo Big Sight and the exhibition centre. It has excellent transport links to public transport services. ROOM: Each room has modern furniture, a bathroom with a shower, a double bed, a direct line telephone, satellite or cable TV and internet. RESTAURANT: Traditional dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.85" OriginalAmount="144.51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|185747" HotelName="Rose Stay - Tokyo Shiba Park -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-20-12 Shiba</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/7/4/7/185747_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.23" OriginalAmount="144.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|85941" HotelName="Villa Fontaine Tokyo - Otemachi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-8-8 UCHI-KANDA, CHIYODA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/4/1/85941_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Villa Fontaine Otemachi is rated three stars and it was opened in 2001. SITUATION: This establishment is in the centre of Tokyo. It is close to el Palacio Imperial, has excellent transport links to the train station Otemachi. ROOM: The establishment has 143 rooms with a hairdryer, a trouser press, an ironing set and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.83" OriginalAmount="145.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|86155" HotelName="East 21 Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-3-3, TOYO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/5/5/86155_1_500.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a transfer service (free of charge) and a limousine service (for a fee). SITUATION: This hotel is a 8-minute walk away from Toyocho the underground station of It has excellent transport links to and. it is 15 minutes drive away from JR Tokyo the Railway Station of, this establishment, La torre Sky Tree it is 20 minutes drive away from Tokyo Disney Resort it is 30 minutes drive away from. ROOM: The rooms have WiFi (free of charge), a mini-bar, a bathroom with a bath and a work space. FACILITIES: The establishment has a swimming pool, restaurants, a covered swimming pool and a fitness room. The establishment also has a sauna and thermal baths. Guests are offered a concierge service, a lounge and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.93" OriginalAmount="145.56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|242177" HotelName="Sotetsu Fresa Inn Ginza Nanachome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-11-12 Ginza Chuo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/1/7/7/242177_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.64" OriginalAmount="147.22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|164806" HotelName="Sotetsu Fresa Inn Tokyo Kyobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-11-1, Kyobashi, Chuo-ku, Tokyo, JAPAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/8/0/6/164806_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near Kyobashi the train station it is situated close to Tokio and Ginza the Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.18" OriginalAmount="148.72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|86149" HotelName="Hearton Higashishinagawa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-13-27 HIGASHI SHINAGAWA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/4/9/86149_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 448 rooms and 2 restaurants. The establishment offers a laundry service and a dry cleaner's. The establishment has a car park. SITUATION: The hotel is in the centre of Tokio. It is situated close to Odaiba it has excellent transport links to the Station of Rinkai-sen/Shinagawa Seaside. ROOM: The rooms have a hairdryer, a safe, a trouser press and an air-conditioning system. MEALS: The establishment offers meal services. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.52" OriginalAmount="153.90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|529607" HotelName="Sakano tretio Ochanomizu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-chome-17-5 Sotokanda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/0/7/529607_68635461036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.38" OriginalAmount="155.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|452096" HotelName="OMO5 Tokyo Gotanda by Hoshino Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>8-4-13 Nishigotanda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/0/9/6/452096_7dd861b1233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.07" OriginalAmount="156.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|86081" HotelName="Grand Prince Hotel Shin Takanawa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>TAKANAWA, MINATO-KU 3-13-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/8/1/86081_1_281.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a large garden, 7 restaurants, 2 swimming pools, a business centre with internet, a lobby with WiFi (for a fee), WiFi in rooms, tourist information and a concierge. Regarding the food and beverage offering, the establishment has restaurants, a grill and a bar. SITUATION: This establishment, is a 5-minute walk away from Shinkansen the Station of The establishment offers a transfer service, Akihabara it is 15 minutes away (by train) from 5,5 kilometres away from the establishment, guests will find Tokyo Big Sight the convention centre Roppongi the district of Ginza it is situated 6,5 kilometres away from. ROOM: All the rooms have a bathroom, WiFi (free of charge), an air-conditioning system, a fridge, kettle, a bathroom with a bath and a hairdryer. At an extra charge, the establishment offers laptop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.08" OriginalAmount="159.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|168428" HotelName="Shinjuku Washington Main" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nishishinjuku 3-2-9, Shinjuku-ku,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/2/8/168428_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 5-minute walk away from the district of Shinjuku, where clients can find shops and restaurants. 15 minutes walk away, you can find the Railway Station of Shinjuku, the government buildings and the Park of Shinjuku Gyoen. 10 minutes walk away, guests can find the nightlife of Kabukicho. FACILITIES: The establishment boasts a lounge with massage chairs, a concierge service and WiFi (free of charge). ROOM: The rooms have a fridge, a hairdryer and a flat-screen television with films (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.36" OriginalAmount="163.46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|85926" HotelName="Lotte City Kinshicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-6-1KINSHI, SUMIDA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/2/6/85926_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, 2 pubs and a shop. The establishment offers guests a massage service, a laundry service and a dry cleaner's. SITUATION: This hotel is close to Kinshicho the underground station of la torre Tokyo Skytree it is 3 minutes away (by train) from 10 minutes away by metro, guests can find Akihabara the commercial area of Asakusa the cultural area of it is situated 20 minutes away (by metro) from Shinjuku the central area of. ROOM: The rooms have a flat-screen television, internet (free of charge), have an air-conditioning system, a spacious workplace, a bath, a shower, a mini-bar, humidifier and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.67" OriginalAmount="163.76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|46984" HotelName="Grand Nikko Tokyo Daiba" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-6-1 DAIBA MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/8/4/46984_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and it offers Tokyo fantastic views of, This air-conditioned establishment has 884 rooms and 30 floors. The establishment has a safety deposit box service, a currency exchange service, a lift, a restaurant and conference facilities. The establishment offers internet, room service and a laundry service. Nearby, there is a car park, The establishment also offers a transfer service to Disneyland (free of charge). SITUATION: This urban hotel, Odaiba it is in is situated in Tokyo Bay Where you can find shopping areas, restaurants and leisure areas. it is situated 1 kilometre away from the city centre,2,5 kilometres away, you can find Tokyo the trade fair centre Shinagawa it is situated 3 kilometres away from it is situated 4,5 kilometres away from Tokyo the Tower of it is 5,5 kilometres away from shops, Imperial Palace Plaza 6 kilometres away, you can find it is situated 8,5 kilometres away from Edo-Tokyo the Museum of Disneyland Tokyo 10 kilometres away, you can find the establishment is 6 kilometres away from nightclubs, is situated 10 kilometres away from Ueno the Park of it is 59 kilometres away from Narita the International Airport of. ROOM: All the rooms have views of Tokyo the Bay of, sofas, flatscreen cable and satellite television, a coffee maker, a kettle, internet (free of charge), a bathroom with a shower or bath and a hairdryer. They also have a direct line telephone, a safety deposit box, kitchen or kitchenette and a mini-bar. FACILITIES: The establishment boasts a covered pool, an outdoor pool and a gym. Guests are offered a massage service. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a Japanese restaurant and an Occidental restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.22" OriginalAmount="164.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|527885" HotelName="Vintage Tokyo Kagurazaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Nakazato, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/8/8/5/527885_9d04afc1041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.40" OriginalAmount="164.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|251330" HotelName="Candeo Hotels Tokyo Roppongi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Roppongi 6-7-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/3/0/251330_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.03" OriginalAmount="166.05" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|433536" HotelName="Ginza Capital Moegi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-3-1 Tsukiji, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/3/5/3/6/433536_eaa683b1714.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.47" OriginalAmount="166.48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|185838" HotelName="The Royal Park  Tokyo Haneda Airport Terminal 3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-6-5 Haneda International Airport</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/3/8/185838_9b2f17a1359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.06" OriginalAmount="168.99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|85956" HotelName="Grand Arc Hanzomon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-1 Hayabusa-cho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/5/6/85956_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 4 restaurants, a beauty centre and a kiosk. The establishment offers guests a massage service in rooms and a baggage room. ROOM: The rooms have an air-conditioning system, a television, a radio, a mini-bar, kettle, a bathroom with a shower, a bath and complimentary bathroom items. RESTAURANT: Clients can enjoy a restaurant with Occidental cuisine and local dishes. SITUATION: This establishment, is a 3-minute walk away from Hanzomon the underground station of el Palacio Imperial it is in front of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.79" OriginalAmount="171.64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|468856" HotelName="Kanda Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-4-3 Kajicho, Chiyoda City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/8/5/6/468856_3029dae1224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.32" OriginalAmount="173.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|85905" HotelName="The B Sangenjaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-17-9 Taishido, Setagaya-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/0/5/85905_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Tokyo it is situated near the city centre. It has excellent transport links to public transport services. It is situated close to the bus stop, the metro station and the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.67" OriginalAmount="174.44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|152587" HotelName="Tokyu Stay Nihombashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nihombashi-honcho 4-7-9, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/8/7/152587_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi, (free of charge), a reception, a baggage room, a dry cleaner's, a photocopier and a messaging centre. SITUATION: This establishment, is 2 minutes away from JR Shin Nihombashi the Station of 10 minutes away, you can find Tokio and Akihabara the stations of 3 minutes away from the establishment guests have Ginza the Station of Close to the commercial area, is situated 35 minutes away from Haneda Airport. ROOM: All the rooms have an air-conditioning system, a satellite TV, a safety deposit box, a mini-bar, kettle, a bathroom with a hairdryer and complimentary bathroom items. Some rooms have a kitchen, a microwave and a washing machine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.14" OriginalAmount="174.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|66006" HotelName="Citadines Shinjuku Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-28-13 SHINJUKU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/0/0/6/66006_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 160 rooms, Is ideal for holidays or business trips.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.67" OriginalAmount="177.35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|424693" HotelName="Minn Ueno Iriya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110-0013 Tokyo-to, 2-ch?me-34-5 Iriya Taito City, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/6/9/3/424693_d31fe3a1607.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.29" OriginalAmount="178.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|86178" HotelName="Villa Fontaine Grand Tokyo - Roppongi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-6-2 Roppongi Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/7/8/86178_3946d8e1217.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel centrally located, has 6 floors, attentive service, air-conditioning, has 210 standard rooms and 6 suites. The establishment boasts a lobby and a laundry service. SITUATION: This urban hotel is in an excellent location. It has excellent transport links to the Ark Hills Complex, the concert hall Suntory Hall, the shopping centre, the Laforet Museum, the Roppongi Hills Complex and the Tokyo Midtown Complex. It's 1 kilometre from la Torre de Tokio this establishment It's 15 kilometres from the Zojo-ji Temple. 3 kilometres away from the establishment, guests will find the Kabuki Theatre. It's 35 kilometres from los Jardines del Este, the Yasukuni sanctuary and the national garden Shinjuku Gyoen. The establishment is a 6-minute drive away from Kamiyacho Station. It is 61 kilometres away from Narita International Airport. ROOM: All the rooms have a bathroom with a bath, a hairdryer, a direct line telephone, a television, a fridge and an air-conditioning system. MEALS: Customers are offered the use of a breakfast service. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.71" OriginalAmount="179.33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|169936" HotelName="City N.u.t.s." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 16 5 Shinjuku, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/9/3/6/169936_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 34 rooms. SITUATION: This hotel Shinjuku it is in Tokio it is in Close to the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.25" OriginalAmount="179.85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|86137" HotelName="Akihabara Washington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-8-3 SAKUMA-CHO, KANDA, CHIYODA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/3/7/86137_1_1579.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is near Akihabara the train station. HOTEL: The hotel has a cafÃ© with snacks, drinks and a bar. The establishment boasts air-conditioning, a lobby with a reception and express check-out. The establishment offers breakfast service and room service. You are also offered conference facilities. ROOM: Each room has a desk, a television, a direct line telephone, internet, a fridge, an air-conditioning system and central heating. They also have a bathroom with a shower, a bath, a hairdryer and a double bed. RESTAURANT: The establishment offers a buffet breakfast, lunch service and dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.54" OriginalAmount="180.14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|185609" HotelName="Dormy Inn Express Meguro Aobadai Hot Spring" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-21-8 Aobadai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/0/9/185609_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.73" OriginalAmount="180.32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|85935" HotelName="ANA Holiday Inn Tokyo Bay by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>HIGASHI-SHINAGAWA, SHINAGAWA-KU 2-3-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/3/5/85935_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has facilities for people with disabilities. SITUATION: This establishment is in Tokyo,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.59" OriginalAmount="181.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|251518" HotelName="Candeo Hotels Tokyo Shimbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minatoku Shinbashi 3-6-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/1/8/251518_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.02" OriginalAmount="182.54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|246719" HotelName="Mitsui Garden Gotanda Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-6, Higashi-Gotanda, Shingawa-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/7/1/9/246719_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.60" OriginalAmount="184.08" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|321130" HotelName="Hiyori Maihama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Higashino 2-25-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/3/0/321130_ab5d72d1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.91" OriginalAmount="184.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|42614" HotelName="Intercontinental Tokyo Bay, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-16-2 KAIGAN, MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/6/1/4/42614_1_5138.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1995 and has 339 rooms, The establishment boasts a safety deposit box service, a lift, a hairdresser's, a cafÃ©, a nightclub, a restaurant and conference facilities (for a fee), The establishment offers room service and a laundry service. SITUATION: This hotel is in Tokyo the city centre of it is situated 1 kilometre away from Ginza the commercial area of Palacio Real close to the establishment, clients can find in the surrounding area, clients have Takeshiba the Railway Station of 2 kilometres away, you can find Roppongi the nightlife area of 6 kilometres away from the establishment, guests will find Ueno park it is 70 kilometres away from Narita the International Airport of. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a safety deposit box, a satellite television, a radio, a mini-bar, a trouser press, an iron, internet and an air-conditioning system. FACILITIES: The establishment boasts a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers 5 restaurants, 2 bars and a coffee shop. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.42" OriginalAmount="186.82" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|467463" HotelName="Other Space Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-chome-4-10 Asakusa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/4/6/3/467463_308dbb91708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.94" OriginalAmount="187.32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|451196" HotelName="KOKO Tsukiji Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-8-8 Tsukiji, Chuo-ku,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/9/6/451196_af56a041155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.08" OriginalAmount="191.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|251338" HotelName="Sotetsu Fresa Inn Tokyo Roppongi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku, Roppongi 3-10-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/3/8/251338_9cef7c31648.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.27" OriginalAmount="193.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|378629" HotelName="The B Tokyo Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku, Nishi Asakusa 3-16-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/8/6/2/9/378629_7e89e261138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.95" OriginalAmount="197.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|86166" HotelName="Metropolitan Tokyo Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-6-1 NISHI-IKEBUKURO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/6/6/86166_66ee7e71046.jpg</HotelPictures>
        <HotelDescription>SITUATION: This luxurious hotel is situated next to the railway station and Ikebukuro the underground station of Close to shopping centres and cultural offer. HOTEL: This hotel is perfect for business and holiday stays, has restaurants, banquet halls, a shopping gallery, a pharmacy, a hairdresser's and a business centre. ROOM: Each room has internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.17" OriginalAmount="197.25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|168424" HotelName="Richmond Asakusa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku, Asakusa 2-7-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/2/4/168424_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2012. SITUATION: The establishment is a 3-minute walk away from el templo de Sensoji, is in the area Asakusa (Tokio). 3 minutes walk away, you can find the Station of Asakusa. The establishment is a 10-minute walk away from the metro station Asakusa. 30 minutes walk away, guests can find La Torre Tokyo Sky Tree, RESTAURANT: Guests can enjoy an Italian restaurant and a buffet breakfast. ROOM: The modern rooms have TV channels (available for a fee), a bathroom with slippers, toiletries and an LCD television. FACILITIES: Guests are offered washing machines (available for a fee), a reception, a dry cleaner's, fax and a photocopier. You also have at your disposal a hall with computers (free of charge) and a microwave (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.32" OriginalAmount="201.28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|60161" HotelName="Royal Park  Tokyo Nihonbashi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1-1 Nihonbashi-Kakigara-cho, CHUO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/6/1/60161_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 5 restaurants, a cafÃ©, 2 event rooms, a bar and a tearoom. Some of the facilities that the establishment offers to guests include a lobby, a currency exchange service, a kiosk, a hairdresser's, conference facilities and WiFi. SITUATION: This urban hotel is situated in Tokio a good location in Tokyo City Air Terminal it is close to near the establishment, guests will find Suitengumae the underground station of In the surrounding area, you can find shops and restaurants. it is 10 minutes away from Tokio the Railway Station of The Imperial Palace it is situated 12 minutes away from. ROOM: The rooms have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a satellite TV, internet, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment boasts a body care centre, a covered pool, a gym, a massage service, a beauty centre, a spa and hydrotherapy. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.93" OriginalAmount="201.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|468577" HotelName="Vessel Inn Takadanobaba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-chome-17-4 Takadanobaba</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/5/7/7/468577_36817aa1826.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.64" OriginalAmount="203.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|451197" HotelName="Premier CABIN PRESIDENT Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-2-7, Harumi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/9/7/451197_0d99c261145.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.73" OriginalAmount="204.59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|470111" HotelName="Monday Apart Premium Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-7-6 Kitaueno</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/1/1/1/470111_57a302c1127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.06" OriginalAmount="205.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|152590" HotelName="KOKO Shinjuku Yotsuya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-14-1 Yotsuya, Shinjuku-Ku, Tokyo-To, Japan 160-0004</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/9/0/152590_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge), a tumble dryer, a restaurant, a reception, a baggage room and vending machines. SITUATION: This hotel is 1 minute away from Yotsuya Sanchome the underground station of 10 minutes away, you can find Shinjuku Gyoen park Shinjuku it is situated 5 minutes away from Ginza 10 minutes away, guests can find 15 minutes away from the establishment guests have Tokyo Dome the Stadium of. ROOM: The rooms have a satellite TV, a fridge, an air-conditioning system, kettle, a bathroom with a bath and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.83" OriginalAmount="207.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|73547" HotelName="The Royal Park Iconic Tokyo Shiodome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-6-3 Higashi-Shinbashi, Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/5/4/7/73547_1_8936.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.09" OriginalAmount="208.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|466191" HotelName="Omo3 Asakusa By Hoshino Resorts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-15-5 Hanakawado, Taito</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/1/9/1/466191_7fb86ed1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.17" OriginalAmount="209.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|73562" HotelName="Dai-ichi Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-2-6 Shimbashi, Minato-ku, Tokyo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/5/6/2/73562_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.90" OriginalAmount="214.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|96130" HotelName="Villa Fontaine Grand Tokyo-Shiodome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Higashi-shinbashi 1-9-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/1/3/0/96130_1_1618.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 497 rooms, 10 floors, attentive service, air-conditioning, a hall, conference facilities, room service and a laundry service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.32" OriginalAmount="215.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|471785" HotelName="Andhere Tokyo Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ueno 2-chome 11-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/7/8/5/471785_7e577d61246.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.18" OriginalAmount="220.56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|185847" HotelName="Kamogawa Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-30-10 Asakusa, Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/4/7/185847_1_1324.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.51" OriginalAmount="220.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|450680" HotelName="lyf Ginza Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-5-4 Kyobashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/8/0/450680_d57ef921233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.54" OriginalAmount="220.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|424403" HotelName="Vintage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104-0042 Tokyo-to, Chuo-ku Irifune 2-10-7, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/4/0/3/424403_cb876531155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.40" OriginalAmount="221.75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|251445" HotelName="The Centurion Classic Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akasaka 3-11-8, Minato-ku, Tokyo, 107-0052, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/4/5/251445_b27a7201246.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.03" OriginalAmount="225.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|224751" HotelName="Mimaru Tokyo Nihombashi Suitengumae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103-0015 Tokyo-to, chuo-ku Nihombashi Hakozakicho 17-6, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/5/1/224751_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.06" OriginalAmount="225.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|131528" HotelName="Dormy Inn Premium Shibuya Jingumae Hot Spring" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-24-4, Jingumae, Shibuya-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/2/8/131528_1_2973.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 5 minutes away from Meiji Jingumae Station. ROOM: The establishment has 136 rooms with TV, WiFi and a bathroom with a hairdryer. FACILITIES: Guests are offered a massage service, a sauna, thermal baths and vending machine. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.42" OriginalAmount="228.56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|478678" HotelName="Tetora Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-39-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/6/7/8/478678_311fc671357.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.69" OriginalAmount="228.83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|73656" HotelName="Niwa Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-1-16 Kandamisakicho, Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/5/6/73656_1_138.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is ideal for holidays or business trips. SITUATION: This establishment, is in Tokyo a good area in it is situated near the commercial area and the shopping area. ROOM: The establishment has contemporary style rooms. FACILITIES: The establishment has a fitness centre fully-equipped, 2 restaurants, a bar, a lounge, meeting facilities and event facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.77" OriginalAmount="233.76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|524685" HotelName="Nplushotel higasikanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-chome-4-2 Higashikanda, Chiyoda City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/8/5/524685_7022f520936.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.89" OriginalAmount="240.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|469925" HotelName="The Royal Park Ginza 6-chome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-16-14,Ginza, Chuou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/9/2/5/469925_e26f9491238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.28" OriginalAmount="241.05" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|231464" HotelName="Richmond Hotel Premier Tokyo Schole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-10-3 Oshiage Sumida</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/4/6/4/231464_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.32" OriginalAmount="241.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|453342" HotelName="Mimaru Tokyo Kinshicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kotobashi, Sumida-ku, 4-11-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/4/2/453342_235de391123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.77" OriginalAmount="243.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|51710" HotelName="Shiba Park " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-5-10 Shiba-koen, Minatu-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/1/0/51710_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern building was renovated in 2000. SITUATION: It is situated next toShiba park Tokyo Tower and Zojoji Temple it is situated near 2 streets away, clients can find the beach, is near Ginza the business area of It has excellent transport links to the railway station and the metro station. ROOM: The establishment has 386 well-equipped rooms with TV, a direct line telephone, an air-conditioning system and a bathroom. FACILITIES: The establishment has a restaurant, a bar, living rooms and business facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.03" OriginalAmount="244.69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|453347" HotelName="Mimaru Tokyo Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ikebukuro Toshima-ku, 2-61-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/4/7/453347_0336b9e1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.34" OriginalAmount="248.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|386076" HotelName="DoubleTree by Hilton Tokyo Ariake" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koto-ku, Ariake 3-7-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/7/6/386076_2995f701257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.51" OriginalAmount="249.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|321165" HotelName="Dormy Inn Premium Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-16 Suda-cho, Kanda, Chiyoda-ku, Tokyo, 101-0041</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/6/5/321165_0407f491120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.23" OriginalAmount="250.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|450764" HotelName="GROOVE SHINJUKU, A PARKROYAL Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-29-1, Kabukicho Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/7/6/4/450764_73c27681631.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.52" OriginalAmount="253.90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|246646" HotelName="Intergate Tokyo Kyobashi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-7-11 Kyobashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/6/4/6/246646_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.00" OriginalAmount="254.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|528854" HotelName="Serorin Light Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kojima 2-chome 7 - 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/8/5/4/528854_1fe89b61007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.11" OriginalAmount="254.48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|527687" HotelName="MONday Apart Asakusabashi Akihabara(Former：MONday Apart Akihabara Southeast)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-15-5 Asakusabashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/6/8/7/527687_9d2de8f1245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.32" OriginalAmount="254.68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|152557" HotelName="Chinzanso Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>10-8, Sekiguchi 2-chome, Bunkyo-ku, Tokyo 112-8680</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/5/7/152557_1_1044.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a Japanese garden, a covered swimming pool, 3 restaurants, a spa, the massage service, a hot spring and WiFi (free of charge). ROOM: The rooms have flat-screen satellite television, a Hi-Fi and a bathroom with a bath. FACILITIES: Clients can find a spa with treatments, a hydromassage bath and thermal baths. The establishment also offers business centre and a fitness centre. OTHERS: Regarding the food and beverage provision, the establishment offers 2 restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.02" OriginalAmount="260.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|448378" HotelName="Sotetsu Fresa Inn Daimon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-6-2 Shibadaimon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/3/7/8/448378_5922ed21149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.91" OriginalAmount="275.64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|186468" HotelName="Tokyu Stay Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-7 Shinjuku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/4/6/8/186468_1_2677.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.25" OriginalAmount="276.94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|73657" HotelName="Rembrandt Style Tokyo Nishikasai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-17-9 Nishikasai, Edogawa-ku, Tokyo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/5/7/73657_449f7780800.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 2-minute walk away from Nishikasai Underground Station. Free of charge, guests are offered a transfer service to Tokyo Disney Resort. It is 6 kilometres from the Tokyo Disney Resort ROOM: The cosy rooms have a flat-screen television, WiFi (free of charge), a bathroom and Video Club. Guests are offered non-smoking rooms. HOTEL: This hotel offers a massage service and a washing machine (for a fee). The establishment offers guests breakfast service and buffet lunch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.79" OriginalAmount="279.41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|85998" HotelName="Solaria Nishitetsu Ginza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Ginza 4-9-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/9/8/85998_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a massage service, a laptop hire service, a baggage room, a living room with a computer with internet connection, WiFi (free of charge) and a restaurant. ROOM: The stylish rooms, have art work, a desk, a fridge, kettle, tea, a coffee maker, toiletries, slippers, a bathroom and a television. SITUATION: This hotel is a 2-minute walk away from Ginza the underground station of 200 metres away from and the main street, a 10-minute walk away from the fish market, is situated 1 kilometre away from Tokio the Railway Station of Hibiya the Park of. MEALS: The establishment offers a breakfast service and buffet lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.51" OriginalAmount="280.11" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|251530" HotelName="Mimaru Tokyo Ueno North" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Ueno 7-14-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/3/0/251530_96496e21334.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="290.94" OriginalAmount="282.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|43143" HotelName="Sunroute Plaza Shinjuku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-3-1 YOYOGI, SHIBUYA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/1/4/3/43143_0a96bd71110.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2007 and has 624 rooms. Is ideal for holidays or business trips. Some of the facilities that the establishment offers to guests include 2 bars, a restaurant, conference rooms and a laundry service. SITUATION: This hotel is 100 metres away from the metro station. Close to the establishment, guests have Shinjuku Railway Station. Nearby, you will find the tourist attractions, the commercial district and the business area. It is near restaurants, shops and shopping centres. ROOM: All the rooms have internet (free of charge), satellite and cable television with international channels, a bathroom with a hairdryer, a fridge, a coffee maker, a kettle, an ironing set and an individual air-conditioning system. FACILITIES: Guests are offered 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 restaurant, 2 bars, a cafÃ© and bars.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="290.98" OriginalAmount="282.50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|434081" HotelName="MIMARU TOKYO HATCHOBORI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-8-8 NIhombashi Kayabacho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/0/8/1/434081_e3108621607.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.78" OriginalAmount="288.14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|450893" HotelName="Onyado Nono Asakusa Bettei" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Asakusa 2-7-26, Taito City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/8/9/3/450893_cebf0cb1250.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.86" OriginalAmount="289.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|526932" HotelName="Spatium Ginza Pony" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-6-11 Tsukiji</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/9/3/2/526932_3974b141045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.31" OriginalAmount="289.62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|381632" HotelName="Mimaru Tokyo Ueno Inaricho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Higashiueno 5-8-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/1/6/3/2/381632_c2b8e6d0922.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.29" OriginalAmount="293.49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|63117" HotelName="Intercontinental Ana Tokyo, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-12-33 AKASAKA MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/1/1/7/63117_1_2350.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Ark Hills, close to the financial area and the commercial area. There are many places you can visit in the surrounding area, including cultural spots and the shopping centre Ginza. 1 minute away from the establishment, you can find the metro station. HOTEL: This hotel centrally located, has 865 standard rooms, business facilities, a photocopier, translation services, a messenger service, computers and a printing service. In the establishment entrance, guests will find a lobby and a lift. Some of the establishment facilities on offer are a hairdresser's, a bar, conference facilities, internet, room service, a laundry service and a car park. ROOM: The rooms have an individual air-conditioning system, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment boasts a swimming pool with deck chairs. You also have at your disposal a gym, a sauna, a steam bath and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.35" OriginalAmount="294.51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|555660" HotelName="BaliAn Resort Shinjuku - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1-11 Kabukicho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/6/0/555660_16062541510.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.63" OriginalAmount="305.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|60163" HotelName="Shibuya Excel Tokyu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-12-2, Dougenzaka Shibuya-Ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/6/3/60163_6ad76291158.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern building, has 25 floors and was opened in 1999. The establishment has a reception and a spacious hall. SITUATION: Is situated inTokyo a good location in it is next to Shibuya the Station of next to the establishment, guests will find a commercial centre situated in the surrounding area of restaurants, bars and shops. The establishment offers a transfer service to the airport. ROOM: Each room has a bathroom, a tea service, panoramic city views and a double bed. RESTAURANT: Regarding gastronomy, the establishment offers 2 restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.62" OriginalAmount="318.08" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|453340" HotelName="Mimaru Tokyo Station East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hatchobori, Chuo-ku, 1-12-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/4/0/453340_150ecf91153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.32" OriginalAmount="321.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|471984" HotelName="Amanek Shinjuku Kabukicho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kabukicho 2 -24-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/9/8/4/471984_2b3f5332019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="337.75" OriginalAmount="327.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|467799" HotelName="Dormy Inn Premium Ginza Hot Springs" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-16-8 Ginza</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/7/9/9/467799_448f6e21716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.99" OriginalAmount="330.09" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|51709" HotelName="Park Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-7-1, Hibashi-Shinbashi, Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/0/9/51709_6a350e71754.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 274Â well-equipped rooms. SITUATION: This establishment, Shiodome Media Tower it is in Shiodome it is in The establishment offers direct access to the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.31" OriginalAmount="330.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|251586" HotelName="Mimaru Tokyo Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-9-6 Akasaka, Minato-ku, Tokyo, Tokyo, 107-0052</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/8/6/251586_6ee12b01042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.72" OriginalAmount="330.80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|164810" HotelName="Tokyu Stay Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8-14, Shinsencho, Shibuya-ku, Tokyo.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/8/1/0/164810_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is near Shibuya it has excellent transport links to the train.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.37" OriginalAmount="333.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|433878" HotelName="Mimaru Tokyo Ueno East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-26-3, Higashiueno, Taito-ku, Tokyo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/3/8/7/8/433878_a8e09941516.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.80" OriginalAmount="335.73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|219191" HotelName="New Otani Tokyo Garden Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-1 Kioi-Cho Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/1/9/1/219191_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.81" OriginalAmount="339.62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|424524" HotelName="Mitsui Garden Roppongi Tokyo Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-15-17 Roppongi, Minato-ku, Tokyo 106-0032</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/5/2/4/424524_7320d531751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.25" OriginalAmount="345.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|453335" HotelName="Mimaru Tokyo Ueno Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ueno Taito-ku, 1-17-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/3/5/453335_58ae2f41128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="359.85" OriginalAmount="349.37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|321100" HotelName="Axas Nihonbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>103-0015 Tokyo-to, Chuoku Nihonbashihakozakicho 20-12 , Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/0/0/321100_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="361.27" OriginalAmount="350.75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|60120" HotelName="Hilton Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-2 Nishi-Shinjuku 6-chome, Shinjuku-Ku,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/2/0/60120_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Hilton is rated four stars and it is situated in Tokyo city centre. Some of the establishment facilities on offer are a restaurant, a bar, a covered swimming pool, a conference room, a reception, a lift, a lobby, a living room, air-conditioning in communal areas, WiFi, a gym, a tennis court and shops. The establishment offers a laundry service (for a fee). SITUATION: This hotel is in Shinjuku it is just 2 kilometres away from the city centre where you can find Yoyogi Park. ROOM: The rooms have an air-conditioning system, a satellite TV, a bathroom, a writing desk, lamp, a safety deposit box, a direct line telephone, a hairdryer, a mini-bar, a coffee maker, a radio and security.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="361.78" OriginalAmount="351.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|424429" HotelName="Mitsui Garden Toyosu Premier Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-1, Toyosu, Koto 135-0061 Tokyo Prefecture</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/4/2/9/424429_498edf51109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="361.92" OriginalAmount="351.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|483777" HotelName="Mitsui Garden Ginza Tsukiji" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-7-1, Tsukiji, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/7/7/7/483777_1067e040928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.65" OriginalAmount="367.62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|466122" HotelName="All Day Place Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-17-1 Shibuya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_48b4d861800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.63" OriginalAmount="369.54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|453201" HotelName="Mimaru Tokyo Shinjuku West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-3-11 Nishishinjuku, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/2/0/1/453201_ee75d201338.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.03" OriginalAmount="369.93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|165774" HotelName="Tokyu Stay Shibuya Shin-minamiguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shibuya 3-26-21, Shibuya-Ku Tokyo 150-0002</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/7/7/4/165774_1_4847.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 2 star hotel is in Tokyo the centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.60" OriginalAmount="370.49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|424405" HotelName="Shibuya Stream" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-21-3, Shibuya, Shibuya-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/4/0/5/424405_8a758980838.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.69" OriginalAmount="370.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|453199" HotelName="Mimaru Tokyo Ginza East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-4, Shintomi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/1/9/9/453199_9a1bd551358.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.93" OriginalAmount="370.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|429217" HotelName="Prostyle Tokyo Asakusa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-12-11 Hanakawado, Taito, Tokyo, Tokyo, 111-0033</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/2/1/7/429217_9308ebb1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="382.82" OriginalAmount="371.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|246572" HotelName="KOKO Ueno Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-18-4, Higashiueno Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/5/7/2/246572_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="384.16" OriginalAmount="372.97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|42613" HotelName="Cerulean Tower Tokyu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>26-1 Sakuragaoka-cho, Shibuya-ku,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/6/1/3/42613_1_1727.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Cerulean Tower Tokyu is rated five stars. It has 40 floors and 414 luxurious rooms. is perfect for business and holiday stays. SITUATION: It is located near the commercial area. It is near the historic centre. Nearby, you will find the leisure area. It is in a good location in Tokyo. FACILITIES: The establishment boasts a spa, a fitness centre well-equipped and a covered swimming pool. Regarding the food and beverage offering, there is a restaurant, a bar and a lounge. There are many facilities and services available at the establishment, including a reception, a concierge service, meeting facilities, a business centre fully-equipped, event rooms and a small conference room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="392.68" OriginalAmount="381.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|316948" HotelName="Daiwa Roynet Ginza Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Ginza 1-13-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/6/9/4/8/316948_1_6009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="401.29" OriginalAmount="389.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|522258" HotelName="hanachiku asakusa wagokoro hoteru" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-7-2 Hanakawado</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/5/8/522258_14b2b880912.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="403.78" OriginalAmount="392.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|424522" HotelName="Mitsui Garden Ginza gochome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-13-15, Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/5/2/2/424522_5cc0e430644.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="408.86" OriginalAmount="396.95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|450670" HotelName="Hyatt House Tokyo Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-3 Sakuragaoka-Cho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/7/0/450670_17bf8751427.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="432.30" OriginalAmount="419.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|469137" HotelName="Indigo Tokyo Shibuya, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-25-12 Dogenzaka, Shibuya-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/1/3/7/469137_87dd9661855.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="450.41" OriginalAmount="437.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|60158" HotelName="The Prince Sakura Tower Tokyo, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>13-1 TAKANAWA 3- CHOME</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/5/8/60158_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has lounge areas, a restaurant, room service and a currency exchange service. SITUATION: It has good links to the leisure areas. It is close to the commercial area, close to the commercial district. Is situated in a good area in Tokyo. ROOM: Customers have comfortable rooms. FACILITIES: The establishment boasts a fitness centre fully-equipped and a spa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="490.14" OriginalAmount="475.86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|424402" HotelName="Karaksa Premier Tokyo Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105-0004 Tokyo-to, Minato-ku, Shinbashi 1-6-6, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/4/0/2/424402_2e80e541142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="497.60" OriginalAmount="483.11" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|453353" HotelName="Mimaru Suites Tokyo Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hanakawado, Taito-ku, 1-10-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/5/3/453353_9688e301210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="503.28" OriginalAmount="488.62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|53957" HotelName="Conrad Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-9-1, HIGASHI-SHINBASHI, MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/5/7/53957_1_3044.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 290 standard rooms. It has air-conditioning, a lobby, a lift, 4 restaurants, a lounge bar, a cafÃ© and a hairdresser's. The establishment also offers room service, conference rooms and an oudooor car park. SITUATION: This hotel is situated in Shiodome Train Station. Near the establishment, you will find places of interest. Close to the establishment, guests have shopping areas and leisure areas. ROOM: The rooms have a bathroom with a shower, a bath, a hairdryer, a double bed, a direct line telephone and a television. They also have internet, a mini-fridge, a coffee maker, a kettle and an ironing set. FACILITIES: The establishment boasts a covered pool (available for a fee), a gym for an additional charge, a jacuzzi, a sauna, a steam bath, a spa, beauty treatments and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="513.77" OriginalAmount="498.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|466727" HotelName="BELLUSTAR TOKYO, A Pan Pacific Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kabukicho1-29-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/7/2/7/466727_d67493c1614.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="516.33" OriginalAmount="501.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|424404" HotelName="Nohga Ueno Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110-0015 Tokyo-to, Taito-ku Higashi-ueno 2-21-10, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/4/0/4/424404_d7807fd0839.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="535.84" OriginalAmount="520.23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|450677" HotelName="Hotel Toranomon Hills - The Unbound Collection by Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-6-4 Toranomon, Minato-Ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/7/7/450677_b6765971246.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="544.85" OriginalAmount="528.98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|215796" HotelName="Ascott Marunouchi Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-1-1 OTEMACHI, CHIYODA-KU *</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/9/6/215796_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="561.26" OriginalAmount="544.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|73559" HotelName="Courtyard By Marriott Tokyo Ginza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Ginza 6-14-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/5/5/9/73559_1_1825.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a bar, a reception, air-conditioning and a hall. The establishment offers guests internet in communal areas, meeting room, a gym, an oudooor car park, a lift and a laundry service (for a fee). SITUATION: This hotel is in Chuo, close to el Teatro Kabuki-za,el Edificio San-ai and Mitsukoshi ROOM: All the rooms have an air-conditioning system, a bathroom, a hairdryer, an iron, an ironing board, a safety deposit box, a writing desk, a mini-bar, a coffee maker, a direct line telephone, a radio and a satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="561.40" OriginalAmount="545.05" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|453346" HotelName="Mimaru Suites Tokyo Nihombashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-10-9 Nihombashihoridomecho Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/4/6/453346_27681a41215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="569.43" OriginalAmount="552.84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|85875" HotelName="The Tokyo Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-9-1 MARUNOUCHI CHIYODA, TOKYO PREFECTURE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/8/7/5/85875_1_366.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel reopened in 2012, has a restaurant, bars and WiFi (free of charge), It also has a gym, a spa, a business centre, a laundry service, a currency exchange service and room service. The establishment offers guests breakfast service. SITUATION: This establishment, is next to Tokyo the Station of it is situated 10 minutes walk away from Ginza the area el Palacio Imperial 20 minutes walk away, you can find it is 10 minutes drive away from Akihabara the areas. ROOM: The rooms have an LCD TV, a mini-bar, a bathroom with bathrobe and slippers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="593.43" OriginalAmount="576.15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|185745" HotelName="Millennium Mitsui Garden Tokyo/ginza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-11-1 Ginza, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/7/4/5/185745_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="595.21" OriginalAmount="577.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|60119" HotelName="Grand Hyatt Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rapponping Minato-Ku, Tokyo, 6-10-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/1/9/60119_dbd771f0647.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Grand Hyatt Tokyo is rated five stars was built in 2003 and it is situated in Tokyo city centre. Some of the facilities that the establishment offers to guests include lifts, a concierge, a swimming pool, a sauna, a cafÃ© and business facilities. FACILITIES: The establishment has 389 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="661.73" OriginalAmount="642.46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|69919" HotelName="The Westin Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-4-1 MITA, MEGURO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/1/9/69919_1_1649.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 438 standard rooms, a lobby with a reception and a currency exchange service. The establishment has a bar, a restaurant and a conference room. The establishment also offers WiFi, room service, a laundry service and a car park. SITUATION: This hotel is situated in Shibuya close to the establishment, guests have places of interest. ROOM: The establishment has rooms and suites. They have a writing desk, internet, a bathrobe, a bathroom with a bath and a shower. They also have a hairdryer, a double bed, a direct line telephone, a television, a mini-bar, a coffee maker, a kettle, an ironing set and individual air-conditioning. FACILITIES: The establishment has a covered pool, a gym and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="684.55" OriginalAmount="664.61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|220958" HotelName="The Prince Gallery Tokyo Kioicho, A Luxury Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Kioi-cho Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/9/5/8/220958_00bbbde1748.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="702.91" OriginalAmount="682.44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|86063" HotelName="The Capitol Tokyu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-10-3 NAGATA-CHO CHIYODA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/6/3/86063_1_4967.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has dining facilities and leisure facilities. is ideal for holidays or business trips. SITUATION: This urban hotel is in Akasaka a good area in it is in Tokyo the shopping centre the hotel is near Japan the Parliament of excellent transport links to the commercial areas and restaurants. ROOM: Customers can find stylish rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="720.59" OriginalAmount="699.60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|220979" HotelName="Hyatt Centric Ginza Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-6-7 Ginza, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/9/7/9/220979_1_3128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="900.79" OriginalAmount="874.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|321198" HotelName="Trunk (hotel) Cat Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-31 Jingumae, Shibuya-ku, Tokyo, 150-0001</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/9/8/321198_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="913.50" OriginalAmount="886.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|243081" HotelName="Randor Residence Tokyo Classic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3-2 Nishinippori, Arakawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/0/8/1/243081_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="978.28" OriginalAmount="949.79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|69917" HotelName="Shangri-la Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MARUNOUCHI TRUST TOWER MAIN, 1-8-3 MARUNOUCHI,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/1/7/69917_1_240.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, has 202 standard rooms and 11 floors. This establishment with air-conditioning, has a lobby, a safety deposit box service, a currency exchange service, a lift, a bar and a restaurant. The establishment also offers conference facilities, WiFi, room service, a laundry service and an oudooor car park. SITUATION: This hotel is situated in Tokio city centre. Nearby, you will find shopping areas. 10 minutes away from the establishment guests have the Imperial Palace. can also find the Nihonbashi area and Tokio Railway Station. It's 57 kilometres from Narita International Airport. ROOM: All the rooms have a bathroom with a shower or bath, a hairdryer, a king size or double bed, a direct line telephone and satellite or cable TV. They also have internet, a safe, a mini-bar, a coffee maker, a kettle and individual air-conditioning. FACILITIES: Guests are offered a health club, a gym, a covered heated pool and hydrotherapy treatments. MEALS: Guests can make use of 2 restaurants. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1018.58" OriginalAmount="988.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|67167" HotelName="The Ritz-carlton, Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>TOKYO MIDTOWN 9-7-1, AKASAKA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/6/7/67167_712f9131721.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2007, has 248 standard rooms, restaurants, bars, a cafÃ©, a safety deposit box service and conference facilities. SITUATION: This hotel is in Tokio city centre, Close to Roppongi where guests can enjoy embassies, dining facilities, shops and a station. It is 14 kilometres away from Narita Airport. ROOM: Each room has an air-conditioning system, a television, a safety deposit box, a mini-bar, a bathroom and a hairdryer. FACILITIES: Guests are offered a spa, a covered swimming pool, a sauna and a gym. MEALS: The establishment offers restaurants, a coffee shop and bars.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1254.56" OriginalAmount="1218.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|67166" HotelName="The Peninsula Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-8-1 Yurakucho Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/6/6/67166_1_276.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 314 standard rooms and 47 suites. The establishment boasts a spa, a bar, restaurants and attentive service. This establishment with air-conditioning, has a reception, a safety deposit box service, a currency exchange service, a lift and a hairdresser's. The establishment also offers conference rooms, room service, a laundry service and a car park. SITUATION: This urban hotel is in the business area of Marunouchi. Opposite the establishment, you can find the Imperial Palace and Hibiya Park. It is located close to Ginza, 2 kilometres away from the garden Hamarikyu. 25 kilometres away from the establishment, guests will find the Zojo-ji Temple. can also find the Tokyo Tower. It's 58 kilometres from Narita International Airport. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, a satellite television, a radio, a safe, a mini-bar, a coffee maker, a kettle and an air-conditioning system. FACILITIES: The establishment has spa treatments, the option of a manicure, a gym and a swimming pool. MEALS: Guests are offered restaurants and a bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1259.00" OriginalAmount="1222.33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|450671" HotelName="The Tokyo Edition, Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-8-13 Ginza</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/7/1/450671_d0294dd1008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1266.22" OriginalAmount="1229.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|60156" HotelName="Park Hyatt Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nishi Shinjuku, Shinjuku-Ku, 3-7-1-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/5/6/60156_1_3094.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1994 and it is situated in Tokyo city centre, The establishment offers guests a concierge, a swimming pool, a sauna, a cafÃ© and business facilities. It has 177 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1335.43" OriginalAmount="1296.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|450672" HotelName="Bulgari Hotel Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-1 Yaesu, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/7/2/450672_4e1c6a81102.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1902.48" OriginalAmount="1847.07" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|219921" HotelName="Aman Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THE OTEMACHI TOWER, 1-5-6 OTEMACHI, CHIYODA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/9/2/1/219921_1_2938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2119.26" OriginalAmount="2057.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|86131" HotelName="Mandarin Oriental, Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1-1 Nihonbashi Muromachi Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/3/1/86131_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a living room, a projector, air-conditioning, has 179 rooms, a lobby, a lift, a breakfast room, a laundry service (for a fee) and a car park (for a fee). SITUATION: The hotel is near the Imperial Palace, Ginza the leisure area of The hotel is 40 minutes drive away from Haneda Airport It has excellent transport links to the airport. ROOM: Each room has an LCD television, internet, a double bed, a direct line telephone, an air-conditioning system and a central heating system. FACILITIES: The establishment boasts a gym and a spa. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment offers a breakfast service and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2698.57" OriginalAmount="2619.97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|85919" HotelName="Kichijoji Tokyu Rei" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-6-3 KICHIJOJIMINAMICHO, MUSASHINO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/1/9/85919_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers facilities for people with disabilities. SITUATION: This establishment, Tokyo it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.85" OriginalAmount="63.93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|321195" HotelName="Yamate Rest House (male Only)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinjuku-ku Hyakunin-cho 1-9-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.93" OriginalAmount="129.06" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|429409" HotelName="Hotel Sunroute Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-15-11 Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.52" OriginalAmount="151.96" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|251299" HotelName="The B Tokyo Shimbashi Toranomon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Nishi Shimbashi 1-17-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.87" OriginalAmount="199.87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|317062" HotelName="Bay Urayasu-ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kita Zakae 1-15-28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.49" OriginalAmount="212.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|321024" HotelName="Dormy Inn Premium Tokyo Kodenmacho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Nihonbashi Kodenma-cho 2-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating />
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
  </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
98321f8a-12ab-46be-99aa-efabe377da49|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="98321f8a-12ab-46be-99aa-efabe377da49">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="59326" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-12-17T00:00:00" End="2026-12-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|85969" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
98321f8a-12ab-46be-99aa-efabe377da49|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="98321f8a-12ab-46be-99aa-efabe377da49" TimeStamp="0001-01-01T00:00:00" HotelName="Sakura Hotel Ikebukuro -" HotelCode="85969" GTCityId="59326" CountryCode="JP" CityName="Tokyo" CountryName="Japan" Address="2-40-7 IKEBUKURO" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room" RoomTypeCode="85969H1_1104H1HRHR2qq4b|1776346086.DMQBAX-GBRA83f20offy|84.71|94|ODQuNzF8RVVSfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="74" TotalPrice="75.85" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/12/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-12-12T00:00:00" End="2026-12-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="73.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Triple room" RoomTypeCode="85969H3_1090H2HRHR109ilc|1776346086.DMQBAX-GBRA83f20offy|105.48|94|MTA1LjQ4fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="92" TotalPrice="94.45" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/12/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-12-11T00:00:00" End="2026-12-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="91.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Family room" RoomTypeCode="85969H65_H1HRHR1193no|1776346086.DMQBAX-GBRA83f20offy|135.12|94|MTM1LjEyfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="117" TotalPrice="120.99" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/12/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-12-12T00:00:00" End="2026-12-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="117.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Shared room" RoomTypeCode="85969H66_160H2HRHR109poi|1776346086.DMQBAX-GBRA83f20offy|161.26|94|MTYxLjI2fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="140" TotalPrice="144.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/12/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-12-10T00:00:00" End="2026-12-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="140.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_3.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_4.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_11.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_16.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_5.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_6.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_10.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_12.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_13.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_14.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_15.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_8.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_9.jpg" /></Images><HotelDescription>HOTEL: This establishment has a cafÃ©, a buffet breakfast, multilingual staff, WiFi (free of charge), a reception, a laptop hire service and a baggage room. The establishment has a launderette, computers with internet, (for a fee), a shared kitchen and a restaurant. SITUATION: This hotel is 5 minutes away from Ikebukuro the Station of It has excellent transport links to the train and the commercial area. it is 60 minutes away (by train) from Narita Airport it is 50 minutes away (by train) from Haneda Airport The establishment has available (at an extra charge) a transfer service to the airport. ROOM: The rooms have bunk beds, a flat-screen television, a fridge and a bathroom. On request, customers can find a hairdryer and an iron.</HotelDescription><Facilities><HotelFacilities><Type>Hotel</Type><Description>Currency exchange</Description><Value>Currency exchange</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fire extinguishers</Description><Value>Fire extinguishers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security alarm</Description><Value>Security alarm</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoke detectors</Description><Value>Smoke detectors</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security cameras</Description><Value>Security cameras</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour security</Description><Value>24 hour security</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Shared kitchen</Description><Value>Shared kitchen</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>TV area / shared lounge</Description><Value>TV area / shared lounge</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Board games / puzzles</Description><Value>Board games / puzzles</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Lift</Description><Value>Lift</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Vending machine</Description><Value>Vending machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>No pets allowed</Description><Value>No pets allowed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Press</Description><Value>Press</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>Air-conditioning</Description><Value>Air-conditioning</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>Invoices</Description><Value>Invoices</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fax / photocopy machine</Description><Value>Fax / photocopy machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dry cleaning service</Description><Value>Dry cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Laundry service</Description><Value>Laundry service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Parking</Description><Value>Parking</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Air-conditioning</Description><Value>Air-conditioning</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>Bathroom</Description><Value>Bathroom</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Shower</Description><Value>Shower</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Refrigerator</Description><Value>Refrigerator</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Flatscreen TV</Description><Value>Flatscreen TV</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Slippers</Description><Value>Slippers</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
98321f8a-12ab-46be-99aa-efabe377da49|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="98321f8a-12ab-46be-99aa-efabe377da49">
  <Rooms>
    <Room RoomType="Room 1: Double room" TotalAdult="3" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="85969" SourceId="94" RoomTypeCode="85969H3_1090H2HRHR109ilc|1776346086.DMQBAX-GBRA83f20offy|105.48|94|MTA1LjQ4fEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-12-17T00:00:00" End="2026-12-18T00: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
98321f8a-12ab-46be-99aa-efabe377da49|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-12-11T00:00:00" End="2026-12-11T00:00:00">
        <AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="94.45" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>94.45</TotalAmount>
  <TraceId>98321f8a-12ab-46be-99aa-efabe377da49</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
98321f8a-12ab-46be-99aa-efabe377da49|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="98321f8a-12ab-46be-99aa-efabe377da49">
  <Rooms>
    <Room RoomType="Room 1: Triple room" TotalAdult="3" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="85969" SourceId="94" RoomTypeCode="85969H3_1090H2HRHR109ilc|1776346086.DMQBAX-GBRA83f20offy|105.48|94|MTA1LjQ4fEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-12-17T00:00:00" End="2026-12-18T00: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
98321f8a-12ab-46be-99aa-efabe377da49|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-12-11T00:00:00" End="2026-12-11T00:00:00">
        <AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="94.45" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>94.45</TotalAmount>
  <TraceId>98321f8a-12ab-46be-99aa-efabe377da49</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
98321f8a-12ab-46be-99aa-efabe377da49|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="98321f8a-12ab-46be-99aa-efabe377da49" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Triple room" BoardBasis="Bed and breakfast" TotalAdult="3" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Shiv" LastName="Charan" DOB="20010416" Age="25" />
        <Adult Title="Mr" FirstName="Mayank " LastName="Shah" DOB="20010416" Age="25" />
        <Adult Title="Mr" FirstName="Chetan" LastName="Shah" DOB="20010416" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|85969" SourceId="94" RoomTypeCode="85969H3_1090H2HRHR109ilc|1776346086.DMQBAX-GBRA83f20offy|105.48|94|MTA1LjQ4fEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="94.45" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-12-17T00:00:00" End="2026-12-18T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Shiv</FirstName>
    <LastName>Charan</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</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
98321f8a-12ab-46be-99aa-efabe377da49|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ 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>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Shiv</FirstName>
  <LastName>Charan</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</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>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-12-11T00: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-12-11T00:00:00" End="2026-12-11T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="94.45" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-12-17T00:00:00</CheckIn>
  <CheckInTime>02:00PM</CheckInTime>
  <CheckOut>2026-12-18T00:00:00</CheckOut>
  <CheckOutTime>10:00AM</CheckOutTime>
  <CostAmountInSalesCurrency>91.70</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>japan</CountryName>
  <Rooms>
    <Rooms>
      <Adults>3</Adults>
      <BoardBasis>Bed and breakfast</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Shiv Charan</GuestName>
      <RoomType>Room 1: Triple room</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>94.45</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>105.48</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>8558</SupplierId>
  <SupplierMinCnxDate>2026-12-15T00:00:00</SupplierMinCnxDate>
  <SupplierName>Veturis</SupplierName>
  <_address>2-40-7 IKEBUKURO</_address>
  <_cityName>Tokyo</_cityName>
  <_hotelName>Sakura Hotel Ikebukuro -</_hotelName>
</Hotel> Response:-<Root><FileBookingId>260430546</FileBookingId><BookingId>41913</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
98321f8a-12ab-46be-99aa-efabe377da49|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>260430546</FileBookingId>
  <Status>Success</Status>
  <SupplierRef>1331770|fe5fa845aa44eafe496e3280618c68b6</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
f266aaf9-ba7c-489f-b00f-0a7db24118f1|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="f266aaf9-ba7c-489f-b00f-0a7db24118f1">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="45703" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-20T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
f266aaf9-ba7c-489f-b00f-0a7db24118f1|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>f266aaf9-ba7c-489f-b00f-0a7db24118f1</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
03771ff9-a0db-44a5-8831-d543ac7187f7|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="03771ff9-a0db-44a5-8831-d543ac7187f7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="57914" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-12-22T00:00:00" End="2026-12-23T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
03771ff9-a0db-44a5-8831-d543ac7187f7|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
03771ff9-a0db-44a5-8831-d543ac7187f7|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-04-16T14:50:40.7160823+01:00" Version="0" EchoToken="Search" TransactionIdentifier="03771ff9-a0db-44a5-8831-d543ac7187f7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="12" TotalAmount="13.36" OriginalAmount="12.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.482196835945" Longitude="12.239925597553" StarRating="2" HotelCode="516084|31481303" HotelName="a&amp;o Venezia Mestre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ca Marcello 19, 30172 Venezia, Veneto</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/32/2f3230e558411a8ccf761add09ae11d59da868b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A TV room is among the facilities and amenities available at the hotel. Wireless internet access in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="24.39" OriginalAmount="23.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.504663" Longitude="12.237309" StarRating="3" HotelCode="35957|1453304" HotelName="Club Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Villafranca 1, 30174 Mestre, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/8d/e48d4a0dd004726ad507e68f3bc5899bd08bf66a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located close to the centre and the historic old town of Mestre. Publi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="28.48" OriginalAmount="27.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.4915835898" Longitude="12.238783023314" StarRating="3" HotelCode="337292|2943429" HotelName="Hotel Centrale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Donatori di Sangue 14, 30170 Mestre, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7a/49/7a49fea056013f4a80e60c0a08ab815ad0937bc4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Mestre, only 50 m from the shopping venues, bars and pubs. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="30.98" OriginalAmount="30.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.485926" Longitude="12.234325" StarRating="3" HotelCode="141999|1158059" HotelName="Aaron" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Felisati 187, Mestre 30171, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/e0/9be0b96d0243ddf7d645846cba1370e13085c99b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Venice Mestre, 3 minutes' walk from the railway station and 10 minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="34.36" OriginalAmount="33.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.486133831526" Longitude="12.221227884293" StarRating="3" HotelCode="371396|2567446" HotelName="Alla Giustizia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Miranese 111, 30174 Mestre-Venezia, Veneto</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6e/106e9a717d134ea046edf107552792fc0476ad31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated only 50 m from various motorways, meaning guests are able to reach V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="37.64" OriginalAmount="36.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.4423428" Longitude="12.3213433" StarRating="3" HotelCode="466531|29367255" HotelName="Hotel Agli Artisti &amp;  Alloggi Agli Artisti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Calle Priuli dei Cavalletti 99 a/b/c, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/05/054084/054084a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Agli Artisti is the ideal place for your holidays in Venice, thanks to its perfect position fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="37.73" OriginalAmount="36.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.442410177281" Longitude="12.321484542366" StarRating="3" HotelCode="56655|1547732" HotelName="Hotel Agli Artisti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Priuli Ai Cavaleti Cannaregio 99/C, 30121 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73441/ba_73441_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel affords an idyllic, peaceful location at the heart of Venice, which is co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="40.14" OriginalAmount="38.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.485132537834" Longitude="12.234403930059" StarRating="3" HotelCode="901925|9374913" HotelName="Roberta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sernaglia 21, 30174 Mestre, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/da/e9da310e0570edf0534c8929ebdc8d1a77cd0b2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.421565532068" Longitude="12.376372218132" StarRating="4" HotelCode="31845|3214870" HotelName="Romantik Hotel Russo Palace" Meals="FREE BREAKFAST,BED &amp; BREAKFAST" BedType="FREE BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Riviera San Nicolo 11A, 30126 Lido di Vnezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/87/7387cbcd2e71bed280b40e50e4029774b9d4c100.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in front of the Venetian lagoon, around 15 minutes by boat from St Mark's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="43.95" OriginalAmount="42.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.497223622481" Longitude="12.236285805702" StarRating="4" HotelCode="35711|1505066" HotelName="Apogia Sirio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Circonvallazione 109, 30174 Mestre, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/a4/86a41f103821d663c0ea27729fbd323f2cc250ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Mestre, close to Venice and within 500 m of the Castellana mot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="43.98" OriginalAmount="42.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.482705670371" Longitude="12.232723832131" StarRating="4" HotelCode="31413|1332142" HotelName="Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Viale Stazione 36, 30171 Venezia Mestre, Italia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/d4/e7d493d52d6696a0cc6e8f4cfb9b0983f7e60324.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel features a convenient location right by Mestre train station, around 8 km away from Venic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="46.79" OriginalAmount="45.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.446333260543" Longitude="12.320010960102" StarRating="3" HotelCode="18697|1858780" HotelName="Tre Archi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cannaregio 923, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/bb/93bb75fb45b877a87e57005112b1eef9fc988862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is housed in a completely renovated palace directly on the Canale Canareggio and c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="47.09" OriginalAmount="45.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.440661" Longitude="12.332529" StarRating="4" HotelCode="82871|1399042" HotelName="Hotel San Cassiano - Residenza d'Epoca Ca' Favaretto" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Croce 2232, 30135 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/82/6f82f7a39f8ef9f7a394ffd8a57c095fbc4a636d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Overlooking Venice's Grand Canal, this historic hotel is a 5-minute walk from Rialto Bridge in a qui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="47.58" OriginalAmount="46.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.417370671188" Longitude="12.368809110769" StarRating="3" HotelCode="79203|1638246" HotelName="Giardinetto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/29/2f29ccc2bd05e554d60ec8aad8d68af7dda2712e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.492288119757" Longitude="12.242894329448" StarRating="3" HotelCode="117731|2838066" HotelName="Venezia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza 27 Ottobre, 91, Via Teatro Vecchio, 5, 30171 Mestre, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/87/bc/87bce89909b0e8f32f26e50bbe197efe06ed1dbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="49.88" OriginalAmount="48.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.442683437464" Longitude="12.324484884739" StarRating="2" HotelCode="89641|1625243" HotelName="Adua" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Lista di Spagna 233a, 30121 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/26/6a26c4041d4da8807b3fcca3467e8ca5aa8cdc96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near the railway station along a famous street called Lista di Spagna, renowne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="50.65" OriginalAmount="49.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.417777609209" Longitude="12.369382381439" StarRating="4" HotelCode="37800|1789246" HotelName="Panorama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale S.M. Elisabetta, 30126 Lido di Venezia, veneto</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/c5/b4c503b9bd9e6baade31a110107e067a986f3bc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lido, directly next to the coast and surrounded by plenty of shops, bars, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="50.70" OriginalAmount="49.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.491353713525" Longitude="12.247795164585" StarRating="4" HotelCode="67098|1146079" HotelName="Michelangelo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Via Forte Marghero, 30173 Venezia Mestre</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/44/b244781bb2f456a74a862c415d27c595af5ebce5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="52.35" OriginalAmount="50.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.504734" Longitude="12.270897" StarRating="4" HotelCode="13383|1373517" HotelName="Smart Holiday" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,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>Via Dell'Essicatoio 38, 30173 Mestre, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/be/46be6427a490f79e905ce9f34eebdeede9823b72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated only 15 minutes from the bustling city of Venice. In fact, the city m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="54.40" OriginalAmount="52.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.483116" Longitude="12.235765" StarRating="3" HotelCode="28541|2256619" HotelName="Regit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cappuccina 96, Mestre, Venezia 30172</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/1f/bc1f8d3bfda7023ea9338b61eec7a8ad3353e2ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="54.62" OriginalAmount="53.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.433840401926" Longitude="12.33345269608" StarRating="3" HotelCode="32565|1021964" HotelName="La Fenice et des Artistes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 1936, 30124 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/40/d5405d48a8276115f45e230de2875aeda8c4bf39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the town centre, next to the famous Fenice Theatre, and 5 minutes’ walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="55.51" OriginalAmount="53.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.489623" Longitude="12.248864" StarRating="4" HotelCode="27720|1338225" HotelName="President" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Forte Marghera, 99/a, 30172 Mestre (Venice)</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/5b/7c5b5850cfaabc630d7497b4acb9d05e68ad41c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Venice-Marco Polo airport is approximately 8 km from the city hotel and Treviso-S. Angelo airport is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="55.96" OriginalAmount="54.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.436097351076" Longitude="12.339282631874" StarRating="3" HotelCode="22699|1390977" HotelName="Ca'del Campo 511" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Campo della Guerra, San Marco 511, 30124 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/bf/49bf2fa92b6f8f1cc2ca13812a2a7cdc9653a65e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="56.29" OriginalAmount="54.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435464955997" Longitude="12.339341640472" StarRating="3" HotelCode="11756|1374032" HotelName="Hotel Diana Venice" Meals="BREAKFAST BUFFET,BED &amp; BREAKFAST" BedType="BREAKFAST BUFFET" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Specchieri 449, 30124 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/43/9143bb6f3b28ac43fa8868c64ed23a4992745439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This homely hotel is located in Venice. Convenient public transport links are within 200 metres of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="57.39" OriginalAmount="55.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.42999815" Longitude="12.3282539" StarRating="2" HotelCode="146963|43966320" HotelName="Domus Cavanis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Dorsoduro 895, 30123 Venice, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/af/a8afda9e8f3b3815df4cfbb73c5dbad96dd22209.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="57.97" OriginalAmount="56.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.432108" Longitude="12.351047" StarRating="3" HotelCode="77842|1900935" HotelName="Ca' Formenta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castello 1650, Via Garibaldi, 30122 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/09/bc09435b1a7453770897078c879697b3ee6ff3b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="58.29" OriginalAmount="56.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.437714419779" Longitude="12.338252016833" StarRating="2" HotelCode="97048|1071414" HotelName="Hotel Canada Venezia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel,hotel">
        <Address>
          <AddressLines>
            <AddressLine>Castello Campo San Lio 5659, 30122 Venice, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/3f/d73f4eba13e1d9c9ef159a5a567e0f5cf4175a85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Canada Hotel is a real find. Not because of any luxuries it might offer, but because of its pric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.73" OriginalAmount="57.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.442132" Longitude="12.323452" StarRating="3" HotelCode="102159|1633100" HotelName="Nazionale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lista di Spagna 158, 30121 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/5e/d55ee2cf4c4b2804940eaaf19867aa0007a7c405.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located centrally on the Lista di Spagna, one of the main shopping districts of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.96" OriginalAmount="58.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.436011714658" Longitude="12.341111898422" StarRating="4" HotelCode="11274|1520785" HotelName="Hotel Ca' dei Conti" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Castello 4429, 30122 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/73/a17367002b060940f3bb941e30d50ac82590bb69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel overlooks a small canal, in a typical Venetian setting just a few minutes' walk from St. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="61.08" OriginalAmount="59.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.474334" Longitude="12.214864" StarRating="4" HotelCode="31163|1341648" HotelName="Holiday Inn Venice Mestre-Marghera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rotonda Romea 1/2, 30175 Marghera, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/61/b161ae57893b626dabc08c5a546829aef7eb46f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is situated approximately 15 km from Venice Airport. The countless attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="61.70" OriginalAmount="59.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435424426688" Longitude="12.341522874552" StarRating="3" HotelCode="47240|3130876" HotelName="Castello" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Del Figher, Castello 4365, 30122 Venezia, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c2/83/c283620a2f40934ca50901ebcb5135b8382d0be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in an ideal position for guests to experience the authentic atmosphere of Veni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.53" OriginalAmount="60.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.442035" Longitude="12.321668" StarRating="3" HotelCode="25630|7649114" HotelName="Abbazia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Priuli Ai Cavalletti 68, 30121 Venice, Cannaregio</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/24/dd24885a3991bfaf3e190c48bb92c5f79b1fb3cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="63.58" OriginalAmount="61.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.442486778782" Longitude="12.324222028255" StarRating="4" HotelCode="197520|1464892" HotelName="Amadeus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" 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>Lista Di Spagna Cannaregio 227, 30121 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/39/1b/391b28c879fae21abec72fe4fae9866d6ba58aa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is ideally situated in the historical centre, just minutes from the train s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="63.74" OriginalAmount="61.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435468730273" Longitude="12.33875457229" StarRating="3" HotelCode="47467|3436692" HotelName="Citta di Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Campiello San Zulian San Marco 590, 30124 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/6c/fa6c0d8e283c6242709ad45820aee9fc93228102.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very well located in a small square in Venice, 200 m from Piazza San Marco and about 3...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="64.02" OriginalAmount="62.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.486447865479" Longitude="12.217901945114" StarRating="4" HotelCode="79865|4132082" HotelName="Park Hotel Ai Pini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Miranese 176, 30174 Mestre, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/27/9f27d620a00389ef82ccfcea0e2d8b002ed71930.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="64.13" OriginalAmount="62.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.43532191327" Longitude="12.339395284653" StarRating="3" HotelCode="44461|1534710" HotelName="Panada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 646, 30124 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/14/e7147a8e4092d3c6847e42b00ebfa90b8dabb60b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the centre of Venice, in a peaceful area, this hotel is located within paces of St. Mark...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="64.25" OriginalAmount="62.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434729034944" Longitude="12.332670986652" StarRating="3" HotelCode="32620|2530409" HotelName="San Giorgio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rio Terà della Mandola, San Marco 3781, 30124 Venezia, Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/12/6012436bb795d120664ab62e2dba4757a73f49dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Venice, this hotel lies between the Campo Sant'Angelo and the Campo Manin. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="64.55" OriginalAmount="62.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.504777026718" Longitude="12.282799367645" StarRating="3" HotelCode="11943|1096487" HotelName="Ducale Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Triestina 5, 30030 Favaro Veneto, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/01/560140ac01c47d1681e02191fd4b8fca142e2ef7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Favaro Veneto, 3 km from Venice's Marco Polo Airport, 6 km from Venice's Rom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.20" OriginalAmount="64.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.432959880116" Longitude="12.316818410549" StarRating="3" HotelCode="89644|1843680" HotelName="Tiziano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dorsoduro Calle Riello 1873, 30123 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/59/c1597550a6e2e36f557220c2eff2d70e3db136ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the quiet Dorsoduro district, close to the church of San Nicolò dei Mendico...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="67.55" OriginalAmount="65.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.441416496014" Longitude="12.336540448805" StarRating="3" HotelCode="64852|3928057" HotelName="Ca' D'Oro Venezia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cannaregio 4604, Corte Barbaro, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/96/35964c31c1ae1ecf912a21cc690e5db0e406b1c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a quiet corner of the Cannaregio district, where the atmosphere of old Veni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="67.78" OriginalAmount="65.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.439559747196" Longitude="12.32133630078" StarRating="3" HotelCode="350827|19036785" HotelName="Hotel Canal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Croce 553, 30135 Venezia, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/02/026158/026158a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Venice, this hotel is about 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.35" OriginalAmount="66.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.482822265126" Longitude="12.23329782486" StarRating="4" HotelCode="34938|2449367" HotelName="Best Western Hotel Tritone" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Stazione 16, 30171 Mestre, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/2d/5d2d627b1d210d624b9df02c54f16f56a2d6c7f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite the railway station in Mestre, some 5 minutes from the centre of Veni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.62" OriginalAmount="66.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.475709543483" Longitude="12.211824059486" StarRating="4" HotelCode="171022|1035699" HotelName="Mercure Venezia Marghera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Malamocco 14, Marghera, 30175 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/01/a001dbb1cb553708246a5f955f45b7a7b0e04556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel just 5 km from Venice Mestre railway station and a 10-minute bus ride from central Venice....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.83" OriginalAmount="66.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434939" Longitude="12.334004" StarRating="3" HotelCode="47305|3449912" HotelName="Centauro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco, Campo Manin 4297, 30124 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/55/5c553129723756a3acab9f8331c4e834c214a83f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.15" OriginalAmount="67.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.447358819269" Longitude="12.326799631119" StarRating="4" HotelCode="33061|1953258" HotelName="Eurostars Residenza Cannaregio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Casino Resort,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>da Cannaregio 3210/A, con Calle dei Riformati 3210/A, 30121 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/f0/8bf04ae7d195b36f59756e74e4707b3288f9f260.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is housed in a former convent and is in one of the oldest quarters of Venice....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.66" OriginalAmount="67.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434963" Longitude="12.341516" StarRating="3" HotelCode="37826|1433205" HotelName="Locanda Al Leon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Campo Stanti Filippo e Giacomo 4270/4279, Castello 4270, 30122 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/ce/7fcebda599359b2e665dd33de6d1ebb56d831ec0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the wonderful city of Venice, this hotel is located just 150 m from the splendid beach a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.71" OriginalAmount="67.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.433326805864" Longitude="12.336294651031" StarRating="3" HotelCode="12523|1131530" HotelName="Hotel Firenze" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 1490, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/a5/10a55987a21985c9277ba5cbd8cfd7b34be4b0e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historic centre of Venice just 30 meters away from Piazza San Marco. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.84" OriginalAmount="67.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.43026" Longitude="12.328" StarRating="3" HotelCode="10771|1195760" HotelName="Hotel Belle Arti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rio Terà Foscarini 912/A, Dorsoduro, 30123 Venice, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/26/9d26bbd0f125c71ce5a7683a70a2f2d2042389c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.23" OriginalAmount="68.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.441869510714" Longitude="12.323090136051" StarRating="2" HotelCode="19501|4024492" HotelName="Il Moro di Venezia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lista di Spagna 152, Cannaregio, 30121 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b9/c4b9884f98ae73acb5489032b916b513abd7338d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the train station, some 15 minutes from the centre of Venice. Shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.33" OriginalAmount="68.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435609775141" Longitude="12.339202940793" StarRating="3" HotelCode="15288|2280301" HotelName="Hotel Montecarlo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle degli Specchieri 463, San Marco, 30124 Venezia, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/70/fe70596ef2639ada1edc212e9611a5688a0c931a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel occupies a former palace from the 17th century and is located directly in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.45" OriginalAmount="68.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.439230989977" Longitude="12.322596609592" StarRating="3" HotelCode="11575|2058048" HotelName="Hotel Carlton Capri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Croce 595, 30135 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b7/ca/b7caba32fbc79b034d4a4b05c06585065af537f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet location, close to the Grande Canal, only minutes from the main tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.46" OriginalAmount="69.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.4815132" Longitude="12.23783698" StarRating="4" HotelCode="953370|23333009" HotelName="Leonardo Royal Hotel Venice Mestre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Ca' Marcello 6, 30172 Mestre, Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/be/edbefc527a46e57cbc51b8404e96c8c35b9df26e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="72.55" OriginalAmount="70.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.439000898199" Longitude="12.316359222968" StarRating="2" HotelCode="37806|2207855" HotelName="Casa Sant'Andrea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Jacuzzi,Kitchen,Lounge,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Croce 495/b, 30135 Venezia, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/fd/12fdc81359a8b5430777df4fc306e2d8e5cd8ad9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located beside a park just 2 km from the centre with a range of shopping facilities an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="72.97" OriginalAmount="70.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.437347" Longitude="12.336186" StarRating="3" HotelCode="37986|1142858" HotelName="Al Graspo de Ua" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 5094, 30124 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/dd/24dd3f674b41f9af7223c851c4fe4d62a0631d90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is located close to Venice's historical centre, just a short distance from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.08" OriginalAmount="70.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.437220023096" Longitude="12.339380532503" StarRating="3" HotelCode="60680|1411391" HotelName="Hotel da Bruno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sestiere di Castello 5726/A, 30122 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/73/92730ce3e7a6683cfd791be8155db1836777d50b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the historical centre of Venice, between the Rialto Bridge and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.17" OriginalAmount="71.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434366" Longitude="12.341801" StarRating="3" HotelCode="14268|1565807" HotelName="Lux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Rasse 4541, Castello, 30122 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/66/6d/666d538e1fdd9981f05aca4d2964a2272721ce17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an excellent location in the historic centre of Venice, near the Palazzo Ducale on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.77" OriginalAmount="71.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.48719" Longitude="12.299177" StarRating="4" HotelCode="36925|1793791" HotelName="Antony Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Orlanda 182, Campalto, 30173 Mestre, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/8f/168f294acc71773a66a3402daa15f648c74d7fae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Marco Polo Airport is just 5 minutes' drive from the business hotel and S. Angelo Airport is approxi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.11" OriginalAmount="71.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.437728182467" Longitude="12.336081415415" StarRating="4" HotelCode="16724|1379850" HotelName="Rialto Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riva del Ferro 5149, Ponte di Rialto, San Marco, 30124 Venice, Veneto</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/1c/7e1c39408d48dc98509ec41da34d5f8b3bcabb71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated just 500 metres from Piazza San Marco and Venice Theatre. There i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.27" OriginalAmount="72.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.438420653991" Longitude="12.339211075542" StarRating="3" HotelCode="298913|3026997" HotelName="Hotel Ca' Marinella" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Campo Santa Marina 6105, Castello, 30122 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f6/93/f6935024afd225f1b153dd1ea5d0b68a473e48be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.65" OriginalAmount="72.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.480062403254" Longitude="12.269979314156" StarRating="4" HotelCode="163988|1175533" HotelName="Hilton Garden Inn Venice Mestre San Giuliano" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Orlanda 1, 30173 Mestre, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/52/3652b466ef96c079667e90f2a4198342ba56cb43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the Via Orlanda roadway opposite the San Giuliano Park, the hotel offers stunning views ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.33" OriginalAmount="73.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.437444931234" Longitude="12.341358661652" StarRating="3" HotelCode="17310|1008981" HotelName="Scandinavia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Campo S. Maria Formosa, Castello 5240, 30122 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/d6/86d6578e7404edcbb07b83595cf0d26ce6e63545.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This wonderful 3-star hotel, which dates back to the 11th century, lies close to the wonderful city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="76.53" OriginalAmount="74.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.432852486933" Longitude="12.334304451942" StarRating="3" HotelCode="20740|1702507" HotelName="Do Pozzi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XXII Marzo 2373, 30124 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/ea/50eab9375fe7815fe82e8bbf8937fa583058abf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly hotel is located in the centre of Venice near San Marco Square, on one of the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="76.91" OriginalAmount="74.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.51444" Longitude="12.23158" StarRating="4" HotelCode="900560|2656998" HotelName="Four Points by Sheraton Venice Mestre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Don Luigi Peron 4, 30174 Mestre, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/18/1c1815ebfebca1db46c2a0d37a32d4c2fe357cd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just 500 m from a brand new train station which will take guests into Venice ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.10" OriginalAmount="75.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.483037" Longitude="12.230964" StarRating="3" HotelCode="64484|3328540" HotelName="Trieste" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Trento 2, 30174 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/29/df29b5e33b01c41abc713560d27a8d72550668dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.29" OriginalAmount="76.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435635289298" Longitude="12.336293309927" StarRating="3" HotelCode="20232|2033184" HotelName="Gorizia a la Valigia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Fabbri 4696/A-4697/A, San Marco, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/b3/c1b311de079fcca9052a61a024a42e33e5c2cfed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the city, between St. Mark's Square and the Rialto Bridge. Lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="79.47" OriginalAmount="77.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435993669702" Longitude="12.338839001154" StarRating="3" HotelCode="316824|2674099" HotelName="San Zulian" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 527, Campo della Guerra, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/8f/228ffb1b9ccd5beb0d6f94707852534db54d5a58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in Venice, approximately 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.53" OriginalAmount="78.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434930426059" Longitude="12.33930811286" StarRating="4" HotelCode="47694|2538648" HotelName="Concordia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Larga San Marco 367, 30124 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/f0/44f0528006b6c92341141f34bc3cee3199609661.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional and elegant hotel is centrally located in St. Mark's Square, right in the city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="81.24" OriginalAmount="78.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.493370481757" Longitude="12.241024521461" StarRating="3" HotelCode="387618|1101282" HotelName="Hotel Al Vivit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ferretto 73, 30174 Mestre, Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/9e/a89e4fb6be596cd8314fb8dd6e53dd78569b5c82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435869" Longitude="12.344485" StarRating="4" HotelCode="28537|6777611" HotelName="Liassidi Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ponte dei Greci 3405, 30122 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/99/6f99c0979d6dba6a4c2751271ffa3cbb98f9bf09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="81.59" OriginalAmount="79.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.442665559431" Longitude="12.332373261452" StarRating="3" HotelCode="20870|1105509" HotelName="Hotel Tintoretto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Fosca 2316 Cannaregio, 30124 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/bc/fabc6049b5b2325a6d058d73dad9f06a8c4fd470.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Venice, this hotel is about 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="83.59" OriginalAmount="81.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.432430866759" Longitude="12.333816289902" StarRating="3" HotelCode="59528|1464060" HotelName="Hotel Torino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Calle delle Ostreghe, San Marco 2356, 30124 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/cc/69cc2705852330b854a7fb2d902aca899891b81a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is in a historic building in the heart of Venice, 500 m from Saint Mark's Square, 2.5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="84.04" OriginalAmount="81.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.445898568557" Longitude="12.330310642719" StarRating="4" HotelCode="366619|1915852" HotelName="Ai Mori d'Oriente" 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>Fondamenta Della Sensa, Cannaregio 3319, 30121 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ce/1fce59beb621c8c0fae528fde65a27d1635948c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city, between the railway station and Rialto Bridge. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.13" OriginalAmount="83.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.442337663582" Longitude="12.333456236369" StarRating="3" HotelCode="130201|2345148" HotelName="Al Canal Regio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cannaregio 3632/a, 30122 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d0/8ed062ed356aaf17bf62f753ddeaa033affe837f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the beautiful district of Cannaregio in the north west of Venice, just 100 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.25" OriginalAmount="83.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.429839" Longitude="12.332791" StarRating="3" HotelCode="298259|5694114" HotelName="Axel Hotel Venezia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hostel,Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Garden,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dorsoduro 222, 30123 Venezia, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5d/285dec11668f0d89a7945c53f32e2908abf77b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly historical hotel is located in a very central and quiet area, 100 m from the fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.33" OriginalAmount="83.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.43466315919" Longitude="12.337493598461" StarRating="4" HotelCode="17151|2128595" HotelName="Hotel Royal San Marco" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 848, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/7d/927de11c39b65c4bf96b6aabf00aefef2b54371b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying an ideal location in the centre of Venice, this hotel is only a few steps from St. Mark's S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="88.20" OriginalAmount="85.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.456432731855" Longitude="12.355461326389" StarRating="4" HotelCode="262046|1114221" HotelName="Hyatt Centric Murano Venice" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riva Longa 49, 30141 Murano, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/ba/bbba798e63667e65b577074ace32438d2be88ad2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="88.57" OriginalAmount="85.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.441750949306" Longitude="12.323795557022" StarRating="4" HotelCode="16222|2343508" HotelName="Hotel Principe" Meals="BED &amp; BREAKFAST,FREE BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lista di Spagna, Cannaregio 146, 30121 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/67/c267c429dd106928b8d48c92eb3af3debc07059b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is ideally situated at the historical centre of Venice, directly next to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="88.65" OriginalAmount="86.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.438385959747" Longitude="12.339287996292" StarRating="4" HotelCode="17233|1332149" HotelName="Hotel Santa Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Campo Santa Marina 6068, Castello, 30122 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/1e/9f/1e9f9c74078a266419c7649849ffbdbf8bf62145.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its quiet location in a typical Venetian square, this historic hotel enjoys close proximity to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.26" OriginalAmount="86.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.439944268451" Longitude="12.321869730949" StarRating="4" HotelCode="11583|1462763" HotelName="Carlton on the Grand Canal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Croce 578, 30135 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/09/26099d9655e58d44c39a97867c16ba43cef6d715.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the centre of Venice, close to many of the city’s best tourist sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.32" OriginalAmount="86.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.43485686612" Longitude="12.337921355318" StarRating="3" HotelCode="901352|2632253" HotelName="Noemi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco, Calle dei Fabbri 909, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ce/09ce50194bfa386d94a43b91d194c82900d06fef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.38" OriginalAmount="87.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.43466104208" Longitude="12.337394585879" StarRating="3" HotelCode="200905|1322125" HotelName="San Marco Hotel Ambassador Tre Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle dei Fabbri 905, 30124 San Marco, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/71/8e71b5b3d6fadbcf407f68ecdf81f077ea53ed92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thanks to its ideal location next to St Mark's Square and just steps away from the major tourist att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="91.10" OriginalAmount="88.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.51452707967" Longitude="12.239383757115" StarRating="3" HotelCode="169699|1112922" HotelName="Best Western Plus Quid Hotel Venice Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Terraglio 15, 30174 Mestre, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/5f/755f2819d5a34f9dbd9274f396f3eea06a6cc325.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Venice close to numerous restaurants, bars, clubs and links to the public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434354" Longitude="12.337067" StarRating="4" HotelCode="47279|1260885" HotelName="Albergo Cavalletto &amp; Doge Orseolo" Meals="BED &amp; BREAKFAST,FREE BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 1107, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/49/6149851299d1ea28a95a6a554c3caac1a02aaae9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, hotel built in the traditional Italian style is located directly opposite the well ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="96.25" OriginalAmount="93.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.437826" Longitude="12.335119988343" StarRating="3" HotelCode="14435|1374976" HotelName="Marconi" Meals="BED &amp; BREAKFAST,BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riva del Vin 729, San Polo, 30125 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/zz/bfad5eef2c699ecb4987e1cc2ed94a0e6036c2a4.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the foot of the famed Rialto Bridge in the very heart of historic Venice wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="96.64" OriginalAmount="93.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.433390800969" Longitude="12.335143983364" StarRating="3" HotelCode="36225|3938594" HotelName="Hotel San Moisè" Meals="BED &amp; BREAKFAST,BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 2058, Piscina San Moisè, 30124 Venezia, Veneto</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/da/b4dae354b7667157c3051a5aea71da6cd540f993.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Both of the hotel buildings are located 200 m from La Fenice Theatre. The Vaporetto for Venice Santa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="96.98" OriginalAmount="94.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.426482675096" Longitude="12.362698316574" StarRating="4" HotelCode="27721|1900082" HotelName="Hotel Indigo Venice - Sant'Elena" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Buccari 10, Sant'Elena, 30132 Venedig, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/a1/91a121c02836b07010f445cad68396441094fa77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the eastern part of the lagoon, near to the gardens of the Biennale ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.4366977" Longitude="12.328409" StarRating="3" HotelCode="77846|1188111" HotelName="Ca San Polo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sestiere San Polo 2696, 30125 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/2d/1c2d3a8dbbbe17f9b07f10dedc27d715e3bd5b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="98.43" OriginalAmount="95.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435824443355" Longitude="12.341916561127" StarRating="3" HotelCode="23088|1790031" HotelName="Hotel Casa Verardo Residenza d'Epoca" Meals="FREE BREAKFAST,BED &amp; BREAKFAST" BedType="FREE BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sestiere Castello 4765, 30122 Venecia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/2e/332e3773f67fe912a20d10d17c6237e9d124d24c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is located in Venice tourist centre just a few paces from the renowned San Zacca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="99.25" OriginalAmount="96.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434283" Longitude="12.331175" StarRating="4" HotelCode="901700|2281446" HotelName="Palazzo Paruta" Meals="BED &amp; BREAKFAST,ROOM ONLY,BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 3824, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/2e/042e82a0a217f0a9c28cc89060fce20e2a8ae685.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet corner of Campo Sant'Angelo, with restaurants, bars and shops withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="99.84" OriginalAmount="96.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.425168" Longitude="12.326402" StarRating="3" HotelCode="57682|1096033" HotelName="Hotel Giudecca Venezia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corte Ferrando 409/C, Giudecca 30133, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/84/8e8443eac6c708fc245164bf1c09a60b3078db6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording a view of the Giudecca Canal, the hotel is situated on the quiet island of Giudecca, which...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.81" OriginalAmount="97.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.436827608006" Longitude="12.338955402374" StarRating="3" HotelCode="25629|2919794" HotelName="Canaletto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castello 5487, 30122 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/78/617812e090243d4547f735a9c031b848398075e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location, 2 minutes from St. Mark's Square and the Rialto Bridge, where ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.30" OriginalAmount="99.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.439274276263" Longitude="12.321209907532" StarRating="3" HotelCode="25628|2670763" HotelName="Canal &amp; Walter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Croce 553, 30135 Venezia, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5c/40/5c40dba80a301598806c35547b8a1745dadfaca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel offers wonderful views over the Grand Canal and is about 2 km from the beach. Re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.35" OriginalAmount="99.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435879" Longitude="12.336093" StarRating="3" HotelCode="172262|1629887" HotelName="Alcyone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle dei Fabbri, San Marco 4712, Venice 30124</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/75/0175e2dd2f448489e3ab1d1977e1817b82f8d4be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this simple hotel in Venice, guests will find convenient access to public transport located wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.45" OriginalAmount="101.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.441102" Longitude="12.326609" StarRating="4" HotelCode="116910|1416076" HotelName="Hotel Ca' Zusto Venice" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Santa Croce 1358, Campo Rielo, 30135 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/53/d153e24361c21a8ef23e585b52caca0135123808.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A stay in this historical hotel offers guests the perfect opportunity to experience the lagoon city....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="106.32" OriginalAmount="103.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.439258686575" Longitude="12.34035301875" StarRating="3" HotelCode="145637|3371353" HotelName="Casa Pisani Canal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar">
        <Address>
          <AddressLines>
            <AddressLine>Calle Delle Erbe, Cannaregio 6105, 30131 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/bb/14bb2c0ced28ef3fd2446b1c1be51b0b2394da5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.00" OriginalAmount="104.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435366" Longitude="12.340001" StarRating="4" HotelCode="174446|1838926" HotelName="All' Angelo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 403, 30124 Venzia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/3c/ac3c2925d6ab447426a7848021c40f0c2d2d79c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the centre of Venice, close to the Grande Canal and various shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.34" OriginalAmount="105.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434794910622" Longitude="12.345553636551" StarRating="3" HotelCode="10951|2217195" HotelName="Hotel Bisanzio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Della Pieta 3651, Riva Degli Schiavoni, 30122 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/63/ca633b17e00929b79b79d60184820e8c4ef29804.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.73" OriginalAmount="105.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434516" Longitude="12.337613" StarRating="3" HotelCode="34854|1688319" HotelName="Albergo San Marco" Meals="BED &amp; BREAKFAST,FREE BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 877, 30124 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/f7/86f74a840f550feec0db2f3c84184b102cf8afd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable, well-equipped hotel lies at the heat of Venice within a short distance of the Doge...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="109.96" OriginalAmount="106.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.44227" Longitude="12.32153" StarRating="2" HotelCode="70803|1995226" HotelName="Venice Times Hotel" Meals="BED &amp; BREAKFAST,FREE BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Priuli dei Cavalletti 99/D, 30121 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/66/ab6637a152e9b36a1208581ee53f066c58976fa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="110.27" OriginalAmount="107.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.432359" Longitude="12.332673" StarRating="3" HotelCode="172141|1979313" HotelName="Hotel Ala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Campo Santa Maria del Giglio 2494, San Marco, 30124 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/95/fe95251e82805194c09f33fcab82010a1e25e5be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Venice, a few steps away from St Mark's Square, the Accademia, the La F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="111.98" OriginalAmount="108.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.441555228341" Longitude="12.322626113892" StarRating="4" HotelCode="10794|1153106" HotelName="Hotel Bellini Venezia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rio Terà Lista di Spagna 116/A, Cannaregio, 30121 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/58/6458558c1a800a8a5982a4438a002387466d9c1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the city centre and right in the tourist centre. It is located directly nex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.83" OriginalAmount="109.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434418" Longitude="12.333442" StarRating="4" HotelCode="98962|1403662" HotelName="Hotel Cà Alvise" Meals="BED &amp; BREAKFAST,BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 3673, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/f2/26f2f0defbaa94b21709ce8f4ec75b08779e5bbd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="120.43" OriginalAmount="116.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.437706208748" Longitude="12.336079987875" StarRating="4" HotelCode="298909|91859849" HotelName="Ca' Rialto House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riva del Ferro 5149, Ponte di Rialto, San Marco, 30124 Venice, Veneto</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/97/12976d32a0347325ec399e2bec58d2740896b8ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="125.92" OriginalAmount="122.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.4436216" Longitude="12.3279852" StarRating="2" HotelCode="82834|7751954" HotelName="Locanda Herion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Cannaregio 1697/A, 1697/C, 30121 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/7e/0c7ed3c2b9611d45966b00b9b148b9f27b7190ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="125.93" OriginalAmount="122.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435501605898" Longitude="12.343400262529" StarRating="4" HotelCode="142934|1903522" HotelName="Hotel Ai Due Principi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Localita Castello 4971, 30122 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3d/453d92dd3f0beabf22c066d9ba7526f078851fd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="126.68" OriginalAmount="122.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.4359" Longitude="12.3349" StarRating="4" HotelCode="972002|39024225" HotelName="Hotel Aquarius" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Campo San Giacomo Dell'Orio 1624, 30135 Venice, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6a/a5/6aa562708a513945daf1cac3aa2748865d35811c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="126.76" OriginalAmount="123.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.433" Longitude="12.3348" StarRating="4" HotelCode="17273|3701291" HotelName="Hotel Saturnia &amp; International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 2398, Via XXII Marzo, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/c9/71c934d7701dd06e09bb512817d45115ce31dcc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This magnificent hotel is located at the heart of Venice, right on the exclusive shopping street, Vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="130.47" OriginalAmount="126.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.433348328034" Longitude="12.334566631644" StarRating="4" HotelCode="259363|2631837" HotelName="Hotel Kette" Meals="BED &amp; BREAKFAST,FREE BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 2053, 30124 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/34/6134c7cfee85deb3309f8ff0da073ab466653c64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, luxurious hotel is centrally located near to "La Fenice" theatre and only about 2 minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="134.06" OriginalAmount="130.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.439925448554" Longitude="12.333210110664" StarRating="3" HotelCode="61541|3007130" HotelName="Locanda Poste Vecie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sestiere San Polo, 1612, 30131 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/63/13630bbc5a0fd3b3cd59a0c6cb5e9b74d8abe2ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="135.24" OriginalAmount="131.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435359556128" Longitude="12.340221405029" StarRating="4" HotelCode="69069|1437548" HotelName="Al Ponte Dei Sospiri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco, 381, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/3d/d23d8f2923d41b2aeb76a6d08bc870eeb320523a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming and historical hotel is located in the city centre, right behind St Mark's Square, nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="138.20" OriginalAmount="134.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.439506181565" Longitude="12.331816432267" StarRating="3" HotelCode="165956|1500503" HotelName="Sogno di Guilietta e Romeo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Campo San Cassiano 1858, San Polo, 30125 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/ca/c7cacc5d0d6ebdc5ead77447729aabddd8ae4d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.18" OriginalAmount="136.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.432453312153" Longitude="12.349973873229" StarRating="4" HotelCode="130216|3955667" HotelName="Bucintoro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castello 2135/a, 30122 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/17/44171ffc7686e950d02fedeb85f33fa840fe583f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="141.05" OriginalAmount="136.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.43353" Longitude="12.33659" StarRating="5" HotelCode="909328|1220119" HotelName="Casanova" Meals="BED &amp; BREAKFAST,FREE BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 1284, 30124 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/cc/37cccaecb6c3d21f6710c8a334d78835e2798e85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on Calle Frezzeria, one of the most famous and important streets in Venice...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="141.78" OriginalAmount="137.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434047687716" Longitude="12.347836196423" StarRating="3" HotelCode="25631|1122276" HotelName="Al Nuovo Teson Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castello-Calle Pescaria 3980/3981, 30122 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/8d/1f8d745c987cdae2609e7499d9aaf46d6e05d7c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="142.41" OriginalAmount="138.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.446133791909" Longitude="12.320421338081" StarRating="4" HotelCode="186639|1683588" HotelName="Carnival Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cannaregio 929, 30100 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/60/0b60884044f2ff14962fb09e1e7a81963ebe1fb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 57 rooms. A lobby and a reception are available t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="143.35" OriginalAmount="139.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.43574764" Longitude="12.34381058" StarRating="4" HotelCode="856922|23782748" HotelName="Palazzo San Lorenzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Internet,Laundry,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Castello 4981/B, 30122 Venezia, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/23/41238d0123be7f46f481fc487073d48bc15b1701.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Palazzo San Lorenzo, the new 4-star Superior Hotel, a few steps from St. Mark's Square, overlooking ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.57" OriginalAmount="142.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.504023" Longitude="12.32868" StarRating="4" HotelCode="410435|1044306" HotelName="Courtyard by Marriott Venice Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Triestina 170, Venice 30173, Tessera</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/4a/194a66218b5e9fd5e1b545d3f380fe1aed811f3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The airport hotel is well-connected to Venice by public bus and ferry. The Cortina ski region, Lake ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="148.53" OriginalAmount="144.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.4359" Longitude="12.3349" StarRating="4" HotelCode="116747|2212476" HotelName="Ca' Vendramin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Cannaregio 2400, 30121 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/2e/f32e61d8da4f96fddb02d7d779cd61348b878c4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="151.00" OriginalAmount="146.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434870197016" Longitude="12.338129281998" StarRating="4" HotelCode="34652|1442197" HotelName="San Marco Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Marco 875, Ponte dei Dai, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/6d/e16d917672bf49aceddc0640a9fd845cfa3582c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally situated on romantic Piazza San Marco, this hotel enjoys a location perfect for exploring ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="153.22" OriginalAmount="148.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.440054" Longitude="12.33656" StarRating="3" HotelCode="25137|1060132" HotelName="Antico Doge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cannaregio 5643, 30131 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/97/12976d32a0347325ec399e2bec58d2740896b8ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="153.98" OriginalAmount="149.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.446483802441" Longitude="12.3311381042" StarRating="5" HotelCode="20869|1063144" HotelName="Grand Hotel Dei Dogi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Larga Piave 3500, Fondamenta Madonna dell’Orto, 30121 Venecia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/c0/fec0872496f9d7ca0c1ae64683ffc86caa078803.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is situated only minutes from the centre of Venice. From the hotel, guests can ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="156.53" OriginalAmount="151.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.441494" Longitude="12.3225155" StarRating="3" HotelCode="178387|9646976" HotelName="Abbazia De Luxe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Priuli dei Cavalletti 61, Cannaregio, Venedig 30121</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/28/03284590411e9d450b4e01a4f43cab98cc5b66d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.05" OriginalAmount="152.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.440210410933" Longitude="12.333205562098" StarRating="4" HotelCode="319006|9012848" HotelName="L'Orologio Venezia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Sestiere San Polo, Riva De LOgio 1777, 30125 Venezia, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4e/454e92eeaebd119d2e76418f246ddc67e84a28b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.85" OriginalAmount="153.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435384023973" Longitude="12.330267727375" StarRating="4" HotelCode="27235|1169673" HotelName="Hotel NH Collection Venezia Palazzo Barocci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corte dell'Albero 3878 A, San Marco, 30124 Venezia, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/43/d7437f8410a3e3e3f8d152aaf95e7993b556927d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated right on a private bridge over the Grand Canal close to the Sant' Angelo publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="158.92" OriginalAmount="154.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434924779589" Longitude="12.338343858719" StarRating="4" HotelCode="27236|2699480" HotelName="Torre dell'Orologio Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 202/A, 30124 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/7e/e97ebdc8259d0e39a5626d5df32fcaf5c1d4e670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set tranquilly in the most fashionable street in Venice, the Mercerie dell'Orologio. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="164.60" OriginalAmount="159.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.442095" Longitude="12.321808" StarRating="3" HotelCode="14153|4312593" HotelName="La Locanda di Orsaria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Priuli dei Cavaletti 103, Cannaregio, 30121 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/6a/876ae34081ff4e51b6af024555b9949df01ed192.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right at the heart of the city and is only 100 m from Santa Lucia train station. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="165.20" OriginalAmount="160.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.4359" Longitude="12.3349" StarRating="4" HotelCode="117007|7706976" HotelName="Foscari Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Cannaregio 4200/1/2, Campo Santa Sofia, 30131 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6c/a86c13cc522045c0df7ea40b63815fc2a35c8e3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located right in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="165.21" OriginalAmount="160.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.438140069207" Longitude="12.340158545369" StarRating="4" HotelCode="310662|75008662" HotelName="Hotel Ai Cavalieri Di Venezia" Meals="BED &amp; BREAKFAST,FREE BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Borgolocco 6108, Castello 30122, Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/28/fa/28fa1f8f1c511967952215cff6019da90c360610.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Individual storeys are accessible via the lift or stairs. A baggage storage service, a safe, a curre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="167.59" OriginalAmount="162.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.442272" Longitude="12.32387" StarRating="4" HotelCode="47721|1176658" HotelName="BW Premier Collection CHC Continental Venice" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lista di Spagna Cannaregio 166, 30121 Venezia, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/7a/7aa49c935bcb81d2/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive historical hotel is centrally located in the district of Cannaregio and directly bes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="170.26" OriginalAmount="165.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434090977978" Longitude="12.343855798245" StarRating="3" HotelCode="67091|3795607" HotelName="Pension Wildner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castello 4161, 30122 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/80/b880d53f272c4e48e30294b8d37e3ba60f82f53c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an enviable location just 100 m from St. Mark's Square and the Doge's Palace. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="172.79" OriginalAmount="167.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435722808418" Longitude="12.343564778566" StarRating="4" HotelCode="28538|1109179" HotelName="Hotel Palazzo Priuli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castello 4979b, Fondamenta de l'Osmarin, 30122 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/1e/891e3819cf636de768f4aafa9f42e2afaa2f0629.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location set on the banks of 2 canals. Within a short walk from the hotel, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="173.50" OriginalAmount="168.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.436550939611" Longitude="12.338614761829" StarRating="4" HotelCode="166601|2984430" HotelName="Aqua Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Malvasia 5492, Castello, 30122 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/47/a3478aff2aa99afb2a147865606638c887163b7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Venice. For those who appreciate charm and character, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="175.50" OriginalAmount="170.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435894" Longitude="12.337475" StarRating="4" HotelCode="45165|1392775" HotelName="Splendid Venice" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco Mercerie 760, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/2f/8a2f6039699216c16ff5af1115e8a0b627f9ae77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Venice, close to the Piazza San Marco and Rialto Bridge, the hotel is locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="175.75" OriginalAmount="170.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.43702334537" Longitude="12.335103750229" StarRating="3" HotelCode="82833|7352587" HotelName="Palazzo Bembo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riva del Carbon 4793 - 4785, 30124 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/e5/dbe5fba6dd880a59fce60a89fd54ca6e9b50d0ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Riva del Carbon, in the San Marco district, an old Doge's residence, the hotel is set in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="177.15" OriginalAmount="171.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.433027533669" Longitude="12.326931059361" StarRating="4" HotelCode="75572|1211805" HotelName="Palazzo Stern" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dorsoduro 2792, 30123 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/4f/8b4fcdb6aeac13f82c5b9de77b7d49e7433a1b24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated overlooking the Grand Canal, just a few steps from Ca' Rezzonico and in front ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="177.96" OriginalAmount="172.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.43476212" Longitude="12.33892605" StarRating="4" HotelCode="316831|3274575" HotelName="Bellevue Luxury Rooms" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 288, 30124 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/7c/427cd86a1367debd4d2ebb171d0596a5e24afa05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="179.31" OriginalAmount="174.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435873570042" Longitude="12.34041903571" StarRating="4" HotelCode="47605|1540531" HotelName="Hotel Colombina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" 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>Calle del Remedio, Castello 4416, 30170 Venezia, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/34/33343866963f5a13e14e070b81b7b849b85eb459.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel lies at the heart of the beautiful city of Venice, on a small side canal. From...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="179.65" OriginalAmount="174.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.441370798348" Longitude="12.324046343565" StarRating="4" HotelCode="142196|1411809" HotelName="Canal Grande" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Santa Croce 932, Campo San Simeon Grande, 30135 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/d3/a9d3a008bb32e40b273af6b4cdb8e32fd236809f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated in Campo San Simeon, a typical Venetian campiello (small square) in the a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="182.78" OriginalAmount="177.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.438506410264" Longitude="12.319557666779" StarRating="4" HotelCode="42675|1139888" HotelName="Hotel Santa Chiara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme">
        <Address>
          <AddressLines>
            <AddressLine>Santa Croce 548, Piazzale Roma, 30135 Venezia, Veneto</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/af/16afff473028358b0c51bd0d31e7af6e5daea730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated opposite the Grand Canal on the Piazzale Roma. The annexed Residenza Parisi i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="195.74" OriginalAmount="190.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.437182" Longitude="12.337682" StarRating="4" HotelCode="260252|3542068" HotelName="Hotel Ai Reali di Venezia" Meals="BED &amp; BREAKFAST,BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castello, Campo della Fava 5527, 30125 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/f4/2af4e8b27aee02f222bded0bf4bb83941f8d059b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Venice. The nearest airport is Venezia - Marco Polo (VCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="198.74" OriginalAmount="192.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.437746059197" Longitude="12.340646439058" StarRating="4" HotelCode="409338|1142693" HotelName="Ruzzini Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castello 5866, 30122 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/59/cc596198caef56e914f6b5a0fd680c97fe0e8575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a very central area close to the Rialto and Saint Mark's square, within easy reach by pri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="199.26" OriginalAmount="193.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.438018960494" Longitude="12.321258187294" StarRating="4" HotelCode="17773|1936524" HotelName="Hotel Papadopoli Venezia - MGallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Croce 245, Giardini Papadopoli, 30135 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/e6/b2e6728549673af7b3f9cbf3515185c20991c8bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the romantic Canal dei Tolentini, a few steps away from the famous Basilica dei Frari an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="207.65" OriginalAmount="201.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.440873" Longitude="12.3239" StarRating="4" HotelCode="387396|1808114" HotelName="Ca' Nigra Lagoon Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Croce 927, 30135 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3d/563dd0d7015dea06de52da35fc262a2bd7a2f157.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Canal Grande, the main and most important waterway of Venice along which...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="211.31" OriginalAmount="205.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.437321721357" Longitude="12.334090084205" StarRating="4" HotelCode="693825|54728422" HotelName="H10 Palazzo Canova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar">
        <Address>
          <AddressLines>
            <AddressLine>Riva del Vin 744, 30125 Venedig, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/fd/6ffd4842afa6c554b480eb2ac9d025c9ad573e6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="214.60" OriginalAmount="208.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434084390331" Longitude="12.344561219215" StarRating="4" HotelCode="14157|2410903" HotelName="Hotel Locanda Vivaldi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Riva degli Schiavoni 4150-52, Castello, 30122 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/b6/1eb642f9acf9cf15e0fb047359e965fe2d88c742.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel enjoys a fabulous location close to a bay and just a few paces from St. Mark's S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="218.13" OriginalAmount="211.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.428265316034" Longitude="12.319992184639" StarRating="5" HotelCode="61974|1601467" HotelName="Molino Stucky Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Giudecca 810, 30133 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/49/89/4989be47c1fd0183ffdd0518cf39e50b23e5ff9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Venice, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="224.33" OriginalAmount="217.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.4359" Longitude="12.3349" StarRating="5" HotelCode="957080|90884659" HotelName="Ca' Bonfadini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Fondamenta Savorgan 462, 30121 Venice, Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/c4/57c4676b00e4186c7a99b9218ad8650a358767cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="229.74" OriginalAmount="223.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.435776" Longitude="12.341231" StarRating="3" HotelCode="117218|4429067" HotelName="Hotel Locanda Canal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fondamenta del Remedio 4422/c, Venezia 30122</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/e2/b3e2d0d11fb7b870e6a45d8ea6856f669a183a77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="232.15" OriginalAmount="225.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.440588888522" Longitude="12.334486101852" StarRating="5" HotelCode="89639|1057674" HotelName="Ca' Sagredo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Campo Santa Sofia 4198-99, 30121 Ca' D'Oro, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/c1/a4c1f37a4f2f629fb458b343b8ecdf9d5d2e2cdf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in Venice. For those who appreciate charm and character, it ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="255.21" OriginalAmount="247.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.430923" Longitude="12.333566673611" StarRating="5" HotelCode="141960|1742816" HotelName="Sina Centurion Palace" Meals="BED &amp; BREAKFAST,BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dorsoduro 173, 30123 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/fa/fbfab097ebb08e277ef4b64b5194910fd66402cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, housed in the historical Palazzo Genovese, rises in one of the two cloisters of the San G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="256.31" OriginalAmount="248.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.432392606727" Longitude="12.33711595853" StarRating="4" HotelCode="14959|1149151" HotelName="Hotel Monaco &amp; Grand Canal" Meals="BED &amp; BREAKFAST,BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 1332, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/41/f341b85cad56b84dff3fc691023adc668abb51d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this luxury hotel is just a stone's throw from St. Mark's Square, the Grand Canal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="261.76" OriginalAmount="254.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434081567054" Longitude="12.345253229141" StarRating="5" HotelCode="14821|1226269" HotelName="Metropole" Meals="BED &amp; BREAKFAST,ROOM ONLY,BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riva degli Schiavoni 4149, 30122 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/d3/e4d30da03e984907454e48d6b8e4291b40e65329.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is superbly located, offering an enchanting view over the lagoon facing the island of San ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="296.57" OriginalAmount="287.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.43708107" Longitude="12.33625471" StarRating="4" HotelCode="523536|53746880" HotelName="San Teodoro Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bombaseri, San Marco 5074, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/cd/21cd6d1703d0f1dc4126453b296fbac54542a250.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex features various services and facilities, including a baggage storage service ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="316.96" OriginalAmount="307.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.43075749" Longitude="12.32646806" StarRating="4" HotelCode="613409|51794656" HotelName="Hotel Nani Mocenigo Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fondamenta Nani 960, 30123 Venezia, Dorsoduro</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/8c/028cecc98d34486e2addb91f53ec9a06e4e92e2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="363.82" OriginalAmount="353.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.4360643" Longitude="12.3390409" StarRating="3" HotelCode="192298|9119870" HotelName="Casa Dolce Venezia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 4671, Campo della Guerra, 30124 Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/15/2d1500ac72c22fb3778db2b57baa77733ab1c2b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="378.04" OriginalAmount="367.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.437862749831" Longitude="12.205102443695" StarRating="3" HotelCode="31280|1172176" HotelName="Hotel Palladio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Malcontenta 40, 30176 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b9/26/b92613058790ad07fc830daf4be1294575c6df0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Malcontenta, which is famous for the villas built by Palladio, at the end ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="402.85" OriginalAmount="391.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434076" Longitude="12.327889" StarRating="5" HotelCode="58769|6027423" HotelName="PalazzinaG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ramo Grassi, Sestiere San Marco 3247, 30124 Venedig</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/56/a556d558a6ba837b2ba149f6571fb7bbd54963e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="485.78" OriginalAmount="471.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.44134003" Longitude="12.33004219" StarRating="5" HotelCode="485145|77924143" HotelName="Palazzo Venart Luxury Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Calle Tron, Santa Croce 1961, 30135 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/bd/4ebd25ca560b662bb0ba2b9c4a6709d31a9f34ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Venice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="531.97" OriginalAmount="516.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.434139914756" Longitude="12.336090803146" StarRating="5" HotelCode="14264|1017264" HotelName="Baglioni Hotel Luna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 1243, 30124 Venice</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/cc/26cc6aba334b77ec709711c584a3c0587073f9f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated close to St. Mark's Square and the Lagoon, near the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="618.56" OriginalAmount="600.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.485259416382" Longitude="12.234188318253" StarRating="3" HotelCode="35948|1504402" HotelName="Piave" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Col Moschin, 6/10, 30171 Mestre, Italia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/3e/ab3e8eedff31895190fab5790f873fb3bdad81f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting hotel enjoys a peaceful location in the centre of Mestre, only around 150 m away from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="974.08" OriginalAmount="945.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.431926" Longitude="12.33506" StarRating="5" HotelCode="18543|1022305" HotelName="The St. Regis Venice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Marco 2159, 30124 Venice, Venezia</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/a4/06a494db029292ceccfc22cc5896a33a2ee61f24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located at the heart of Venice close to the Piazza San Marco and the Gr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1232.24" OriginalAmount="1196.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.433878761267" Longitude="12.342070788145" StarRating="5" HotelCode="48042|1732367" HotelName="Hotel Danieli A Luxury Collection Hotel, Venice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riva Degli Schiavoni, Castello 4196, 30122 Venezia, Veneto</AddressLine>
          </AddressLines>
          <CityName>Venice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/f1/39f1026d7e5109d2991506f57e44a49af94402c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive traditional hotel occupies a former Doge's Palace beside the water and close to St. M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Lounge,Restaurant,Shopping Arcade,Garden,Golf,Bicycle Rental,Massage Centre,Swimming Pool,Diet Meals,Spa,Wheelchair Access,Sauna,Nightclub,Jacuzzi,Kitchen,Airport Transfer (on Demand),Wake-up Call Service</BasicAmenities>
    <HotelRating>3,5,4,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,AIRPORT HOTEL,HOTEL,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,GUESTHOUSE,ECO HOTEL,CASINO RESORT,VILLAGE,HOSTEL</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
03771ff9-a0db-44a5-8831-d543ac7187f7|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="03771ff9-a0db-44a5-8831-d543ac7187f7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="57914" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-12-22T00:00:00" End="2026-12-23T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="141999|1158059" SourceId="12" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
03771ff9-a0db-44a5-8831-d543ac7187f7|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="03771ff9-a0db-44a5-8831-d543ac7187f7" TimeStamp="0001-01-01T00:00:00" HotelName="Aaron" HotelCode="141999|1158059" StarRating="3" GTCityId="57914" CountryCode="IT" CityName="Venice" CountryName="Italy" Address="Via Felisati 187, Mestre 30171, Venezia" PostCode="30171" PhoneNo="+390415385868" FaxNo="+390415385873" Email="info@hotelaaron.com" CheckInTime="14:00" CheckOutTime="11:00" Latitude="45.485926" Longitude="12.234325" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SINGLE ROOM" RoomTypeCode="4065313354-1-0|784065313354|1|0|12|MzAuMDh8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="30" TotalPrice="30.98" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: ROOM STANDARD" RoomTypeCode="2074970380-1-0|782074970380|1|0|12|MzIuMDh8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="32" TotalPrice="33.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: STANDARD SINGLE" RoomTypeCode="529150954-1-0|780529150954|1|0|12|MzIuMjB8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="32" TotalPrice="33.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DOUBLE SINGLE USE ROOM" RoomTypeCode="181172629-1-0|780181172629|1|0|12|MzMuODZ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="34" TotalPrice="34.88" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: BUDGET DOUBLE WITH FRENCH BED" RoomTypeCode="2513488184-1-0|782513488184|1|0|12|MzUuMTh8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="35" TotalPrice="36.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: FRENCH BED ROOM" RoomTypeCode="654091667-1-0|780654091667|1|0|12|MzUuNjB8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="36" TotalPrice="36.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DOUBLE OR TWIN ROOM" RoomTypeCode="4139186293-1-0|784139186293|1|0|12|MzcuNjZ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="38" TotalPrice="38.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: STANDARD TWIN/DOUBLE" RoomTypeCode="3124949076-1-0|783124949076|1|0|12|MzkuMzR8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="39" TotalPrice="40.52" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DOUBLE OR TWIN STANDARD" RoomTypeCode="1044081308-1-0|781044081308|1|0|12|NDAuMzh8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="40" TotalPrice="41.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DOUBLE STANDARD" RoomTypeCode="1035983505-1-0|781035983505|1|0|12|NDAuMzh8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="40" TotalPrice="41.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: TWIN STANDARD" RoomTypeCode="1858978472-1-0|781858978472|1|0|12|NDAuNTR8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="41" TotalPrice="41.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: STANDARD TRIPLE" RoomTypeCode="3513290019-1-0|783513290019|1|0|12|NDYuNTZ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="47" TotalPrice="47.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: TRIPLE ROOM" RoomTypeCode="1248799769-1-0|781248799769|1|0|12|NDguODd8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="49" TotalPrice="50.34" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: TRIPLE WITH DOUBLE BED" RoomTypeCode="1875419246-1-0|781875419246|1|0|12|NDkuNTZ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="50" TotalPrice="51.05" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: STANDARD QUAD" RoomTypeCode="1739907543-1-0|781739907543|1|0|12|NTUuMTh8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="55" TotalPrice="56.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: QUADRUPLE ROOM" RoomTypeCode="427913661-1-0|780427913661|1|0|12|NTcuOTN8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="58" TotalPrice="59.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/9b/e0/9be0b96d0243ddf7d645846cba1370e13085c99b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3a/79/3a79f1d872ecadbdd32fde0a4c58a52dffa9a10f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/50/7c/507ca9b6e559412c97970f367b29e1235739e973.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ed/69/ed69f8b33b4730a50b9098dd721d6b45cd4c0717.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/80/1f/801f0a3a4fcd3114a96f0c2c82f66f59b3c19407.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c8/a4/c8a4ff5471880b288834d16cf77b13423f985bd7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/66/ac/66acdcc0ef181dc886cabc6e7469b0d084386cd3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f0/a3/f0a38e24a743f39870cf6b2d96e73a9fce95eec0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/08/92/0892665682ee1570a133bdc0c9d8ab79056668eb.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/07/db/07db07e1c34394c70e9103200492115ff03fcc84.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/51/cb/51cbe913281426fbd00f4dd4c14668dbbd64cc04.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e1/e6/e1e610359daa37d6331951002f8d72ebb5e47533.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9a/b5/9ab580c069d22c0931b1f5af1b120eae9ffea4af.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b9/fe/b9fe445c38fbfda8be1b82c1168e376748f21bfa.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4f/da/4fda56e166ec2dfc6ef9474e920e19bec0333471.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0a/7e/0a7e765d10d2f65e5441c3b8114eef0e179da47d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ea/45/ea450b22327a8e3cb4a656dbac251d597fe0e565.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e6/03/e60303afcca12904fdbb84482d65bec5e11def6e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7b/d2/7bd22f2a8d7ffcb4e1aa2bd0440a74bae5306283.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/75/db/75dbae5ed41cc978c714a012bc30789863e46978.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cc/4b/cc4b6a84237c6df6e6e222c4802be99a19864bc6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/48/8f/488f826a937fd5c3cf6ad33add2eb5bdbb142bc7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/48/6e/486e7bc8c761f5fe78c02ccbce8b6d766edf027e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/76/e4/76e4257e15e9e551a1cd4c4187a003f2426488b8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6c/5c/6c5c9bcb11b6f441de2f955cc02763e48c838603.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/85/e2/85e21f08517d076be99ed6df58a4fb4b585837e3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/eb/98/eb988064febe22fc14290f50668a0357d05f6187.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c4/98/c498cc85703d7d60ed89f2da9dfe3060dc26bc42.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e1/25/e125b3efe82fda17c22b466b5917a3253da69e4e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6e/52/6e528aa6be710bf4ea334a01b470eb67164bf117.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b8/ab/b8abc7be9ce20ffc1a002b0017bd86a420f46787.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/53/7e/537e849fd7e0a5d672dc86fcbb94daa61a27ca78.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7c/1e/7c1e1d648392105284aaf10d4a96b7a692f94b47.jpeg" /></Images><HotelDescription /><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>39-041-538-5873</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>39-041-538-5868</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>2009</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>20</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>10</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Junior Suites</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</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>Café</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 air conditioning </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>Restaurant(s) with high-chairs</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>City Centre</Description><Value>800 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Train Station</Description><Value>200 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
03771ff9-a0db-44a5-8831-d543ac7187f7|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="03771ff9-a0db-44a5-8831-d543ac7187f7">
  <Rooms>
    <Room RoomType="Room 1: SINGLE ROOM" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="141999|1158059" SourceId="12" RoomTypeCode="2074970380-1-0|782074970380|1|0|12|MzIuMDh8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-12-22T00:00:00" End="2026-12-23T00: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
03771ff9-a0db-44a5-8831-d543ac7187f7|TravellandaBlock|successfully done supplier prebooking||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
03771ff9-a0db-44a5-8831-d543ac7187f7|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="03771ff9-a0db-44a5-8831-d543ac7187f7">
  <Rooms>
    <Room RoomType="Room 1: ROOM STANDARD" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="141999|1158059" SourceId="12" RoomTypeCode="2074970380-1-0|782074970380|1|0|12|MzIuMDh8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-12-22T00:00:00" End="2026-12-23T00: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
03771ff9-a0db-44a5-8831-d543ac7187f7|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-12-15T00:00:00" End="2026-12-18T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="33.04" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Amendment&lt;/br&gt;Estimated total amount of taxes &amp; fees for this booking:3.50 Euro payable on arrival.  Check-in hour 14:00-20:00.Car park YES (With additional debit notes) 10.00 EUR Per unit/night.Check-out hour -11:00. City Tax - Venice imposes a city tax which is payable directly to the hotel by the guest and is based on the star rating of the hotel:
Venice
(High Season 01st February - 31st December): 1 star - 1.00 &amp;euro;, 2 star - 2.00 &amp;euro;, 3 star - 3.50 &amp;euro;, 4 star - 4.50 &amp;euro;, 5 star - 5.00 &amp;euro; per person per night. 
(Low Season 01st - 31st January): 1 star - 0.70 &amp;euro;, 2 star - 1.40 &amp;euro;, 3 star - 2.40 &amp;euro;, 4 star - 3.10 &amp;euro;, 5 star - 3.50 &amp;euro; per person per night.
Lido &amp;amp; Islands
(High Season 01st February - 31st December): 1 star - 0.80 &amp;euro;, 2 star - 1.60 &amp;euro;, 3 star - 2.80 &amp;euro;, 4 star - 3.60 &amp;euro;, 5 star - 4.50 &amp;euro; per person per night. 
(Low Season 01st - 31st January): 1 star - 0.60 &amp;euro;, 2 star - 1.10 &amp;euro;, 3 star - 2.00 &amp;euro;, 4 star - 2.50 &amp;euro;, 5 star 3.10 &amp;euro; per person per night.
Mainland
(High Season 01st February - 31st December): 1 star - 0.70 &amp;euro;, 2 star - 1.40 &amp;euro;, 3 star - 2.40 &amp;euro;, 4 star - 3.10 &amp;euro;, 5 star - 3.50 &amp;euro; per person per night. 
(Low Season 01st - 31st January): 1 star - 0.50 &amp;euro;, 2 star - 1.00 &amp;euro;, 3 star - 1.70 &amp;euro;, 4 star - 2.20 &amp;euro;, 5 star - 2.40 &amp;euro; per person per night.
The fee is payable up to a maximum of 6 nights, Children under the age of 10 are exempt and between the ages of 11 and 16 years the charge is reduced by 50%. from 2024-03-27 to 2030-12-31.</ImportantInfo>
  <TotalAmount>33.04</TotalAmount>
  <TraceId>03771ff9-a0db-44a5-8831-d543ac7187f7</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
03771ff9-a0db-44a5-8831-d543ac7187f7|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="03771ff9-a0db-44a5-8831-d543ac7187f7" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: ROOM STANDARD" BoardBasis="Room 1: BED &amp; BREAKFAST" TotalAdult="1" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Arun" LastName="Saini" DOB="20010416" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="141999|1158059" SourceId="12" RoomTypeCode="2074970380-1-0|782074970380|1|0|12|MzIuMDh8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="33.04" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-12-22T00:00:00" End="2026-12-23T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Arun</FirstName>
    <LastName>Saini</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</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
03771ff9-a0db-44a5-8831-d543ac7187f7|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ 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>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Arun</FirstName>
  <LastName>Saini</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</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>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-12-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-12-15T00:00:00" End="2026-12-18T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="33.04" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-12-22T00:00:00</CheckIn>
  <CheckInTime />
  <CheckOut>2026-12-23T00:00:00</CheckOut>
  <CheckOutTime />
  <CostAmountInSalesCurrency>32.08</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>italy</CountryName>
  <PostCode>30171</PostCode>
  <Rooms>
    <Rooms>
      <Adults>1</Adults>
      <BoardBasis>Room 1: BED &amp; BREAKFAST</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Arun Saini</GuestName>
      <RoomType>Room 1: ROOM STANDARD</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>33.04</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>32.08</SupplierAmount>
  <SupplierCurrency>GBP</SupplierCurrency>
  <SupplierId>3791</SupplierId>
  <SupplierMinCnxDate>2026-12-18T00:00:00</SupplierMinCnxDate>
  <SupplierName>Travellanda</SupplierName>
  <_address>Via Felisati 187, Mestre 30171, Venezia</_address>
  <_cityName>Venice</_cityName>
  <_fax>+390415385873</_fax>
  <_hotelName>Aaron</_hotelName>
  <_phoneNo1>+390415385868</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>260430548</FileBookingId><BookingId>41914</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
03771ff9-a0db-44a5-8831-d543ac7187f7|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>260430548</FileBookingId>
  <Status>Success</Status>
  <SupplierRef>TL99577825</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
0955e641-e061-4f15-89f7-434b1c902d81|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="0955e641-e061-4f15-89f7-434b1c902d81">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="32627" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-22T00:00:00" End="2026-11-23T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
0955e641-e061-4f15-89f7-434b1c902d81|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
0955e641-e061-4f15-89f7-434b1c902d81|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="0955e641-e061-4f15-89f7-434b1c902d81">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="32627" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-22T00:00:00" End="2026-11-23T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
0955e641-e061-4f15-89f7-434b1c902d81|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-04-16T14:53:43.7236911+01:00" Version="0" EchoToken="Search" TransactionIdentifier="0955e641-e061-4f15-89f7-434b1c902d81" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="12" TotalAmount="54.83" OriginalAmount="53.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.699259518016" Longitude="7.2711199522018" StarRating="3" HotelCode="63965|3564129|Bed &amp; Breakfast" HotelName="The Originals Nice Centre Le Seize" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Chauvain, 06000 Nice, Provence-Alpes-Côte-d'Azur,</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f7/b8f7703509b79916805a7533183e9c6b7366d5a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Nice. It provides guests with an ideal base from which to tak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="57.59" OriginalAmount="55.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.6988" Longitude="7.270201" StarRating="1" HotelCode="180156|4590466|Bed &amp; Breakfast" HotelName="Hostel Villa Saint Exupéry Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Sacha-Guitry, 06000 Nice, Côte d'Azur</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/b3/4cb33b5b4c020475d21ee8a1ab0056756c117078.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Nice. The nearest airport is Nizza (NCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="60.03" OriginalAmount="58.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.702749927716" Longitude="7.2593370079994" StarRating="3" HotelCode="337240|1018531|Bed &amp; Breakfast" HotelName="Hôtel So'Co by HappyCulture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Avenue Thiers, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/2f/ba2f82b081ab72e75bf843a8cb10aa778d883ea5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in the centre, close to the main train stations. It offers numerous o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="60.76" OriginalAmount="58.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.710509543811" Longitude="7.1931427717209" StarRating="2" HotelCode="35153|1009641|Bed &amp; Breakfast" HotelName="Kyriad Nice Stade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Avenue Auguste Vérola, 06200 Nice Saint Isidore</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/78/047880c96b6753cb2a356d2db3bd7118d80f1796.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on a promontory over Nice in the middle of the vineyards of Bellet, west ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.06" OriginalAmount="60.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.709923853802" Longitude="7.2848517822731" StarRating="3" HotelCode="172055|2158765|Bed &amp; Breakfast" HotelName="Appart'City Nice Acropolis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18bis Route de Turin, 06300 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/4f/604f082dc1cf250e44180369e5145e1cc4f4546b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is located in central Nice, right next to the conference centre. There is a tram sto...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.44" OriginalAmount="60.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.705262896876" Longitude="7.2679173946381" StarRating="3" HotelCode="15157|1507896|Bed &amp; Breakfast" HotelName="Days Inn Nice Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Miron, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/ac/ebac36897493b1e9808ae62a5e6c8bb146e4e7df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies in a quiet side street in the centre of the Nice with a unique combination ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.89" OriginalAmount="61.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.702683999638" Longitude="7.2591921687126" StarRating="3" HotelCode="31216|1387633|Bed &amp; Breakfast" HotelName="Villa Bougainville by HappyCulture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Avenue Thiers, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/b0/b3b043ac8c17d20bd70aa651d87e1982c4fa09fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated at the heart of Nice, within 500 m of the city's famous Promenade de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="64.36" OriginalAmount="62.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.667171198233" Longitude="7.2139513492584" StarRating="2" HotelCode="213396|57044969|Bed &amp; Breakfast" HotelName="ibis budget Nice Aéroport Promenade des Anglais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>455 Promenade des Anglais, 06299 Nizza</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/74/b774de6944d9bae234bb4475d0b5e52db182a70b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Nice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.70" OriginalAmount="63.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.705608034103" Longitude="7.2822242975235" StarRating="3" HotelCode="34993|3407128|Bed &amp; Breakfast" HotelName="Relais Acropolis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Boulevard Risso, 06300 Nizza</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/11/c6113f86baa405109fd7bd882c9e3bd92090688d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly opposite the Palais du Congrés d'Acropolis, approximately 1 km from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.74" OriginalAmount="63.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.702338845575" Longitude="7.2591385245323" StarRating="3" HotelCode="31217|1186497|Bed &amp; Breakfast" HotelName="Villa Otero by Happyculture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Avenue Hérold, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/68/5268b7a1d9ec887a531b1294f5998b947d3de4bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Belle Epoque hotel is situated in the Musiciens district at the centre of the history-rich city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.01" OriginalAmount="64.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.694609" Longitude="7.251955" StarRating="3" HotelCode="67430|1700754|Bed &amp; Breakfast" HotelName="Locarno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4, Avenue des Baumettes, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/c4/25c401e7928a627054b89f6c49bd1536dae68a00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just two paces from the beach and only a 7-minute walk from the pedestrian zone and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="67.89" OriginalAmount="65.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.700050695358" Longitude="7.2688695788383" StarRating="3" HotelCode="59431|1709451|Bed &amp; Breakfast" HotelName="Hôtel Nap by HappyCulture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 rue Pastorelli, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/d9/55d922a8238a45c925588a45c518837d1fff3a24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family hotel is ideally location in the city centre, just 5 minutes walk from Place Masséna. Fu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.16" OriginalAmount="69.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.700527" Longitude="7.283114" StarRating="3" HotelCode="34696|1245234|Bed &amp; Breakfast" HotelName="Kyriad Nice Port Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Emmanuel Philibert, Place du Pin, 06300 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/7a/aa7a0609db1895147363dd07a96404a2f586afe0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel de charme is to be found close to the old town just a few minutes walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.77" OriginalAmount="69.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.702738293354" Longitude="7.2669678926468" StarRating="3" HotelCode="31219|1740137|Bed &amp; Breakfast" HotelName="Best Western Hotel Lakmi Nizza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Avenue du Marechal Foch, 06000 Nizza</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/d4/fed42f889de9ccda8656fcc05a090e182909b056.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located around 400 m of Place Masséna and the old town is approximately 800 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.41" OriginalAmount="71.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.703591555612" Longitude="7.2604337991777" StarRating="3" HotelCode="73919|1283346|Bed &amp; Breakfast" HotelName="Hôtel ibis Nice Centre Gare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Avenue Thiers, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/a7/38a7f29c2aedadbec3e29927c2bbd71993e487f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Nice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.67" OriginalAmount="71.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.703901718324" Longitude="7.265736758709" StarRating="3" HotelCode="337298|1620256|Bed &amp; Breakfast" HotelName="Best Western Hôtel Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Avenue Jean Médecin, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8e/698ee17008ae83b8b3c05d508970a60155c6e6cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on a main street directly in the centre of Nice. The Promenade des Anglai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.78" OriginalAmount="71.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.704286" Longitude="7.26372" StarRating="3" HotelCode="62503|1319608|Bed &amp; Breakfast" HotelName="Azurea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue Paganini, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/2c/b72c17cab2f597a59206294c12c2aeb26f20940a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just 100 metres from Nice’s city centre, where guests will find a range o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.80" OriginalAmount="71.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.669663" Longitude="7.215908" StarRating="3" HotelCode="110343|2967877|Bed &amp; Breakfast" HotelName="Hotel ibis Styles Nice Aéroport Arenas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 Boulevard René Cassin, 06300 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/6b/376be6640e32167d3f2f6b72cd3ffb723c7d9021.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Nice. The nearest airport is Nizza (NCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.12" OriginalAmount="71.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.700885518941" Longitude="7.2670922346845" StarRating="3" HotelCode="34698|2205790|Bed &amp; Breakfast" HotelName="Hôtel Florence Nice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Paul Déroulède, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d0/d1d013795a4c1fdba9930dbee353b4d8cb4c08c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Nice, within 500 m of the railway station. It is just 10 m to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.05" OriginalAmount="72.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.70787270549" Longitude="7.2630733251572" StarRating="3" HotelCode="25008|6208877|Bed &amp; Breakfast" HotelName="Monsigny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Avenue Malausséna, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/a1/a4a1d113a35e0695b559000bd8a3919a5cdbfb90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This owner-run hotel is located at the heart of the city, directly on a typical Provençal market squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.72" OriginalAmount="73.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.698796053891" Longitude="7.2688494622707" StarRating="3" HotelCode="34585|2715958|Bed &amp; Breakfast" HotelName="Hotel Univers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue de la Liberté, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ac/70acc1dbc6f5af8570e8ba4827018ff3e4a464eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is situated in the heart of Nice, about 400 m from the beach. There is a prof...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.79" OriginalAmount="73.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.700360958132" Longitude="7.2831925749779" StarRating="3" HotelCode="38362|2546605|Bed &amp; Breakfast" HotelName="Ibis Styles Nice Vieux Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 rue Emmanuel Philibert, 06300 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/24/a824c2433f21c5eeec65d4faf65a378dddaad754.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the harbour, just a 5-minute walk from the historic centre of Nice, and 200...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="79.45" OriginalAmount="77.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.703434" Longitude="7.280772" StarRating="2" HotelCode="387660|3321145|Bed &amp; Breakfast" HotelName="Aparthotel Adagio Access Nice Acropolis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Boulevard Risso, 06300 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/ee/1eeef628215c57541be2870f91c3c8d2fa675af5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located close to the beach and the famous Promenade des Anglais. Guests will find r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.40" OriginalAmount="78.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.699050086972" Longitude="7.2659352421761" StarRating="3" HotelCode="52677|2369342|Bed &amp; Breakfast" HotelName="Best Western Hôtel Roosevelt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Maréchal Joffre, 06000 Nizza</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c7/4ec79310fc9418a02feff9492db8bf6a999580eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found at the heart of Nice and is an ideal starting point for trips out in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.92" OriginalAmount="78.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.694884584252" Longitude="7.2518911957741" StarRating="3" HotelCode="33053|1540490|Bed &amp; Breakfast" HotelName="Residhome Nice Promenade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Boulevard François Grosso, 06000 Nizza</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/zz/afad81fd5a623acd4f1651fb9deb9f965bae0973.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet side street of the famous Promenade des Anglais within easy reach o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="84.36" OriginalAmount="81.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.667254189547" Longitude="7.2147190595246" StarRating="3" HotelCode="110340|2308143|Bed &amp; Breakfast" HotelName="Campanile Nice Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>459-461 Promenade Des Anglais L'AréNas, 06200 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/e2/06e258986bbdaf611a9eda06d44ff7ae029c4495.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Nice. The nearest airport is Nizza (NCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="85.27" OriginalAmount="82.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.671433899715" Longitude="7.2240425855316" StarRating="3" HotelCode="110341|4860669|Bed &amp; Breakfast" HotelName="Hôtel ibis Nice Aéroport Promenade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>359 Promenade Des Anglais, 06200 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/5d/8d5d2c0dd26cfbe343f023faabefa8bc3a886ad7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Nice. The nearest airport is Nizza (NCE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.08" OriginalAmount="83.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.695544572034" Longitude="7.2698859889126" StarRating="4" HotelCode="10918|2340121|Bed &amp; Breakfast" HotelName="Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Saint Francois de Paule, 6300 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/89/56898b4d567adfac4a2f19ece1e6f26e0615ed9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable beach hotel enjoys an ideal, central location. The Promenade des Anglais runs to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.50" OriginalAmount="83.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.691164750523" Longitude="7.2437490474492" StarRating="2" HotelCode="101768|2013725|Bed &amp; Breakfast" HotelName="Aparthotel Adagio access Nice Magnan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Avenue de la Californie, 06200 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d1/08d19f56d1e09c110fb72669d534d1d558f16e15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is situated right by the beach on the Mediterranean Sea and the Promenade des Anglais....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.98" OriginalAmount="84.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.697827" Longitude="7.260348" StarRating="3" HotelCode="11553|1659348|Bed &amp; Breakfast" HotelName="Best Western Plus Hotel Brice Garden Nice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue Marechal Joffre, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/70/2e70c7834b84c9921cdddf27eeb046afd8d49053.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a residential area in the middle of a magnificently cultivated gar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="88.61" OriginalAmount="86.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.699115" Longitude="7.2648" StarRating="4" HotelCode="87265|1523485|Bed &amp; Breakfast" HotelName="Hôtel Le Grimaldi By HappyCulture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Grimaldi, 06000 Nice, Alpes-Maritimes</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/4c/8e4c1025555feeb77660fe202e30fe8c9b62c164.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city of Nice in the heart of the Riviera, a half hour from Monaco and Cannes, is a perfect blend...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.31" OriginalAmount="86.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.698724697266" Longitude="7.2710961570777" StarRating="4" HotelCode="14779|1275699|Bed &amp; Breakfast" HotelName="Best Western Plus Hôtel Masséna Nice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Rue Gioffredo, 06000 Nizza</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/75/c2752c367bfdbc0814ac2de150c4791ec5e23780.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, located 7 km from Nice Côte d'Azur airport, is ideally located in the heart of Nice, 2 s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.58" OriginalAmount="87.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.705038340912" Longitude="7.2670761200154" StarRating="3" HotelCode="27101|7667123|Bed &amp; Breakfast" HotelName="Hôtel ibis Nice Centre Notre-Dame" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue Lamartine, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/51/bb51fec851aad60c2ac1b2ab971281dbf289a149.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in a quiet street at the heart of Nice, this pleasant hotel lies within a short di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="93.76" OriginalAmount="91.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.704503127086" Longitude="7.2645536875615" StarRating="4" HotelCode="110360|1874218|Bed &amp; Breakfast" HotelName="Best Western Plus Nice Cosy Hôtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Belgique, 06000 Nizza</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/d0/96d0eedf983d091115ae3fa452388a1591f18e9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Nice just 1.2 km from the beach. Countless shops, restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.32" OriginalAmount="92.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.705180637292" Longitude="7.2849695944948" StarRating="3" HotelCode="165733|1583749|Bed &amp; Breakfast" HotelName="Hipark by Adagio Nice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Boulevard du Général Louis Delfino, 06300 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/1f/841f8968e0faebcbfb159f0f8463fe922f52b655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is located within easy reach of the Acropolis convention centre and just 10 minutes’...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="99.90" OriginalAmount="96.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.70312" Longitude="7.285148" StarRating="3" HotelCode="10588|1240402|Bed &amp; Breakfast" HotelName="Apogia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Smolett, 06300 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/f0/c0f079b0f65cddeede21bae2e4c2294890f6fd9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the city centre opposite a bar and within easy reach of shops and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="101.07" OriginalAmount="98.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.695738846176" Longitude="7.2605533897877" StarRating="3" HotelCode="11640|1596990|Bed &amp; Breakfast" HotelName="De la Fontaine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue de France, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/db/74db79696245f1bae1392747313474649471f2fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is located between the Promenade des Anglais and the popular pedestrian ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.41" OriginalAmount="99.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.687834" Longitude="7.239336" StarRating="4" HotelCode="93093|1630900|Bed &amp; Breakfast" HotelName="Aparthotel Adagio Nice Promenade des Anglais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Apartment Hotel" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>179 Promenade des Anglais, 06200 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/b0/beb0565cce4c92026013baf9f8afb5dd5e719862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located off the famous Promenade des Anglais walkway, along the beau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="109.99" OriginalAmount="106.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.694996194089" Longitude="7.2619277125445" StarRating="3" HotelCode="110339|3024871|Bed &amp; Breakfast" HotelName="Hotel Le Royal À Nice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Promenade des Anglais, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/ce/48cebcc57b43c3198fb79dcb674cfa60b1f55ec6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along La Promenade des Anglais in a central part of Nice. It is close to the ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.64" OriginalAmount="112.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.697126389833" Longitude="7.2599110007286" StarRating="3" HotelCode="58159|1062119|Bed &amp; Breakfast" HotelName="The Jay Hotel by HappyCulture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Meyerbeer, 06000 Nizza</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/cf/bbcf001744f3705a9e0495ab20d9dd2128004533.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 100 m from the famous Promenade des Anglais within a few minutes walk of the pe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.29" OriginalAmount="113.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.667097470191" Longitude="7.2139218449593" StarRating="4" HotelCode="54635|4836315|Bed &amp; Breakfast" HotelName="Novotel Nice Arénas Aéroport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>455 Promenade des Anglais, Nice Cedex 03, 06299 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/da/89da00417a82665ca060926860d163d1db36d642.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Nice international airport, at the entrance to the town of Nice. This...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.50" OriginalAmount="114.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.69806109716" Longitude="7.2721070051193" StarRating="4" HotelCode="10386|1239554|Bed &amp; Breakfast" HotelName="Hotel Aston La Scala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Avenue Felix-Faure, 6000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/20/4f20eaeedc95b96934be93f264b26fa50d1e5cdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a very central location in front of the famous Place Masséna in the Old Town,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.23" OriginalAmount="114.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.703601" Longitude="7.266683" StarRating="4" HotelCode="14746|1220949|Bed &amp; Breakfast" HotelName="Mercure Nice Centre Notre Dame" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Avenue Notre-Dame, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/8a/958a959fa9aa922ef2ca69b294ce98d749b70ee6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of the city on the Avenue Notre Dame, opposite the church of the same name, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="126.08" OriginalAmount="122.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.700081721707" Longitude="7.269526720047" StarRating="4" HotelCode="15156|1444583|Bed &amp; Breakfast" HotelName="Nice Riviera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>47 rue Pastorelli, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/07/a70774fc26aba52ccd83c606110c3a533eb1b9eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a side street at the heart of the beautiful city of Nice. Shopping venues,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="126.61" OriginalAmount="122.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.69765" Longitude="7.260426" StarRating="4" HotelCode="888795|1155594|Bed &amp; Breakfast" HotelName="Hôtel Goldstar Resort &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Club Resort,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue Maréchal Joffre, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/39/6e398d41f9154fdf57d94c7c21dd7d75f5566de5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Nice, in the shopping area of the French Riviera, this charming business ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="127.42" OriginalAmount="123.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.695246" Longitude="7.265427" StarRating="4" HotelCode="14790|1198592|Bed &amp; Breakfast" HotelName="Mercure Nice Promenade des Anglais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Halevy, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/21/0321f5f98acfbe2acff1a1147563bb0724b7f7b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This seafront hotel is located on the famous Promenade des Anglais, in the very heart of the city, c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.67" OriginalAmount="124.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.698777894538" Longitude="7.2601553527786" StarRating="4" HotelCode="60082|2896673|Bed &amp; Breakfast" HotelName="La Malmaison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Boulevard Victor Hugo, Nice 6000</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/16/9d16ed0cc664646930f96ccd96e88bc5810b3f28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the heart of the city and only a couple of minutes away from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.03" OriginalAmount="125.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.699624081421" Longitude="7.2644761204719" StarRating="4" HotelCode="13505|1492561|Bed &amp; Breakfast" HotelName="Holiday Inn Nice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Boulevard Victor Hugo, 06000 Nice, Côte d'Azur</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/33/1b3395188e2f25cc101894b8199518f086e02b36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel is located at the heart of Nice just 5 minutes walk from the pedestrianised zone ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.64" OriginalAmount="125.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.707640037716" Longitude="7.2827473282814" StarRating="4" HotelCode="29472|1184712|Bed &amp; Breakfast" HotelName="NH Nice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Esplanade Du Parvis de l'Europe, 06300 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ff/34ffe0dc4ad747deefaa793adcdd81583fbf2a2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very centrally near to the magnificent Old Town with its narrow streets and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.07" OriginalAmount="135.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.695896897842" Longitude="7.2692906856537" StarRating="3" HotelCode="31218|3399791|Bed &amp; Breakfast" HotelName="Albert Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue des Phocéens, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/77/8e7787c056c044105088a27834bb808a50065ccf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart of Nice close to the famous and rather superb Promenad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.37" OriginalAmount="152.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.69390328312" Longitude="7.2793757915497" StarRating="4" HotelCode="259941|2356019|Bed &amp; Breakfast" HotelName="La Perouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Rauba Capeu, 06300 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a7/63a7aa25b397c279932abbb5f0ce9da828a137ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a hill with a stunning view of the sea and the city of Nice. Plenty of rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="158.70" OriginalAmount="154.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.6948061" Longitude="7.2607137" StarRating="4" HotelCode="19377|1968759|Bed &amp; Breakfast" HotelName="Westminster Hotel &amp; Spa, BW Premier Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Promenade des Anglais, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/b1/5eb1c5576a48372c4625ee3235825841276a4381.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This prestigious hotel is situated at the heart of Nice, close to the famous Promenade des Anglais. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="159.94" OriginalAmount="155.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.667351637533" Longitude="7.2089195251465" StarRating="4" HotelCode="26810|1062010|Bed &amp; Breakfast" HotelName="Park Inn by Radisson Nice Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Costes et Bellonte, 06200 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/09/b609093f50fec43e406af689e08553b95257fb01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The attractive hotel is located near the Côte d'Azur International Airport and it is just 6 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="163.45" OriginalAmount="158.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.684469561471" Longitude="7.2349369525909" StarRating="4" HotelCode="29227|1138987|Bed &amp; Breakfast" HotelName="Radisson Blu Hotel, Nice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel">
        <Address>
          <AddressLines>
            <AddressLine>223 Promenade des Anglais, 06200 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b5/bab5d128545862326ff06f90c52ddc61c947cc61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel lies in a superb location beside the popular Promenade des Anglais and just across ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="246.73" OriginalAmount="239.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.700062330241" Longitude="7.2656241059303" StarRating="5" HotelCode="10483|1836681|Bed &amp; Breakfast" HotelName="Boscolo Exedra Nice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Victor Hugo, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/cb/c5cb866bc02e139b8445044a17ed91fc0e9d5db1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located in the centre of Nice on one of the most beautiful residential avenues....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="263.35" OriginalAmount="255.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.695367" Longitude="7.265956" StarRating="4" HotelCode="14227|1879274|Bed &amp; Breakfast" HotelName="Le Meridien Nice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Casino Resort,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Promenade des Anglais, 06046 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/42/9b42d6b72bab7f2f8ca7157f20e72fec493f506e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at number 1 Promenade des Anglais, a mythic address in the heart of the French ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="279.33" OriginalAmount="271.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.694113" Longitude="7.279233" StarRating="4" HotelCode="78993|2040521|Bed &amp; Breakfast" HotelName="Suisse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Quai Raubà Capéù, 06300 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/c8/12c8489ba998a91222ea97adb03d9ce76b329fa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming, family-friendly beach hotel is at the end of the Promenade des Anglais, on the beach,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="292.83" OriginalAmount="284.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.696766659375" Longitude="7.2683049738407" StarRating="4" HotelCode="26809|1478955|Bed &amp; Breakfast" HotelName="Hotel Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Verdun 12, Nizza</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/57/bc57c1868b74a7ff4ef30ea40b8e00e5d20872d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is centrally located, close to shopping venues, stylish restaurants, chic caf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="352.82" OriginalAmount="342.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.695152209047" Longitude="7.2631376981735" StarRating="5" HotelCode="27396|2760429|Bed &amp; Breakfast" HotelName="Hyatt Regency Nice Palais de la Mediterranée" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Promenade des Anglais, 06000 Nice</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/7b/e97bbe66392984f633c411616b8b3f19b7cafe13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel affords a good and central location. Links to the public transport netwo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="377.67" OriginalAmount="366.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.694504" Longitude="7.258366" StarRating="5" HotelCode="15092|1015968|Bed &amp; Breakfast" HotelName="Hotel Le Negresco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Promenade des Anglais, 06000 Nice, Côte d'Azur</AddressLine>
          </AddressLines>
          <CityName>Nice</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/c3/3bc362c185bfa864c7a4ce76c959d3ee14db0ae8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated, world renowned palace hotel enjoys a fantastic location right by the beach and d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service,Laundry,Lounge,Nightclub,Room Service,Swimming Pool,Wheelchair Access,Currency Exchange,Golf,Bicycle Rental,Garden,Massage Centre,Jacuzzi,Sauna,Spa,Kitchen,Heated Pool</BasicAmenities>
    <HotelRating>2,4,5,3,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BEACH HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,SPA HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,CLUB RESORT,CASINO RESORT,ECO 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
0955e641-e061-4f15-89f7-434b1c902d81|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="0955e641-e061-4f15-89f7-434b1c902d81">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="32627" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-22T00:00:00" End="2026-11-23T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="15157|1507896|Bed &amp; Breakfast" SourceId="12" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
0955e641-e061-4f15-89f7-434b1c902d81|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="0955e641-e061-4f15-89f7-434b1c902d81" TimeStamp="0001-01-01T00:00:00" HotelName="Days Inn Nice Centre" HotelCode="15157|1507896" StarRating="3" GTCityId="32627" CountryCode="FR" CityName="Nice" CountryName="France" Address="6 Rue Miron, 06000 Nice" PostCode="06000" PhoneNo="+33493621065" FaxNo="+33493130971" Email="hotelnicea@parfires.fr" CheckInTime="15:00" CheckOutTime="12:00" Latitude="43.705262896876" Longitude="7.2679173946381" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: STANDARD DOUBLE OR TWIN ROOM" RoomTypeCode="2874849142-1-0|782874849142|2|0|12|NjAuNjJ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="61" TotalPrice="62.44" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DOUBLE STANDARD" RoomTypeCode="3807666800-1-0|783807666800|2|0|12|NjEuNDh8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="61" TotalPrice="63.32" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE STANDARD ROOM" RoomTypeCode="2416426616-1-0|782416426616|2|0|12|NjEuNzF8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="62" TotalPrice="63.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: TWIN STANDARD ROOM" RoomTypeCode="1467421026-1-0|781467421026|2|0|12|NjEuNzF8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="62" TotalPrice="63.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: FREE BREAKFAST" RoomType="Room 1: STANDARD DOUBLE OR TWIN ROOM " RoomTypeCode="90506994-1-0|780090506994|2|0|12|NjIuNzV8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="63" TotalPrice="64.63" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: ROOM RUN OF HOUSE" RoomTypeCode="1804723563-1-0|781804723563|2|0|12|NjMuMDN8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="63" TotalPrice="64.92" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE SUPERIOR" RoomTypeCode="313104928-1-0|780313104928|2|0|12|NjUuMzF8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="65" TotalPrice="67.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR ROOM" RoomTypeCode="4047414447-1-0|784047414447|2|0|12|NjUuNTZ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="66" TotalPrice="67.53" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/eb/ac/ebac36897493b1e9808ae62a5e6c8bb146e4e7df.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/40/74/40742d20b6deefa31d65ecfcb12952de081f2db4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/bc/1c/bc1c5bfe1f901369f3a7345158490845bc2be151.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/31/fc/31fc2355f6861b07eb4f4a9af7845001a5cd43c1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5f/4a/5f4aca9226edef7d012610877f75a31050430d58.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5d/5b/5d5ba15ff367268b69cbcfa0a9af92cb2c60dd95.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6f/c5/6fc5c95988492fc4ca4feeb9bf0f269541740930.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b8/23/b8233d4d31dafbc75d625a53fdbadea8293c3242.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3d/b1/3db1fadd239a630ed05f5d5a11cad720105674f9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d4/b3/d4b356bd0e66a99c64472719366f731582135df5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/21/d4/21d49fc07b98c03601cc0a061af45e9fa548efa3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/51/cd/51cd00b8c534bb1829183e33ef0c66bc778d3d65.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2a/b3/2ab35c9ae7dd21a6b8b56d70c0d0c9aec258b0d6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/46/fd/46fd1db7b225e39c7f7f9f539e069574cd48ed89.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4d/3f/4d3ff34f0f4377792cc2f20bfe848193666e5dfd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5c/c5/5cc5baecbf6d5fee98b7545d57f0f9899f147278.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/07/64/0764ee13950b52ca848d41978ef36275c099f99d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7b/9e/7b9e176fe7253088d2d68e1cfeae034c5c59e43f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fe/0b/fe0b8e3de5f5946aac09867bf77a148bf559faa8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7a/c4/7ac4c89ae58598ef85c05bb585468f6e6dc0f8ca.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/84/ce/84ce63b35be21508476119da4f254a97e5b3d8d9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e9/83/e98310e0010c9cbe4b879cf4ddcc55edbc7a0e5d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e8/89/e889a048c72bf92257bf93966eb700cdb1b4fe8b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b4/f1/b4f1ead5732f4d515696ae5f791c29d7802e2eef.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3d/b0/3db0211979b7f66d2937ccecb6bbba38603b92a2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/61/f8/61f895c6c79dfa293048f473c168b18a76345533.JPEG" /></Images><HotelDescription /><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>33-4-93130971</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>33-4-93621065</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1900</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2010</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 Floors - Annexe</Description><Value>6</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Terrace (m²)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>38</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>8</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>23</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>EC Card</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Beach</Type><Description>Sandy Beach</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Foyer</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>Nightclub</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>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental Breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun terrace</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Tanning Studio/Solarium</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Beach</Description><Value>3500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>200 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Restaurants</Description><Value>200 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bars / Pubs</Description><Value>200 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Nightclub</Description><Value>400 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>100 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Train Station</Description><Value>477 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
0955e641-e061-4f15-89f7-434b1c902d81|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="0955e641-e061-4f15-89f7-434b1c902d81">
  <Rooms>
    <Room RoomType="Room 1: STANDARD DOUBLE OR TWIN ROOM" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="15157|1507896" SourceId="12" RoomTypeCode="2874849142-1-0|782874849142|2|0|12|NjAuNjJ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-22T00:00:00" End="2026-11-23T00: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
0955e641-e061-4f15-89f7-434b1c902d81|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-11-14T00:00:00" End="2026-11-18T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="62.44" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Room 1 Mandatory Tax: 4.56 EUR, Property Fees: 4.56 EUR &lt;/br&gt; Status: available , Please note that in some countries there is a local tax known as stay tax or tourist tax (city-tax) which must be paid directly by the guest at the hotel.</ImportantInfo>
  <TotalAmount>62.44</TotalAmount>
  <TraceId>0955e641-e061-4f15-89f7-434b1c902d81</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
0955e641-e061-4f15-89f7-434b1c902d81|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="0955e641-e061-4f15-89f7-434b1c902d81">
  <Rooms>
    <Room RoomType="Room 1: STANDARD DOUBLE OR TWIN ROOM" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="15157|1507896" SourceId="12" RoomTypeCode="2874849142-1-0|782874849142|2|0|12|NjAuNjJ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-22T00:00:00" End="2026-11-23T00: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
0955e641-e061-4f15-89f7-434b1c902d81|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-11-14T00:00:00" End="2026-11-18T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="62.44" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Room 1 Mandatory Tax: 4.56 EUR, Property Fees: 4.56 EUR &lt;/br&gt; Status: available , Please note that in some countries there is a local tax known as stay tax or tourist tax (city-tax) which must be paid directly by the guest at the hotel.</ImportantInfo>
  <TotalAmount>62.44</TotalAmount>
  <TraceId>0955e641-e061-4f15-89f7-434b1c902d81</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
0955e641-e061-4f15-89f7-434b1c902d81|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="0955e641-e061-4f15-89f7-434b1c902d81" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: STANDARD DOUBLE OR TWIN ROOM" BoardBasis="Room 1: BED &amp; BREAKFAST" TotalAdult="2" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Akash" LastName="Sharma" DOB="20010416" Age="25" />
        <Adult Title="Mr" FirstName="Anurag" LastName="Sharma" DOB="20010416" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="15157|1507896|Bed &amp; Breakfast" SourceId="12" RoomTypeCode="2874849142-1-0|782874849142|2|0|12|NjAuNjJ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="62.44" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-22T00:00:00" End="2026-11-23T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Akash</FirstName>
    <LastName>Sharma</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</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
0955e641-e061-4f15-89f7-434b1c902d81|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ 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>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Akash</FirstName>
  <LastName>Sharma</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</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>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-11-14T00: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-11-14T00:00:00" End="2026-11-18T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="62.44" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-11-22T00:00:00</CheckIn>
  <CheckInTime />
  <CheckOut>2026-11-23T00:00:00</CheckOut>
  <CheckOutTime />
  <CostAmountInSalesCurrency>60.62</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>france</CountryName>
  <PostCode>06000</PostCode>
  <Rooms>
    <Rooms>
      <Adults>2</Adults>
      <BoardBasis>Room 1: BED &amp; BREAKFAST</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Akash Sharma</GuestName>
      <RoomType>Room 1: STANDARD DOUBLE OR TWIN ROOM</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>62.44</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>60.62</SupplierAmount>
  <SupplierCurrency>GBP</SupplierCurrency>
  <SupplierId>3791</SupplierId>
  <SupplierMinCnxDate>2026-11-17T00:00:00</SupplierMinCnxDate>
  <SupplierName>Travellanda</SupplierName>
  <_address>6 Rue Miron, 06000 Nice</_address>
  <_cityName>Nice</_cityName>
  <_fax>+33493130971</_fax>
  <_hotelName>Days Inn Nice Centre</_hotelName>
  <_phoneNo1>+33493621065</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>260430549</FileBookingId><BookingId>41915</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.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
0955e641-e061-4f15-89f7-434b1c902d81|TravellandaBook|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
0955e641-e061-4f15-89f7-434b1c902d81|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>260430549</FileBookingId>
  <Status>Success</Status>
  <SupplierRef>TL34317562</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
7a128a12-4ad0-446d-aec8-6c51fa5caa1a|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="7a128a12-4ad0-446d-aec8-6c51fa5caa1a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="53489" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-09T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
7a128a12-4ad0-446d-aec8-6c51fa5caa1a|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
7a128a12-4ad0-446d-aec8-6c51fa5caa1a|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-04-16T14:57:42.9503351+01:00" Version="0" EchoToken="Search" TransactionIdentifier="7a128a12-4ad0-446d-aec8-6c51fa5caa1a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="12" TotalAmount="46.80" OriginalAmount="45.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904764379628" Longitude="12.500521235775" StarRating="3" HotelCode="386145|1588842" HotelName="Freedom Traveller Rome Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Garden,Internet,Kitchen,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 23, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/2f/692f16abc1fca2dc727d7d403bf00d7e12f22a55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Freedom Traveller, you'll be centrally located in R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="50.31" OriginalAmount="48.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.997539239555" Longitude="12.423399025795" StarRating="3" HotelCode="192116|3848078" HotelName="Seven Hills Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Trucchi 10, 00189 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/194267/194267a_hb_a_899.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="55.33" OriginalAmount="53.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.878509141806" Longitude="12.466341875951" StarRating="2" HotelCode="523476|33070557" HotelName="Hostel Trustever" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Benaglia 13, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/df/77/df77bccf38db63108993a94b61c26cab78c4b028.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.79" OriginalAmount="58.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904330417033" Longitude="12.504529102532" StarRating="2" HotelCode="383820|9312536" HotelName="Alessandro Palace &amp; Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 42, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/25/a125bb048853648f9ea9e7ca144ac1950fa32e94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.27" OriginalAmount="64.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.730156" Longitude="12.27554" StarRating="2" HotelCode="191564|7952044" HotelName="La Scaletta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungomare Paolo Toscanelli 130, 00121 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/b7/5bb756e9e502d3ccef52346906439c194cc0d150.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.62" OriginalAmount="66.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.865987467097" Longitude="12.63043910265" StarRating="4" HotelCode="31825|1708817" HotelName="Hotel Roma Tor Vergata" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vico Viganò 24, 00133 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/20/21/202102d5df9b8583145a3381c856d21fd4adf5f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to a shopping centre, the opera and an amphitheatre. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.41" OriginalAmount="67.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90332712" Longitude="12.49425739" StarRating="1" HotelCode="616614|86767123" HotelName="The RomeHello" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 45, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/d8/44d8732b8075ed9336d248691329a35ebd07fe95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="76.55" OriginalAmount="74.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.887468437402" Longitude="12.40458992066" StarRating="2" HotelCode="99799|3045192" HotelName="Roma Camping In Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Kitchen,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 831, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/bf/f0bf776bcc51f610276b795f15fb0a7623238ce0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.99" OriginalAmount="75.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899362" Longitude="12.500605" StarRating="2" HotelCode="149374|3227112" HotelName="Concorde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 95, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/9b/d49bcba41a2d36c4644a80be672d3079c2ef84aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.02" OriginalAmount="75.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.885286030115" Longitude="12.530813813209" StarRating="3" HotelCode="116620|3747974" HotelName="Antico Acquedotto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Villa Serventi 9a-d, 00176 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/c6/34c63b45c92674d3f4018cfcf17b1356786e20f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.95" OriginalAmount="76.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.890753196347" Longitude="12.499566078186" StarRating="3" HotelCode="12006|1671538" HotelName="Hotel Edera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Poliziano 75, Colosseo, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/c8/a2c81302b321f15df44537876086aaae47736bfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This wonderfully peaceful hotel is located near to the Colosseum and surrounded by copious high prof...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.50" OriginalAmount="78.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.870929035157" Longitude="12.468165138707" StarRating="2" HotelCode="343892|83037163" HotelName="Radio Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Pacinotti 8/E, 00146 Rom, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f4/42f40496f5e3217a97c5de12c75cbc9d7f3766b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="83.76" OriginalAmount="81.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899337289293" Longitude="12.499698641699" StarRating="2" HotelCode="189369|1456467" HotelName="Hotel Demetra Capitolina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 58, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1a/531a7dcf4448afde84439fa40c797c210ccd0dd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="91.52" OriginalAmount="88.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896750966095" Longitude="12.495558857918" StarRating="3" HotelCode="18850|1166546" HotelName="Valle" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 134, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/4d/154d6dcb8643d42de574ae8ad01ae1b9242815c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, which is steeped in tradition, is located in the historic centre of the city near the Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="94.12" OriginalAmount="91.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.910738200397" Longitude="12.50290316526" StarRating="2" HotelCode="160882|4924242" HotelName="Cesar Palace Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 55, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/zz/3cadd0a8145947740c0e0138e9c1b611fbf7be5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Porta Pia area, right at the entrance of Rome’s ancient walls. The hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.32" OriginalAmount="92.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.892761594249" Longitude="12.511649222286" StarRating="4" HotelCode="97696|1867941" HotelName="Best Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Maggiore 51, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/00/6100b6499bd072bcab0ff0bdc2b350f5282f6fb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel enjoys a central location in the heart of Rome, between the Colosseu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.48" OriginalAmount="92.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903315945303" Longitude="12.506464605339" StarRating="2" HotelCode="58289|2124939" HotelName="Philia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 88, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/00/f7001bed6cb0df4fed05c2f12a359f7e7d8014c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 200 m from Termini Central Station, and both underground and bus stops can be f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="97.50" OriginalAmount="94.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90994300978" Longitude="12.497387329448" StarRating="3" HotelCode="366024|1752105" HotelName="Hotel Priscilla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via Calabria 17/19, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/9e/389eef0cd9f47db37d47ae6a57cd3fbbee8a0661.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within metres of a selection of shops, restaurants, shopping centres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="97.69" OriginalAmount="94.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.888061603948" Longitude="12.401225566864" StarRating="3" HotelCode="366017|1044379" HotelName="Scheppers Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bogliasco 36, 00165 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/44/44923fb1a3bd1a85/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Via Aurelia and is surrounded by wonderful greenery. Top shopping venue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="98.48" OriginalAmount="95.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899805044898" Longitude="12.498173534851" StarRating="2" HotelCode="36252|4569380" HotelName="Hotel Altavilla Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 9, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/16/a516a0e44f961c85ce8cf846d55ec04a65c8537f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a few steps from Via Cavour, between the Opera Theatre and the beautiful R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.18" OriginalAmount="97.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902716" Longitude="12.494597" StarRating="3" HotelCode="337349|1288402" HotelName="Patria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 36-37, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/e7/dae735ed275ca4e01d3696256bc53758f76e056f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly in the centre of Rome. The wonderful garden of the Villa ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="101.08" OriginalAmount="98.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901119210063" Longitude="12.57005056246" StarRating="4" HotelCode="166597|1209815" HotelName="iH Hotels Roma Z3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Perlasca 13/15, 00155 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/ef/a2ef98f3d6d0fd81efd2a78c4280b32c01576d92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="101.60" OriginalAmount="98.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.924641688224" Longitude="12.569823906746" StarRating="3" HotelCode="117284|6572008" HotelName="Urban Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Rebibbia 18/34, 00156 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/8e/7c8ec6ded86d9bba9bb199d0a260ceee5f443d0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in the vicinity of Rome's city centre and just 300 m from metro station Rebibbia. Its ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="101.83" OriginalAmount="98.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.91432551081" Longitude="12.521471285879" StarRating="3" HotelCode="36244|1105898" HotelName="Hotel San Giusto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Bologna 58, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59255/a_59255_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a tranquil, stylish area of the city. It is just a few minutes to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.55" OriginalAmount="99.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899155" Longitude="12.499918" StarRating="3" HotelCode="37646|2486265" HotelName="Hotel Serena Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amadeo 64, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/94/26/94264a2ce37ff3d401f8ed0b4d903796bdd2c786.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in Rome's inner city, just a few paces from the main train station, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="103.60" OriginalAmount="100.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.923396692989" Longitude="12.468704581261" StarRating="3" HotelCode="10877|1512252" HotelName="Best Western Astrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Antonio Sarti 4, 00196 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/aa/45aa22b693e2a210caead27dac108ca77a630342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="103.66" OriginalAmount="100.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.932806046271" Longitude="12.433596728836" StarRating="4" HotelCode="23163|1058842" HotelName="Excel Montemario" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Scolopi 31, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/21/19216bc34ce535d37b38bb7a64adca8933036b26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated on one of the most beautiful hills in Rome: Montemario. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.75" OriginalAmount="101.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902325" Longitude="12.503566" StarRating="3" HotelCode="81591|1684804" HotelName="Rimini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 17, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b7/feb7ac4f164f75bb2d9d5ebf28fe129ddcaab45a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Rome. Its setting is especially ideal for those who appr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="105.16" OriginalAmount="102.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.893697" Longitude="12.507588" StarRating="2" HotelCode="18170|2036595" HotelName="Hotel Taormina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Eugenio 51, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/ab/edab0caa50b93362409dedc60b2ef7179a2eafe9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed within a historical building that dates back to the early 19th century that is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="105.21" OriginalAmount="102.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902836" Longitude="12.501925" StarRating="3" HotelCode="95138|1339732" HotelName="Stromboli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 34, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c4/4bc43562ec55c5482b2c69ebed656912a4f2c532.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="105.87" OriginalAmount="102.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902312" Longitude="12.503542" StarRating="3" HotelCode="47815|1218041" HotelName="Hotel Corot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 15/17, Centro Storico, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/06/570660665676b127e9916d8f5917c3aa6933d0e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the historical centre in Rome near the Termini central railway station. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="107.33" OriginalAmount="104.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.893158081305" Longitude="12.512670440475" StarRating="3" HotelCode="47307|1446322" HotelName="Hotel Center 1&amp;2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Giolitti 433, 00185 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10228/a_10228_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated in the heart of Rome, close to the Colosseum, Circo Massimo, Foro Rom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="110.48" OriginalAmount="107.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.949102" Longitude="12.472571" StarRating="3" HotelCode="116828|3316274" HotelName="Colony" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monterosi 18, 00191 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f4/77f4f228d639da32f33c397e9df36a4dd91a24a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="110.76" OriginalAmount="107.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898453" Longitude="12.49946" StarRating="2" HotelCode="904048|1184717" HotelName="Farini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Farini 52, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/9c/5d9c907be3080b5e1e3a18f0f0f7289c2a78fc58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 200 m from the main Termini station, and metro stations on lines A and B are j...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.61" OriginalAmount="109.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90373" Longitude="12.503556" StarRating="3" HotelCode="15850|4255761" HotelName="Piemonte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 32 C, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/de/76/de766aafa6cb62cbb363b31f9fe5f721514d76eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the heart of Rome, just a few minutes from Termini railway stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.36" OriginalAmount="110.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.9315558" Longitude="12.5274399" StarRating="3" HotelCode="169164|1685455" HotelName="ibis Styles Roma Art Noba Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana, 543/547, 00141 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/f8/09f8f83c402f08da41b2dd0ea354ed2fda8876c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 10 km away from the centre of Rome, and just 1 km from Nomentana railway statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.46" OriginalAmount="110.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905670886025" Longitude="12.500208938027" StarRating="3" HotelCode="318897|71915707" HotelName="Hotel Floridia Raeli Hotels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 45, 00185 Rom, Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/53/9e536a003375f2c6f6557a923ee9d9f5f3e9e7a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.59" OriginalAmount="110.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905004" Longitude="12.505171" StarRating="3" HotelCode="17152|1088509" HotelName="San Marco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villafranca 1, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cd/a5cd48ea084900743fa28c0667cca916b57ae6c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the well-known and quiet thermal spring town of Fiuggi, approximately 70 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.98" OriginalAmount="110.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903339044468" Longitude="12.503373542328" StarRating="3" HotelCode="82645|2724692" HotelName="Villa Delle Rose" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 5, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/f2/8bf2b4db638ffd3ae4ca9d20577add7bb3b73e57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is housed within the beautiful rooms of a noble villa dating back to the end of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="114.87" OriginalAmount="111.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898128" Longitude="12.50117" StarRating="3" HotelCode="496288|77844227" HotelName="Hotel Maryelen 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 87B, (not 85/A), 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/b1/8bb196c97b532acee6fa04371b6838dde6911ba9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.50" OriginalAmount="112.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.873086053407" Longitude="12.462890893221" StarRating="3" HotelCode="60678|1416154" HotelName="Villa Rosa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Prati 1, 00152 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/cf/f0cf67db763fcac7c1e9b1c92864abaa7b716a37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an excellent location in Trastevere, an area full of character, easily accessible f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.69" OriginalAmount="112.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.752940045614" Longitude="12.372459941139" StarRating="4" HotelCode="102079|1354870" HotelName="Best Western Hotel I Triangoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ermanno Wolf Ferrari 285, 00124 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/fa/cffa570c69c6a1057b92294aca4ad037de8296f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.83" OriginalAmount="112.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.817506" Longitude="12.46095" StarRating="4" HotelCode="32805|1119274" HotelName="Cristoforo Colombo" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 710, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/da/1eda25bb0fed62c16a84c197ce3ed74d6713f368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located around 25 minutes away from the city centre. The nearest undergro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.83" OriginalAmount="112.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.86606" Longitude="12.575305" StarRating="4" HotelCode="165958|2207904" HotelName="Hotel Artis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Roberto Fancelli 3, (angolo Via Pietro Sommariva), Roma 00169</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ed/6fedc4428b83afc549cd095778d674451857a89c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="116.25" OriginalAmount="112.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.865254" Longitude="12.496335" StarRating="3" HotelCode="37856|1220324" HotelName="Caravel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 124/c, 00147 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/19/d0197e453dc9d5eb757c6da4b7246e4db0e94221.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated beside a main road just 3 km from Rome's historical city centre. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.11" OriginalAmount="113.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.913003" Longitude="12.499099" StarRating="3" HotelCode="245024|2164388" HotelName="MF Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Savoia 44, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/87/ae874c117c49b087afc95a76145ccd3339994736.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.48" OriginalAmount="114.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.837579066072" Longitude="12.594666186508" StarRating="4" HotelCode="166863|1108596" HotelName="Ibis Styles Roma Vintage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Torre Di Mezzavia 25, 00173 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/80/0f80e208da30367b2fd79408a871b80380a5d0b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in one of the main commercial areas of Rome, close to the Ikea Centre, Er...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.51" OriginalAmount="114.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898683549543" Longitude="12.500681877136" StarRating="4" HotelCode="33472|2115429" HotelName="Hotel Champagne Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 82, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/dc/3ddc93188cbd2b6a5c67c3e5174f60f229701595.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to the city centre, this splendid top-class hotel is located in a wonderful area. The main rai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.52" OriginalAmount="114.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89250186683" Longitude="12.512830107345" StarRating="3" HotelCode="317345|82637975" HotelName="Center 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Achille Grandi 7, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/335842/335842a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.92" OriginalAmount="114.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.909988" Longitude="12.522753" StarRating="3" HotelCode="255877|3116150" HotelName="Roma Scout Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Conference Hall,Elevator,Internet,Lounge,Luggage Storage,Meeting Room,Pets allowed,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Largo dello Scautismo 1, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/fd/1ffd6ec676e1c4da983b18f5a83e62d2a8e80698.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Simplicity, sustainability and attention to all guests are what is always aiming for the Casa Fiore ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.94" OriginalAmount="114.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907435344009" Longitude="12.497463226318" StarRating="3" HotelCode="25186|1200999" HotelName="Medici" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia, 96, 00187 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c8/4c/c84ce208887fcc4b4403f33afbdf7e62bbca4b32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated just a few minute's walk from many places of interest, including the Col...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.39" OriginalAmount="114.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904928109443" Longitude="12.500048875809" StarRating="4" HotelCode="23162|5131951" HotelName="Noto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Calatafimi 12, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f0/73f0892aaa365959245a01161f2be7fbd4df8947.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.44" OriginalAmount="114.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899740586127" Longitude="12.498142375005" StarRating="2" HotelCode="470750|23978599" HotelName="Hotel Altavilla 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 9a, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/68/de68c34c48f41ab131123dfedeb22a80d3c94518.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.80" OriginalAmount="115.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.93577485" Longitude="12.58374283" StarRating="2" HotelCode="540013|70226233" HotelName="Hostel Prima Base" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="guest house">
        <Address>
          <AddressLines>
            <AddressLine>Via Osimo 61, 00156 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/14/f5146b827763e69ac9c3c9264c1b69ea08331a59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Prima Base Hostel is the true budget accommodation in Rome! A quiet hostel in a green oasis in a bea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="119.17" OriginalAmount="115.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906093905916" Longitude="12.459735274315" StarRating="4" HotelCode="76332|1335342" HotelName="Orange Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 86, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f6/fd/f6fdb73f9d380a0485353d35d9dfd718cc19f927.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a strategic location, offering easy access to the most beautiful and well-known loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="120.31" OriginalAmount="116.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.92573956363" Longitude="12.435370087624" StarRating="4" HotelCode="33056|1190035" HotelName="Hotel Zone" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Alfredo Fusco 118, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cb/1bcb67e840a1014db4afb852a066190b6a33396f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is found in the Montemario district, north of the Vatican. The underground and buses are ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.908331616552" Longitude="12.424775362015" StarRating="4" HotelCode="335573|2246849" HotelName="Pinewood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Pineta Sacchetti 43, 00167 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55033/a_55033_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies amidst green, tranquil surrounds and affords good links to the motorway and the city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="121.81" OriginalAmount="118.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902803" Longitude="12.502217" StarRating="3" HotelCode="410275|4983119" HotelName="Lazio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 8, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/66/8266fea7d8f0d3cdc188d42a60eaa057925ea594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="123.37" OriginalAmount="119.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902285026275" Longitude="12.504144608974" StarRating="4" HotelCode="48143|1632146" HotelName="Hotel Luce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 34, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ed/59ed7dd5cb3e251121fa3337a401443d49eb543b.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated to the left of Termini Station, near Piazza della Repubblica and Via Nazi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="123.37" OriginalAmount="119.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902037" Longitude="12.503191" StarRating="3" HotelCode="95139|5851677" HotelName="Siracusa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 50, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/6a/ae6af38ae57b64a9b1534cef76d7f02ef6be1fa3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="123.37" OriginalAmount="119.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90262" Longitude="12.504435" StarRating="4" HotelCode="23161|6284971" HotelName="Archimede" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Mille 19, Via Marghera 43, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/1f/c31fa307dc0a6ccb0a7ba3c78c3c84528fa548ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="123.51" OriginalAmount="119.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898979044617" Longitude="12.500880399388" StarRating="3" HotelCode="36259|1771237" HotelName="Scott House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gioberti 30, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/2f/dd2fba7ec9387b7f1505ee520eecd1eb260767c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located 50 m from Termini central station and 50 m from the Basilica di Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="123.57" OriginalAmount="119.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905798" Longitude="12.502461" StarRating="4" HotelCode="95137|9493163" HotelName="Hotel Lux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/7b/147bd0ec01e9ee41cde02af2d95685a5167ce1a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="124.16" OriginalAmount="120.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90493521" Longitude="12.48696019" StarRating="1" HotelCode="455144|62686763" HotelName="Excellence Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Purificazione 38, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c9f536d6851e8e4c199407f99f9e5e683ac347.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="124.22" OriginalAmount="120.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90774674525" Longitude="12.488300800324" StarRating="3" HotelCode="37648|5215802" HotelName="Garda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 30, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/fd/3afd62c4e647b58aa1596539d746d807cd88181b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant town hotel is situated on the Via Veneto, the 'Dolce Vita' street, in an exclusive dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="124.28" OriginalAmount="120.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.920241" Longitude="12.525228" StarRating="3" HotelCode="60586|1082176" HotelName="Osimar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via F. Grossi Gondi 87, 00162 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b0/a7b0fcd6103b6a26b9371ba72f01837b4e34ee6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Via Rasponi, in a beautiful building close to Piazza Bologna. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900400465116" Longitude="12.498080134392" StarRating="3" HotelCode="33092|1472598" HotelName="Nizza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Massimo D'Azeglio 16, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/4a/ff4ac655c623235b23604e4d217cc9a1bf8dfab8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies at the heart of Rome, just minutes from the old part of town and the main ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="125.14" OriginalAmount="121.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.88230581" Longitude="12.60905289" StarRating="3" HotelCode="601582|20831849" HotelName="Hampton by Hilton Rome East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Viale Marisa Bellisario 300, Rom 00155</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/d9/32d95787f811737d3409a721b1a4804894e0dfe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="125.18" OriginalAmount="121.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89712677" Longitude="12.4355543" StarRating="3" HotelCode="356959|98685636" HotelName="Casa Piccole Ancelle di Cristo Re" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 325, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/04/e0041efea8ee7b84f372c3d463c4295288faa37c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="125.30" OriginalAmount="121.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904377143429" Longitude="12.462181448936" StarRating="2" HotelCode="57582|3167201" HotelName="Adriatic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Vitelleschi 25, 00193  Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f1/73f1b286fd8dcf7a0c045b67a4760aa03363b7f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the “Eternal City” - Rome. Restaurants, bars, and pubs are loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="125.43" OriginalAmount="121.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898497623102" Longitude="12.502158357672" StarRating="3" HotelCode="259324|1886468" HotelName="The Kennedy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 62-64, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/7e/1f7eb5f30433b7da0ce0e79b3b77144d2c600518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located between the Termini Station and the Basilica of S. Maria Maggiore. Within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="125.80" OriginalAmount="122.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.873498" Longitude="12.505944" StarRating="3" HotelCode="78082|1182560" HotelName="Cilicia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cilicia 7, 00179 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/11/1f11ac7a38feb9c840f5c5540d70d931d5c41120.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only a few steps away from the prestigious archaeological area of the Appia An...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="126.40" OriginalAmount="122.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.828104" Longitude="12.583023" StarRating="3" HotelCode="55815|2222733" HotelName="Hotel Giardino d'Europa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucrezia Romana 95, 00178 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/f5/03f523555d90a3c85652222fe8d66e2e23c1b738.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just a short distance from the Cinecittà film studios within paces of links to the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="126.79" OriginalAmount="123.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.965701" Longitude="12.31271" StarRating="4" HotelCode="904057|1195605" HotelName="Relais Castrum Boccea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Country House,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via SS. Mario e Marta 27, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f0/e4f0551d64bfcbd4ff956c0cfac102181b1c7a8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is an historical dwelling in the Roman countryside. The nearest train station is about 50 metre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="127.18" OriginalAmount="123.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.930308" Longitude="12.492691" StarRating="3" HotelCode="335566|3531802" HotelName="Delle Muse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Salvini 18, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/88/dd88886a318b8b211c393808de10a7a029018d72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the quiet residential district of Parioli and enjoys excellent transport li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.11" OriginalAmount="124.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.913611" Longitude="12.617992" StarRating="4" HotelCode="395920|1349481" HotelName="Novotel Roma Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Noale 291, 00155 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/38/ea38f37af347e9a8729266399d8a36dd5327ffbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has easy access to the city centre, approximately 15 km away, as well as the railway stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.48" OriginalAmount="124.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.912178" Longitude="12.503169" StarRating="3" HotelCode="151448|1112154" HotelName="Apogia Lloyd Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandria 110 A, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/70/e0705c4d0e1fc4b7923527d867c4ead16e959386.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.46" OriginalAmount="125.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.895521" Longitude="12.498191" StarRating="3" HotelCode="82470|1105034" HotelName="Tirreno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Martino Ai Monti 18, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/8b/2e8bfc3b69812ea689c00f9153445a327febc616.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.66" OriginalAmount="125.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.886065" Longitude="12.52291" StarRating="2" HotelCode="151501|4001701" HotelName="Hotel Lodi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Oristano 14, 00182 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/3b/163ba9be7d446801cb07e540886f11738f917961.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.67" OriginalAmount="125.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904089681012" Longitude="12.486959695816" StarRating="3" HotelCode="259404|4144682" HotelName="King" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina, 131, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/1d/101d6ef6e666503f176e1073b37086c02bbe3236.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive and charming hotel is situated in the centre of old city, only minutes away from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="130.62" OriginalAmount="126.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.009358811291" Longitude="12.379022514847" StarRating="3" HotelCode="116784|2927296" HotelName="Hotel Cassia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cassia 1736, 00123 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/94/b4/94b414434c51ab46189d935a8f173d525a535737.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome (ROM).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="130.87" OriginalAmount="127.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899174671967" Longitude="12.499922811985" StarRating="3" HotelCode="67084|2329773" HotelName="Hotel Dina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 62, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/25/4425df718e5270667a0fe23613d5e08c4d3441f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Rome, this hotel is just 100 m from the Santa Maria Maggiore Church and righ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="131.59" OriginalAmount="127.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898103" Longitude="12.501331" StarRating="3" HotelCode="117096|1621113" HotelName="Igea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97, Via Principe Amedeo, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/3e/573e2f7e610bfb37a19529ef98b314086fb75793.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within easy walking distance from the hotel is Termini train station, where one can access a number ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="131.70" OriginalAmount="127.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89310978" Longitude="12.50319694" StarRating="3" HotelCode="522197|25158366" HotelName="Domus Helena Casa per ferie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="guest house" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ferruccio 25, Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/5f/ac5f2ef8ff7419902b6bec09829d66b64ce3cbd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="132.62" OriginalAmount="128.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904492646272" Longitude="12.49975632209" StarRating="3" HotelCode="136285|86499412" HotelName="Regio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 22, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/35/a835cf29554b7a7525e8251a9399a9bba7b552e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="133.12" OriginalAmount="129.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.912570622962" Longitude="12.502423167776" StarRating="3" HotelCode="21184|2460170" HotelName="Kent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Reggio Emilia 71, 00198 Rom, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/5d/a45d594162e3e231826c97094da0bc7d6032bf4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated close to the centre of city and offers excellent public transport link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="133.31" OriginalAmount="129.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.799028" Longitude="12.600513" StarRating="3" HotelCode="102102|2203721" HotelName="Villa Giulia Ciampino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Dalmazia 9, 00043 Ciampino</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c9/9ec9fc7d6a69bc5b0fd100a7d627f2b7fe8ed74d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel offers a stunning location in the heart of Ciampino. Surrounded by plenty of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="133.84" OriginalAmount="129.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89497006263" Longitude="12.417742609978" StarRating="4" HotelCode="67446|1108790" HotelName="Smooth Hotel Rome West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 619, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/17/89176e095d208981888f920cd7acfb425528dd5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and conference hotel is situated in Via Aurelia, within easy reach of Rome's Leonardo da V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="134.28" OriginalAmount="130.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89821192557" Longitude="12.499778877316" StarRating="3" HotelCode="172165|3989744" HotelName="New Inn Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Farini 62, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/c2/8cc235def69632adbfaabf4d203ba8ef344e860a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical centre of Rome, a few minutes from the main railway station (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="134.40" OriginalAmount="130.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.894035" Longitude="12.452583" StarRating="2" HotelCode="186404|6132172" HotelName="Casa Tra Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte del Gallo, 113, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/3c/a03ca4df8b19ad640208fd5232ee7b7f02b4e464.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Rome, this hotel lies in a quiet area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="134.79" OriginalAmount="130.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.891946" Longitude="12.51435" StarRating="4" HotelCode="89607|2138957" HotelName="Latinum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Portamaggiore 11, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/6d/736ddafb14ff3c3cda48ca40aaa3f35b9200e859.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an historical building in the heart of Rome, in front of the majestic walls ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.943763219641" Longitude="12.474689930677" StarRating="4" HotelCode="36249|1189921" HotelName="Grand Hotel Fleming" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Monteleone di Spoleto 20, 00191 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/4b/9d4b261a9078758b4f37412fa7d42c1fbc6d5574.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well-equipped hotel lies close to the centre of Rome where guests can discover many shopping an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="135.70" OriginalAmount="131.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.822108792671" Longitude="12.394408562319" StarRating="3" HotelCode="95116|2082148" HotelName="Albergo ibis Roma Fiera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Arturo Mercanti 63, 00148 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/f3/f5f35cc0d97c4d2dc9af24a58b0af2c814fd3b6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="136.45" OriginalAmount="132.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.865754" Longitude="12.59068" StarRating="3" HotelCode="143035|2031432" HotelName="Hotel Alba Torre Maura" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale di Torre Maura 81, 00169 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/3e/e63e574720ba10034156ff0cf26162b2bb3795e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 5-minute drive from the main road A90 and 6 km from the Cinecittà subway stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="136.66" OriginalAmount="132.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.914271" Longitude="12.52068" StarRating="3" HotelCode="166871|1752015" HotelName="Laura" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale XXI Aprile 109, 00162 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/c9/e4c967cc067666e5127e47d021a10e9ab01f6ff1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="137.09" OriginalAmount="133.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.895577012887" Longitude="12.51687169075" StarRating="3" HotelCode="95119|1914330" HotelName="Villa S. Lorenzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Liguri 7, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/2c/db2c383617dcdabecb3c583feef896d3b74c17a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="137.32" OriginalAmount="133.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.879483" Longitude="12.525635" StarRating="3" HotelCode="31412|2279115" HotelName="B&amp;B Hotel ROMA Tuscolana - San Giovanni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Assisi 51, 00181 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/1b/481ba40ae46e71933bb98ccfe750eab4fe88d3f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located between the historical and business districts of Rome. Tuscolana tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="138.04" OriginalAmount="134.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906684371535" Longitude="12.501888160863" StarRating="4" HotelCode="70654|1239328" HotelName="Best Western Hotel Artdeco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 19, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3f/6c/3f6c42ab58fe175368542ef80419580f57a5f592.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historic centre of Rome, a few steps from the famous gateway of Porta P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="138.21" OriginalAmount="134.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900126607612" Longitude="12.49725991898" StarRating="4" HotelCode="18825|1311093" HotelName="Best Western Plus Hotel Universo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 5/B, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9e/55/9e559ca455ffbff95211624e0ccbf9114c1cd006.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated yet lies right at the heart of the city. Stazione Termini main train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902297" Longitude="12.503821" StarRating="3" HotelCode="386927|1627861" HotelName="Marco Polo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 39, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7c/cf/7ccfb3310972631318f5ad253026d05e359bdb4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming city hotel is very well situated in the city centre, in a very quiet location and withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.41" OriginalAmount="136.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905189" Longitude="12.50502" StarRating="4" HotelCode="56965|1314549" HotelName="Hotel Villafranca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villafranca 9, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/3f/6d3f40cac0667ec634e8399e65c4b4acbea09441.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is just 500 from the Termini railway station. It is about 5 km to Tiburtina station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.55" OriginalAmount="136.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89966916" Longitude="12.50044252" StarRating="3" HotelCode="549039|6008255" HotelName="Roma Resort Termini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 46-64, 00185 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/e1/41e1721f12245144d353c0a68454b61cc71b076b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="141.37" OriginalAmount="137.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.869672678524" Longitude="12.514656186104" StarRating="3" HotelCode="366026|1881755" HotelName="Romoli Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Caffarelletta 114, 00179 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/a5/50a5177cba1a03c0fc8a28a950dd8557ca0c76aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in beautiful surrounds in the San Giovanni district of the city, directly opposite C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="141.73" OriginalAmount="137.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.892159" Longitude="12.413412" StarRating="4" HotelCode="335583|3068583" HotelName="Raganelli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 734/8, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/14/b1149c037c20f403800ffc566deb07a8278d5862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is superbly located close to the Vatican City and with convenient connections to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="141.79" OriginalAmount="137.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.892181" Longitude="12.513392" StarRating="3" HotelCode="11869|1051124" HotelName="Hotel Donatello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Porta Maggiore 83, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/dd/7addc577e67c8778c4c2150e345f8dab5f6d46ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies between the Colosseum and the San Giovanni and Santa Maria Maggiore Basi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="142.89" OriginalAmount="138.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905014" Longitude="12.502582" StarRating="3" HotelCode="201004|2370728" HotelName="Andreotti" Meals="ROOM ONLY,BREAKFAST BUFFET,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Castelfidardo 55, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/02/1002c4c44702184cba967fc68f98a5e973330048.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Rome, 5 minutes from Terme di Diocleziano, the Roman National M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="143.57" OriginalAmount="139.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.862737513599" Longitude="12.550270557404" StarRating="3" HotelCode="119289|3059704" HotelName="The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 892, 00100 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/a8/1ea82539f4e661640ad32864f24f35a52ed7c06d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 34 rooms. A lobby and a reception are available to travellers....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="144.55" OriginalAmount="140.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901915704582" Longitude="12.503334581852" StarRating="3" HotelCode="302820|1014539" HotelName="Madison" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 60, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5a/f7/5af75a989954d4e8a8c94d6c00098d930172ee2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Originally a palace this Hotel is in a great location for tourists or business guests exploring the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="144.94" OriginalAmount="140.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.890565507381" Longitude="12.511823773384" StarRating="3" HotelCode="11074|5981724" HotelName="Hotel Bled" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Croce In Gerusalemme 40, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/51/ac/51ac120b77bdc9901c8a22ae3e3e3f39d686d81b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Colosseum and Termini main railway station. Further emin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="145.13" OriginalAmount="140.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.894954090177" Longitude="12.452364563942" StarRating="3" HotelCode="36265|1171496" HotelName="Alessandrino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clemente Alessandrino, 9, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/44/ec44e2a47024ce2b3526d34cc93c875659021b45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated in the heart of Rome, at the end of Via Monte del Gallo;...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.71" OriginalAmount="142.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.911445516885" Longitude="12.505306005478" StarRating="3" HotelCode="82648|1844496" HotelName="Rome Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 28, 00161 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/1e/801ed4621038b30c66a2247810697041d4c7eaff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance of Via XX Settembre (400 metres), Via Veneto and Via Na...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.24" OriginalAmount="142.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902321437064" Longitude="12.490332616845" StarRating="3" HotelCode="95114|3321817" HotelName="Hotel 2000 Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Quattro Fontane 16, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/c4/93c4283d11f34e7ce5ed766c235dbbaefbeeeb58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the most wonderful city in Italy, just a few steps away from the most beauti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.27" OriginalAmount="142.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.994800450757" Longitude="12.418542053204" StarRating="4" HotelCode="89615|6039503" HotelName="Veio Residence Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Giustiniana 906, 00189 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/98/78985f6331de5be1ad2bd47bc0d7b73dfa69bdab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.91" OriginalAmount="143.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901096988972" Longitude="12.493124118792" StarRating="3" HotelCode="341209|59109652" HotelName="Hotel Regina Giovanna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/43/03438c0efaef258d5562d0ae101fc813abb6665a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.95" OriginalAmount="143.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.919714580194" Longitude="12.42067694664" StarRating="4" HotelCode="31156|3277380" HotelName="Pineta Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via San Lino Papa 35, 00167  Rome, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d5/8ed5920adad87c89841b8024f6816b410a908687.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located approximately 10 minutes from Rome's historical centre, some 8 km from the Vat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="148.08" OriginalAmount="143.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.908881550379" Longitude="12.435272186995" StarRating="3" HotelCode="909248|5298373" HotelName="Aurelia Vatican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Laterizi, 20, 00167 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/39/7d3998703e365deb99c6b961466a88e4414408d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="148.64" OriginalAmount="144.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.987546936601" Longitude="12.511017618385" StarRating="3" HotelCode="117160|3020880" HotelName="La Giocca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Salaria 1223, 00138 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/8c/2a8c27fb2c77aca7c6331c7a84f5827116035d14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the GRA, the ring road that encircles Rome, making it an ideal location fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="149.90" OriginalAmount="145.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898332" Longitude="12.500965" StarRating="3" HotelCode="47719|9103711" HotelName="Contilia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 81, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/48/df48ad2883f3c407c843edeed99ed78b3e908fa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is located in the historic centre of Rome. Various shopping venues, bars a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="150.25" OriginalAmount="145.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90518479" Longitude="12.50260228" StarRating="2" HotelCode="375819|1466257" HotelName="Independence Square Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Bicycle Rental,Coffee Shop,Dry Cleaning,Fitness Centre,Housekeeping,Internet,Laundry,LCD/Projector,Limousine Service,Luggage Storage,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Castelfidardo 78, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a5/9ea55b26bf4d86f43feefda60348b7efa46b4e24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Independence Square Inn is in the heart of Rome, walking distance from Diocletian ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="150.40" OriginalAmount="146.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.812571345707" Longitude="12.475333925129" StarRating="4" HotelCode="31411|2108709" HotelName="Warmth Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Prezzolini 5, 00144 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/87/83870848840869c95a133b8f4e4da008bac4eb2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located approximately 30 minutes drive from Laurentino, the historical ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="150.82" OriginalAmount="146.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.912221972218" Longitude="12.518625855446" StarRating="3" HotelCode="336628|1389126" HotelName="Mercure Roma Piazza Bologna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Reggio Calabria 54, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/91/dc/91dcfa772f74045db5c801ae9d33dd30b7ce6668.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Piazza Bologna, just a few metres from the metro and only five stops f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="151.50" OriginalAmount="147.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901934" Longitude="12.494389" StarRating="3" HotelCode="15674|2131498" HotelName="Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 57, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4e/85/4e857b8319b55742a7aec949518fab92440dc069.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a fantastic location in the historical centre of the fabulous Eternal City. Situat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="152.11" OriginalAmount="147.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90189364" Longitude="12.47270027" StarRating="2" HotelCode="488326|82077226" HotelName="Antica Locanda dell'Orso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses">
        <Address>
          <AddressLines>
            <AddressLine>Via dell' Orso 14, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/00/b20082e2eff5931042500a2b9680b13f23b76b7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="152.21" OriginalAmount="147.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.922668" Longitude="12.588174" StarRating="4" HotelCode="145846|1823485" HotelName="Cervara Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Tor Cervara 126, 00155 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/14/1470798/QjOWsAN5_7147ae7f359691d0a8c572a2d11c4008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="152.50" OriginalAmount="148.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.873348" Longitude="12.47963" StarRating="3" HotelCode="117450|1142489" HotelName="Crossroad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni da Empoli 11, 00154 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c5/e6c5ca3ffd0f612738be2e82944d2026a785d1e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome (ROM).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="153.03" OriginalAmount="148.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89936255" Longitude="12.50064771" StarRating="2" HotelCode="354483|37233965" HotelName="Hotel Ferrari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 95, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/04/2a049d2004ad89af46a0d2d16c16169699ae19c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="153.92" OriginalAmount="149.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.920594714284" Longitude="12.518408596516" StarRating="3" HotelCode="17613|1260141" HotelName="Hotel Santa Costanza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XXI Aprile, 4, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/92/a0924b66ed7097ad3441b65ec0b7c077b49f243c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Villa Borghese in the embassy district of the city. Bologna unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="154.19" OriginalAmount="149.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902462" Longitude="12.535421" StarRating="4" HotelCode="335569|1103629" HotelName="Best Western Blu Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Largo Domenico De Dominicis 4, 00159 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e9/70e96329812217adff46db2740deb7c9651fc5bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is located in a convenient, semi-central position in Rome, within walking distance from the Tibur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="154.54" OriginalAmount="150.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905878315022" Longitude="12.502940297127" StarRating="3" HotelCode="55816|1250538" HotelName="Galileo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 33, Rome 00185</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/cf/10cfbc7b742f26ad8180f8b764f4b93de848f46f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers guests a peaceful location with easy access to the city centre. It lies around 2 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="155.12" OriginalAmount="150.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899592921623" Longitude="12.495860606432" StarRating="3" HotelCode="49104|2208287" HotelName="Corona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoli, 3, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/74/29747a887842e444df2d16ece80363d8423397c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="156.48" OriginalAmount="151.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.87625" Longitude="12.465987" StarRating="3" HotelCode="191644|7336757" HotelName="B&amp;B Hotel Roma Trastevere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Di Trastevere, 249/D, 00153 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/eb/94ebbfc910726d8bf35cf973915735615670eb66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.10" OriginalAmount="152.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.9103913" Longitude="12.52792546" StarRating="3" HotelCode="581604|76991813" HotelName="Relais Tiburtina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Teodorico 22, 00162 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/d2/77d2d2c5165d5dbb0764b6b9588eeb4861137bb3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="159.29" OriginalAmount="154.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.919962" Longitude="12.436117" StarRating="4" HotelCode="117516|1243487" HotelName="Aparthotel Adagio Rome Vatican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Damiano Chiesa 8, 00136 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/d0/b0d091245742da7dd0ee7deef509394422d5cc18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a green area of Rome, only 2 km from Vatican City. The nearby Balduina Stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="159.63" OriginalAmount="154.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.930243460818" Longitude="12.560420036316" StarRating="3" HotelCode="36254|2159095" HotelName="Idea Hotel Roma Nomentana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Attilio Benigni 7, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/bf/4dbf2d1a8ece24e54211066046a3b69df9290999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is easily accessible by car. It also offers easy access to the city centre by public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="160.39" OriginalAmount="155.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.87229549" Longitude="12.4768034" StarRating="5" HotelCode="741571|13991761" HotelName="Gasometer Urban Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Porto Fluviale 35/37, 00154 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/91/5d9148ea93f6372797c3ccf650158c7976f60570.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="160.91" OriginalAmount="156.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90071190067" Longitude="12.496701478958" StarRating="4" HotelCode="192110|3060763" HotelName="Demetra" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 8, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/cf/becf6493876259f3b41c464b1fa1cdce252c1db9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated just 5 minutes´ walk from both Termini and Repubblica metro stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.08" OriginalAmount="156.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.908415" Longitude="12.464112" StarRating="3" HotelCode="95118|1096920" HotelName="Relais Dei Papi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Gracchi 161, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6f/1e6f92d1551d0d28e0a8fea387586c54fda32f1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.50" OriginalAmount="156.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.835109" Longitude="12.571233" StarRating="3" HotelCode="152401|7350217" HotelName="Piccolo Borgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Capannelle 134, 00178 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/08/6508db16e36e836703b6407c30d50d4553bd9c8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="162.88" OriginalAmount="158.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896351664705" Longitude="12.424670755863" StarRating="4" HotelCode="36262|2284339" HotelName="The Church Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 481, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/34/af34d93485c4b55a26b3d2ea34b0301439329039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 3 km from the Vatican City and the city centre. The nearest public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="162.96" OriginalAmount="158.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="4" HotelCode="803707|92369205" HotelName="Hotel San Giovanni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Laundry,Pets allowed,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Licia 7, 00183 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/c4/2bc4fafac381a341ea31b5c54d125c061d847332.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel San Giovanni is a 4-star hotel in Rome ready to welcome you and to make your unique your exper...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="163.86" OriginalAmount="159.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906723" Longitude="12.50044" StarRating="4" HotelCode="255881|1951798" HotelName="Domus Australia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cernaia 14/B, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8a/878a986311f48104289256cd5741a0da93cc5883.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="166.30" OriginalAmount="161.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.822139973142" Longitude="12.412242885096" StarRating="3" HotelCode="935448|76470937" HotelName="Parco de Medici Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Giulio Viola 19, 00148 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/2f/392f998a50dc4eee54a0b72e6def7f82f3e8d91a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 174 rooms. Services and facilities at the hotel include a res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="167.01" OriginalAmount="162.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89382" Longitude="12.503897" StarRating="4" HotelCode="15067|4297825" HotelName="Napoleon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele II, 105, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/39/05399e5d0ba075e547450c4be28130ea2048a4fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This peaceful and elegant hotel is located only paces from the city centre, Santa Maria Maggiore and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="167.60" OriginalAmount="162.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906139346907" Longitude="12.4795083" StarRating="2" HotelCode="268040|4837603" HotelName="Panda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Dry Cleaning,Elevator,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Croce 35, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ca/a1ca08293a93c5eb14de7384ad2d3fa192be467c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Panda, you'll be centrally located in Rome, s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="168.30" OriginalAmount="163.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900430410909" Longitude="12.497768998146" StarRating="4" HotelCode="21168|1412203" HotelName="Hotel Torino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 8, Santa Maria Maggiore, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7b/5b/7b5b28bf5dbd661e25a4f40d09f844eedb9b8956.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located in the heart of the "Eternal City" and has recently been restored with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="168.78" OriginalAmount="163.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.915419975503" Longitude="12.498421472387" StarRating="4" HotelCode="172170|2575615" HotelName="Hotel Albani Roma" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,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>Via Adda 45, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f8/df/f8df1dcb32ae4c3f4c55e4f6515ea2e647c74c22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central yet peaceful location and provides an ideal haven for those seeking rela...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="169.75" OriginalAmount="164.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90902720816" Longitude="12.590922597676" StarRating="4" HotelCode="146954|3319035" HotelName="Domidea" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Raffaele Costi 17/21, 00155 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/9e/409ec02f7aafbba5d7aa9175eaa55bdb239dae8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="169.85" OriginalAmount="164.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902539557549" Longitude="12.48734459281" StarRating="3" HotelCode="11626|1238968" HotelName="De Petris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella, 142, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/b6/3cb6839a0ff9b7fd5e3bff39f04725066ec2eaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is ideally situated in a quiet location at the heart of Rome, not far from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="169.99" OriginalAmount="165.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.8720015427" Longitude="12.479417324066" StarRating="2" HotelCode="36919|2460360" HotelName="Pyramid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Magazzini Generali 4, 00154 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/e9/79e967e7f829d0f97aeb84c428fc91c31abb9cde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies in the centre of Rome, just two stops from the Colosseum and the Forum Ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="170.75" OriginalAmount="165.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.821349955541" Longitude="12.508496361763" StarRating="4" HotelCode="58861|1113449" HotelName="Occidental Aran Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Riccardo Forster 24, 00143 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3b/de3bb776fd3995ba1f0c3f81e78181882337402a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="171.12" OriginalAmount="166.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904433" Longitude="12.500197" StarRating="3" HotelCode="95135|1713186" HotelName="Hotel Windrose" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 39, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/7e/7e79a905e2a3e77e568198c98768640a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="171.87" OriginalAmount="166.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902432094985" Longitude="12.489689540958" StarRating="4" HotelCode="16503|1201625" HotelName="Al Manthia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Giardini 35/B, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/14/14d6857b6291fbe2/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The crossroads of the Four Fountains, where the hotel is situated, is one of the most interesting sn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.06" OriginalAmount="168.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.912748" Longitude="12.453225" StarRating="4" HotelCode="335587|1021300" HotelName="Hotel Franklin Feel The Sound" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>via rodi, 29, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/b7/27b764a018f67b3ece3db7b498ee5c2e09b560a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the elegant and quiet Prati area just steps from the Vatican. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.40" OriginalAmount="169.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.887566402491" Longitude="12.399986386299" StarRating="4" HotelCode="335565|1700637" HotelName="Holiday Inn Rome Aurelia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia Km 8,400, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/de/eb/deeb3fd9d0f10eca94796322e7f8bbd77a1e50fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located approximately 1.5 km from exit 1 of Rome's Grande Raccordo Anular...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.42" OriginalAmount="169.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.916665816885" Longitude="12.556366154419" StarRating="3" HotelCode="467292|18349775" HotelName="Camplus Guest Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via del Cottanello 12, 00158 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/zz/06ad0c8a51ecae71e32a337ba2627bca5e723613.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.75" OriginalAmount="169.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901428595948" Longitude="12.494134604931" StarRating="3" HotelCode="45178|1473618" HotelName="St. Moritz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Garden,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 51, Roma 00184</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/2f/c72fca8d1a61009205f22e2b25c096ed2c3c9f90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the historical and commercial centre of the old part of Rome. It is j...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.75" OriginalAmount="169.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.882478" Longitude="12.47048" StarRating="4" HotelCode="16760|2938034" HotelName="Hotel Ripa Roma" Meals="FREE BREAKFAST,BED &amp; BREAKFAST,HALF BOARD" BedType="FREE BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Orti Di Trastevere 3, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/de/acdede1c66c1d9ae7178f55820063ee9456c05e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury hotel is situated in the centre of the most history-rich district of Rome. Many...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.76" OriginalAmount="169.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.88095669295" Longitude="12.507972121238" StarRating="3" HotelCode="316823|1068196" HotelName="Best Western Hotel Piccadilly" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magna Grecia 122, 00183 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/39/a339b6af957158b130383a545c0f4520de3fe3b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the busy Via Magna Grecia, in the heart of the city centre shopping district...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.98" OriginalAmount="169.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.851725994642" Longitude="12.48259305954" StarRating="4" HotelCode="35247|1099027" HotelName="BV Oly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Santuario Regina degli Apostoli 36, 00145 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/c3/36c3e967f7ff727ebce14d49f2f941c787fe3278.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the E.U.R. shopping precinct and a few kilometres from the new trade f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.99" OriginalAmount="169.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907938376028" Longitude="12.519307136536" StarRating="3" HotelCode="26979|1177121" HotelName="Athena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ercole Pasquali, 3, 00162 Roma, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a2/6aa2b8987e58c57c1fa26e1332fd2644e8436426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a few steps from the 'La Sapienza' University of Rome, which is a few minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="176.04" OriginalAmount="170.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896833" Longitude="12.450771" StarRating="3" HotelCode="904050|3351805" HotelName="Gravina San Pietro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Cava Aurelia 17, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5d/835d31e418bb5581f39e1673e24e65f839d52b6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a superior hotel located in the historic and commercial centre of Rome, five minutes from St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.8896" Longitude="12.402273" StarRating="4" HotelCode="34794|1606461" HotelName="Black Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Raffaello Sardiello 18, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/28/6d28bef7e2b897f0d35dee5556c62fbf996d9357.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel enjoys a stunning location in Rome only a few kilometres from the Vatican. Affo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="176.25" OriginalAmount="171.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.852768893931" Longitude="12.496899962425" StarRating="4" HotelCode="116631|2871823" HotelName="Barceló Aran Mantegna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Mantegna 130, 00147 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/43/55437c897f173ecf1f92a578f6fde6e423741ca1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="177.53" OriginalAmount="172.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.773085" Longitude="12.238651" StarRating="4" HotelCode="55916|1618283" HotelName="Mercure Rome Leonardo da Vinci Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Portuense 2470, Fiumicino, 00054 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/9a/e09af3e6a9aee2a18067b1f465953cf303210598.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the town of Fiumicino just 3 km from Leonardo da Vinci international airport. A selection...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="178.72" OriginalAmount="173.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89854" Longitude="12.453366" StarRating="3" HotelCode="191695|3966010" HotelName="Sotto La Cupola Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Cardinal Agliardi 15, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/86/9a86ace97788b43dfdda5b920584c91fc8482e7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="178.81" OriginalAmount="173.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.881443126075" Longitude="12.518750906853" StarRating="4" HotelCode="92610|2592508" HotelName="Best Western CineMusic Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 128, 00182 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/b4/cab4290d9ae5218935cd168cea73d6dcad12c93c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historic centre of Rome, near the San Giovanni in Laterano Basilica (Bas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="179.17" OriginalAmount="173.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.91020218" Longitude="12.50239796" StarRating="4" HotelCode="361237|46788355" HotelName="Hotel Des Epoques" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 31-33, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ce/50cee472890a60aa0ee0b820fdb03c445c787af8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="179.48" OriginalAmount="174.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906253602405" Longitude="12.502698898315" StarRating="3" HotelCode="14989|1301432" HotelName="Montecarlo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Ski Hotel ,Historic Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro, 17/A, 00185 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/09/d3098fc7e80c97ba948ff135beac20ff3803845e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old city centre of Rome, in the quiet and safe district of embassies and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="179.78" OriginalAmount="174.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901031320172" Longitude="12.498300075531" StarRating="3" HotelCode="15196|1628549" HotelName="Hotel Nord Nuova Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 3, 00185 Roma, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/87/876a9dadcbbf558a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Rome directly beside the reopened Baths of Diocletian and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="180.02" OriginalAmount="174.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.894123517113" Longitude="12.490639686584" StarRating="2" HotelCode="67085|3648344" HotelName="Colosseo Studio Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 261, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/98/2198e143130ef41891a8d9bfb6b9fc45b979a591.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="180.41" OriginalAmount="175.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89323403326" Longitude="12.512315958738" StarRating="3" HotelCode="21501|1082286" HotelName="Tempio di Pallade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giolitti 425-427, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/3b/823bff8980c457826165e6b777476e4a6112139f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-run, centrally located hotel is situated close to Porta Maggiore square, approximately 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="180.47" OriginalAmount="175.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.867139992362" Longitude="12.471577897668" StarRating="4" HotelCode="95142|1205793" HotelName="H10 Roma Città" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Amedeo Avogadro 35, Quartiere Marconi, 00146 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/f2/33f2100d8ba28b8f706a713a09f3f3bc11649910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is located off Viale Marconi, on a major commercial street, just a 5-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="180.61" OriginalAmount="175.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900734859" Longitude="12.483187168837" StarRating="3" HotelCode="56971|2005850" HotelName="Fontana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Di Trevi 96, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/4f/bb4f8823caaf5ba2e5c3bb0e6d2044700b412066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is located in one of the most stunning areas of the city, opposite the world-f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="180.88" OriginalAmount="175.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899999255787" Longitude="12.498222744523" StarRating="3" HotelCode="12803|1659682" HotelName="Hotel Giada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 9, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/ae/76aefa4ed5d726361a10a375d453dd3cddcdbaa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is ideally situated in the centre of the city, close to the Santa Maria Maggiore ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="180.97" OriginalAmount="175.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90410565118" Longitude="12.482442855835" StarRating="4" HotelCode="26122|4354537" HotelName="Homs" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Vite 71-72, 00187 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/47/3e47ff55bd5cceca7a026f0355d7d06e3504507a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="181.67" OriginalAmount="176.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.918584957202" Longitude="12.514071464539" StarRating="4" HotelCode="63551|2719146" HotelName="Fenix" Meals="FREE BREAKFAST" BedType="FREE BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Gorizia 5/7, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/b8/64b8f75dfa89393c843e90338bf6a4df169da950.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="182.45" OriginalAmount="177.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899985" Longitude="12.492397" StarRating="4" HotelCode="15511|3893405" HotelName="Exe International Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" 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>Via Nazionale 46, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/zz/f5ad8015f8ce79994ac909a2b3eb4499258307f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is centrally located just a few metres from the railway station Termini an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="182.70" OriginalAmount="177.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.897357899428" Longitude="12.497634887695" StarRating="4" HotelCode="61871|1110680" HotelName="Antico Palazzo Rospigliosi" Meals="BED &amp; BREAKFAST,FREE BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Liberiana 21, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ef/dcefdae19f1b047d60daa8d9161cf326cd5abe1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the basilica of Santa Maggiore in the Palazzo Imperiali Borromeo and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="182.78" OriginalAmount="177.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90653464" Longitude="12.45056856" StarRating="3" HotelCode="386360|9776484" HotelName="Le Cupole" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Vaticano 84, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/78/f478a601dc6af64b65cf04c54d3a10e80b6dddbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="182.93" OriginalAmount="177.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.819534" Longitude="12.464662" StarRating="4" HotelCode="408887|2296333" HotelName="Hotel Shangri-La Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Algeria 141, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/4e/ac4e87ba7a172dee9838cbef1abdd7fb43df2f58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="183.83" OriginalAmount="178.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.911441" Longitude="12.499978" StarRating="4" HotelCode="12776|1857893" HotelName="c-hotels Fiume" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Brescia 5, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/68/bb685bb33407767e73e68434344f7c70a4ce4c29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet location, close to the Via Veneto. The Piazza di Spagna lies around...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.21" OriginalAmount="178.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904353" Longitude="12.499972" StarRating="3" HotelCode="37026|3045322" HotelName="Exe Domus Aurea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 34, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/99/609963f1636c75f3ac22478a81757e714ad29e16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This leading hotel is situated in an quiet street near to the Termini railway station. From here the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.82" OriginalAmount="179.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900104999213" Longitude="12.497913837433" StarRating="4" HotelCode="410462|2120865" HotelName="Augusta Lucilla Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Massimo D'azeglio 24, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/9f/039f8c0a81323f49bfc89f427a032af3cc8a6d5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location, lying just a few minutes’ walk from the most popular sigh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.84" OriginalAmount="179.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896910685953" Longitude="12.448486089706" StarRating="3" HotelCode="221547|3930442" HotelName="Hotel Il Cantico" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Cottolengo 50, 00163 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/36/fa363eeeb54dbc26360913ab71c86b94d5d828bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="185.22" OriginalAmount="179.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.936981" Longitude="12.533096" StarRating="4" HotelCode="37643|1267976" HotelName="Best Western ARS Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Finca,Historic Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte Altissimo 20-24, 00141 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/72/90724d90002fa61e0c5a69b9c1fd444f6b4248bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant youth hotel enjoys a peaceful location on the outskirts of Rome. There are many shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="185.96" OriginalAmount="180.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902048103239" Longitude="12.494659017405" StarRating="3" HotelCode="342051|28912427" HotelName="Floris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 251, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/42/33427d4070285156b9f9bd90b64c5d1355f11b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906695" Longitude="12.461237" StarRating="4" HotelCode="36257|3803109" HotelName="Grand Hotel Olympic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Properzio 2A, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/19/d6191d6cf4b5f68d1af44bb2b532569bed7c183b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="186.59" OriginalAmount="181.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90357958" Longitude="12.48469491" StarRating="3" HotelCode="445654|6893767" HotelName="Chic &amp; Town Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei due macelli 31, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/4f/dc4f33be83ce8d2998ca8b2b0cd1c02b3f2ade83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="187.25" OriginalAmount="181.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.882092972654" Longitude="12.432459890842" StarRating="4" HotelCode="79238|2729845" HotelName="Atahotel Villa Pamphili" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Nocetta 105, 00164 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/e2/8ce26ae19d70b04064eaa2bae5e55d7c218ccf2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet green area only 3 km from the Vatican and the city centre. Links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="187.26" OriginalAmount="181.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.846324" Longitude="12.475155" StarRating="4" HotelCode="101739|2195988" HotelName="Hotel Area Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via del Forte Ostiense 21, 00146 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/30/1a30ce885d53de019a420edc92b459caf6dfaad7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in Rome, surrounded by the business zones in the south of the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="188.42" OriginalAmount="182.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.891229404708" Longitude="12.436159998178" StarRating="4" HotelCode="401857|1409046" HotelName="Cardinal St. Peter" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Leone Dehon 71, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/4a/764a1fd42421d1776b5ed82d692e8d9e819a5c5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 15 minutes by taxi from Termini railway station and the air terminal whilst th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="189.27" OriginalAmount="183.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.868741" Longitude="12.411748" StarRating="4" HotelCode="31157|1195764" HotelName="Hotel Rome Pisana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via della Pisana 374, 00163 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1a/16/1a16a06e4aad9ef1e4dd1871eae4b1544988e7ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;House within a modern building, this hotel lies in the western part of the Italian capital. It is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="190.34" OriginalAmount="184.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.873949" Longitude="12.470049" StarRating="3" HotelCode="904339|1718866" HotelName="Lungotevere Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere degli Artigiani 20, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/8b/6c8bc0bde214c426c90c4d880264516799b5d0b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between 2 of Rome's most vibrant districts: Trastevere and Testaccio, both ful...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="190.44" OriginalAmount="184.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.897224" Longitude="12.48682" StarRating="3" HotelCode="66776|1411498" HotelName="Hiberia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via XXIV Maggio 8, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/40/0440411f50fdd1666509ab02d4348f65dc1c8296.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quiet and comfortable, the hotel is ideally situated in the most enchanting area of ancient Rome bet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="190.45" OriginalAmount="184.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.785775066641" Longitude="12.434605658055" StarRating="4" HotelCode="335579|2367691" HotelName="Mercure Roma West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Eroi di Cefalonia 301, 00128 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ec/02ec8feddf114379810ad9efb06d81b72ed7563a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="191.11" OriginalAmount="185.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906981" Longitude="12.452846" StarRating="4" HotelCode="116591|3927675" HotelName="Alimandi Vaticano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Vaticano 99, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/da/9cda2a0c4c95b74f47d7e04c7fb91419a21b49fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical city hotel is located just 5 stops from Termini Railway Station and around ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="192.13" OriginalAmount="186.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.949426859278" Longitude="12.454644441605" StarRating="4" HotelCode="58704|5496086" HotelName="Hotel Villa Maria Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via della Camilluccia 687, 00135 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/1f/d01f3f92550f8ae064a5bfa3fa4d19362b395873.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in the famous residential area of Camilluccia, just 10 minutes away f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="192.34" OriginalAmount="186.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.821814" Longitude="12.458668" StarRating="4" HotelCode="166878|3822075" HotelName="Novotel Roma Eur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Oceano Pacifico 153, 00144 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/bb/9fbbe94e90c29204d310a87e265f9de24d1cbe84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="194.65" OriginalAmount="188.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899825503182" Longitude="12.498455643654" StarRating="4" HotelCode="12784|1812797" HotelName="Hotel Genova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 25, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/57/4d/574d76628cdb279e1ae64f1ff9bdb33a98735618.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in Rome's city centre some 200 m from the railway terminus and is thu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="194.71" OriginalAmount="189.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.912013133774" Longitude="12.450272440911" StarRating="4" HotelCode="15209|1247810" HotelName="Quality Hotel Nova Domus" Meals="FREE BREAKFAST,BED &amp; BREAKFAST,ROOM ONLY" BedType="FREE BREAKFAST" PropertyType="City Hotel" 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Savonarola 38, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/1a/961aafb43ef50c7189dc0358307aaae523f548f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel lies in a quiet residential area only 5 minutes from the Vatican Museum and 10 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="194.79" OriginalAmount="189.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.891724163548" Longitude="12.510450620101" StarRating="3" HotelCode="37818|1638713" HotelName="España" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Luzatti 21, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3e/3a/3e3abc8bf950d84cebc4e88f232c1c8ae9c9bcab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located approximately 800 m from the historical centre of Rome, this hotel enjoys a fabulous locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="194.88" OriginalAmount="189.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899150714864" Longitude="12.49960899353" StarRating="3" HotelCode="38412|1979634" HotelName="California" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 39, 00185 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d3/e6d3fcfe5755c37ceb35d9b0ee1c8bb1784cb272.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the centre close to Termini station. Scores of shops, entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="196.54" OriginalAmount="190.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.825578031065" Longitude="12.478803098202" StarRating="4" HotelCode="40184|1521810" HotelName="American Palace Eur" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laurentina 554, 00143 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/9e/4b9e748127275dc1fefa9e27bf942090f54ceebb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the Eur zone - the business and commercial district of R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="197.29" OriginalAmount="191.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.925527032491" Longitude="12.485216259956" StarRating="4" HotelCode="11719|1134444" HotelName="Degli Aranci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Barnaba Oriani, 11, 00197 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/19/3b19440d7ba9691020c63241989f762efedc7d82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in Parioli, which is an elegant quarter of Rome. The hotel enj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="197.46" OriginalAmount="191.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904992" Longitude="12.500249" StarRating="2" HotelCode="36255|2286731" HotelName="Domus Mea Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Calatafimi 31, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/c8/adc804757c581c5dda33ce87ef1e7a5fa4e31fb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="197.88" OriginalAmount="192.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.9061238" Longitude="12.4799952" StarRating="2" HotelCode="175916|2670740" HotelName="Relais Bocca di Leone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Guesthouse" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bocca di Leone 36, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/be/44/be445eb76f563d76875a9991d295ba86fb3f1793.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to a taxi rank and bus stop, and there are shops, restaurants and bars within 2 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="197.91" OriginalAmount="192.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899927" Longitude="12.497594" StarRating="3" HotelCode="44946|1713322" HotelName="San Remo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Massimo D'Azeglio 36, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/63/6363200c3477f2cfb3ace1721d3b1be92c675b41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the St. Maria basilica and Rome's famous opera house. Convenient publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="198.10" OriginalAmount="192.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905182630181" Longitude="12.505252361298" StarRating="3" HotelCode="335553|1402483" HotelName="Hotel Des Artistes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Villafranca 20, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/92/bf924b1c29365f5bf50c173455d28631e9a027f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel enjoys a stunning location in the centre of Rome, although on a peaceful side str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="198.16" OriginalAmount="192.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899340375022" Longitude="12.501199543476" StarRating="4" HotelCode="40044|2555432" HotelName="Gioberti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gioberti 20, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/e9/c9e946570c86275a19f9380e1db2c5797bb499c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern comfort hotel is located between Santa Maria Maggiore and Termini, the main railway stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="198.34" OriginalAmount="192.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904090478689" Longitude="12.485545526865" StarRating="4" HotelCode="165761|2336177" HotelName="Hotel Trevi Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo Le Case 60, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/3d/9d3dd196fdad990f582c2ec921624f73fb4f5787.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the 5th floor of a historical building, next to ancient monuments and palace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="199.05" OriginalAmount="193.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900775784698" Longitude="12.497302293777" StarRating="4" HotelCode="11755|1001678" HotelName="Hotel Diana Roof Garden" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 4, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d1/3dd1a962cd63828524c25399ca42ee14f8730c76.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome, close to the Opera Theatre, Termini Station and other m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="199.20" OriginalAmount="193.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902128074616" Longitude="12.504978390713" StarRating="3" HotelCode="66952|1729078" HotelName="Hotel Assisi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Mille 29, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c7/ddc740c40c052d137003a77e66097b1ceeb13bb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 2 km from the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="199.49" OriginalAmount="193.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907348" Longitude="12.501077" StarRating="3" HotelCode="11187|3265722" HotelName="The Guardian" Meals="BED &amp; BREAKFAST,FREE BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 13, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/67/2f679e91f0f28ade33c4fa48725aef86d054d464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="199.74" OriginalAmount="193.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.908575145001" Longitude="12.487506866455" StarRating="4" HotelCode="39689|2393535" HotelName="Hotel Eliseo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Pinciana 30, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/d5/13d5490d87401826d78e281b9208b84cd5cb6b7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a side street near to the Porta Pinciana. From the hotel there is a sublime...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="200.18" OriginalAmount="194.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902285" Longitude="12.486883" StarRating="3" HotelCode="386924|2879022" HotelName="Residenza Ki" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 53, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/58/03588b899eaf1cc97aa311927cefeb24e69c7f13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="201.76" OriginalAmount="195.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904112" Longitude="12.499734" StarRating="3" HotelCode="12452|1117248" HotelName="Smooth Hotel Rome Repubblica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 61, 00185 Roma, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/d0/c2d026681944fe6c8f13fb8aec3274670ea8f2c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Via Veneto and the main Termini railway station, just a few minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="201.94" OriginalAmount="196.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.919633" Longitude="12.518097" StarRating="4" HotelCode="401865|3037841" HotelName="Hotel Principe Torlonia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Fea 5, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/1c/201cbf62ac45c01a1403d06e46b0d41708e7165b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome: dipped into the evergreen trees of the Eternal City, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="202.02" OriginalAmount="196.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905078597804" Longitude="12.485052096702" StarRating="3" HotelCode="170648|3973256" HotelName="Suite Sistina for Lovers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 54, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/79/ad790251100601be370a1d2a0e467a84bcafa040.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="202.22" OriginalAmount="196.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.839206" Longitude="12.550872" StarRating="4" HotelCode="66775|2160739" HotelName="Appia Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Appia Nuova 934, 00178 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/da/bcdad3431583ce7ef69ed7b6c22c8c829b03f0c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This wonderful and welcoming hotel is conveniently located only a few steps from the Appia Antica ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="203.13" OriginalAmount="197.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906175989763" Longitude="12.501034934261" StarRating="2" HotelCode="154979|7236772" HotelName="Virginia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 94, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/2b/3f2bf532cd4da719f33d1f3006d56d48f3f75333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="203.45" OriginalAmount="197.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900346021298" Longitude="12.484156065047" StarRating="3" HotelCode="18726|1035980" HotelName="Trevi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo del Babuccio 20/21, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ca/2e/ca2e6de424f857d2e68d8f993598e2d3162467d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city's historic and commercial centre, 500 m away from the underground ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="203.51" OriginalAmount="197.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899337644823" Longitude="12.492209795621" StarRating="3" HotelCode="61921|2456461" HotelName="Boutique Hotel Galatea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Genova 24, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/b7/5eb74573af404f405c8db4c0d3d9fde501c805e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is splendidly located and guests can reach most of the major cultural and archaeological ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="204.15" OriginalAmount="198.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907010159093" Longitude="12.478048056364" StarRating="4" HotelCode="88490|6145320" HotelName="Mozart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Greci 23 B, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/24/ab248ee16a51a6eb816483386a5262850b6ea038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="204.54" OriginalAmount="198.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901697105061" Longitude="12.470693439245" StarRating="4" HotelCode="93196|1723341" HotelName="Residenza Ave Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere Tor di Nona 3, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/24/aa240f8773f1172f61477e7c657c10274c8edc73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="205.10" OriginalAmount="199.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901356727147" Longitude="12.494335770607" StarRating="5" HotelCode="58629|1062513" HotelName="La Griffe Roma - MGallery by Sofitel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 13, 00184 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/bd/e9bd13fa56176c39261f12392c10f066f00020ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Rome, thus allowing guests to experience the special ambience ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="205.30" OriginalAmount="199.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899593919829" Longitude="12.419228553772" StarRating="4" HotelCode="26710|1242281" HotelName="Marc'Aurelio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio XI, 141, 00166 Roma, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/cc/33cc354ffdc15f354d9042566357c78ee79b7eca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="205.71" OriginalAmount="199.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90064402382" Longitude="12.479021698236" StarRating="4" HotelCode="47615|1243787" HotelName="Colonna Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Montecitorio 12, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/4d/9e4ddced33311ef6e3a96940cb917d9c0d9bcec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located on Piazza Montecitorio, in the city's historical centre, within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="206.00" OriginalAmount="200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="4" HotelCode="975884|6060595" HotelName="Hotel 55 Fiftyfive" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Vite 13, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/3d/1f3d868112d014176ff2b7a3ef6d248ff4a387ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="206.14" OriginalAmount="200.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.81553965158" Longitude="12.409191727638" StarRating="4" HotelCode="335591|1064205" HotelName="Sheraton Parco de' Medici Rome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Salvatore Rebecchini 39, Rom 00148</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/30/5730def0993989737e41e35f74421e6b4aa5cd1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for golf lovers, the hotel is conveniently surrounded by a 27-hole golf course among 80 hectar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="206.24" OriginalAmount="200.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900752" Longitude="12.496485" StarRating="3" HotelCode="258354|2372549" HotelName="Impero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Viminale 19, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/79/c179678267987ec325ae4ff32a1cd2bb31d595a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly in the centre of Rome. Nearby are countless tourist attra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="207.05" OriginalAmount="201.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90317107" Longitude="12.48560849" StarRating="4" HotelCode="419822|75827809" HotelName="Rome King Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Power Supply,Airport Transfer (on Demand),Massage Centre,Pets allowed,Printer,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Crispi 10, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/b1/2bb12e6f9ae53bbe4a8fc35be73e866ddb67352b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel was constructed in 1870. Hotel underwent renovation in 2014. Hotel has an annexing building. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="207.28" OriginalAmount="201.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90257823" Longitude="12.5039404" StarRating="3" HotelCode="523307|74530253" HotelName="Hotel Tito" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 29, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8999948</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="208.61" OriginalAmount="202.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901440574074" Longitude="12.504117786884" StarRating="4" HotelCode="58347|1556711" HotelName="Aphrodite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 90, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/1a/091a619aa464de9b1c2267990a7003dfcd10c7e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located in the historical centre right next to the Termini train station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="208.70" OriginalAmount="202.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900746" Longitude="12.472347" StarRating="4" HotelCode="12783|1704560" HotelName="Hotel Genio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 28, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/43/c543239c4f19d9ba35123475ec23a5e4857f34c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular traditional-style hotel is located in the centre of Rome, close to the famous Piazza Na...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="208.90" OriginalAmount="202.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90732328" Longitude="12.46641033" StarRating="4" HotelCode="480970|53899162" HotelName="Orazio Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Orazio 21, 00193 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/08/6408466a4c6ae14655f2b421246b0bf4a8799d70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="208.99" OriginalAmount="202.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903591" Longitude="12.502377" StarRating="4" HotelCode="260698|2702770" HotelName="Smart" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.za Indipendenza, Via Magenta 2, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/zz/c0ad12012e2661fbbae07f47c6d3d8ae0f9504a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="209.25" OriginalAmount="203.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907773" Longitude="12.498114" StarRating="4" HotelCode="14428|3282111" HotelName="Marcella Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia 106, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/4b/854b1326a02720e65a9f871180403920a04d8be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well-kept luxury hotel is located at the heart of the historical centre of the city, in a peace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="209.29" OriginalAmount="203.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896367636808" Longitude="12.499246895313" StarRating="3" HotelCode="56086|3434497" HotelName="Amalfi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Merulana 278, 00185 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/15/2115f421c6be29aa86f9527bc496eb63bc34f706.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a fabulous location within a short distance of many of Rome's top sights including...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="209.77" OriginalAmount="203.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898682579173" Longitude="12.425629245084" StarRating="4" HotelCode="37627|1036783" HotelName="Aurelius Art Gallery Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 458, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/a3/37a32c8034c280ee11d38e8a2f836910cbd9f714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of Rome, around 5 km away from the historical centre. The cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="210.70" OriginalAmount="204.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.897283" Longitude="12.51376" StarRating="3" HotelCode="80111|1123051" HotelName="Laurentia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo degli Osci, 63, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/bf/aabfd42fede58a6d06b169e1b8b2dde46e233a38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the central area of San Lorenzo in Rome. It is adjacent to a colourful ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="211.18" OriginalAmount="205.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896155" Longitude="12.475919" StarRating="3" HotelCode="75633|2409245" HotelName="Exe Hotel della Torre Argentina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 102, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/90/de90754064a42cae55728942a680b7c0dfc1f2fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the very heart of the ancient city. The hotel is situated 2 km from the cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="211.29" OriginalAmount="205.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903084033278" Longitude="12.485472690807" StarRating="4" HotelCode="309819|5510617" HotelName="Rome Art Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Due Macelli 120, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/69/2b/692b8e4de15a76353d287c2107495440802fe2dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="211.58" OriginalAmount="205.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.808262" Longitude="12.447402" StarRating="4" HotelCode="95128|1580263" HotelName="All Time Relais &amp; Sport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Don Pasquino Borghi 100, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/ec/abec22c9c0b68715eff2d8b3599f47ae4ee9f1d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the elegant and dynamic Eur quarter, which has always been considered the business c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="212.31" OriginalAmount="206.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907488026846" Longitude="12.47293817791" StarRating="3" HotelCode="936635|73490984" HotelName="Luxury on the River" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere dei Mellini 34, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/aa/ffaa9b7be0df3b5a4adc02426082bff893e72994.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="212.55" OriginalAmount="206.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.87270728" Longitude="12.44941243" StarRating="2" HotelCode="445614|8696717" HotelName="Villa Zaccardi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Circonvallazione Gianicolense 226, 00152 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/0b/c10b5453a9546779da13983c2a720037994f49fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant and a café are available to guests of the hotel. Wireless internet access is available ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="213.09" OriginalAmount="206.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.921686383011" Longitude="12.500499486923" StarRating="4" HotelCode="19043|2267408" HotelName="Hotel Villa Grazioli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Salaria, 241, 00199 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/14/d314b356a1b330c26cd32c2ea2b645ec10e2c4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the perfect location to discover Rome's treasures, only 10 minutes from Via Veneto a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="213.23" OriginalAmount="207.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.822869702567" Longitude="12.411825656891" StarRating="4" HotelCode="335585|3082027" HotelName="Holiday Inn Roma - Eur Parco Dei Medici" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Golf Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Viale Castello Della Magliana 65, 00148 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/8a/a58afdc142a9c01df303594656d1c7c75bae004a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet and convenient location in Rome, just 2 km from the city centre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="214.04" OriginalAmount="207.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90184538" Longitude="12.42669963" StarRating="2" HotelCode="435268|35335025" HotelName="B&amp;B Living" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Domenico Tardini 5, int.9 sca.A, 00167 Rome City</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/da/99dac529a91b2cc6a32181153e4d86746109c41e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="214.26" OriginalAmount="208.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.916106" Longitude="12.469073" StarRating="4" HotelCode="26982|2455451" HotelName="Donna Laura Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere delle Armi 21, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/29/b12968022e4c3903360cc190bcf90f65808b0380.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new complex enjoys a stunning location on the banks of the River Tiber between the Piazza del P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="214.43" OriginalAmount="208.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896961" Longitude="12.485066" StarRating="4" HotelCode="15487|1383728" HotelName="Hotel Pace Helvezia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via IV Novembre 104, Piazza Venezia, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/39/9a391f6e5dfbdcbf0a4d9e4b3406c89a8c587a7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Convenient public transport links are to be found 300 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="215.18" OriginalAmount="208.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89943789" Longitude="12.50095905" StarRating="4" HotelCode="434461|19342100" HotelName="Gioberti Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Gioberti 23, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/f3/a7f313bcc2a60a4ff8c8b9c9cd073059ad12fb18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="215.68" OriginalAmount="209.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.895871359837" Longitude="12.490459696032" StarRating="3" HotelCode="34936|1428846" HotelName="Anfiteatro Flavio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Serpenti 130, 00184 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/c3/17c3a9bc66f238176092732971a81f46eb9567c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, within easy walking distance of some of the most famo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="216.09" OriginalAmount="209.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.909519307995" Longitude="12.498495876789" StarRating="4" HotelCode="12724|1376056" HotelName="Gambrinus" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Piave 35, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/36/3620f82959224cf0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a charming and quiet quarter of the historic centre of Rome. Just a few metr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="216.22" OriginalAmount="209.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904303104104" Longitude="12.485674547623" StarRating="2" HotelCode="78912|1099734" HotelName="Elite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Crispi 49, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/cb/3acbb5f8227714337c643b78ef987d0425f352a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Right at the heart of the Eternal City, the hotel is located near the major monuments of the capital...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="216.38" OriginalAmount="210.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901175" Longitude="12.504467" StarRating="3" HotelCode="70002|1552929" HotelName="Marisa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 98, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/7d/e87d4240994c0bc4f72e2afaca7c95b0480abab1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="216.61" OriginalAmount="210.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905766526864" Longitude="12.499807476997" StarRating="3" HotelCode="33057|1342889" HotelName="XX Settembre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Macao 6, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/c0/8cc00a745f8cd1d73679a95fdd69897fe2cad861.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just a short walk from via Nazionale, the famous Via Veneto and numerous impor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="216.75" OriginalAmount="210.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902695160898" Longitude="12.487888277376" StarRating="4" HotelCode="319187|73564502" HotelName="Mood Suites Tritone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 152, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/3e/123e8d68bdebfb68d4d02158ff127d79937b5f67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="216.89" OriginalAmount="210.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899003" Longitude="12.492032" StarRating="3" HotelCode="19231|1341116" HotelName="Virgilio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 30, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/64/4a64da065e1cdbdf46a8b33bbacb410eb296c84d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located for both leisure travellers wishing to explore Rome’s millen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="218.08" OriginalAmount="211.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906261" Longitude="12.516878" StarRating="3" HotelCode="82566|1945919" HotelName="Best Western Globus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ippocrate 119, 00161 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/2e/df2e4b1d12c1e978b6999fb763fa57287f3c98c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="218.42" OriginalAmount="212.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.868028911133" Longitude="12.496431086019" StarRating="3" HotelCode="153579|1842093" HotelName="Residence Colombo 112" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 112, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/3d/6f3d51c12778e48782302e5efc98168243237074.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="218.65" OriginalAmount="212.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.835245129814" Longitude="12.555278241634" StarRating="4" HotelCode="63995|3888530" HotelName="Capannelle Roma" Meals="ROOM ONLY,FULL BREAKFAST,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Siderno, 37, 00178 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/39/1439894375a9e84e4ab266cbfa1e62e9af145119.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located in quite a unique position in Rome, overlooking the ancient Roman "...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="219.29" OriginalAmount="212.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.9009847" Longitude="12.4937637" StarRating="3" HotelCode="164294|2175615" HotelName="Cortina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 18, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/82/6282833abcfd93658a2140b58e91edfa69ccbae3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="221.36" OriginalAmount="214.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.888669077938" Longitude="12.495718364418" StarRating="3" HotelCode="191770|1032039" HotelName="Residence Maximus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo D’Africa 30, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cc/b9cc65672c894e1e803a0aa6ec38cefb8185c2c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="222.20" OriginalAmount="215.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900032316697" Longitude="12.493519411176" StarRating="3" HotelCode="311186|8794606" HotelName="Residenza Dei Principi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Viminale 5, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/0d/eb0ddf6be6850c0389d5d680083d4f393f03288f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="222.97" OriginalAmount="216.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903351037059" Longitude="12.505116093254" StarRating="4" HotelCode="98572|4766087" HotelName="Venetia Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 47/A, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/38/803807ac4f3a9d51a6f77137d9699c5544ad200b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Rome city centre, just steps away from the most important archaeological mon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="223.93" OriginalAmount="217.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902512" Longitude="12.487916" StarRating="3" HotelCode="165959|1732969" HotelName="Julia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 29, Roma 00187</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/9d/589d4a0d61da1285edf607ae1479773415490e4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="224.45" OriginalAmount="217.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902656342148" Longitude="12.489207386971" StarRating="4" HotelCode="32616|1146582" HotelName="Barberini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 3, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e8/a0e87d79141f550d922e20e55ec73e40026f893e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the historical centre of Rome and is situated opposite Barberini Palace ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="224.70" OriginalAmount="218.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.913846935467" Longitude="12.464416915344" StarRating="3" HotelCode="116993|1692425" HotelName="Ferrari HOME" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Ferrari 11, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/e1/bae1472c8a096a35ebe519fe201d2ac8a1e601e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="225.32" OriginalAmount="218.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90311752" Longitude="12.48621034" StarRating="4" HotelCode="483152|52100531" HotelName="Hotel 87 Eighty-seven" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 87, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ed/42ed28e5e6356bfbdc90607110e69f56646b8eb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="226.11" OriginalAmount="219.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.913346349038" Longitude="12.475175859525" StarRating="4" HotelCode="44844|1385268" HotelName="River Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flaminia 33, 00196 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/dd/80dd5ee23e35de5bbafb03061da75db981f16861.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the city centre and provides an excellent location from which t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="227.03" OriginalAmount="220.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907008" Longitude="12.480077" StarRating="4" HotelCode="297131|3137513" HotelName="iRooms Spanish Steps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittoria 32, 00166 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/36/b736f91cbd6daf082da511a96066271f4588968b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="227.51" OriginalAmount="220.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896958601832" Longitude="12.487316429615" StarRating="2" HotelCode="25627|4320355" HotelName="Fiori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 163, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/bb/61bbc6fc820d9d20d3888e208a07584b34a6bc45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies in the centre of Rome, right by Venice Square. The Collosseum, the Trevi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="227.60" OriginalAmount="220.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.830375" Longitude="12.473175" StarRating="4" HotelCode="56522|1230315" HotelName="Hotel dei Congressi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Shakespeare 29, 00144 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/f3/02f37660f63c0efedb0ae2c1ed17ba13f9b09186.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is situated within immediate vicinity of the Palazzo dei Congressi and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="228.06" OriginalAmount="221.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.910117137597" Longitude="12.490172982216" StarRating="4" HotelCode="258942|1054327" HotelName="NH Collection Roma Vittorio Veneto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso d'Italia 1, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/92/bd929d14cc3423beca78aa5033ab4997ee5f12c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is quietly located close to the River Tiber, the Vatican and Castel Sant' Angelo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="228.58" OriginalAmount="221.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89172" Longitude="12.417436" StarRating="4" HotelCode="44647|3166098" HotelName="Princess" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Ferrara 33, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/46/aa4698cee67e6ac9eb4a534f2739ebb8eb1f191e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in green surroundings by the famous Via Aurelia, close to Corn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="229.14" OriginalAmount="222.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.9146506" Longitude="12.55448914" StarRating="3" HotelCode="874994|58155650" HotelName="B&amp;B Hotel Roma Pietralata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Pan 66, 00158 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/2b/2b2b9096c623ef2a5c551afe78570b7272bed226.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Tiburtina. The establishment features a total of 77 bedrooms. Customer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="229.85" OriginalAmount="223.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.909468730412" Longitude="12.474720662906" StarRating="3" HotelCode="907178|5759814" HotelName="Boutique Hotel Anahi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Penna 65, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/18/db18fce78f7ce78fc45205d0dbfb794e756fd678.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Rome, this boutique hotel is ideal for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="230.04" OriginalAmount="223.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.830216685714" Longitude="12.4569735" StarRating="4" HotelCode="244309|1524111" HotelName="Ibis Styles Roma Eur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Egeo 133, Via Massimiliano Massimo 15, 00144 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/2d/512d674487ac438a2a582e42a5540e9ad024c7b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome, not more than fifty metres from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="230.24" OriginalAmount="223.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901696" Longitude="12.494872" StarRating="4" HotelCode="16374|1205940" HotelName="Quirinale" Meals="BED &amp; BREAKFAST,FREE BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 7, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/d0/9ad03ca5e79f38737ae6b87f27daf199af54c98f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located at the heart of the Eternal City on the shopping street Via Nazionale...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="231.09" OriginalAmount="224.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.9051" Longitude="12.505472" StarRating="3" HotelCode="10955|2832798" HotelName="Hotel Canada, BW Premier Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 58, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/99/3499d04fd4100ec058436453ab3f0a7ae0712ad5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="231.21" OriginalAmount="224.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903472830208" Longitude="12.502698898315" StarRating="3" HotelCode="56964|2440786" HotelName="Milani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 12, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/0b/240bc1c490d23de10a9f354023452de40283fa7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located near Termini railway station and is an ideal location from which to explo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="232.19" OriginalAmount="225.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.890542545395" Longitude="12.506457228649" StarRating="4" HotelCode="60393|2225276" HotelName="Hotel Milton Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 155, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b2/f7b2949065c7233ada7e9302179f04d597ec6e00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome, around 500 m from the colosseum and about 250 m from Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="233.69" OriginalAmount="226.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903918998138" Longitude="12.500567186508" StarRating="4" HotelCode="189312|2261237" HotelName="The Independent Hotel" Meals="BED &amp; BREAKFAST,BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 48, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/52/7452219eb10a1864df8e31ab6133ea974d507bb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This central hotel is located just 150 m from the Roma Termini railway station and 2 km from the Col...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="233.93" OriginalAmount="227.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.889040014898" Longitude="12.523689866066" StarRating="4" HotelCode="161124|3643437" HotelName="Eurostars Roma Aeterna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Casilina 125, Piazza del Pigneto 9A, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b1/de/b1deb27db34db91b1c3e72a48dab6e23df410cfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Pigneto quarter, just 15 minutes from the centre of Rome. The bus stop i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="234.34" OriginalAmount="227.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.926571999542" Longitude="12.428093415072" StarRating="4" HotelCode="36922|2822235" HotelName="Courtyard by Marriott Rome Central Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Moscati Giuseppe 7, 00168 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e4/d4e439b9bee8484f600055f1f12c34852f33aa71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located near the Olympic Stadium and the Vatican, the hotel enjoys a unique view of St....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="234.95" OriginalAmount="228.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903177" Longitude="12.501518" StarRating="4" HotelCode="17003|1615818" HotelName="Best Western Premier Hotel Royal Santina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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>Via Marsala 22, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/6a/1b6aa9ae7c72b95eed6e0aea853fc74afa41b7ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated, deluxe hotel is centrally located near to the main railway station. Copious shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="235.75" OriginalAmount="228.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.909264" Longitude="12.477452" StarRating="4" HotelCode="19171|1160212" HotelName="Hotel Valadier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fontanella 15, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fe/8b/fe8bcb06838a8fbaf453048999128ce4b6fc1272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated between the Spanish Steps and the Piazza del Popolo directly in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="235.76" OriginalAmount="228.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900175" Longitude="12.498343" StarRating="3" HotelCode="12812|1214276" HotelName="Giglio dell'Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/89/a889b4c8858ba47193473d8db91814dd279ea884.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Rome's historical and commercial centre. Various tourist sights including ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="236.60" OriginalAmount="229.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.875748" Longitude="12.394626" StarRating="4" HotelCode="32617|1234336" HotelName="Hotel Roma Aurelia Antica" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía degli Aldobrandeschi 223, 00163 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/2d/9e2d05adc82f9a26304862475b5fa476a961a217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies on the Via Degli Aldobrandeschi just a few minutes from the Via Aurelia and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="238.86" OriginalAmount="231.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900591" Longitude="12.482579" StarRating="4" HotelCode="889338|2633546" HotelName="Boutique Hotel Trevi" Meals="BED &amp; BREAKFAST,FREE BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Muratte 90/92, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e2/92e270a424496200b391ece93febd032f9286e7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is fabulously situated in the heart of Rome. The Trevi Fountain lies just a stone's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="241.33" OriginalAmount="234.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.889007" Longitude="12.505016" StarRating="4" HotelCode="66771|2652111" HotelName="Eurostars Saint John" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Matteo Boiardo 30, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/f4/78f4f27ccb5cfd59770b6f90895bf9d8537d78fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Rome. It is situated in a remarkably good location with t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="242.83" OriginalAmount="235.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.888333164408" Longitude="12.402502298355" StarRating="4" HotelCode="31152|1354075" HotelName="Hotel Midas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 800, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/f9/53f96cc10a116d550aa76f3a827bc6336c584fb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="243.16" OriginalAmount="236.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.894067612768" Longitude="12.503181695938" StarRating="3" HotelCode="15434|1775210" HotelName="Orazia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Buonarroti 51, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/26/3426b4a78c3d437b2befb107e03cc9f277012367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel can easily be reached on foot from Termini Railway Station. It is located next to the firs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="243.72" OriginalAmount="236.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903055604117" Longitude="12.505314052105" StarRating="4" HotelCode="57876|1314131" HotelName="Classic Rome Europa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Varese 26, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/42/1b429e59260d36587707691808d1be88423c644e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the city only around a 5-minute walk from Roma Termini train s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="244.15" OriginalAmount="237.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896951" Longitude="12.486388" StarRating="4" HotelCode="335595|3069683" HotelName="Comfort Hotel Bolivar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via della Cordonata 6, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9f/19/9f19b561d04043c16c8c3cfe22157e27da19c4f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="244.15" OriginalAmount="237.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.908042289099" Longitude="12.49203751157" StarRating="4" HotelCode="935391|69493457" HotelName="Boutique Hotel Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Toscana 1, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/cd/dbcda92ee26d258829fe745be583a6dd9273c3b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Rome, this boutique hotel is ideal for guests who appreciate a stylish ambie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="244.45" OriginalAmount="237.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898851" Longitude="12.50185" StarRating="4" HotelCode="15292|1053182" HotelName="Hotel Morgana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 33/37, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/d7/a4d7b6dbc98f6754b2e3e6dacbbbb09c49bdbf0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located at the heart of the historic city of Rome, between Santa Maria Maggiore...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="245.91" OriginalAmount="238.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.891593796549" Longitude="12.426229119301" StarRating="4" HotelCode="166694|1328287" HotelName="Occidental Aurelia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Torre Rossa 80, 00165 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/e4/91e4747d0b50b075dbabe0b7f643c2432cb02cf9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Via Aurelia, 5 minutes from the historical centre and Vatican City, and clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="247.83" OriginalAmount="240.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896003952146" Longitude="12.490802812286" StarRating="3" HotelCode="148456|7936121" HotelName="Grifo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Boschetto 144, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/fe/14fee6843d17feb97d25c73e5e1b22969f5c12ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="247.85" OriginalAmount="240.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.910557" Longitude="12.44606" StarRating="3" HotelCode="25184|1886210" HotelName="Pacific Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Medaglie d'Oro 51, 00136 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4b/654b99734ad5cb798f5eddb59f94ee739628815b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 4 km from the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="248.00" OriginalAmount="240.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.888836" Longitude="12.425739" StarRating="4" HotelCode="50754|1163517" HotelName="Crowne Plaza St. Peter's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia Antica 415, P.O.Box 9076, 00165 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/29/9e299dcb89ad764e41d7fa23f31a88bb79eea9b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This large conference hotel lies in a peaceful residential area surrounded by large grounds, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="248.78" OriginalAmount="241.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901812124392" Longitude="12.483672107969" StarRating="3" HotelCode="166967|2139162" HotelName="Hotel Accademia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Accademia di San Luca 74/75, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b9/9ab906a130f8a12ba6d1a52547698b013922c299.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is located in the centre of Rome just a few metres from the Spanish Steps,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="248.79" OriginalAmount="241.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896339685624" Longitude="12.486047744751" StarRating="4" HotelCode="335581|1916334" HotelName="Traiano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via 4 Novembre 154, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/56/4f562dbb304becd88d15ff0a372aef253e61cada.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of ancient Rome, directly opposite the Forum Romanum. Ideally located, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="248.97" OriginalAmount="241.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.908722858527" Longitude="12.493466734886" StarRating="4" HotelCode="18891|1402553" HotelName="Veneto Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Piemonte 63, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/18/2c1875058789108419ef702563775b755d7e3dd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prestigious, central location in the historical centre of Rome, just a short walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="250.10" OriginalAmount="242.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90086398" Longitude="12.48181641" StarRating="3" HotelCode="549031|90342310" HotelName="59 Steps Trevi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Crociferi 26, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e2/68e2c47578b1e67e7bc83ff95c4606a98cc9a630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="250.87" OriginalAmount="243.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900909541675" Longitude="12.49340236187" StarRating="3" HotelCode="36260|3354788" HotelName="Miami" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/da/97daf5c83629335e8619fa0025ce0359cd3dd859.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the busy Repubblica area of Rome, just 10 minutes' walk from the Colosseum,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="251.80" OriginalAmount="244.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.938937" Longitude="12.469396" StarRating="4" HotelCode="81682|1056236" HotelName="River Chateau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via Flamini 530, 00191 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/a1/76a18b0b010bd42c57469fb414013a1805b9a864.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a strategic location in Rome. It lies in the quiet VIP residential area of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="251.84" OriginalAmount="244.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903081771715" Longitude="12.489014435018" StarRating="4" HotelCode="31155|1776423" HotelName="Hotel Anglo Americano" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Quattro Fontane 12, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/5b/6a5b9cb4a652ed05fbb086193dd622d9d50b3567.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies at the heart of the beautiful city of Rome. Convenient public transport links...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="252.43" OriginalAmount="245.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898959" Longitude="12.501244" StarRating="4" HotelCode="10321|1280921" HotelName="Ariston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 16, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/bb/b8bbe3d9c36fa08fd03ae0d62ef5dd35cc016281.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the centre of Rome with the main train station (Stazione Termini) ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="253.43" OriginalAmount="246.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.920728" Longitude="12.513898" StarRating="3" HotelCode="26712|1180518" HotelName="Mercure Roma Corso Trieste" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gradisca 29, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/06/fb0601a3c37e5b6e49aaf8295f7eb4ea3c0234c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only 2 km from the historic town centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="253.76" OriginalAmount="246.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904992" Longitude="12.471993" StarRating="3" HotelCode="11781|1341403" HotelName="Diplomatic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittoria Colonna 28, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/4c/ec4cb9e8d598bdfb2502a22b6857d61eb62331b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome's historical centre between the Piazza di Spagna and Vatican City. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="255.60" OriginalAmount="248.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907518493287" Longitude="12.458819854002" StarRating="3" HotelCode="192050|1528850" HotelName="Infinity St. Peter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Catone 34, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/a0/25a00946d32ac18c2d4c13509d9a3d2ae7ec3fae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="255.87" OriginalAmount="248.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.921186" Longitude="12.502228" StarRating="3" HotelCode="11255|1831131" HotelName="Buenos Aires" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clitunno 9, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/3f/d63f54664da724037eef4b2588205d6089f96090.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near Villa Ada and Villa Borghese, two of Rome's oldest parks, and only 5 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="255.93" OriginalAmount="248.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.909095" Longitude="12.492131" StarRating="4" HotelCode="136336|1520503" HotelName="Hotel Villa Pinciana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abruzzi 9/11, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/00/4f/004f98c21a30a30af091565187cf6b7b78a93b6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most exclusive zones of Rome, the Via Veneto. It lies near the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="257.56" OriginalAmount="250.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904273337705" Longitude="12.426996231079" StarRating="4" HotelCode="32740|2053167" HotelName="C-Hotels Club House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Alciato 14/16, 00167 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/26/41260dd4681ed18ec197dd8c20f3edb3f5ac55a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Club House is characterised by a friendly and comfortable atmosphere. It is set in a very ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="257.85" OriginalAmount="250.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90187" Longitude="12.482012" StarRating="3" HotelCode="18733|1602656" HotelName="Tritone" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 210, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/70/897075df8dabd053f188fcef9869b1d20975e850.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the street from which it takes its name, in the heart of the capital, 100 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="258.19" OriginalAmount="250.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.918308" Longitude="12.497546" StarRating="4" HotelCode="12988|1153715" HotelName="Hotel Beverly Hills Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Benedetto Marcello 220, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/bc/2fbcc60a0111ad1dfe2d9e14b530634a116ca68b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the Villa Borghese and the Via Veneto, in one of the most elegant area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="260.19" OriginalAmount="252.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898406415899" Longitude="12.511230656414" StarRating="4" HotelCode="401951|3361094" HotelName="Ateneo Garden Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Salentini 3, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/3b/ce3b759391cd074b496375ad9c789a55e8d4f7ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located between La Sapienza University and the Termini railway station, this city hotel is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="260.45" OriginalAmount="252.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900892" Longitude="12.477918" StarRating="4" HotelCode="15089|6935689" HotelName="Nazionale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Montecitorio 131, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/04/590455c6e572503757ca158664a0a9a0ed2b2ba3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel offers a welcome retreat at the heart of the city along the pedestrianised...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="260.64" OriginalAmount="253.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.897917" Longitude="12.495445" StarRating="3" HotelCode="142852|3216118" HotelName="Aenea Superior Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 156, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/47/b647f396a85bc3c77db6456282107ea19e899285.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="263.54" OriginalAmount="255.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900811719436" Longitude="12.49819278717" StarRating="4" HotelCode="42678|1580674" HotelName="Welcome Piram" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanna Amendola 7, 00185 Rome, Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/a0/eda00960e81e6492d21749966e1bc828f3200681.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Roma Umbertina near the opera house and the impressive Basilica of Santa Mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="263.91" OriginalAmount="256.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896780913599" Longitude="12.499912083149" StarRating="4" HotelCode="14659|1433536" HotelName="Mecenate Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto, 3, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/73/117374f1ded036d8bf6c0b2783d3d242eb3f8319.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel lies directly opposite the Santa Maria Maggiore church and near the man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="263.97" OriginalAmount="256.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903068" Longitude="12.486089" StarRating="4" HotelCode="95123|2745117" HotelName="Residenza Antica" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Tritone 82, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ea/fcea416a02cf43021285d08be8b85566c8aa8328.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="263.98" OriginalAmount="256.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904481" Longitude="12.485789" StarRating="3" HotelCode="89617|2679463" HotelName="Cecil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Crispi 55, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/dd/ddddcc0eae7176b5e5a0268ae6b7ac98a7209baf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="264.87" OriginalAmount="257.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.909077" Longitude="12.468961" StarRating="4" HotelCode="136366|1041797" HotelName="Hotel Twenty One" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cola Di Rienzo 23, 00192 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/fb/89fb7369843601d36005bcb3555ace1f06a5bb2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Via Cola di Rienzo, the hotel is situated in the elegant Prati district, home to the Vati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="267.78" OriginalAmount="259.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.9036625" Longitude="12.4622083" StarRating="4" HotelCode="313411|54919305" HotelName="Hotel della Conciliazione" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo Pio 163/166, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/e3/13e350b90d4f8eb23111221c7bf53e61474914eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="269.56" OriginalAmount="261.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.894671576753" Longitude="12.474382817745" StarRating="3" HotelCode="387443|6321800" HotelName="Hotel Smeraldo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dei Chiodaroli 9, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/20/7a20d2c9f20c4ebfb2acfa40ef1d28153fa35a40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="270.46" OriginalAmount="262.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90517977" Longitude="12.49911291" StarRating="4" HotelCode="539383|6016060" HotelName="Amoroma Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts,Boats">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 2C, Scala B, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/92/24925cf88a649e20f50493970613210736ed22e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Apartamento Santo Amaro is a recently renovated one-bedroom apartment in Lagos, a 10-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="271.20" OriginalAmount="263.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906716719964" Longitude="12.495784163475" StarRating="4" HotelCode="12130|1184608" HotelName="Empire Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Aureliana 39, 00187 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/0e/840e920d322597e55098e40145b13bff76cd9ae5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies close to Piazza della Repubblica and Via Veneto. Termini train station is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="271.84" OriginalAmount="263.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907669392551" Longitude="12.503007128872" StarRating="4" HotelCode="425026|8764763" HotelName="The Building Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 126, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/c9/eec9c3a8ff96c5f768e0c81c8ad3c07d2c660c3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys are easily accessible by lift. A baggage storage service, a restaurant, a bar, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="272.93" OriginalAmount="264.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.893115" Longitude="12.471735" StarRating="4" HotelCode="16065|1409410" HotelName="Ponte Sisto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pettinari 64, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/62/59623a412232532cd4b6617ae0c76c4a405543a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet street in the centre of Rome, conveniently situated for the Trasteve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="274.52" OriginalAmount="266.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898443976258" Longitude="12.499952316284" StarRating="4" HotelCode="23160|1430009" HotelName="Palladium Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gioberti 36, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/70/5f/705f9ced7292231858237f064783f08dd5e6e1ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historical centre of Rome, this hotel is close to the Basilica di Santa Maria Maggior...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="274.54" OriginalAmount="266.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903539" Longitude="12.508931" StarRating="2" HotelCode="146962|2019470" HotelName="Domus Castrense" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale dell'Universita 25, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/bf/99bf03c9dd5cf04df928f90e84b19433a1776803.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="274.59" OriginalAmount="266.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906202613203" Longitude="12.478366907708" StarRating="2" HotelCode="393592|53398525" HotelName="Grand Master Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 97, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/c1/3ec1fd024d2e9d64db13e6f9f5f575ec12f06e06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="276.14" OriginalAmount="268.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.894659" Longitude="12.479451" StarRating="4" HotelCode="64853|3228937" HotelName="Hosianum Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Polacchi 23, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/02/a902c9fad9d2aea9e73c801335402a83974f264d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A 3-minute walk from the Piazza Venezia and a tram station, this polished pension in a 16th-century ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="276.59" OriginalAmount="268.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899886" Longitude="12.408609" StarRating="3" HotelCode="160880|3193574" HotelName="Park Ginevra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Giovanni della Croce 35, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b2/88b2ebc30f607cd288ce59b072eb32adad8b6b69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 51 rooms. A bar is among the facilities. Wireless internet access in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="277.96" OriginalAmount="269.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904545" Longitude="12.481819" StarRating="4" HotelCode="191999|5455029" HotelName="Spagna Royal Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario de' Fiori 3, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/62/246258b70bd1c014eaf3508eca1849fa4b2d6d40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="279.04" OriginalAmount="270.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.897374" Longitude="12.4967" StarRating="3" HotelCode="50843|2721228" HotelName="Verona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Maggiore 154, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/a3/2aa37f7f21d135d2fa66bca8c4db579b9a81ceec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located and guests will find the nearest restaurants just some 10 m away. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="279.83" OriginalAmount="271.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906812108787" Longitude="12.478077875378" StarRating="3" HotelCode="89613|5624013" HotelName="Hotel del Corso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 79, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/da/3bdad00a05b6752c9a5af376ad65cba8a5533ea2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="281.64" OriginalAmount="273.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907916894725" Longitude="12.456882279605" StarRating="4" HotelCode="485420|78693335" HotelName="Vespasiano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Vespasiano 49, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/44/b744a8ca1b761be4ff0c0b4d6c9b406b4c5c072a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="282.21" OriginalAmount="273.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90415" Longitude="12.487528" StarRating="4" HotelCode="26029|5428518" HotelName="Albergo Ottocento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Cappuccini 19, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/56/de56c4b85030e1da34343de2bf39a0455d04fb5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="285.85" OriginalAmount="277.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900546313271" Longitude="12.472411054227" StarRating="3" HotelCode="421384|8099154" HotelName="Antica Dimora Delle Cinque Lune" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Elevator,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 23, Navona, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/99/349988bd544a8b421864338033fd7f5e38c5634b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Antica Dimora Delle Cinque Lune, you'll be centrally located in Rom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="286.25" OriginalAmount="277.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896648832262" Longitude="12.494520267581" StarRating="3" HotelCode="404436|42839662" HotelName="Relais Monti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 20, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/f2/05f23a6ad448e901d3ca343575a7cde466513027.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="287.60" OriginalAmount="279.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903092" Longitude="12.488578" StarRating="1" HotelCode="117500|3594209" HotelName="Roma Resort Trevi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Quattro Fontane 171/172, 00184 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/d8/62d8b50c04471a28af0c81f5f9bc94eda0772d04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="288.42" OriginalAmount="280.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89184737211" Longitude="12.438964247704" StarRating="4" HotelCode="31160|1433594" HotelName="NH Roma Villa Carpegna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pio IV, 6, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/fd/e2fd5ae18179ee7bbaaaa93bc370c764bf5cac96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly beside the fantastic, lush green Villa Pamphili Park and a shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="291.59" OriginalAmount="283.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.874857721046" Longitude="12.432888908737" StarRating="4" HotelCode="310855|42199922" HotelName="A.Roma Lifestyle Hotel" Meals="BREAKFAST BUFFET,BED &amp; BREAKFAST" BedType="BREAKFAST BUFFET" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Zoega 59, 00164 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e0/cc/e0cc3e1c9d2c95bc744ba1b4fdcefc8c16cfd6c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome (ROM).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="292.75" OriginalAmount="284.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.897661" Longitude="12.476948" StarRating="3" HotelCode="116576|1907289" HotelName="Albergo Santa Chiara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Chiara 21, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6b/806b1c3ace89265ed904c9d1a803a6c6cb014d57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="293.24" OriginalAmount="284.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.908519961331" Longitude="12.493606122684" StarRating="4" HotelCode="387016|1140115" HotelName="Hotel Romanico Palace &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Boncompagni 35,37, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/70/8c704036b4b480ecf94a97f3bb283bac65901bdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical hotel is located in the historical centre of Rome, just a few steps from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="294.39" OriginalAmount="285.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90337777" Longitude="12.48247099" StarRating="3" HotelCode="578083|33890632" HotelName="Tree Charme Spagna Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Mercede 37, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/f4/49f4ce209c2760082d21e7de6bb075cd98b18b4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Rome, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="294.68" OriginalAmount="286.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901869788763" Longitude="12.485661506653" StarRating="4" HotelCode="19383|1216148" HotelName="White" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via in Arcione 77, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f0/17f0fbfee12bb5b0db6e9d8e855bcf8fe3a71d4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 19th century building, this hotel has a prime position in Rome, just a stone's throw fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="294.68" OriginalAmount="286.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.893341" Longitude="12.47507" StarRating="4" HotelCode="117217|1279602" HotelName="Locanda Cairoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Benedetto Cairoli 2, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/07/43071916fca470b0cfc5b2bb3059e2127c402188.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an excellent position in Trastevere, rione XIII of Rome, a few paces from Pi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="296.25" OriginalAmount="287.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.897813095642" Longitude="12.495574951172" StarRating="3" HotelCode="16439|2713423" HotelName="Raffaello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 3/5, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/27/fa27dfac505d943ca81b530e0259e9a1594f4a81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="296.43" OriginalAmount="287.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900179" Longitude="12.499489" StarRating="4" HotelCode="888215|2385038" HotelName="UNAHOTELS Decò Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 57, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/34/433422ede7c848d4fc1abcf6ab8947932ca5199f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="298.25" OriginalAmount="289.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.918134" Longitude="12.484329" StarRating="4" HotelCode="143166|6709824" HotelName="Aldrovandi Residence City Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ulisse Aldrovandi 11, 00197 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/94/04949e4c00df582d7f2417ac2d5d8099a9d8f698.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="300.32" OriginalAmount="291.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90474993" Longitude="12.48845244" StarRating="4" HotelCode="434382|82686377" HotelName="Casa I Cappuccini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 21, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/63/c963537f9f4c78196d2d37fe431169d5f2d8c062.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="301.85" OriginalAmount="293.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.890112" Longitude="12.498098" StarRating="4" HotelCode="14754|1187642" HotelName="Mercure Roma Centro Colosseo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Labicana 144, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/9b/6f9b40ec351f8a518aaa94716e00600b2e2b19d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome, 200 m from the Colosseum and from the metro station, not...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="302.51" OriginalAmount="293.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89960382" Longitude="12.49666508" StarRating="4" HotelCode="764285|10227851" HotelName="The Hive Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 6, Stazione Termini, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/58/6f580d8ae040843e8419b924168b7e993f2f64dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Termini Railway Station. The Hive Hotel features a total of 189 bed...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="303.95" OriginalAmount="295.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.9106933" Longitude="12.47411559" StarRating="1" HotelCode="546203|19747275" HotelName="Da Me Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Maria Adelaide 12, 00196 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ac/15ac094c0fdf1700dc9acfef75a057c983f6ca53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers a transfer service. Wireless internet access in public areas allows guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="304.04" OriginalAmount="295.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907941" Longitude="12.499558" StarRating="4" HotelCode="97760|1241653" HotelName="Leon's Place Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XX Settembre 90/94, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/25/fe/25fe51eff7dce40492d62985384183fa2a86ff45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="304.87" OriginalAmount="295.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89510342" Longitude="12.43780951" StarRating="3" HotelCode="447904|1006163" HotelName="Heart of Rome Hotel - B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Pio XI 78, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/26/0c2629ccf583df4f5a9f1ef361642e09b476b0e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="313.12" OriginalAmount="304.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.880117949802" Longitude="12.466218173504" StarRating="4" HotelCode="117704|6551043" HotelName="Trilussa Palace Hotel Wellness &amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ippolito Nievo 25-27, 00153 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/18/e718e8af9b362caea8f89a9e182ae6421873291f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="313.16" OriginalAmount="304.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901173094514" Longitude="12.484616432154" StarRating="4" HotelCode="200340|98219684" HotelName="Trevi Palace Luxury Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Kitchen,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Lavatore 30, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/31/e831d96df27b9f641d9216360b458b98ca1e87d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="315.10" OriginalAmount="305.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898843264567" Longitude="12.454488873482" StarRating="4" HotelCode="17913|1429653" HotelName="Starhotels Michelangelo Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Stazione di San Pietro 14, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/20/7e206ab8ceb45617c00a77ef3e3dc6aa65e9f985.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located at the heart of the city of Rome and affords a direct view of St. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="318.32" OriginalAmount="309.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903570955454" Longitude="12.484877" StarRating="3" HotelCode="146022|3347485" HotelName="Hotel City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Due Macelli 97, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/66/fe66d77db5266e2982159de82204330b0f797d81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="318.52" OriginalAmount="309.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900675965876" Longitude="12.494566440582" StarRating="4" HotelCode="77812|4045261" HotelName="Britannia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoli 64, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/af/abaf9bc202060d157254298472753375a5cc6e1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="320.27" OriginalAmount="310.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.908054612158" Longitude="12.479228947705" StarRating="4" HotelCode="95121|2110263" HotelName="Residenza Canova Tadolini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Babuino 151, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ea/bceafe2260aa537aaa732f6c5869410e38612f4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="322.30" OriginalAmount="312.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89352453945" Longitude="12.511496543884" StarRating="3" HotelCode="48144|1735071" HotelName="Parker" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giolitti, 431, 00185  Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/93/fe/93fe92c79542596e5daf944fc159d98a0afb34ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 1 km from the town centre and 200 m from a pleasant park, restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="323.21" OriginalAmount="313.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905982118136" Longitude="12.502623796463" StarRating="3" HotelCode="21169|1348959" HotelName="Hotel Siviglia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 12, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/90/bd90c1c90c9fa2b05d6dbbab7548dbbe80c4aeb5.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in the 1900's, this hotel is situated in a peaceful yet central location, not far from the his...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="326.57" OriginalAmount="317.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900472" Longitude="12.497301" StarRating="4" HotelCode="17912|1098685" HotelName="Metropole" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amadeo 3, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/2f/802f40b9180ba854e85e6874f62bb2c6e35e27d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the Termini main train station (about 300 m) and just a few paces from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="326.90" OriginalAmount="317.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.909916530959" Longitude="12.493410408497" StarRating="4" HotelCode="38411|1189146" HotelName="Clarion Collection Hotel Principessa Isabella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via Sardegna 149/151, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/4e/f74e7cb3c7b5b85cbd86bec60ea04f37de8b603a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in centre of Rome on the elegant Via Sardegna, only 10 minutes from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="327.15" OriginalAmount="317.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900001186544" Longitude="12.498713135719" StarRating="4" HotelCode="31410|1618461" HotelName="Hotel Atlantico" Meals="BED &amp; BREAKFAST,BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 23, 00184 Roma, Lazio, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/5b/9b5b63eff81a02a64ced263324bc6f48440c6cd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 1930's style building, this comfortable hotel is located at the heart of Rome just 100 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="328.67" OriginalAmount="319.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907467061357" Longitude="12.480947728836" StarRating="3" HotelCode="36266|6316306" HotelName="Forte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/e0/03e07573c5b3ea5741bb368f0bc24d30f73f17d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="332.49" OriginalAmount="322.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.93163" Longitude="12.381495" StarRating="4" HotelCode="395146|3028079" HotelName="Papillo Hotels &amp; Resorts Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Arola 53, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/09/0b0913cef8ef2b084c1a5893733b51089f4fb7fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="334.67" OriginalAmount="324.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903882" Longitude="12.488066" StarRating="4" HotelCode="10911|1177742" HotelName="Barocco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Barberini, Via della Purificazione, 4, 00187 Roma, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/aa/27aa294505f232b21a166f61fb37c5f2b085250c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charmingly romantic hotel is centrally situated with a view of the majestic Piazza Barberini, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="336.32" OriginalAmount="326.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.894023687892" Longitude="12.487640976906" StarRating="4" HotelCode="12606|2039786" HotelName="Forum Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tor de' Conti 25, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/46/f0468505ececc7201a7f770fe2fbdbad25484abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated at the heart of Rome only 100 m from the Colosseum and the Forum Romanum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="338.66" OriginalAmount="328.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901668" Longitude="12.482586" StarRating="4" HotelCode="11678|1189284" HotelName="Delle Nazioni" Meals="BED &amp; BREAKFAST,FREE BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Poli 6, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/02/fb023d15f7959aaeea2f274fdf9f098745deb97d.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies in the historic centre of Rome, close to the well-known Fontana di Trevi. In ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="340.32" OriginalAmount="330.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901493029182" Longitude="12.473692830689" StarRating="3" HotelCode="149954|2796942" HotelName="Imperium Suite Navona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo della Palomba 19, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/aa/e5aaa6e113b7485dbdaf80e7374c20941e25ebea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Rome, this boutique hotel has the perfect ambience for guests who appreciate a stylish am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="343.61" OriginalAmount="333.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.895583071429" Longitude="12.494064071429" StarRating="4" HotelCode="178175|2150214" HotelName="Monti Palace Hotel Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 185, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/2c/1b2ca7f0a156dfb7c205b7db1371cfb4b78d3c98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="343.96" OriginalAmount="333.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.909459" Longitude="12.468757" StarRating="4" HotelCode="258928|1603966" HotelName="NH Collection Roma Centro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gracchi 324, 00192 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/03/b203de9d2bdca7e79901df5ac2d46393cba335c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The well-equipped hotel is located in the centre of Rome in a peaceful neighbourhood. The Vatican is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="347.98" OriginalAmount="337.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899591" Longitude="12.470624" StarRating="5" HotelCode="904056|4359290" HotelName="Navona Palace Luxury Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Pace 36/36A, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/f6/38f6c6e6e3289caec8d88723d4803ec6a0846c72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only 100 metres from Piazza Navona and Chiostro del Bramante, in the very heart of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="350.00" OriginalAmount="339.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902738191055" Longitude="12.483007460833" StarRating="4" HotelCode="11725|3995602" HotelName="Dei Borgognoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Bufalo 126, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/37/cb37654272bb84e20f640cd7aa5a753df6f9b34e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and exclusive hotel is located between the Piazza di Spagna and the Fontana di Trevi. D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="351.25" OriginalAmount="341.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89891932" Longitude="12.49061895" StarRating="4" HotelCode="451216|38982695" HotelName="Rome Glam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 82, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/19/bb1987786d89adf8f3741dc3e761a857bee8fac8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="354.29" OriginalAmount="343.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906131833868" Longitude="12.480683326721" StarRating="3" HotelCode="335571|1742541" HotelName="Condotti" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario De Fiori 37, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/1e/e11ec9e336f6e73e86b010c0982f23e30821b934.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="354.40" OriginalAmount="344.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905400888865" Longitude="12.484953183522" StarRating="4" HotelCode="79853|2587190" HotelName="The Code Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 79, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b2/c2b2957547366cbb85ac07e2b0810c98ca2438a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Rome in Via Sistina, 100 m from the Spanish Steps. It is also ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="360.51" OriginalAmount="350.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.897257237526" Longitude="12.48187649271" StarRating="3" HotelCode="344421|37559375" HotelName="Hotel Trecento" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 300, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/12/c012cf5c8801c96a40202db4f5bd89e7665df730.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="361.53" OriginalAmount="351.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903531" Longitude="12.505315" StarRating="4" HotelCode="16972|1315943" HotelName="Royal Court" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 51, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e2/9b/e29ba2d7df756df9d395ef57e5186584f0de0658.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location in the centre of Rome, close to Termini train station (roughly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="362.12" OriginalAmount="351.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907738760622" Longitude="12.480608224869" StarRating="4" HotelCode="336625|1775615" HotelName="Hotel Art by the Spanish Steps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 56, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/e4/aee415038e691cde4472138d3de9d04b4fadb6fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="362.97" OriginalAmount="352.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="4" HotelCode="727235|58476454" HotelName="Horti 14" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Dining,Garden,Internet,Parking,Pets allowed,Printer,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>St. Francis Of Sales 14, 00165 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/94/51940b42d4bee02ff38a73f85e5d988fa570d0e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for the gay community, this charming hotel is located in Trastevere. The 17 welcoming guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="363.82" OriginalAmount="353.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907403" Longitude="12.472446" StarRating="4" HotelCode="39470|1516642" HotelName="Dei Mellini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Muzio Clementi 81, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e3/7be3e726b7b13140142b7e28c0196021f60eddc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, stylish hotel lies close to the River Tiber and the famous Castel Sant' Angelo and is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="370.22" OriginalAmount="359.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907641" Longitude="12.468541" StarRating="4" HotelCode="47441|1157888" HotelName="Cicerone Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 55/C, 00193 Rome (RM)</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/3e/a43e10797913928b02b0096bfd31839d4a41dcc9.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 3 km away from the centre of Rome within walking distance of convenient...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="377.75" OriginalAmount="366.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900057" Longitude="12.499222" StarRating="4" HotelCode="14625|1613744" HotelName="Hotel Massimo d'Azeglio" Meals="BED &amp; BREAKFAST,BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 18, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/ff/79ff8abb108189c2c2cb2fed7535de98d8d7162e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated above the famous, like-named restaurants at the heart of Rome's h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="385.16" OriginalAmount="373.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.825235" Longitude="12.391634" StarRating="4" HotelCode="80374|2490137" HotelName="Rome Marriott Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Colonnello Tommaso Masala 54, Rome 00148</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c5/e5c51b790cc2032cc80c6218f797537070763b6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="387.21" OriginalAmount="375.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900492298835" Longitude="12.495204806328" StarRating="4" HotelCode="162002|3249540" HotelName="iQ Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 8, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/f9/e1f95a90bea58fcdd4531a1bf4812679469eb236.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the centre of Rome, easily accessible by train or metro. Termini t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="388.86" OriginalAmount="377.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89281585" Longitude="12.47747962" StarRating="4" HotelCode="360806|85350951" HotelName="HT6 Hotel Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tempio 6, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/f9/6ef9995826f72875286c6e5fd04f5d8bb4f9fd35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Rome. For guests who appreciate a stylish ambience, it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="389.06" OriginalAmount="377.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90373434" Longitude="12.47941606" StarRating="5" HotelCode="484017|86011095" HotelName="Boutique Centrale Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 81, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/ce/e9ce57f253927d63db3d6a897634657ec8625b2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="392.36" OriginalAmount="380.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901666" Longitude="12.495539" StarRating="4" HotelCode="316955|54658432" HotelName="Dharma Luxury Hotel" Meals="BED &amp; BREAKFAST,BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 122, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/2a/d02aee2bfa7804fd91a03444e6517993810db82d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="397.04" OriginalAmount="385.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898574" Longitude="12.490469" StarRating="4" HotelCode="213781|1497513" HotelName="Rome Times" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Milano 42, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c9/8fc9a4ebe200c13777902bef3535d1a88e7316e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Rome, this urban hotel has the perfect ambience for guests who appreciate a stylish ambie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="400.45" OriginalAmount="388.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904837" Longitude="12.489719" StarRating="3" HotelCode="95127|1311395" HotelName="Cinquantatre" Meals="BED &amp; BREAKFAST,BREAKFAST FOR TWO GUESTS" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Basilio, 53, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/93/c5935066051cc4a6bdb6eb974b12bc19b4bf3bb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between Porta Pinciana, with its 3rd-Century, 19 km-long Aurelian Wall and Pia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="403.76" OriginalAmount="392.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.889969" Longitude="12.506761" StarRating="4" HotelCode="16146|1550438" HotelName="Best Western Hotel President" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 173, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/7c/9c7ccc9062aca4c642c506c22a3a338f35161010.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is superbly located between the Basilica di San Giovanni in Laterano and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="413.46" OriginalAmount="401.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900265" Longitude="12.498985" StarRating="4" HotelCode="31409|1039379" HotelName="Bettoja Hotel Mediterraneo" Meals="BED &amp; BREAKFAST,BREAKFAST BUFFET" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 15, 00184 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/23/4123c4d0a6e79cb5c9e6a50613c82da96e732970.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable, hotel lies at the heart of Rome on Esquilino Hill (the highest in the city) and of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="416.08" OriginalAmount="403.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.926486909292" Longitude="12.481954693794" StarRating="4" HotelCode="58345|1218128" HotelName="Grand Hotel Ritz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Domenico Chelini, 41, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/37/1237be61a82b8a3d02708bb6da56751adea7ee44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Parioli district close to the Gardens of the Villa Borghese. An underg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="417.69" OriginalAmount="405.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902053" Longitude="12.459932" StarRating="4" HotelCode="36920|3880932" HotelName="Palazzo Cardinal Cesi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Conciliazione 51, Piazza S.Pietro, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/5a/655ac882659094c4ae604a3b323a00a4b8e34701.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in St. Peter's Square, on the Via della Conciliazione. The hotel wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="421.57" OriginalAmount="409.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.897725251011" Longitude="12.494287490845" StarRating="4" HotelCode="19226|1461934" HotelName="Hotel Viminale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Balbo 31, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/98/9d/989df02e0975eb18ccb2e1f2ea060fec926318de.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Santa Maria Maggiore basilica, as well as within metres of countl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="423.56" OriginalAmount="411.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.922728140871" Longitude="12.483177781105" StarRating="4" HotelCode="16837|1065846" HotelName="Best Western Hotel Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taramelli 7, 00197 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/79/2e79ddde1e1bef11b35e2d7e28099101463950a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the prestigious part of the city known as Parioli. Peacefully l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="425.98" OriginalAmount="413.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.909197117696" Longitude="12.49613549551" StarRating="4" HotelCode="15481|1796339" HotelName="Hotel Oxford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Boncompagni 89, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c8/d2c8c0fab9b87893c45c661f383912503cc69233.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 1 km from Via Veneto and just 3.6 km from the Spanish Steps. The Castro P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="430.66" OriginalAmount="418.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907017" Longitude="12.465608" StarRating="4" HotelCode="97928|2720801" HotelName="NH Collection Roma Giustiniano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Virgilio 1 E/F/G, 00193 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ea/8feaa7b263a8b76f6cb0587bcbde55867d8edaf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the heart of the well-known Prati district. The hotel is dedicated to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="431.80" OriginalAmount="419.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907994" Longitude="12.491722" StarRating="4" HotelCode="26064|5592328" HotelName="Luxe Rose Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boncompagni 19, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/93/10932d7947528df49f28947bb792370aaf6b3400.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="435.70" OriginalAmount="423.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899360339217" Longitude="12.477030158043" StarRating="3" HotelCode="76423|2430724" HotelName="Albergo Abruzzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Della Rotonda 69, Rome 00186, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/bf/c6bfe69534dc073fc55c0db1b22216b9322ab1f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located just in front the Pantheon, the fantastic mausoleum, and the splendid Giac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="451.00" OriginalAmount="437.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907483251991" Longitude="12.470930814743" StarRating="4" HotelCode="19235|3341741" HotelName="Hotel Le Méridien Visconti Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Federico Cesi 37, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/5f/0b5f829658da5fd897229c97e9ddf52110ae6ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Rome within walking distance of Piazza del Popolo (700 m), th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="455.01" OriginalAmount="441.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.894522832434" Longitude="12.492281198502" StarRating="4" HotelCode="27230|1178300" HotelName="Grand Hotel Palatino" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 213/M, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c1/83c18cca613395ca3301eb74b4f7e54ecb888177.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a wonderful central position at the heart of Rome, the Colosseum and the Fori Imperiali are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="462.47" OriginalAmount="449.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.890048" Longitude="12.483869" StarRating="4" HotelCode="70853|1394581" HotelName="Kolbe Hotel Rome" Meals="FREE BREAKFAST,BED &amp; BREAKFAST" BedType="FREE BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Di San Teodoro 48, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b9/bdb95693f3a6060c9a3da2e36dd3f2507ec19fe9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Facing the Forum Romano, in the shade of the famous and romantic Palatino Hill - where the legend sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="471.14" OriginalAmount="457.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90983491" Longitude="12.49102071" StarRating="4" HotelCode="451215|73803564" HotelName="The Tribune" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Campania 45, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/7c/da7cf87669a947803fe8d880178efa5923240915.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Rome. For guests who appreciate a stylish ambience, it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="473.33" OriginalAmount="459.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907156" Longitude="12.487816" StarRating="4" HotelCode="192006|3141785" HotelName="Berg Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurora 29, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/92/4992311f6e29c26101f5a6663f26d1ce90d81fa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="478.35" OriginalAmount="464.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904884" Longitude="12.487774" StarRating="4" HotelCode="258343|1164959" HotelName="Imperiale" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Veneto 24, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/ba/26ba8ca61c2809e1f2d5ccc35e0e827e7c40fc83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Via Veneto, the location of the film "La Dolce Vita" from Federi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="497.53" OriginalAmount="483.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906784049574" Longitude="12.49013157424" StarRating="5" HotelCode="11164|1035117" HotelName="Grand Hotel Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 70, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/59/a459ae02e0e3d1b54f7c569b1c469d5a3dbff93d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies directly by the exclusive Via Veneto, close to the Spanish steps. A rang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="498.68" OriginalAmount="484.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89723013" Longitude="12.47380514" StarRating="4" HotelCode="485704|27641269" HotelName="Martis Palace Hotel" Meals="FREE BREAKFAST" BedType="FREE BREAKFAST" PropertyType="" HotelFacility="Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Via San Giuseppe Calasanzio 1, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0a/8c0a1079664abc72b9e353f14d809a9206956d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="501.22" OriginalAmount="486.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903451" Longitude="12.487623" StarRating="4" HotelCode="26711|1836001" HotelName="Hotel Stendhal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 113, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/da/5edabf1bf15caa1d1bdfdc5d59afe6c55f8ad278.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Via del Tritone and is an island of charm and exclusiveness in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="503.26" OriginalAmount="488.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.906998182012" Longitude="12.48814791441" StarRating="4" HotelCode="33058|4310840" HotelName="Ludovisi Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ludovisi 43, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/32/c73248726cfb8fdf3e760a01c4506ded4f85648a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Rome, in a fashionable area of Via Veneto. Nearby, guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="505.46" OriginalAmount="490.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903740569154" Longitude="12.500433988886" StarRating="5" HotelCode="200336|1232544" HotelName="Palazzo Montemartini Rome, A Radisson Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Giovanni Montemartini, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/6c/276c0aabed43dc1f33a33bea3bf07c005fa2116b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="513.26" OriginalAmount="498.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.888419025196" Longitude="12.49751418829" StarRating="4" HotelCode="23083|1132532" HotelName="Hotel Capo d'Africa Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo D'Africa 54, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/31/3f31bce6b83987e52bd14ecc599df63f08a0a1d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a unique location at the heart of ancient, classical Rome directly behind the world-famous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="519.49" OriginalAmount="504.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.902288034598" Longitude="12.501052869849" StarRating="5" HotelCode="375604|88114652" HotelName="NH Collection Roma Palazzo Cinquecento" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Dei Cinquecento 90, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/99/1c994ba6855d28de9cdbff2a9b64069e26f1952c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="523.26" OriginalAmount="508.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.911415697918" Longitude="12.467621444616" StarRating="4" HotelCode="365850|1087298" HotelName="Hotel Farnese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Farnese 30, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/5a/585aea000bf86c1285446e9f3ae5b9b4cd4ae001.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Prati, one of Rome's most elegant districts. Guests are withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="545.25" OriginalAmount="529.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90084" Longitude="12.493602" StarRating="4" HotelCode="10346|1016065" HotelName="Artemide" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 22, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/74/f974cda42d0b1415a336f66c0080e0bb01d17843.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Via Nazionale and in the historical, social, business and politi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="553.42" OriginalAmount="537.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905608" Longitude="12.481518" StarRating="4" HotelCode="258413|3263718" HotelName="The Inn at the Spanish Steps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Condotti 85, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/12/05121c132560c513ed4e201a9314720dcfb7418d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tradition-rich upmarket hotel lies close to the Spanish Steps in the famous artists' quarter of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="558.92" OriginalAmount="542.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.896248844192" Longitude="12.475634068251" StarRating="4" HotelCode="18633|4790965" HotelName="Tiziano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 110, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f4/40f473aaf1b2405705c5ed01c849061bd64ed93b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="559.74" OriginalAmount="543.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.894764416991" Longitude="12.501293420792" StarRating="2" HotelCode="67194|4734813" HotelName="Auditorium di Mecenate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dello Statuto 44, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/fa/c3fafb4d3bcac30d6bb6dfa74c61df9409d937cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of Rome and is 10 minutes' walking distance away from the main train sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="560.61" OriginalAmount="544.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90715017" Longitude="12.47720652" StarRating="5" HotelCode="621605|33310871" HotelName="Elizabeth Unique Hotel Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Colonnette 35, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/791282/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This outstanding hotel is set in Spanish Steps. The hotel consists of 33 units. Wi-Fi internet conne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="567.78" OriginalAmount="551.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90698258" Longitude="12.482605" StarRating="3" HotelCode="509868|68692368" HotelName="Piazza di Spagna Suite de Charme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Sebastianello 8, Angolo Piazza di Spagna, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/49/22494ff8de2db85c16a78ad16fd4f1b23f178066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="570.13" OriginalAmount="553.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.917387455165" Longitude="12.491363883019" StarRating="5" HotelCode="15657|1163772" HotelName="Parco dei Principi Grand Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Frescobaldi 5, 00198 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/72/4a72a4a7a0ff316c94e6468fde516acc7ebd669a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located amidst wonderful parkland at the heart of Rome within 20 minutes of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="571.29" OriginalAmount="554.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.889187" Longitude="12.4982572" StarRating="3" HotelCode="887850|89039739" HotelName="Celio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Santissimi Quattro, 35/C, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/39/98392514ddf40dc9e3138e0e5d2319b566ae088f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="571.69" OriginalAmount="555.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903583022278" Longitude="12.48790382209" StarRating="4" HotelCode="360526|14046291" HotelName="Hotel Stendhal  Luxury Suites Dependance" Meals="BED &amp; BREAKFAST,FREE BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 4, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/93/dc93e1cf1a8f8872adb6f0cfcdedf5c17ac0761a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="584.22" OriginalAmount="567.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.893101" Longitude="12.489544" StarRating="3" HotelCode="95132|4762332" HotelName="Hotel Fori Imperiali Cavalieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Frangipane 34, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e266eba2e35765e440f850c8e430deef39ad6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="626.91" OriginalAmount="608.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.900917527157" Longitude="12.492683529854" StarRating="3" HotelCode="34721|1604347" HotelName="Zara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Quattro Fontane 37, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/cb/cb47e7ec49958bd0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, built in the 90's, has numerous shopping facilities located in the immediate vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="635.10" OriginalAmount="616.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89741616049" Longitude="12.467169593822" StarRating="5" HotelCode="293606|1063120" HotelName="D.O.M." Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulia 131, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/e0/c1e09c6904721bcd9ca85a2cd41c49b9c5db2bc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="640.21" OriginalAmount="621.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904709" Longitude="12.461869" StarRating="4" HotelCode="10482|1038851" HotelName="Atlante Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitelleschi 34, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e7/ece7f042ae24f5f881fb6a2152ea2b70c4840af4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="641.21" OriginalAmount="622.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899934" Longitude="12.472147" StarRating="4" HotelCode="142405|1487594" HotelName="Raphael" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Febo 2, Piazza Navona, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/54/a754c7cdcc112d506b600b29599ca6aeacd7315f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is quietly situated at the heart of Rome's historical old town and close to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="645.21" OriginalAmount="626.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907882483777" Longitude="12.486814856529" StarRating="5" HotelCode="31161|1746083" HotelName="Splendide Royal" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Pinciana 14, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/15/6515f7d58fa53ff27636ae2cc808543a16b7681d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This magnificent first-class hotel is located between Via Veneto and Piazza di Spagna (the Spanish S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="646.62" OriginalAmount="627.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.889623060829" Longitude="12.46655613184" StarRating="4" HotelCode="99825|1217460" HotelName="Hotel Donna Camilla Savelli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 27, Trastevere, 00153 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/de/b3de279d928f4101eb28dd65b7fb137984704ced.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A small architectural jewel in the heart of Rome, this hotel complex is a former 17th century conven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="669.42" OriginalAmount="649.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89616104" Longitude="12.48489409" StarRating="5" HotelCode="955169|92916257" HotelName="Hotel NH Collection Roma Fori Imperiali" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Santa Eufemia 19, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/db/07dbf7ae3398b472e389be7c198d9e9e717b8c34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="671.08" OriginalAmount="651.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90545893" Longitude="12.49173887" StarRating="4" HotelCode="771630|70873877" HotelName="Hotel Royal Bissolati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Leonida Bissolati 40, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/0f/4a0f680255b88269fa8128ca46ba1cb36efddcd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="673.91" OriginalAmount="654.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89728995" Longitude="12.48198344" StarRating="4" HotelCode="935402|5764537" HotelName="Corso 281 Luxury Suites Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 281, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/65/236531f485be70a09a364066b9b8d9798ad4a495.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="673.93" OriginalAmount="654.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.897854583354" Longitude="12.474449658895" StarRating="4" HotelCode="933877|5035720" HotelName="Palazzo Navona Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo della Sapienza 8, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/bc/a0bc97760e85aa44f40e1aa31ae14b14b1559b5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Ciampino (CIA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="680.44" OriginalAmount="660.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905127960511" Longitude="12.47879575215" StarRating="5" HotelCode="13024|2011256" HotelName="Grand Hotel Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 126, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/27/e12785030464d11ac8538096aad6c399584391e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This grandiose hotel was once one of Rome's theatres. These days the building enjoys a new kind of g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="682.31" OriginalAmount="662.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90625" Longitude="12.489545" StarRating="5" HotelCode="200887|1134226" HotelName="Ambasciatori Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" 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>Via Vittorio Veneto 62, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/06/9906ce8d8dea6bdcbe7d875f38adcd28aebadf5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rich in tradition, this grand hotel lies in the heart of Rome - in the centre of the shopping distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="682.81" OriginalAmount="662.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903954932559" Longitude="12.489059865474" StarRating="5" HotelCode="10861|1317025" HotelName="Sina Bernini Bristol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Barberini 23, 00187 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/53/135357a1e92a8d4c10f7789bee075617d7f033e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Rome not far from the Trevi fountains and the Via Venet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="695.06" OriginalAmount="674.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90713772" Longitude="12.4779197" StarRating="4" HotelCode="846951|14020687" HotelName="The First Roma Dolce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Corso 63, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/5e/d15e08fdb8079580e4c20002d985de7c4ce627da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="759.92" OriginalAmount="737.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90066993" Longitude="12.48498801" StarRating="4" HotelCode="438016|96570058" HotelName="Palazzo Scanderberg" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Scanderbeg 117, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/635078/635078a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="768.19" OriginalAmount="745.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.890203" Longitude="12.495596" StarRating="5" HotelCode="26028|1697653" HotelName="Palazzo Manfredi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Labicana 125, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/f0/9df023541f8629a168133f51c276d31ce47a231c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are located in the historical area of Rome, just few minutes’ walk from the main hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="821.05" OriginalAmount="797.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907043" Longitude="12.489821" StarRating="5" HotelCode="16556|1269898" HotelName="Baglioni Hotel Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 72, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/3a/0b3a3daca8569089791ba4aacc9779404efd9378.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly by the Via Veneto, only a stone's throw from the famous squares Piazz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="835.01" OriginalAmount="810.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905846518028" Longitude="12.500876789987" StarRating="3" HotelCode="387682|2416163" HotelName="Hotel Camelia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Goito 36, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/e8/12e8f6b61c98d4039255f901f24d28e04c1570e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is situated in the centre of Rome, just 5 minutes from Termini railway station a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="882.55" OriginalAmount="856.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.901004" Longitude="12.457042" StarRating="4" HotelCode="259985|1625866" HotelName="Residenza Paolo VI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Paolo VI, 29, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/fd/99fdd05fc621ec123243cbcc67b9975a35dfc58d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is close to St Peter's Square, with only 10 footsteps separating guests fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="893.27" OriginalAmount="867.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907524976984" Longitude="12.486666559525" StarRating="5" HotelCode="17705|1311987" HotelName="Sofitel Roma Villa Borghese" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 47, 00187 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/03/e2033c8a8caba644165d302e1ff35fdf9f79d9d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="908.58" OriginalAmount="882.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.898837" Longitude="12.461336" StarRating="5" HotelCode="295508|2064163" HotelName="Gran Meliá Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Historic Hotel,Hotel de Charme">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gianicolo 3, Rom 00165</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/a1/27a1d7427b1769daf9f2de54615a8e8d2404e3e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a hill on the banks of the River Tiber, this design hotel is about 800 m from St Peter's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="915.27" OriginalAmount="888.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.894538958843" Longitude="12.487676813492" StarRating="5" HotelCode="58916|3890406" HotelName="The Inn at the Roman Forum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Ibernesi 30, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/1b/e11b48a3ce1b5e9b90ce13ebee235b55df3dbde6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="918.58" OriginalAmount="891.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.907491236652" Longitude="12.490017414093" StarRating="5" HotelCode="18545|1250086" HotelName="The Westin Excelsior Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" 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,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 125, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/9a/529a2fe86e340baf55ac3b8ca76cd84e82b0fb11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on one of Rome's most famous streets, the Vía Veneto. Links to the public tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="934.72" OriginalAmount="907.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90837698492" Longitude="12.475877880056" StarRating="4" HotelCode="102093|1094588" HotelName="Residenza di Ripetta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripetta 231, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/28/dc/28dc98bafdfce6726260b9892c0a18916883bcd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Rome, this hotel is within walking distance of Piazza del Popolo (400 m), P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="992.08" OriginalAmount="963.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.89809411" Longitude="12.47607083" StarRating="5" HotelCode="694319|48764721" HotelName="The Pantheon Iconic Rome Hotel, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Designated Smoking Area,Diet Meals,Dining,Housekeeping,Internet,Laundry,Parking,Pets allowed,Restaurant,Room Service,Spa,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Chiara 4/A, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/4f/fd4f561e71671b08a89724ff22b6995422f3f0ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Rome, a few steps from Pantheon and 250 m from Piazza Navona, The Pantheon Iconic Rome Ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1067.53" OriginalAmount="1036.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90911210199" Longitude="12.488880157471" StarRating="4" HotelCode="14596|1132704" HotelName="Rome Marriott Grand Hotel Flora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 191, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/81/6281186d4838e4c77dcfcbcc1c4e88193f81c941.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a glamorous position in the city centre, at the top of the Via Veneto, the street ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1130.56" OriginalAmount="1097.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.90865" Longitude="12.47553" StarRating="5" HotelCode="176151|1922612" HotelName="The First Hotel Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Vantaggio 14, 00186 Roma, Latio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/65/ec653d95f10bd4790f4d4e5d8a269f6c2d8f4569.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the centre of Rome. Its setting is especially ideal for guests who...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1201.66" OriginalAmount="1166.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899385294451" Longitude="12.477521002292" StarRating="4" HotelCode="44474|1758956" HotelName="Hotel Pantheon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pastini 131, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6f/026f8b345a83960f37b3c26b12b1cec41eaab91e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an elegant 18th century building in the heart of Rome, just a short walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1238.20" OriginalAmount="1202.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.92479164933" Longitude="12.469900846481" StarRating="4" HotelCode="19041|1275585" HotelName="Villa Glori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bernardo Celentano 11, 00196 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/76/347697eb0a944c52cde21d2f2139be2c3588b572.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near the River Tiber and the Piazza del Popolo. Numerous shops, lively bars, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1565.46" OriginalAmount="1519.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.910567892077" Longitude="12.473641872406" StarRating="5" HotelCode="428797|55201247" HotelName="Palazzo Dama" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere Arnaldo Da Brescia 2, 00196 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/64/1564479808332de098ae7a3d1effa9e04650f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With an outdoor pool and garden, this 5-star establishment is housed within one of Rome's most exqui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1775.00" OriginalAmount="1723.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.904285826145" Longitude="12.476981011045" StarRating="5" HotelCode="263929|48214943" HotelName="J.K. Place Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Monte D'Oro 30, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ca/67ca292458974c906fb2c3d207ddb87d4a605bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Rome.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2125.45" OriginalAmount="2063.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.903946" Longitude="12.495306" StarRating="5" HotelCode="17902|2543950" HotelName="The St. Regis Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Emanuele Orlando 3, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/6f/b96fa243492d979ac4058fbc68161c93f5e5de96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located just a few minutes walk from the Via Veneto, the Spanish Steps and the ...</HotelDescription>
        <Offer>Discount:GBP5.17</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2132.78" OriginalAmount="2070.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905673" Longitude="12.484233" StarRating="5" HotelCode="11651|1166715" HotelName="Hotel de la Ville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 69, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/86/3486eac1888b0e4dfe738d0b8c79dc54a67081b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated overlooking the Spanish Steps in the Via Sistina. Guests will find a s...</HotelDescription>
        <Offer>Discount:GBP5.19</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2397.91" OriginalAmount="2328.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.905964152224" Longitude="12.483761161566" StarRating="5" HotelCode="13672|1113261" HotelName="Hassler" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Trinità dei Monti 6, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/bd/3bbd5063e1e5b2b1bd31db20afd598be355dc7e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The famous, tradition-rich luxury hotel overlooks the Spanish Steps at the heart of Rome and is only...</HotelDescription>
        <Offer>Discount:GBP5.83</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="3279.53" OriginalAmount="3184.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.909923" Longitude="12.477357" StarRating="5" HotelCode="11628|1081309" HotelName="Hotel de Russie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 9, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/2b/302b7834910db74a30cda7c446838dcd1fd98c78.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel lies on the beautiful Via del Babuino directly on Piazza del Popolo at the ...</HotelDescription>
        <Offer>Discount:GBP7.98</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="3539.63" OriginalAmount="3436.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.899027" Longitude="12.500262" StarRating="3" HotelCode="15280|1126177" HotelName="Hotel Milo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Principe Amadeo 76, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/48/b848c1d453ac032d9802585ab0d7071c0866172e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated between Santa Maria Maggiore and Termini main train station. Publi...</HotelDescription>
        <Offer>Discount:GBP8.61</Offer>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access,Lounge,Jacuzzi,Massage Centre,Sauna,Shopping Arcade,Bicycle Rental,Nightclub,Swimming Pool,Golf,Diet Meals,Garden,Heated Pool,Kitchen,Spa,Coffee Shop,Dry Cleaning,Fitness Centre,Housekeeping,LCD/Projector,Limousine Service,Luggage Storage,24 Hour Front Desk,Elevator,Meeting Room,Pets allowed,Business Centre,Babysitting,24 Hour Security,Airport Transfer (on Demand),Dining,Parking,Valet Parking,Wake-up Call Service,Printer,24 Hour Power Supply</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,GUESTHOUSE,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,ECO HOTEL,CLUB RESORT,GOLF HOTEL,HISTORIC HOTEL,SPA HOTEL,COUNTRY HOUSE,APARTMENT HOTEL,FINCA,SKI HOTEL,AIRPORT HOTEL,HOSTELS,HOTEL,VILLAGE,APARTMENT,BED AND BREAKFASTS,BOATS,GUEST HOUSE,HOSTEL,GUEST HOUSES,BOUTIQUE HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7a128a12-4ad0-446d-aec8-6c51fa5caa1a|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="7a128a12-4ad0-446d-aec8-6c51fa5caa1a" TimeStamp="0001-01-01T00:00:00" HotelName="iH Hotels Roma Z3" HotelCode="166597|1209815" StarRating="4" GTCityId="53489" CountryCode="IT" CityName="Rome" CountryName="Italy" Address="Via Giorgio Perlasca 13/15, 00155 Roma" PostCode="00155" PhoneNo="+390694362800" FaxNo="+390694362801" Email="z3@ih-hotels.com" CheckInTime="14:00" CheckOutTime="12:00" Latitude="41.901119210063" Longitude="12.57005056246" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST|Room 2: BED &amp; BREAKFAST" RoomType="Room 1: SINGLE ROOM - DISABILITY ACCESS|Room 2: SINGLE ROOM - DISABILITY ACCESS" RoomTypeCode="2323473551-1-0|792323473551|1|0^2323473551-2-0|792323473551|1|0|12|OTguMTR8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="98" TotalPrice="101.08" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" 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="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Hairdryer|Radio|Minibar|Air conditioning (centrally regulated)|Safe|TV</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST|Room 2: BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE ACCESSIBLE|Room 2: DOUBLE ACCESSIBLE" RoomTypeCode="848405794-1-0|790848405794|1|0^848405794-1-1|790848405794|1|0|12|MTAyLjA5fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="102" TotalPrice="105.15" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" 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="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Hairdryer|Radio|Minibar|Air conditioning (centrally regulated)|Safe|TV</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST|Room 2: BED &amp; BREAKFAST" RoomType="Room 1: STANDARD SINGLE (DISABILITY ACCESS)|Room 2: STANDARD SINGLE (DISABILITY ACCESS)" RoomTypeCode="3175440233-1-0|793175440233|1|0^3175440233-2-0|793175440233|1|0|12|MTA4LjA0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="108" TotalPrice="111.28" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" 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="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Hairdryer|Radio|Minibar|Air conditioning (centrally regulated)|Safe|TV</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST|Room 2: BED &amp; BREAKFAST" RoomType="Room 1: SINGLE ACCESSIBLE|Room 2: SINGLE ACCESSIBLE" RoomTypeCode="1058535104-1-0|791058535104|1|0^1058535104-1-1|791058535104|1|0|12|MTA5LjMzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="109" TotalPrice="112.61" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" 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="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Hairdryer|Radio|Minibar|Air conditioning (centrally regulated)|Safe|TV</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST|Room 2: BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE SINGLE USE STANDARD|Room 2: DOUBLE SINGLE USE STANDARD" RoomTypeCode="3536513888-1-0|793536513888|1|0^3536513888-2-0|793536513888|1|0|12|MTExLjUyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="112" TotalPrice="114.87" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" 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="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Hairdryer|Radio|Minibar|Air conditioning (centrally regulated)|Safe|TV</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST|Room 2: BED &amp; BREAKFAST" RoomType="Room 1: STANDARD DOUBLE|Room 2: STANDARD SINGLE (DISABILITY ACCESS)" RoomTypeCode="257559907-1-0|790257559907|1|0^257559907-2-0|790257559907|1|0|12|MTE1LjA0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="115" TotalPrice="118.49" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" 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="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Hairdryer|Radio|Minibar|Air conditioning (centrally regulated)|Safe|TV</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST|Room 2: BED &amp; BREAKFAST" RoomType="Room 1: STANDARD DOUBLE|Room 2: STANDARD DOUBLE" RoomTypeCode="2792527128-1-0|792792527128|1|0^2792527128-2-0|792792527128|1|0|12|MTIyLjA0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="122" TotalPrice="125.70" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" 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="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Hairdryer|Radio|Minibar|Air conditioning (centrally regulated)|Safe|TV</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST|Room 2: BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE DOUBLE|Room 2: STANDARD SINGLE (DISABILITY ACCESS)" RoomTypeCode="4263267646-1-0|794263267646|1|0^4263267646-2-0|794263267646|1|0|12|MTIzLjg4fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="124" TotalPrice="127.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" 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="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Hairdryer|Radio|Minibar|Air conditioning (centrally regulated)|Safe|TV</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST|Room 2: BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE STANDARD|Room 2: DOUBLE STANDARD" RoomTypeCode="4166809175-1-0|794166809175|1|0^4166809175-1-1|794166809175|1|0|12|MTI0LjkwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="125" TotalPrice="128.65" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" 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="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Hairdryer|Radio|Minibar|Air conditioning (centrally regulated)|Safe|TV</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST|Room 2: BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE SINGLE USE EXECUTIVE|Room 2: DOUBLE SINGLE USE EXECUTIVE" RoomTypeCode="53859848-1-0|790053859848|1|0^53859848-2-0|790053859848|1|0|12|MTI4Ljk2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="129" TotalPrice="132.83" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" 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="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Hairdryer|Radio|Minibar|Air conditioning (centrally regulated)|Safe|TV</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST|Room 2: BED &amp; BREAKFAST" RoomType="Room 1: STANDARD ROOM|Room 2: STANDARD ROOM" RoomTypeCode="1805311343-1-0|791805311343|1|0^1805311343-2-0|791805311343|1|0|12|MTI4Ljk2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="129" TotalPrice="132.83" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" 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="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Hairdryer|Radio|Minibar|Air conditioning (centrally regulated)|Safe|TV</OtherFacilities></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/a2/ef/a2ef98f3d6d0fd81efd2a78c4280b32c01576d92.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ff/f8/fff839dbcee1124c94307b7b07b5b4354feb1e7f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/86/81/8681a98013d4f83711b869e12d1dac22bd09f491.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/86/81/8681a98013d4f83711b869e12d1dac22bd09f491.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1f/ee/1fee058b1ff001a162d38e51f01a0a4080f03de7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/02/4f/024f38c97f89b12739a81dea924cce42c6b249bb.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/73/6f/736f99efcf8f4ef589e606828b405ed022862ed7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/83/02/83020881c657087cfbbb8d533541bcb8ae9484a9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/78/46/7846b5fa3081c4d19f01e125a0f2305314316897.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d7/15/d715567f2f2b1c7071b51a3361cc498ba5029120.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5d/a4/5da42aa73fe939b3838acf49e8f4bc41346aaf5b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9e/b5/9eb53b96a5a896ebb183fdfec42b2b8cd896113c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/28/20/2820c83f4c7335ceaa54714831a7766fb2863c01.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/43/5b/435beae4205e78f959bd2a4f05bdb19461644a67.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1d/9d/1d9dd3680eae0c76afeb326b9d0194227305a3f1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b1/9c/b19cadbd8aba187675fb42579c55deb093132896.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f3/95/f3952cf8e3e27565fc3263926d3435bb5ff9970a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ee/ce/eeced45b902e0c3cd94733942791c946896f8d43.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/26/57/2657c952af6528a1e5688f7d536b644e9ca8c4ed.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/16/ca/16ca59ab8718672824e979cd535bb8ab61b9a960.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ea/bf/eabf1a4ef9238c7f721c4ac406bcac5e54da0945.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5f/7c/5f7c804fbfe54341ff833f68b577ee4f5af43dd9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7e/5b/7e5bf7e466729be6afa87d5df71d86267fca6e20.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/61/b1/61b195c4f712f766926cb35d9513d46fa3b83d5e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/61/b1/61b195c4f712f766926cb35d9513d46fa3b83d5e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b1/40/b14010abb6890849595a9441edd0dde3ed802b3b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/af/5f/af5f591bf953ea68ed49d3089dabf529c7d2af96.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2c/69/2c69bcf056284625255a55706f02dab3b1ceb5cd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3e/cb/3ecba2fdfecc4c8722f4751a6aaeffddddcaa0d4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/13/2a/132ab5b4f09d2e692537a9ad1e635837ed25388e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6b/5b/6b5b9bc8a205531bff64eddceb85a1adf0500b11.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/be/be/bebe4389a937488357bd2e8472f624fa2780bcb9.JPEG" /></Images><HotelDescription /><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>39-06-94362801</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>39-06-94362810</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>260</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Foyer</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>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>Meals</Type><Description>Half Board</Description><Value>true</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
7a128a12-4ad0-446d-aec8-6c51fa5caa1a|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="7a128a12-4ad0-446d-aec8-6c51fa5caa1a">
  <Rooms>
    <Room RoomType="Room 1: SINGLE ROOM - DISABILITY ACCESS" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: SINGLE ROOM - DISABILITY ACCESS" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="166597|1209815" SourceId="12" RoomTypeCode="2323473551-1-0|792323473551|1|0^2323473551-2-0|792323473551|1|0|12|OTguMTR8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-09T00: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
7a128a12-4ad0-446d-aec8-6c51fa5caa1a|TravellandaBlock|successfully done supplier prebooking||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
7a128a12-4ad0-446d-aec8-6c51fa5caa1a|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-04-16T00:00:00+01:00" End="2026-11-03T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="101.08" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Child 0-6 free - sharing parents bed  Estimated total amount of taxes &amp; fees for this booking:7.50 Euro payable on arrival.  Check-in hour 14:00-.Car park YES (With additional debit notes) 10.00 EUR Per unit/night.Check-out hour 12:00-.Identification card at arrival./Child 0-6 free - sharing parents bed  Estimated total amount of taxes &amp; fees for this booking:7.50 Euro payable on arrival.  Check-in hour 14:00-.Car park YES (With additional debit notes) 10.00 EUR Per unit/night.Check-out hour 12:00-.Identification card at arrival./ Please note that in some countries there is a local tax known as stay tax or tourist tax (city-tax) which must be paid directly by the guest at the hotel.</ImportantInfo>
  <TotalAmount>101.08</TotalAmount>
  <TraceId>7a128a12-4ad0-446d-aec8-6c51fa5caa1a</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
7a128a12-4ad0-446d-aec8-6c51fa5caa1a|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="7a128a12-4ad0-446d-aec8-6c51fa5caa1a">
  <Rooms>
    <Room RoomType="Room 1: SINGLE ROOM - DISABILITY ACCESS" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: SINGLE ROOM - DISABILITY ACCESS" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="166597|1209815" SourceId="12" RoomTypeCode="3536513888-1-0|793536513888|1|0^3536513888-2-0|793536513888|1|0|12|MTExLjUyfEdCUHxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-09T00: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
7a128a12-4ad0-446d-aec8-6c51fa5caa1a|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-04-16T00:00:00+01:00" End="2026-11-03T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="114.87" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Child 0-6 free - sharing parents bed  Estimated total amount of taxes &amp; fees for this booking:7.50 Euro payable on arrival.  Check-in hour 14:00-.Car park YES (With additional debit notes) 10.00 EUR Per unit/night.Check-out hour 12:00-.Identification card at arrival./Child 0-6 free - sharing parents bed  Estimated total amount of taxes &amp; fees for this booking:7.50 Euro payable on arrival.  Check-in hour 14:00-.Car park YES (With additional debit notes) 10.00 EUR Per unit/night.Check-out hour 12:00-.Identification card at arrival./ Please note that in some countries there is a local tax known as stay tax or tourist tax (city-tax) which must be paid directly by the guest at the hotel.</ImportantInfo>
  <TotalAmount>114.87</TotalAmount>
  <TraceId>7a128a12-4ad0-446d-aec8-6c51fa5caa1a</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
7a128a12-4ad0-446d-aec8-6c51fa5caa1a|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="7a128a12-4ad0-446d-aec8-6c51fa5caa1a">
  <Rooms>
    <Room RoomType="Room 1: SINGLE ROOM - DISABILITY ACCESS" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: SINGLE ROOM - DISABILITY ACCESS" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="166597|1209815" SourceId="12" RoomTypeCode="4263267646-1-0|794263267646|1|0^4263267646-2-0|794263267646|1|0|12|MTIzLjg4fEdCUHxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-09T00: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
7a128a12-4ad0-446d-aec8-6c51fa5caa1a|TravellandaBlock|successfully done supplier prebooking||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
7a128a12-4ad0-446d-aec8-6c51fa5caa1a|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="7a128a12-4ad0-446d-aec8-6c51fa5caa1a">
  <Rooms>
    <Room RoomType="Room 1: EXECUTIVE DOUBLE" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: STANDARD SINGLE (DISABILITY ACCESS)" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="166597|1209815" SourceId="12" RoomTypeCode="4263267646-1-0|794263267646|1|0^4263267646-2-0|794263267646|1|0|12|MTIzLjg4fEdCUHxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-09T00: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
7a128a12-4ad0-446d-aec8-6c51fa5caa1a|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-11-02T00:00:00" End="2026-11-04T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="127.60" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Amendment&lt;/br&gt;Rome City Tax (4 Star): All year round - nights 1 to 10 - EUR 7.50 per person per night for adults / Free for children up to age 9</ImportantInfo>
  <TotalAmount>127.60</TotalAmount>
  <TraceId>7a128a12-4ad0-446d-aec8-6c51fa5caa1a</TraceId>
</CheckRatesRS>||True