<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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7b5e55ed-4122-42f3-8dff-5703a597ff59|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="7b5e55ed-4122-42f3-8dff-5703a597ff59">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="53489" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Proglogixinternational" Password="Travelwwd@123" RequestedCurrency="INR" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7b5e55ed-4122-42f3-8dff-5703a597ff59|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7b5e55ed-4122-42f3-8dff-5703a597ff59|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="2025-02-06T12:16:21.9863807+00:00" Version="0" EchoToken="Search" TransactionIdentifier="7b5e55ed-4122-42f3-8dff-5703a597ff59" Currency="INR">
  <HotelStays>
    <HotelStay SourceId="75" TotalAmount="26534.43" OriginalAmount="26014.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.922728140871" Longitude="12.483177781105" StarRating="4" HotelCode="16837|IT011902" HotelName="Best Western Hotel Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taramelli 7, 00197 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20507/a_20507_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the prestigious part of the city known as Parioli. Peacefully located just 10 minutes drive from the centre of the city, this hotel is the perfect place to enjoy a relaxing stay. The nearest public transport links are within easy reach of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="27568.21" OriginalAmount="27027.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.912221972218" Longitude="12.518625855446" StarRating="3" HotelCode="336628|IT000125" HotelName="Mercure Roma Piazza Bologna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 07/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Reggio Calabria 54, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55715/a_55715_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Piazza Bologna, just a few metres from the metro and only five stops from the Colosseum. The hotel is an ideal starting point for tours of the historic centre of Rome. In the immediate vicinity of the hotel guests will find shops, bars, restaurants and links to the public transport network. Tiburtina railway station is just 800 m away and the Villa Borghese gardens are about 3 km. It is around 20 km to Ciampino Airport and Fiumicino Airport is some 50 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="31282.43" OriginalAmount="30669.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.919962" Longitude="12.436117" StarRating="4" HotelCode="117516|IT000135" HotelName="Aparthotel Adagio Rome Vatican" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Damiano Chiesa 8, 00136 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/161348/a_161348_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a green area of Rome, only 2 km from Vatican City. The nearby Balduina Station, on the FM3 line, is just 2 stops from Valle Aurelia Metro Station, on Rome's line A.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="33682.55" OriginalAmount="33022.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.923396692989" Longitude="12.468704581261" StarRating="3" HotelCode="10877|IT011872" HotelName="Best Western Astrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Antonio Sarti 4, 00196 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8151/a_8151_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rome. The nearest airport is Rome - Fiumicino (FCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="35445.12" OriginalAmount="34750.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.881443126075" Longitude="12.518750906853" StarRating="4" HotelCode="92610|IT011964" HotelName="Best Western CineMusic Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/03/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 128, 00182 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/128831/a_128831_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historic centre of Rome, near the San Giovanni in Laterano Basilica (Basilica of St. John Lateran), Piramide Cestia, and Cinecittà offices as well as the headquarters of the European Institute of Design on Via Alcamo (800 m). Thanks to urban trains and subways that stop 500 m and 300 m from the hotel, guests can easily reach all of the most beautiful and famous places in Rome from the hotel, including the Colosseum, St. Peter's Basilica, the Roman Forum and the Spanish Steps. Rome-Ciampino Airport is approximately 11 km away and Leonardo da Vinci-Fiumicino Airport is approximately 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="36830.47" OriginalAmount="36108.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.88095669295" Longitude="12.507972121238" StarRating="3" HotelCode="316823|IT011906" HotelName="Best Western Hotel Piccadilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magna Grecia 122, 00183 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31729/a_31729_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the busy Via Magna Grecia, in the heart of the city centre shopping district on the corner of Piazza Tuscolo. The well-known Basilica of S. Giovanni in Laterano is very close, whilst the Colosseum is not far away. There is easy access to the hotel by car or rail (Termini Railway Station). The airports of Ciampino and Leonardo da Vinci International are about 25 km and 40 km away, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="38154.06" OriginalAmount="37405.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.920728" Longitude="12.513898" StarRating="3" HotelCode="26712|IT000128" HotelName="Mercure Roma Corso Trieste" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gradisca 29, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39179/a_39179_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only 2 km from the historic town centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="38212.02" OriginalAmount="37462.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.867139992362" Longitude="12.471577897668" StarRating="4" HotelCode="95142|IT019292" HotelName="H10 Roma Città" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Amedeo Avogadro 35, Quartiere Marconi, 00146 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/132190/a_132190_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is located off Viale Marconi, on a major commercial street, just a 5-minute walk from Trastevere, one of the most charming neighborhoods, famous for its narrow streets, restaurants and nightlife. Links to the public transport system can be found a short walk from the conference hotel (bus stop 400 m and Basilica San Paolo underground station 1500 m) and the Trastevere train station is around 1000 m away. Many of Rome's main points of interest are close to the hotel, such as the Colosseum (4 km), the Vatican (5 km) and Trevi Fountain (5 km). Ciampino Airport is approximately 25 km from the hotel, while Leonardo da Vinci - Fiumicino International Airport is around 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="41939.53" OriginalAmount="41117.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.906684371535" Longitude="12.501888160863" StarRating="4" HotelCode="70654|IT011912" HotelName="Best Western Hotel Artdeco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 19, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/92983/a_92983_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historic centre of Rome, a few steps from the famous gateway of Porta Pia. It is situated in the heart of the diplomatic, financial and fashion district of the city. Connections to public transport are optimal: the subway station is only 200 m from the hotel and stops of principal city bus lines are close by. It is just a 5-minute drive to central Rome and the city's sights are all nearby: the Trevi Fountain and the Colosseum (700 m), the Spanish Steps (800 m), the Piazza del Popolo (1 km) and the Vatican Museum (1.5 km). Ciampino and Fiumicino Airports are both 45 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="46781.60" OriginalAmount="45864.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.889969" Longitude="12.506761" StarRating="4" HotelCode="16146|IT011903" HotelName="Best Western Hotel President" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="HALF BOARD" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 04/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 173, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19400/a_19400_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is superbly located between the Basilica di San Giovanni in Laterano and the Colosseum. Manzoni underground station is situated directly in front of the hotel. Scores of shops and other entertainment attractions as well as some of the city's unrivalled tourist sights are within walking distance of the hotel or are easily reached on public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="51632.21" OriginalAmount="50619.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.900126607612" Longitude="12.49725991898" StarRating="4" HotelCode="18825|IT011905" HotelName="Best Western Plus Hotel Universo" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="HALF BOARD" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 5/B, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23505/a_23505_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated yet lies right at the heart of the city. Stazione Termini main train station, St. Maria Maggiore and the famous, popular opera house are, for example, only around 2 minutes from the hotel. Further important places and streets, such as the Foro Romano or the Via Veneto are also within excellent range, around 1 km away. The National Museum is around 10 minutes away. Through its central location it is an ideal starting point for extensive shopping tours or sightseeing in the everlasting city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="51681.62" OriginalAmount="50668.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.903177" Longitude="12.501518" StarRating="4" HotelCode="17003|IT011881" HotelName="Best Western Premier Hotel Royal Santina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="HALF BOARD" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 22, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20720/a_20720_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated, deluxe hotel is centrally located near to the main railway station. Copious shops and other entertainment attractions as well as many of the city's unsurpassable tourist sites are easily reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="54990.11" OriginalAmount="53911.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.890112" Longitude="12.498098" StarRating="4" HotelCode="14754|IT000124" HotelName="Mercure Roma Centro Colosseo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Labicana 144, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17303/a_17303_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Rome, 200 m from the Colosseum and from the metro station, not far from the EUR business district and from the major archaeological sites, monuments and museums. Ciampino Airport is approximately 20 km away, while Fiumicino Airport is about 35 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="56906.60" OriginalAmount="55790.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.900472" Longitude="12.493213" StarRating="3" HotelCode="117246|IT042174" HotelName="Luxor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Agostino Depretis 104, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/380614/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="106088.32" OriginalAmount="104008.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.907524976984" Longitude="12.486666559525" StarRating="5" HotelCode="17705|IT000121" HotelName="Sofitel Roma Villa Borghese" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 47, 00187 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21782/a_21782_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service,Central Heating,Laundry,Lounge,Massage Centre,Nightclub,Room Service,Shopping Arcade,Wheelchair Access,Kitchen,Swimming Pool,Jacuzzi,Sauna,Designated Smoking Area,Currency Exchange,Diet Meals,Golf</BasicAmenities>
    <HotelRating>4,3,5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,CONFERENCE HOTEL,HISTORIC HOTEL,ECO HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||True