<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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|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="5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="24075" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-10T00:00:00" End="2026-06-11T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" 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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|RestelSearch|successfull supplier interation||Restel|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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|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-03-26T09:52:52.7383172+00:00" Version="0" EchoToken="Search" TransactionIdentifier="5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="34" TotalAmount="113.02" OriginalAmount="109.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391078231639" Longitude="2.1602073196632" StarRating="2" HotelCode="320298|973655" HotelName="Hostal Balmes Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Balmes 83, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/26/4426b6171a78af1badd8c6ab0bb9d478037d02e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="116.95" OriginalAmount="113.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.372863" Longitude="2.1663189999999" StarRating="2" HotelCode="99811|113142" HotelName="Hostal Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Roser 40, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/aa/c1aa36aede1c00be2dd31690c7dddd3edae6e80f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hostel is about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="119.35" OriginalAmount="115.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.433870952937" Longitude="2.1473979949951" StarRating="4" HotelCode="29362|500305" HotelName="Alimara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Berruguete 126, 08035 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/59/aa59a6d65cd2d6dd4ae4e5c17fbf97ec55ab1d4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the new quarter of Barcelona by the Ronda De Dalt. Public transport departs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="122.69" OriginalAmount="119.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381478804497" Longitude="2.1739692986012" StarRating="1" HotelCode="32752|704688" HotelName="Ingles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Boqueria 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/2b/fd2b43e327e7eaed75b56f2edb0584b0f0095004.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a prime location in the centre of Barcelona, close to the university, Plaza Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="122.96" OriginalAmount="119.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.399976133475" Longitude="2.2010137918974" StarRating="1" HotelCode="263667|786966" HotelName="Travelodge Barcelona Poblenou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Llull 170, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f3/b7f352c867dad597035441950e0154dc64b80a95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="125.29" OriginalAmount="121.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.412215" Longitude="2.158917" StarRating="2" HotelCode="113161|900201" HotelName="Travessera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de Dalt 121-123, Gracia 08024, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/dc/09dc7a9fd8cd23265beb0aff52418618493e8f27.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 600 m from Gaudí's Parc Güell, in a quiet area of Barcelona. Alfons X Met...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="125.56" OriginalAmount="121.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.411004" Longitude="2.173286" StarRating="2" HotelCode="31115|155072" HotelName="HTOP BCN City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera De Gràcia 380-384, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/88/d28893b40474dcaf2a2c4b68ff572b76ed3c3457.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona's leisure area just a few minutes’ walk from the city centre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="131.91" OriginalAmount="128.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.375927009185" Longitude="2.1670183539391" StarRating="4" HotelCode="30438|900219" HotelName="Hotel Garbí Mil·lenni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de Sant Pau 14, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/41/9341939dbdcdba531767df8deb83ee42acbf3172.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This wonderfully restored, luxury hotel is situated within a few minutes walk of the city's tourist ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="136.94" OriginalAmount="132.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38556" Longitude="2.17168" StarRating="2" HotelCode="25182|000187" HotelName="Cortes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Anna 25, Barcelona 08002</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/c9/52c9c8f183ef879e9fa4731dc2384fbd04c1d15b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is found in the centre of Barcelona, near the University, the Plaza Cataluña a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="140.03" OriginalAmount="135.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.404811958591" Longitude="2.1288852121534" StarRating="4" HotelCode="130276|902543" HotelName="Vilana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vilana 7, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/33/f0333c0025387f9d4a75ea4eb37409a65b740129.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the prestigious La Bonanova district of Barcelona. It is surrounded by one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="140.15" OriginalAmount="136.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379049" Longitude="2.174866" StarRating="3" HotelCode="25682|704563" HotelName="Hotel Ramblas Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas 33, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/7f/9e7f52eebff67582f16c15b66e033ce8c98c0a5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel enjoys a privileged location near Las Ramblas in Barcelona. Guests s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="142.57" OriginalAmount="138.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.414232474685" Longitude="2.1448430862607" StarRating="3" HotelCode="29331|704794" HotelName="Catalonia Park Güell" Meals="ROOM ONLY" 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>Passeig Mare de Deu del Coll 10, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/0a/760abaa0a6be35f8812c4dc7fb89b62fdf198541.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at the heart of Barcelona close to the famous Güell Park. Guests may t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="142.57" OriginalAmount="138.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.410961" Longitude="2.186556" StarRating="4" HotelCode="326421|704627" HotelName="Catalonia Atenas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Meridiana 151, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b5/97/b597280d50a5109edb2a624c6c142d8c62f5e52a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Sagrada Familia. This hotel is well-connected with the rest of the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="142.57" OriginalAmount="138.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.403255740731" Longitude="2.1270789206028" StarRating="3" HotelCode="29330|704813" HotelName="Catalonia Mikado" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Bonanova 58, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/dc/b0dcb522e898bf62bff13347bd12f4574b59a1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is just 4 km from the centre of the town. Countless shopping and entertainment ve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38943594156" Longitude="2.1474362516166" StarRating="3" HotelCode="37195|704584" HotelName="Sunotel Aston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de París 101, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/0f/b60ff3eedf8ef0478700d4366ed63058a14ec16b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern building is located in the financial and commercial heart of Barcelona, close to the Fai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="144.52" OriginalAmount="140.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.410560371553" Longitude="2.1731418371201" StarRating="2" HotelCode="30956|704606" HotelName="Medicis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer dels Castillejos 340, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b5/e6b5f4389bbc9c3fe591085815409537026e862a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the town centre, Gaudi avenue and the Sagrada Familia cathedral. Var...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="144.74" OriginalAmount="140.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38542625826" Longitude="2.1717336773872" StarRating="2" HotelCode="408842|704533" HotelName="Cataluña" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Santa Ana 24, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f5/33f50476d2cf23bfaf6670a70096db5c11356453.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Barcelona directly near to Plaça Catalunya and to the ped...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="146.31" OriginalAmount="142.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39997" Longitude="2.18399" StarRating="3" HotelCode="142357|704783" HotelName="SM Hotel Teatre Auditori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ribes, 71, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/fa/0dfadf805c272cccb1965754945b933e05423275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the district of Eixample, one of the most important cultural and commercial ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="147.03" OriginalAmount="142.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396533789293" Longitude="2.1285434067249" StarRating="3" HotelCode="32986|704579" HotelName="Catalonia Castellnou" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>Castellnou 61, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0c/aa0cf4320113d65d19d3ede502d7c49f0d99b0f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally located just 2 km from the centre of the city. Countless shops and e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="149.72" OriginalAmount="145.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.376203" Longitude="2.157174" StarRating="3" HotelCode="31356|704556" HotelName="Evenia Rocafort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rocafort 23-25, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/e3/d5e375b0d053fe0e73d330705eb533ba820914b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the old town as well as to many of the top tourist sights. The town ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="151.48" OriginalAmount="147.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.439359" Longitude="2.196828" StarRating="3" HotelCode="326470|812247" HotelName="NH Barcelona La Maquinista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sao Paulo 33-37, 08030 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/53/3953ff452d559f462d01b29a08d47de38e4cf603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located close to the renowned shopping street, La Maquinista, just 4 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="151.48" OriginalAmount="147.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.328381754139" Longitude="2.112794816494" StarRating="4" HotelCode="30766|500242" HotelName="Best Western Plus Alfa Aeropuerto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle K  s/n, Entrada Principal Mercabarna, Zona Franca, 08040 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/7e/c17effcbdd90116f30383f9e8cbc44b2b2ed5204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Zona Franca, 15 minutes from the airport, 15 minutes from the port and 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="153.98" OriginalAmount="149.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382773853339" Longitude="2.140166759491" StarRating="4" HotelCode="318135|053678" HotelName="abba Sants Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City 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>Carrer Numancia 32, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/86/0a8695d54894485e19e7a81524f8221f9eafd531.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to Estació de Sants (station and bus stop). Numerous shops, restaurants ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="157.16" OriginalAmount="152.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380058950528" Longitude="2.1758079528809" StarRating="1" HotelCode="16910|704537" HotelName="Roma Reial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaça Reial, 11, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3d/0a3df4ce2e227c5fb257adc89121e8b76454c6bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This basic hotel is located directly on Plaza Real close to las Ramblas. Connections to the public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="159.21" OriginalAmount="154.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381228545614" Longitude="2.1638671281105" StarRating="3" HotelCode="27724|108346" HotelName="Hotel Ronda House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Erasme 19, Barcelona, Cataluña</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/d6/57d64b6c3f240d5aefbc7abf3bc3754bfd7aa36a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona, close to the Plaza Cataluña and Las Ramblas. Shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="159.24" OriginalAmount="154.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387869" Longitude="2.173394" StarRating="3" HotelCode="50052|606731" HotelName="hcc montblanc" 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,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 61, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/68/e168d94dfac94464029217e2db5d9e3be622aee8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This renovated hotel is situated directly next to the Plaza Cataluña and the Passeig de Grácia. Here...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="160.40" OriginalAmount="155.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.403329173356" Longitude="2.1372270584106" StarRating="4" HotelCode="326477|704589" HotelName="Catalonia Barcelona 505" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Muntaner 505, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/50/59509f982f15c8e32cd162fb141434623d5f1661.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel has a wonderful location in the northern part of Barcelona, close to Güell Park an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="160.40" OriginalAmount="155.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.375259553955" Longitude="2.1692304189711" StarRating="3" HotelCode="31111|704547" HotelName="Hotel Autohogar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Paral-lel 64, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b7/05b716a67bfe29fe0036522ba81dc19e2b77ab85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is in an ideal location in the centre of Barcelona. Guests may take advantage of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="160.40" OriginalAmount="155.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.41402801152" Longitude="2.1776130319118" StarRating="2" HotelCode="26836|501415" HotelName="Hotel Amrey Sant Pau" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Antoni Maria Claret 173, 08041 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/6b/f56b692c49c951b41961b4ef196b3f6f7a4a1421.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 3 miles from Las Ramblas, and offers an ideal location for easy access to shopping fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="163.61" OriginalAmount="158.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393471" Longitude="2.157815" StarRating="3" HotelCode="901971|683484" HotelName="Room Mate Emma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Rosselló 205, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/a0/01a06dcfac4274c120cd16bbd7679666124bab8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="164.05" OriginalAmount="159.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390615" Longitude="2.163208" StarRating="3" HotelCode="31083|606732" HotelName="hcc taber" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer d'Aragó 256, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/8d/bb8d5b71c1626b8205cff9ad5730ba8972c2445c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel is situated in Barcelona's tourist centre, just a few paces from countless rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="164.85" OriginalAmount="160.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380825" Longitude="2.177471" StarRating="3" HotelCode="70231|704819" HotelName="Catalonia Avinyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinyó 16, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/24/4424a00fbf0e9b2c0ea40bc5f432f1c488714d5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona’s gothic district. It is situated on Calle Avinyó, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="164.87" OriginalAmount="160.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.405031578806" Longitude="2.1404792405672" StarRating="3" HotelCode="27688|000206" HotelName="Exe Mitre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bertrán 9-15, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/fe/ecfe0a2e27097401563c4eaea05512ed2fa27687.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near to the Parque Güell and the worthwhile attraction of Casa-Museu Gaudí. Lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="165.82" OriginalAmount="160.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388368328956" Longitude="2.164491713047" StarRating="4" HotelCode="26977|784030" HotelName="Sansi Diputacio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De La Diputació 234-236, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/2c/302c48f16ebfe4071359daa47bdbb0a218da1887.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is quietly situated in Barcelona's recreational area, close to a wide rang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="166.53" OriginalAmount="161.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379600082518" Longitude="2.1724793314934" StarRating="1" HotelCode="36370|165260" HotelName="Peninsular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Sant Pau 34, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/60/39609b3fb909daf02db66d04e1752282b8ad7dca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="168.42" OriginalAmount="163.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379031" Longitude="2.139737" StarRating="4" HotelCode="7776|966649" HotelName="Barceló Sants" Meals="ROOM ONLY" 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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaça dels Països Catalans s/n, Estacio de Sants, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e9/18e9c5ee10ca2752fe81fe2deaa2571eb082483c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near the main train station, Sants, in Barcelona and offers direct access to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="169.31" OriginalAmount="164.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.408095" Longitude="2.185855" StarRating="3" HotelCode="326475|704619" HotelName="Catalonia Albeniz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Aragón 591-593, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/7d/367d3ccff46335767587aeaf6d3a75ea263acd52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the Calle Aragon, close to the Sagrada Familia. Countless shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="172.19" OriginalAmount="167.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.376660634107" Longitude="2.1524325013161" StarRating="4" HotelCode="30445|781245" HotelName="Hotel Vilamarí" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vilamarí 34-36, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/cc/bbcccdbd689c4b0817a47bad6d506e8782bde7f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located near Plaza de España. Various tourist attractions such as Plaza Cataluñ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="173.76" OriginalAmount="168.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39847986897" Longitude="2.14267432294" StarRating="3" HotelCode="29148|720813" HotelName="Aparthotel Senator" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 167, 08021 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1a/a51a5e4e29108573dc85431a9e93c4284fefad6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right on Via Augusta. Countless shops, restaurants, bars and pubs are located o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="174.43" OriginalAmount="169.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387979" Longitude="2.156863" StarRating="4" HotelCode="261899|902530" HotelName="Sunotel Club Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Bar,Central Heating,Fax,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer València 157, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/c9/71c9c362d8f30e7e3a903689d895e341e68f8da9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barcelona city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="175.37" OriginalAmount="170.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389750774476" Longitude="2.1419611573219" StarRating="4" HotelCode="9956|450868" HotelName="Hotel Derby" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Loreto 21, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/90/d790d59cf8a919051c28d197c852a2711a2955fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of Barcelona (in the shopping and business centre), on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="176.45" OriginalAmount="171.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387541262342" Longitude="2.1364894509315" StarRating="3" HotelCode="32067|797478" HotelName="NH Barcelona Les Corts" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>Travessera de les Corts 292, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fd/b6/fdb62829b830c1b27cd1f286bd520742157d8aff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to Francesc Macià Plaza and not far from the FC Barcelona football stadium. Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="176.84" OriginalAmount="171.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.378999322795" Longitude="2.1695892512798" StarRating="4" HotelCode="75221|966376" HotelName="Barceló Raval" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,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>Rambla del Raval 17-21, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/cd/86cdc007bb392a0ca444b6f3482b229addd7d6c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a privileged location in the Raval, Barcelona's top fashion district. It is j...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398386" Longitude="2.175758" StarRating="3" HotelCode="31073|704660" HotelName="Hotel Aranea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Consell de Cent 444, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/ed/38ed3034fd57959c7b89553d151b0c01653871ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is in an ideal location to explore Barcelona's numerous attractions.. The Sagrada ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="178.22" OriginalAmount="173.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39393761934" Longitude="2.1569154515553" StarRating="4" HotelCode="12921|704631" HotelName="Catalonia Diagonal Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>Balmes 142-146, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/1a/081a653c4bca137fc0c967d71050ed99c27c668f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of Barcelona in the popular shopping and business area o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="179.04" OriginalAmount="173.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389479117196" Longitude="2.1491253376007" StarRating="4" HotelCode="24881|607495" HotelName="U232 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comte d'Urgell 232, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/a4/e5a4e793315b5f8c5a1fb65fa5e825b42384d4ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of the shopping and boutique area, opposite the exhib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="180.02" OriginalAmount="174.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382077674776" Longitude="2.1840308306885" StarRating="3" HotelCode="30178|000190" HotelName="Hotel Del Mar" 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>Pla de Palau 19, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c0/38c013d4f2ca2ad1d326dc58cd8c5bcb85ca4f11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the gothic district, in the heart of Barcelona. Numerous tourist attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="182.67" OriginalAmount="177.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383182059258" Longitude="2.1847542638063" StarRating="1" HotelCode="64249|001256" HotelName="Hotel Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Castaños 6, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/3d/3c3d982b8a9fef350441c75e2fea1eb074980e9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right opposite Barcelona-Estació de França train station, not too far away fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="183.15" OriginalAmount="177.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391558791885" Longitude="2.1728622491939" StarRating="2" HotelCode="128306|602498" HotelName="Constanza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bruc 33, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/50/a0505ff3612ca8bf6b608e7ce9c376ddf563ed9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="184.27" OriginalAmount="178.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.401164813216" Longitude="2.183103463212" StarRating="3" HotelCode="318134|698787" HotelName="Glories Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Padilla 173, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/67/4a67aee96dd39185c733a2ff0a5de20d48c6653c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Barcelona, near to the Gran Vía, the Auditorium, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="184.45" OriginalAmount="179.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379065" Longitude="2.168383" StarRating="3" HotelCode="318226|053709" HotelName="abba Rambla Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rambla del Raval 4c, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/07/c007397a351ae812e4040ce32aa74428983a666c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located just off the famous Las Ramblas from where guests can reach the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="184.45" OriginalAmount="179.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381296670462" Longitude="2.1269166469574" StarRating="4" HotelCode="32645|694602" HotelName="NH Barcelona Stadium" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de les Corts 150-152, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0e/2f0e95859d9fb8a36a58bdc23200d0d8ac5a7791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the commercial and banking district. The large department store, El Corte ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="185.75" OriginalAmount="180.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4003" Longitude="2.19083" StarRating="4" HotelCode="943343|336618" HotelName="Golden Tulip Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Avila 135-139, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/76/5476dc82c3dc8b7c7d9daea5cbc2f5223828d4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, approximately 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="186.06" OriginalAmount="180.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.405933463069" Longitude="2.1715673804283" StarRating="3" HotelCode="37179|606759" HotelName="Hotel Sagrada Familia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Corsega 541, Eixample, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/7b/6c7bd604cd20373492ebae4900c79c454e908f0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel lies right in a residential and commercial area, close to the famous Sagrada Familia....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="186.83" OriginalAmount="181.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384172014258" Longitude="2.1617270261049" StarRating="4" HotelCode="69572|704781" HotelName="Sunotel Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 570, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0d/6f/0d6f66051416a88b6b66fcb1e6b39ca7b516dd57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the busiest commercial and business area of Barcelona. It is just a few ste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="190.87" OriginalAmount="185.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.403781" Longitude="2.213731" StarRating="4" HotelCode="166949|704639" HotelName="Hotel Front Marítim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Garcia Fària 69-71, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/a3/05a3ea969ee0e7a4e6b7b327d4ca7e9a71351532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is also wonderfully located, close to the sea. The nearest public transport link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="192.48" OriginalAmount="186.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.395869805449" Longitude="2.1813306212425" StarRating="3" HotelCode="57793|765704" HotelName="Hotel ILUNION Auditori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sicilia 166-170, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/2c/562c5991b2fdf929a65c7b5b7a645e2e1bebf76a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies close to the Gothic quarter at the heart of Barcelona with bars and restaurants...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="193.83" OriginalAmount="188.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38219538104" Longitude="2.1720539214612" StarRating="3" HotelCode="888120|654513" HotelName="Exe Ramblas Boquería" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Sant Josep 91-93, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/e0/1be02995c361f968814564fdecc26d44679b5d65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical hotel is situated on Las Ramblas, in the historical, commercial and tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="194.29" OriginalAmount="188.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39206" Longitude="2.15546" StarRating="4" HotelCode="30126|704590" HotelName="Evenia Rosselló" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rosselló 191, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/04/3c04347c9eaea619e8b7b8b7df85e8085d75f365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated within a few minutes’ walk of the city centre. Various restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="196.04" OriginalAmount="190.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.404699" Longitude="2.138857" StarRating="3" HotelCode="17654|501053" HotelName="Silken St. Gervasi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sant Gervasi De Cassoles 26, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/ba/a6ba4d89d181bac1ed7cc377b9c97829b97e5be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the city centre, in Barcelona's entertainment centre. Public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="196.04" OriginalAmount="190.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396167592982" Longitude="2.1551629900932" StarRating="4" HotelCode="10902|900216" HotelName="Abba Hotel Balmoral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 5, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/8e/318e0623506ce3ffe3cf2a6f56621254a0e5a5e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Barcelona, next to the Pedrera and Diagonal. It is also very cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="197.83" OriginalAmount="192.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37818" Longitude="2.17615" StarRating="4" HotelCode="177872|758506" HotelName="Eurostars Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 22-24, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/11/1b11de326e8f1f39245e5a18e397a8919bb16eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located across from Plaça del Teatro, the most artistic stretch of the Rambla. It occup...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="198.99" OriginalAmount="193.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397715603196" Longitude="2.1888915631598" StarRating="4" HotelCode="97626|704566" HotelName="Capri by Fraser Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sancho De Avila 34, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/0a/5a0a0f95ff61cd9a3df4cf33e8d0fae811e2b2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location, and it offers guests access to all the city's tourist sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="200.94" OriginalAmount="195.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391067" Longitude="2.168232" StarRating="4" HotelCode="30783|604754" HotelName="hcc st. moritz" 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,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Diputació 264, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/74/7f/747fdc2dd786854f0308974dd25fac488cdfa542.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies directly in the centre of Barcelona, close to the Casa Batlló (Gaudi) and the Plaza ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="201.06" OriginalAmount="195.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386942809638" Longitude="2.1673453472214" StarRating="5" HotelCode="748116|474844" HotelName="Exe Plaza Catalunya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Designated Smoking Area,Housekeeping,Internet,Laundry,Meeting Room,Room Service,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de la Universitat 18, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/fd/79fd3a9a73b4ee6bc67dbadb5d2e5f85a1981752.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Design and function come together in the interior of the Exe Plaza Catalunya 4* creating a feeling o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="202.10" OriginalAmount="196.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.410214370666" Longitude="2.1694886684418" StarRating="4" HotelCode="30437|693736" HotelName="Hotel ILUNION Bel Art" Meals="ROOM ONLY" 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>Calle Lepant 406, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/9e/ef9e17875863e2e1771b38b633d0664cd254eb4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access to the city’s main attractions thanks to the various bus routes and a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="204.01" OriginalAmount="198.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.403104219034" Longitude="2.1232009482089" StarRating="4" HotelCode="56437|615560" HotelName="Eurostars Anglí" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>D' Anglí 60, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/38/cd385509c8a677c12c917f8e12a523af5134f5cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated in the north of Barcelona in Sarria-Sant Gervasi. It is just 500 m to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="204.06" OriginalAmount="198.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384585067201" Longitude="2.1378439664841" StarRating="4" HotelCode="49083|692622" HotelName="NH Sants Barcelona" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Numancia 74, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/46/cf4652527980da89342acb902730b285b2add6e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, centrally located hotel is situated in the shopping and business district of Les Corts....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="204.19" OriginalAmount="198.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389845" Longitude="2.166119" StarRating="4" HotelCode="47000|002708" HotelName="Exe Cristal Palace" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diputació 257, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/00/1b00f75a6c88a4e0e202869f4dd48083d4e2eab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated close to avenue Paseo de Gracia and Plaza Catalunya. Just a few minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="204.51" OriginalAmount="198.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397366899436" Longitude="2.1924317106619" StarRating="4" HotelCode="900178|704545" HotelName="Villa Olímpic @ Suites Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pallars 121-125, 08018 Barcelona, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/f3/38f3331dce9857924702adeef545938316f4ed97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located between the streets of Pallars and Alava, in the fashionable district Barcelona 22@, the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="204.63" OriginalAmount="198.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389070840448" Longitude="2.1428760288111" StarRating="2" HotelCode="30958|692530" HotelName="Hotel Prisma Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Josep Tarradellas 119, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/41/4541946ae1fd1300adc0119850da0312dca84810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona. A diverse range of shops, restaurants, bars and di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="205.85" OriginalAmount="199.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386055" Longitude="2.154244" StarRating="3" HotelCode="30222|765536" HotelName="NH Barcelona Eixample" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valencia 105-107, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/d5/c1d56a1c8fb4b80d0da1a5c3555c2ecbc5fa93f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated close to Barcelona's trade fair centre, Plaza de Cataluña and Sants t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="211.73" OriginalAmount="205.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38603" Longitude="2.176147" StarRating="4" HotelCode="29082|765703" HotelName="Hotel ILUNION Almirante" 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,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vía Laietana 42, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/7f/9a7f1e1a184209a0f1f10bce003c1f574761a768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Barcelona's gothic quarter just 5 minutes from Plaça Catalunya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="211.90" OriginalAmount="205.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391161" Longitude="2.159197" StarRating="4" HotelCode="43741|450912" HotelName="Hotel Balmes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Mallorca 216, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d3/edd3424932d2dd2e85beb9b4bfc7701d9117ded3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Paseo de Gracia and La Ramblas. The surrounding area is filled with sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="211.90" OriginalAmount="205.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386972" Longitude="2.180649" StarRating="3" HotelCode="75451|802852" HotelName="Aparthotel Allada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Allada Vermell 6-8, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/45/ca450efa3c9bb947b50db2fe80b77286b40e2fae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are located in the heart of the Born district, the area where most artists live and w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="211.90" OriginalAmount="205.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397878" Longitude="2.195912" StarRating="4" HotelCode="177244|802856" HotelName="Aparthotel República" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pujades 120, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d0/ffd0d31301fd813fd0fa2e7d87fb5420b6c37eaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in 22@ Barcelona, the city's innovation district, where the latest technol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="212.97" OriginalAmount="206.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381063216147" Longitude="2.1455016732216" StarRating="4" HotelCode="20354|908088" HotelName="H10 Itaca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Roma 22, Eixample-Sants Estación, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5b/6d5b2e5da5b93655ebc80402e02243dc0e56ba4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the middle of Barcelona's central Eixample district, near to the trade fai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="213.86" OriginalAmount="207.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389731" Longitude="2.17993" StarRating="4" HotelCode="24883|704687" HotelName="Catalonia Born" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rec Comtal 16-18, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/3a/ea3a94073cdde79e116a58e2bf176d69c2edbf4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally situated directly near to the Arco del Triunfo and the Picasso Museum. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="214.89" OriginalAmount="208.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38381228879" Longitude="2.1782970428467" StarRating="3" HotelCode="18012|000240" HotelName="Hotel Suizo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Ángel 12, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/af/17af316b18b62bbe1138c835992565ecae2e1e95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is to be found in the gothic quarter at the heart of Barcelona, close to the cathedral an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="215.64" OriginalAmount="209.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385978" Longitude="2.15142" StarRating="4" HotelCode="30223|602499" HotelName="Zenit Borell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Comte Borrell 208, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/12/d6125f09c77f41e9297c2bee68b6a710352a8de9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the financial centre of the city of Barcelona along Avenida R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="217.73" OriginalAmount="211.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38312" Longitude="2.1635229999999" StarRating="3" HotelCode="38705|704669" HotelName="BCN Urban Hotels Gran Ronda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de San Antonio 49, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/e6/d4e630bedaa765ecc1842c79ff56319a0ba8ef42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Barcelona, only a few minute's walk from Plaza Cataluña a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="219.20" OriginalAmount="212.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386857" Longitude="2.159209" StarRating="4" HotelCode="75453|802854" HotelName="Aparthotel Aramunt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Muntaner 60, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/4b/ad4b9a1d93b08f44e899673d8703ff62f7d79937.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These apartments enjoy a great location on the left side of the Esquerra del Eixample district. They...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="219.20" OriginalAmount="212.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.404281778108" Longitude="2.1515943109989" StarRating="4" HotelCode="190678|923460" HotelName="Apartments Gran de Gràcia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran de Gràcia 205, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/e6/06e61e5637b20e7b9d42dd65a0cf0cbf5052ce15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="222.78" OriginalAmount="216.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398202885905" Longitude="2.1494523993883" StarRating="4" HotelCode="14464|704744" HotelName="Mariano Cubi Aparthotel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Marià Cubi 62-64, Sarrià-St. Gervasi, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/d8/bed86bc2bdbf80afa069b1f887c7ae46d0628b61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located close to Balmes Street, the shopping and business centre, only a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="222.78" OriginalAmount="216.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.374737492754" Longitude="2.1609431505203" StarRating="4" HotelCode="30127|606359" HotelName="Hotel Concordia Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Paral·lel 115, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/70/dd7092cfe226cc7303819c1c04a176bfc23cbbe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing, hotel is located directly near to the Plaza de España, close to the Congress Palace ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="224.34" OriginalAmount="217.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379080390463" Longitude="2.1561329656761" StarRating="4" HotelCode="312510|064440" HotelName="TWO Hotel Barcelona by Axel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calabria 90-92, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fc/abfc0a64b2c709e56c8c303a2172b2a3ecad2dcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="224.56" OriginalAmount="218.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397926" Longitude="2.192201" StarRating="3" HotelCode="172668|779182" HotelName="NH Barcelona Diagonal Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Àlaba 94-96, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/44/01448ae168c6e5469518461228f18d34fb85f877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the groundbreaking technological 22nd district of Barcelona, very close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="225.85" OriginalAmount="219.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.377160616218" Longitude="2.1380127389261" StarRating="4" HotelCode="150174|214140" HotelName="Cosmo Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de San Antoni 30, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/73/1e73c508e991dfaec08e7ae14b7ed561078a8bad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="230.17" OriginalAmount="223.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387824225558" Longitude="2.1532007786288" StarRating="3" HotelCode="142338|802853" HotelName="Villarroel Barcelona Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen,Lounge,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Villarroel 163, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ef/03efbadb283daa015e323575cee4dd5f170ccf18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Eixample, one of the city's most prestigious areas, the apartments are near...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="232.57" OriginalAmount="225.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383023401356" Longitude="2.1700613200664" StarRating="4" HotelCode="200893|636417" HotelName="Silken Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pintor Fortuny 13, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/71/1671220445ba9552e3bf0eed10e642ee8ca61f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right by the Ramblas, the most famous street in Barcelona. It is situated in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="232.57" OriginalAmount="225.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.372803224161" Longitude="2.1721118688583" StarRating="4" HotelCode="168270|781244" HotelName="Grums" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City 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,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Palaudaries 26, Barcelona 08004</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/b8/d6b8af0b321d625f3d4f95d379df62c720db5712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street within walking distance of Avenida del Parallel. Las Ramblas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="233.21" OriginalAmount="226.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383361497143" Longitude="2.1793659031391" StarRating="4" HotelCode="13924|450783" HotelName="Hotel Exe Laietana Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 17, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f7/acf7a98820d8240db7a4f5a2319d0ec9cccc19d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a privileged location in the Gothic quarter, close to the Roman wall and the old t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="233.86" OriginalAmount="227.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379991529334" Longitude="2.1728508174419" StarRating="4" HotelCode="30629|694279" HotelName="España" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Pau 9-11, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9b/139b99a8c8f0eea629b54a6c09dd48b424aca117.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the commercial, historical and artistic centre, next to the Gran Teatre del ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="235.74" OriginalAmount="228.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379368634705" Longitude="2.1761123836041" StarRating="3" HotelCode="29520|704692" HotelName="Barcelona House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Escudellers 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/38/fc384ab8372fa346910b3460eaeb4c7dc293f75f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Las Ramblas and Plaza Reial, in the old quarter of Barcelona. It is a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="236.57" OriginalAmount="229.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381411193735" Longitude="2.1740128478505" StarRating="4" HotelCode="365860|704594" HotelName="Petit Palace Boquería Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Boqueria 10, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/04/ac049f24d49009793d16a3339900a1358e5d8c6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist and shopping centre of Barcelona, in the gothic quarter, close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="238.40" OriginalAmount="231.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38370260986" Longitude="2.1851406991482" StarRating="2" HotelCode="17236|000235" HotelName="Santa Marta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Castaños 14, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/69/766917d4fad508153facef4296a6a7f848416e11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is ideally situated near to the Ciudadela Parks. Las Ramblas as well as Barrio Go...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="241.13" OriginalAmount="234.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.402465168259" Longitude="2.1609979564487" StarRating="4" HotelCode="311327|950456" HotelName="Barcelona Apartment Milà" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mila i Fontanals 55, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/e6/06e61e5637b20e7b9d42dd65a0cf0cbf5052ce15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="241.43" OriginalAmount="234.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39754648" Longitude="2.18408047" StarRating="3" HotelCode="611815|449695" HotelName="Cosmo Apartments Marina Auditori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Ausies March 136, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/73/0e7367ba27b2b223641e1cb7ecd0dc97c7549693.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="242.38" OriginalAmount="235.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391828412053" Longitude="2.157366424799" StarRating="4" HotelCode="29363|600043" HotelName="Hotel América Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Provença 195, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d982e367229be244aad5b949b3228870e6e0163f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is ideally situated close to the city centre. Countless shopping and entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="242.72" OriginalAmount="235.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384604" Longitude="2.156918" StarRating="4" HotelCode="261878|214110" HotelName="Cosmo Apartments Consell de Cent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" HotelFacility="Air Conditioning,Bar,Central Heating,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Consell de Cent 207, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/34/0e34f1d871f73de515ce0f1372db67c5d14fdd34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="246.99" OriginalAmount="239.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388827135095" Longitude="2.1652936935425" StarRating="4" HotelCode="60920|704666" HotelName="Petit Palace Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputación 250, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/01/1a016a3ba99bb1619cf4098280c8dcaade19e564.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is centrally located in the business area of the city, next to the Gran Vía de las...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="248.44" OriginalAmount="241.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391866140936" Longitude="2.1568393707275" StarRating="4" HotelCode="55113|615664" HotelName="Hotel Granados 83" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Enric Granados 83, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ba/dcbab4e1a3f8334741c81015894569c83bfd45d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the colourful city of Barcelona, directly beside one of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="249.31" OriginalAmount="242.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.400612110963" Longitude="2.1786618232727" StarRating="4" HotelCode="38617|603236" HotelName="Eurostars Monumental" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Consell De Cent 498-500, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/fb/9cfb4b76a66eb5e994374f51d08dc75247932780.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the tourist centre of Barcelona. Consequently, it is an ideal startin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="249.51" OriginalAmount="242.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39357599089" Longitude="2.1686142683029" StarRating="4" HotelCode="318133|704774" HotelName="Catalonia Eixample 1864" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 60, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/0e/250e9529c81287ee80851de53cb3e7f849ebef88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of the city close to Paseo de Gracia and the Plaza de Cata...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="252.63" OriginalAmount="245.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.375525507838" Longitude="2.1247380171793" StarRating="3" HotelCode="576821|356909" HotelName="Arya by Ona Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sants 383, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/50/28507ebe924a0271c1dbc252fe66e2a2ceb900a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in Barcelona, about 10 km from Barcelona (BCN) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="253.97" OriginalAmount="246.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.36553126044" Longitude="2.1306824282417" StarRating="4" HotelCode="103438|655307" HotelName="Eurostars Lex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Buenos Aires 49-51, 08902 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/f1/1ef1ac4ac23af79e389d3dbe793223fff8b62d13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Barcelona's City of Justice, the facilities of Fira de Barcelona in L'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="256.23" OriginalAmount="248.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396303597748" Longitude="2.1660403886328" StarRating="4" HotelCode="63694|081885" HotelName="Room Mate Carla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 288, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/b7/2fb75e6954be25f31139babdc7c0ecc1a46587f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Barcelona's city centre, this hotel is ideally located close to Gaudi's most famous buil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="256.63" OriginalAmount="249.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3981075" Longitude="2.16488153" StarRating="4" HotelCode="937554|A4B456" HotelName="Occidental Diagonal 414" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 414, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/8e/858ee9d9382fe15c1ff6db7220bdcb870d1251b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="266.66" OriginalAmount="258.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386001803768" Longitude="2.1658462285996" StarRating="3" HotelCode="27902|604595" HotelName="Jazz Hotel" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 3, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/3d/f93dd7e1c3bbed80c0ad52a7db8af4caa5af39ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in an ideal location to explore Barcelona’s numerous attractions. It is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="267.33" OriginalAmount="259.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383182" Longitude="2.160364" StarRating="4" HotelCode="213746|115168" HotelName="Catalonia Gran Via BCN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 550, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4a/984a55b67ec40da1072b6e33f7cfa8a47fe34fe6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="267.65" OriginalAmount="259.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387358427536" Longitude="2.1605103750776" StarRating="4" HotelCode="37196|682398" HotelName="Axel Hotel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aribau 33, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/6b/f56bac040cb27641d677e6a2f127e31be65fb032.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, which is particularly popular with the gay community, is located at the heart of Barcelo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="270.35" OriginalAmount="262.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3936491" Longitude="2.1647232" StarRating="4" HotelCode="154463|923478" HotelName="Barcelona Apartments Val" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>València 284, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/28/7128a852e1c8236245710554c21f151538457028.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="270.67" OriginalAmount="262.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39284297" Longitude="2.16549902" StarRating="4" HotelCode="438539|177562" HotelName="Room Mate Anna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Aragó 271, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/0b/a90b6f30ae5497324b7d4392251aac15584f8813.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="281.39" OriginalAmount="273.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37819226331" Longitude="2.1786443889141" StarRating="4" HotelCode="61647|612261" HotelName="Hotel Medinaceli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Duc de Medinaceli 8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/92/24920f349dc1645b915b9ad760ea88bb13edf7de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Barcelona's old town, this historic hotel is situated in the Barri Gòtic near to Las Ramb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="283.37" OriginalAmount="275.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388823230655" Longitude="2.1361199175385" StarRating="4" HotelCode="63299|692621" HotelName="NH Collection Barcelona Constanza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Deu i Mata 69-99, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e5/bee59518bd24d77c663a2e51066b47e191945cf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between Avenida Diagonal and Calle Numancia, right in the heart of the Catalon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="284.95" OriginalAmount="276.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391610087159" Longitude="2.1593070030212" StarRating="4" HotelCode="55749|623701" HotelName="Barcelona Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Balmes 103, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/80/0b80a60368ad4f97288eaac557ef0a7d0a917bfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Barcelona at the crossroads of Calle Balmes and Calle Mallorca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="287.82" OriginalAmount="279.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389158" Longitude="2.156378" StarRating="3" HotelCode="439455|135718" HotelName="The Corner Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 178, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/26/a62631e08f7ef0de1c246358e79473279ded9009.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="292.28" OriginalAmount="283.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390027126028" Longitude="2.1422639093607" StarRating="4" HotelCode="37352|451227" HotelName="Gran Derby Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Loreto 28, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/b6/a4b6c5dcded5659a2ff4102171a6baaaaf0fd146.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the upper part of Avenida Diagonal and surrounded by other broad avenues, this is the ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="292.28" OriginalAmount="283.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394277951473" Longitude="2.1618026061516" StarRating="4" HotelCode="141647|925108" HotelName="Suites Avenue Luxe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 83, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/62/3462ef22471c9653ff1751eac84cb765eac8a067.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Passeig de Gràcia, in the heart of Barcelona. It is situated in f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="295.75" OriginalAmount="287.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387643712142" Longitude="2.1718762110788" StarRating="3" HotelCode="915469|784015" HotelName="Room Mate Pau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Fontanella 7, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/eb/adebdbf0652c1b6552bd137ecd2433cf11eb4ed4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="295.93" OriginalAmount="287.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.402690407332" Longitude="2.2121787071228" StarRating="4" HotelCode="32984|966648" HotelName="Occidental Atenea Mar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,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>Paseo García Faria 37-47, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/de/9fde7796696b375be09412f96489bded6f286e26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to the sea, next to the entrance to the Nova Mar Bella section of the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="309.65" OriginalAmount="300.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391629030535" Longitude="2.1761349300594" StarRating="4" HotelCode="547339|177563" HotelName="Room Mate Gerard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Ausiàs March 34, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/2f/7c2f44f1ce4b1cb807e02d9349210242cb696381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="314.94" OriginalAmount="305.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398053652247" Longitude="2.1581218275931" StarRating="5" HotelCode="34881|606585" HotelName="Casa Fuster" 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,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 132, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/95/a79552131c90fd07efd77cf1cef0d0085cf6e969.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated in a central and attractive quarter of Barcelona. Scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="335.48" OriginalAmount="325.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.395051" Longitude="2.159382" StarRating="4" HotelCode="22683|500006" HotelName="Gallery" Meals="ROOM ONLY" BedType="ROOM ONLY" 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,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 249, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/ec/31ecaf572031a01e1edf13a13056e783a9c356e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies in the business district between the Rambla de Cataluña and Paseo de Gracia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="336.12" OriginalAmount="326.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380853969394" Longitude="2.1773699521495" StarRating="4" HotelCode="267001|974339" HotelName="Arai Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Avinyó 30, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/4c/194c6dc9689ddca6c7c6a62eeb5783ff48610a8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="336.83" OriginalAmount="327.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.399044794135" Longitude="2.2021633386612" StarRating="4" HotelCode="73981|646137" HotelName="Hotel ILUNION Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ramón Turró 196-198, Esquina Calle Llacuna, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/2e/ce2eea05b2a5998dc5e6a6b80ea9a7b5e900a982.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the triangle formed by the Forum area, the Olympic port and Plaza de las Gl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="340.17" OriginalAmount="330.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398020294026" Longitude="2.1581852110278" StarRating="4" HotelCode="167328|691988" HotelName="Suites Center Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 128, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/6a/936a35c70e29355f1c05a462e964b439c2fc3475.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Eixample, in the centre of Barcelona, only 20 m from the modernist Casa Fus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="346.64" OriginalAmount="336.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389222" Longitude="2.172522" StarRating="4" HotelCode="213648|908055" HotelName="H10 Urquinaona Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Placa Urquinaona 2, Barcelona Centro, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/45/cb4547f3b3f69aaf17e2f50e2db3417f75109708.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Urquinaona metro station, juste 1600 m from the the Sagrada Familia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="352.41" OriginalAmount="342.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382174129188" Longitude="2.1730908751488" StarRating="3" HotelCode="143706|449026" HotelName="Ciutat Vella Apartaments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer D'en Roca 8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/08/62/086209d9fad9407c99c49779a868c7c775e4bda7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the Gothic Quarter, this apartment hotel is close to Las Ramblas and the main c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="365.35" OriginalAmount="354.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384378792612" Longitude="2.178440541029" StarRating="3" HotelCode="50625|908089" HotelName="H10 Montcada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 24, Barrio Gótico, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/d7/ead715c873134cfb61754af4dc2f025ac5e65cb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in Barcelona's tourist centre. Numerous shopping venues, restaurants, li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="369.02" OriginalAmount="358.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391006923732" Longitude="2.1714465423279" StarRating="4" HotelCode="60827|704507" HotelName="ICON BCN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Roger de Llúria, 21, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ca/6dcaa2a91d2e489bed61e58bcbfbde0944922c5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the main commercial and business areas, directly in the centre of Barcelona...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="388.96" OriginalAmount="377.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390514879368" Longitude="2.1725670926423" StarRating="4" HotelCode="376096|104979" HotelName="Negresco Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 16-18, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/af/7eaf851e5d6768bdaab0954e0c18b35b53dfcf9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is about 3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="392.08" OriginalAmount="380.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38610448" Longitude="2.17453872" StarRating="4" HotelCode="452038|148259" HotelName="Catalonia Magdalenes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Magdalenes 13 -15, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/71/86718c1749061a94dae84adefde1b8218773e9aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="420.15" OriginalAmount="407.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394352677515" Longitude="2.1652212738991" StarRating="5" HotelCode="47518|451225" HotelName="Claris Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 150, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/e8/53e8f60f5bcec1c8e128bd5d8ea2de6801ae5eab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious design hotel is located directly in the centre of Barcelona, near the Passeig de Grac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="447.76" OriginalAmount="434.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389300023999" Longitude="2.166201621294" StarRating="4" HotelCode="32437|797477" HotelName="NH Collection Barcelona Gran Hotel Calderón" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 26, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/66/9466dfa69c14fb0c0b9dad80c093417899ce4ef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Plaza de Cataluña in Barcelona's business district. There are shops, boutiqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="456.29" OriginalAmount="443.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393387065003" Longitude="2.1460522824843" StarRating="4" HotelCode="30784|500755" HotelName="Vincci Mae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 596, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f1/abf124efd4ee5bc9ce271cf720e22abceec030cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Avenida Diagonal at the heart of Barcelona's tourist centre. Numerous shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="465.60" OriginalAmount="452.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389562" Longitude="2.1747319999999" StarRating="4" HotelCode="295435|838162" HotelName="Vincci Gala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 32, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/71/e971893bc83b23d1548baf5c1a40283eda5b24ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the Urquinaona metro station, 2 minutes' walk from Plaça Catalunya Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="495.22" OriginalAmount="480.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383508430172" Longitude="2.1710988395421" StarRating="4" HotelCode="36923|612508" HotelName="Hotel 1898" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 109, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/1a/e01a984af53396b83ea6744c3d21d725f6a59ff4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated on Las Ramblas in the centre of Barcelona. Links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="499.07" OriginalAmount="484.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393772175564" Longitude="2.1621863543987" StarRating="4" HotelCode="47698|500600" HotelName="Condes de Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 73-75, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b7/a5b72dda30c76e8b523347ff0f20a1ab4d3b1848.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location in Paseo de Gracia, in the heart of Modernist Barcelona and faci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="577.25" OriginalAmount="560.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382752466645" Longitude="2.1714753278537" StarRating="5" HotelCode="167326|693772" HotelName="Hotel Bagués" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 105, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/aa/afaaac496fbdac7eba52447d9b34cb95aded0754.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Gothic Quarter, the hotel is a 5-minute walk from Barcelona Cathedral. Just 300 m aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="610.40" OriginalAmount="592.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396190257035" Longitude="2.1634951222852" StarRating="5" HotelCode="526452|180719" HotelName="The One Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Boutique,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Provença 277, Barcelona Centro, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/1e/091e17e5d4745d921fc1e71d760013edfb795639.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With an exceptional location in the city's most exclusive district, The complex is a new hotel with ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="909.58" OriginalAmount="883.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391162756583" Longitude="2.1844021794986" StarRating="2" HotelCode="384723|A34159" HotelName="Arc House Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Buenaventura Muños 16, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/92/f3926de52fbbca6ee76ce194ff4846af0596b376.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1031.10" OriginalAmount="1001.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391553745132" Longitude="2.1779724955559" StarRating="4" HotelCode="49084|765534" HotelName="NH Collection Barcelona Pódium" 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,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bailén 4-6, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ec/70eca49da8c435c4f1b570e11bb57cf7b0c5c778.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city and conference hotel is located at the heart of Barcelona between the Plaza Catal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1038.38" OriginalAmount="1008.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390586422843" Longitude="2.1645024008776" StarRating="4" HotelCode="552017|214222" HotelName="Cosmo Apartments Rambla Catalunya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 46, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/7d/437d5ad91ef126e62adea26a2655993daaf2992c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1066.29" OriginalAmount="1035.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393867" Longitude="2.162225" StarRating="5" HotelCode="440529|165229" HotelName="Monument Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 75, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/fa/ddfae2605955b48213a2d06ed8fdd9ebb4342523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1249.76" OriginalAmount="1213.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.408220806403" Longitude="2.2118313610554" StarRating="4" HotelCode="25009|602502" HotelName="Vincci Maritimo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business 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>Calle Llull 340, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/91/7d91375c5fb0f6f9eb76cb2eb0786de177fc1bec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is superbly located, close to the city centre. Barcelona's beautiful sandy beach i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1250.78" OriginalAmount="1214.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393455" Longitude="2.163887" StarRating="5" HotelCode="14339|704653" HotelName="Majestic Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig De Gracia 68, L'Eixample, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/1c/601c9e598774d93c26a0c9a94a191092f8bf0fcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in close proximity to one of the city's main streets, the Paseo de Gracia, in the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1274.26" OriginalAmount="1237.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.41158" Longitude="2.21188" StarRating="4" HotelCode="185340|769345" HotelName="Vincci Bit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Josep Plà 69, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/fc/c5fc23fad866ffe7558d0b6e80dfa4f7904c32a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 10 minutes' walk from Mar Bella beach. There are a number of bars, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2088.32" OriginalAmount="2027.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379691719976" Longitude="2.142498986168" StarRating="4" HotelCode="26714|602182" HotelName="Nobu Hotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Roma 2-4, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/7a/7aa3a6399f01a8c5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated next to the exhibition centre, close to the main train station. Variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4009.93" OriginalAmount="3893.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.405453" Longitude="2.212218" StarRating="4" HotelCode="25134|688429" HotelName="Attica 21 Barcelona Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Provencals 10, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/88/b4883b4ba0b16456a4deee6dc08989d7a9dd95fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the new Diagonal Mar district of Barcelona, 20 to 25 minutes from the city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4455.48" OriginalAmount="4325.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38227166243" Longitude="2.1806209914016" StarRating="4" HotelCode="140660|668566" HotelName="Hotel Colonial Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía Laietana 3, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/87/8287e3fc2f206d2d989e367a99fb33f8592574f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Gothic quarter, next to Ramblas, Plaza Cataluña and Paseo Maritimo. Barc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4455.48" OriginalAmount="4325.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383153149718" Longitude="2.1778130932541" StarRating="4" HotelCode="12918|002909" HotelName="Gran Hotel Barcino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Jaume I 6, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/ec/f3ec5f16cb5db91a253c6b0a891cc974de3923be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is located in Barcelona's gothic quarter in the heart of the city. Numerou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4455.48" OriginalAmount="4325.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383872080952" Longitude="2.1846735190144" StarRating="4" HotelCode="208127|789094" HotelName="Ciutadella Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Marqués de l´Argentera 4, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/27/7c27c34f7de9d699a010d6668d56d6f1623c8575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an ideal central setting within 300 metres of Santa María del Mar Church, Ciutadella P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4455.48" OriginalAmount="4325.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382066" Longitude="2.176392" StarRating="3" HotelCode="16725|000230" HotelName="Hotel Gargallo Rialto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Ferran 40-42, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/40/19/4019e6d516601b30a568398ee07faeb03da6450b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular and historical city hotel lies in the centre of the beautiful old town of Barcelona. Sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4455.48" OriginalAmount="4325.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383497" Longitude="2.178289" StarRating="4" HotelCode="12897|000196" HotelName="Hotel Gótico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Jaume I 14, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/16/da16608b936198846a86ef7813a7c2054a8dde92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the old town. Countless shops, restaurants, bars, pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Kitchen,Restaurant,Internet,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service,Diet Meals,Massage Centre,Wheelchair Access,Jacuzzi,Sauna,Bicycle Rental,Lounge,Spa,Swimming Pool,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Boutique,Business Centre,Housekeeping,Meeting Room,Parking,Pets allowed,Printer,Valet Parking,Wake-up Call Service,Golf,Heated Pool</BasicAmenities>
    <HotelRating>4,3,2,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>APARTMENT,CITY HOTEL,APARTMENT HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HOTEL DE CHARME,BEACH HOTEL,SPA HOTEL,HISTORIC HOTEL,HOTEL,AIRPORT 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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|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="5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="24075" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-10T00:00:00" End="2026-06-11T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" 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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|RestelSearch|Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index|System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at HotelSources.Restel.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Restel\Restel.cs:line 544|Restel|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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|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>5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6</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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|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="5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="24075" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-10T00:00:00" End="2026-06-11T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" 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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|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>5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6</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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|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="5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="24075" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-10T00:00:00" End="2026-06-11T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="25682|704563" SourceId="34" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" 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 877|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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|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="5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6" TimeStamp="0001-01-01T00:00:00" HotelName="Ramblas Barcelona" HotelCode="|704563" StarRating="3" GTCityId="24075" CountryCode="ES" CityName="BARCELONA" CountryName="Spain" Address="LA RAMBLA, 33" PhoneNo="+34933015700" Email="info@ramblashoteles.com" CheckInTime="13:30" CheckOutTime="12:00" Latitude="41.379021" Longitude="2.174801" SourceId="34" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed and Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: TWIN ROOM SINGLE USE" RoomTypeCode="SG#1#JM#136.07#0#BB#OK#20260610#20260611#LB#1-0#P0H|BB|ESP|STD|1497|0#ES#69A11673AAFFD1A7EEEA60947311107F8C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#076761#|34|MTM2LjA3fExCfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="136" TotalPrice="140.15" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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 /></RoomType><RoomType BoardBasis="Room 1: Bed and Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE SINGLE USE" RoomTypeCode="SG#1#JM#136.07#0#BB#OK#20260610#20260611#LB#1-0#QJT|BB|ESP|STD|1497|0#ES#69A11673AAFFD1A7EEEA60947311107F8C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#076761#|34|MTM2LjA3fExCfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="136" TotalPrice="140.15" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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 /></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/9e/7f/9e7f52eebff67582f16c15b66e033ce8c98c0a5b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d4/c4/d4c431a8c878f8e3fd6aaabf634edd02c69df953.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a3/76/a376745ff46edf14c9c6f79a01a76f63a04e167c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/65/5a/655a7d7bc9cc51ac66982176814ccdbc36c547cd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2e/66/2e666e958d5d02a53068418508c9a283cc73d47e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/37/43/3743853fb07754bde52f0804d9138a151050bdfa.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/54/51/5451a9dd5cb17fa4fcccde68ffd32fd2467653cf.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f3/8f/f38f852f674299c10701cfc56c09f6ddee342b26.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ec/33/ec33fbac9925c6d660af29705a3f1060be176e81.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e5/08/e508de59fb93b2a4bd1f7c304975a9684af210ca.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d9/e1/d9e170d99da044d7978972c12ba789514dd2730d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/31/d1/31d12e67c0a47848fafb8426ab987a461e7109ed.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d3/71/d371a0ff7493010898a7003a42859241f494ba04.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3d/9c/3d9c9a4c81b0fb4850415bd9e35c5b21a5c4b78e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/13/0f/130f792ac261d3bd135c002c69e10c4925d61c05.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/35/a5/35a5436b056175df826a02189f5c0d6a3b1b202a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b9/e4/b9e4e3470cc25876171c0f7cbd8bc604296b3f4f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/48/cd/48cdce56c7ffd5d04bddcc352b0fbdd3714beb02.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/95/8b/958b30648c47b79eb34073c652d6c24c05395634.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/59/1e/591e5f9ad30e5b789c1b0415ec1e4dfc65e6c3e6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/88/8f/888f623bba53ad228da2d6a78400c2eb5d312fed.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/02/67/0267b5a3b9aa6a44d730dd37a5425ec50b7298fe.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/db/59/db590f3ca3c2dd29638ed75b8284c34d08b07414.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f7/90/f790cf64d8627d93e7b773e148eade51129e9b8d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1a/79/1a798681d6fd676cbaf5494cbf91cdc5a6a9e526.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/12/2b/122beab75850f0accc002ef4b9907cb17b1efb40.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d9/bd/d9bdf3ec3518e640d517fb03cb652a30b8d271f9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ba/6b/ba6bd8f554dd48493285a13ecda7aba5b134c1b0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/40/69/4069ca5c4f3d4c230955bdf37f3d78a692c999e2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3c/86/3c867b49cc31089618f373ee675a50030764a020.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/73/45/73459b4a120f651ce818274b20c61b5c6e32fbc4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fb/e9/fbe9155a16f91c0149fd3131a7117581e1d087a4.jpeg" /></Images><HotelDescription>Our exclusive Ramblas Hotel will provide you with excellent services during your stay and all the tourist information you may need. In addition, it is located in one of the most interesting areas in terms of gastronomy and nightlife. At the Ramblas Hotel you can always keep in touch with our free Internet connectionAnd you can enjoy great moments in our bar-cafeteria with a modernist design that you will love. Rest in our rooms with top quality services. The rooms at the Ramblas Hotel Barcelona are equipped with free Wi-Fi, a desk, a TV, a wardrobe, air conditioning and a complete bathroom.</HotelDescription><Facilities><HotelFacilities><Type>Air Conditioned</Type><Description>Air Conditioned</Description><Value /></HotelFacilities><HotelFacilities><Type>Safe Box</Type><Description>Safe Box</Description><Value /></HotelFacilities><HotelFacilities><Type>Elevator</Type><Description>Elevator</Description><Value /></HotelFacilities><HotelFacilities><Type>Pay Parking</Type><Description>Pay Parking</Description><Value /></HotelFacilities><HotelFacilities><Type>Partial Room Service</Type><Description>Partial Room Service</Description><Value /></HotelFacilities><HotelFacilities><Type>Laundry Service</Type><Description>Laundry Service</Description><Value /></HotelFacilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|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="5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6">
  <Rooms>
    <Room RoomType="Room 1: TWIN ROOM SINGLE USE" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|704563" SourceId="34" RoomTypeCode="SG#1#JM#136.07#0#BB#OK#20260610#20260611#LB#1-0#P0H|BB|ESP|STD|1497|0#ES#69A11673AAFFD1A7EEEA60947311107F8C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#076761#|34|MTM2LjA3fExCfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-06-10T00:00:00" End="2026-06-11T00: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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|RestelBlock|successfully done supplier prebooking||Restel|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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="140.15" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>0.00</TotalAmount>
  <TraceId>5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6</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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|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="5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6">
  <Rooms>
    <Room RoomType="Room 1: TWIN ROOM SINGLE USE" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|704563" SourceId="34" RoomTypeCode="SG#1#JM#136.07#0#BB#OK#20260610#20260611#LB#1-0#P0H|BB|ESP|STD|1497|0#ES#69A11673AAFFD1A7EEEA60947311107F8C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#076761#|34|MTM2LjA3fExCfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-06-10T00:00:00" End="2026-06-11T00: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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|RestelBlock|successfully done supplier prebooking||Restel|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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|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="5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: TWIN ROOM SINGLE USE" BoardBasis="Room 1: Bed and Breakfast" TotalAdult="1" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Trivender" LastName="Singh" DOB="20010326" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="25682|704563" SourceId="34" RoomTypeCode="SG#1#JM#136.07#0#BB#OK#20260610#20260611#LB#1-0#P0H|BB|ESP|STD|1497|0#ES#69A11673AAFFD1A7EEEA60947311107F8C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#076761#|34|MTM2LjA3fExCfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="140.15" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-06-10T00:00:00" End="2026-06-11T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Abcd Complex</Address>
    <AgencyId>13963</AgencyId>
    <AgentId>18061</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.rcf@gmail.com</EmailId>
    <FileBookingId />
    <FirstName>Trivender</FirstName>
    <LastName>Singh</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
261a4d3d-5e40-45b3-8ddc-db20fdcfc5a5|HandlerError|Exception while deserilize request|System.NullReferenceException: Object reference not set to an instance of an object.
   at Handler.HotelHandler.SaveBooking(HotelBookRQ BookRequest) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelHandler\HotelHandler\HotelHandler.cs:line 965
   at Handler.HotelHandler.Book(HotelBookRQ BookRequest) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelHandler\HotelHandler\HotelHandler.cs:line 414
   at Handler.HotelHandler.ProcessRequest(String pRequest) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelHandler\HotelHandler\HotelHandler.cs:line 116 | Request:- <HotelBookRQ EchoToken="Book" TraceId="5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6" EmailId="shikha.rcf@gmail.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c" ><GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" /><AgencyBookingRef>Shikha</AgencyBookingRef><Accommodation SourceId="34" HotelId="25682|704563"  RoomTypeCode="SG#1#JM#136.07#0#BB#OK#20260610#20260611#LB#1-0#P0H|BB|ESP|STD|1497|0#ES#69A11673AAFFD1A7EEEA60947311107F8C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#076761#|34|MTM2LjA3fExCfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="140.15" IsHoldBooking="false"  HoldBy="0" IPAddress="110.227.208.150" /><StayDateRange Start="2026-06-10" End="2026-06-11" /><Rooms><Room RoomType="Room 1: TWIN ROOM SINGLE USE" BoardBasis="Room 1: Bed and Breakfast" TotalAdult="1" TotalChild="0"><Adults><Adult Title="Mr" FirstName="Trivender" LastName="Singh" DOB="20010326" Age="25"/></Adults></Room></Rooms><CustomerAddress><AddressLines><AddressLine></AddressLine></AddressLines><CityName></CityName><PostalCode></PostalCode><Country></Country></CustomerAddress><Remarks>Booking</Remarks><CountryCode_MoneyReceive>75</CountryCode_MoneyReceive><MHLInfo><Address>Abcd Complex</Address><EmailId>shikha.rcf@gmail.com</EmailId><FileBookingId></FileBookingId><Title>Mr</Title><FirstName>Trivender</FirstName><LastName>Singh</LastName><PaymentResponse>No-Payment-Getway</PaymentResponse><PaymentStatusId>0</PaymentStatusId><AgencyId>13963</AgencyId><AgentId>18061</AgentId><DirectClientId>0</DirectClientId><SalesSourceId>24</SalesSourceId><PhoneNo></PhoneNo><PostCode></PostCode><SalesPersonId>96</SalesPersonId><CityCode>7 </CityCode><SupportNo>+44 (0) 20 8569 8080</SupportNo></MHLInfo></HotelBookRQ>||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
5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6|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="5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: TWIN ROOM SINGLE USE" BoardBasis="Room 1: Bed and Breakfast" TotalAdult="1" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Trivender" LastName="Singh" DOB="20010326" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="25682|704563" SourceId="34" RoomTypeCode="SG#1#JM#136.07#0#BB#OK#20260610#20260611#LB#1-0#P0H|BB|ESP|STD|1497|0#ES#69A11673AAFFD1A7EEEA60947311107F8C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#076761#|34|MTM2LjA3fExCfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="140.15" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-06-10T00:00:00" End="2026-06-11T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Abcd Complex</Address>
    <AgencyId>13963</AgencyId>
    <AgentId>18061</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.rcf@gmail.com</EmailId>
    <FileBookingId />
    <FirstName>Trivender</FirstName>
    <LastName>Singh</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
e7d2f889-c94c-415d-ae0c-7e9a4121af76|HandlerError|Exception while deserilize request|System.NullReferenceException: Object reference not set to an instance of an object.
   at Handler.HotelHandler.SaveBooking(HotelBookRQ BookRequest) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelHandler\HotelHandler\HotelHandler.cs:line 965
   at Handler.HotelHandler.Book(HotelBookRQ BookRequest) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelHandler\HotelHandler\HotelHandler.cs:line 414
   at Handler.HotelHandler.ProcessRequest(String pRequest) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelHandler\HotelHandler\HotelHandler.cs:line 116 | Request:- <HotelBookRQ EchoToken="Book" TraceId="5e6bc5e1-7f2c-4296-a3f4-9f5220d81bc6" EmailId="shikha.rcf@gmail.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c" ><GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" /><AgencyBookingRef>Shikha</AgencyBookingRef><Accommodation SourceId="34" HotelId="25682|704563"  RoomTypeCode="SG#1#JM#136.07#0#BB#OK#20260610#20260611#LB#1-0#P0H|BB|ESP|STD|1497|0#ES#69A11673AAFFD1A7EEEA60947311107F8C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#076761#|34|MTM2LjA3fExCfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="140.15" IsHoldBooking="false"  HoldBy="0" IPAddress="110.227.208.150" /><StayDateRange Start="2026-06-10" End="2026-06-11" /><Rooms><Room RoomType="Room 1: TWIN ROOM SINGLE USE" BoardBasis="Room 1: Bed and Breakfast" TotalAdult="1" TotalChild="0"><Adults><Adult Title="Mr" FirstName="Trivender" LastName="Singh" DOB="20010326" Age="25"/></Adults></Room></Rooms><CustomerAddress><AddressLines><AddressLine></AddressLine></AddressLines><CityName></CityName><PostalCode></PostalCode><Country></Country></CustomerAddress><Remarks>Booking</Remarks><CountryCode_MoneyReceive>75</CountryCode_MoneyReceive><MHLInfo><Address>Abcd Complex</Address><EmailId>shikha.rcf@gmail.com</EmailId><FileBookingId></FileBookingId><Title>Mr</Title><FirstName>Trivender</FirstName><LastName>Singh</LastName><PaymentResponse>No-Payment-Getway</PaymentResponse><PaymentStatusId>0</PaymentStatusId><AgencyId>13963</AgencyId><AgentId>18061</AgentId><DirectClientId>0</DirectClientId><SalesSourceId>24</SalesSourceId><PhoneNo></PhoneNo><PostCode></PostCode><SalesPersonId>96</SalesPersonId><CityCode>7 </CityCode><SupportNo>+44 (0) 20 8569 8080</SupportNo></MHLInfo></HotelBookRQ>||False