<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
d727c360-454e-4809-b138-7c7f0f0579f8|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="d727c360-454e-4809-b138-7c7f0f0579f8">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="74076" DestinationId="0" CityId="0" />
    <StayDateRange Start="2024-12-28T00:00:00" End="2024-12-31T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Abba" Password="Leyton74" RequestedCurrency="GBP" ClientNationality="GB" 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
d727c360-454e-4809-b138-7c7f0f0579f8|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d727c360-454e-4809-b138-7c7f0f0579f8|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="2024-12-20T11:35:38.4507511+00:00" Version="0" EchoToken="Search" TransactionIdentifier="d727c360-454e-4809-b138-7c7f0f0579f8" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="1" TotalAmount="184.13" OriginalAmount="178.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994111" Longitude="28.706775" StarRating="5" HotelCode="915595|CAT453600" HotelName="DoubleTree by Hilton Hotel Istanbul - Avcilar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, D-100 Güney Yan Yolu 289, 34325 Avcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/278259/p_278259_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="227.27" OriginalAmount="220.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.935687" Longitude="29.135853" StarRating="5" HotelCode="317086|CAX541500" HotelName="Tango Arjaan by Rotana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Altayçesme Mahallesi, Samanyolu Sokak 23, Maltepe, 34843 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/407915/407915a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="234.65" OriginalAmount="227.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986838140665" Longitude="29.085901284122" StarRating="4.5" HotelCode="263725|CAX111000" HotelName="Hilton Istanbul Kozyatagi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahrayicedit Mahallesi, Batman Sokak 44, Istanbul 34734</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/367272/a_367272_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW), located about 29 km away. Istanbul (IST) Airport is approximately 55 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="239.88" OriginalAmount="232.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.93662952" Longitude="29.13584787" StarRating="5" HotelCode="317076|CAX490900" HotelName="Burgu Arjaan by Rotana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Altaycesme Mahallesi, Samanyolu Sokak 23, Maltepe, 34843 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/407913/407913a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="241.67" OriginalAmount="234.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025270515026" Longitude="29.105438320199" StarRating="4" HotelCode="557127|CBC055300" HotelName="Hilton Garden Inn Istanbul Umraniye" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yamanevler Mahallesi, Haldun Alagas Caddesi 2, Umraniye, 34768 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/673619/a_673619_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="245.72" OriginalAmount="238.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039708827641" Longitude="28.966703791332" StarRating="4.5" HotelCode="320304|CAY230000" HotelName="DoubleTree by Hilton Hotel Istanbul - Piyalepasa" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaptanpasa Mahallesi, Piyalepasa Bulvari 5, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/434048/a_434048_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="248.62" OriginalAmount="241.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.927301706172" Longitude="29.309466776443" StarRating="4" HotelCode="446808|CBC055100" HotelName="Hampton by Hilton Istanbul Kurtkoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Sehir Mahallesi, Millet Caddesi 27, MVK Work Square B Block 3, Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/556587/a_556587_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a safe, a bar and a business centre. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="254.83" OriginalAmount="247.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98286108" Longitude="28.86034065" StarRating="3" HotelCode="429853|CAY230100" HotelName="Hampton By Hilton Istanbul Atakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Atakoy 4 Kisim Cevat, Dursunoglu Caddesi 6, Bakirkoy, 34158 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/540250/a_540250_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Ataturk Airport Istanbul. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="274.39" OriginalAmount="266.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005096729101" Longitude="28.811875622377" StarRating="5" HotelCode="318845|CBA116900" HotelName="Pullman Istanbul Hotel &amp; Convention Center" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Merkez Mahallesi, 1 Asena Sok 15, Bahcelievler, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/432468/a_432468_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="300.46" OriginalAmount="291.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019116932723" Longitude="28.926588892937" StarRating="5" HotelCode="9466|CAH533300" HotelName="Eresin Hotels Topkapi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Millet Caddesi 186, 34104 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/4469/a_4469_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is conveniently located in the old city of Istanbul overlooking the walls that protected the ancient town in Byzantine times. Thanks to the modern tram that stops next to the hotel, the main historical landmarks of Sultanahmet: Saint Sophia Museum, Blue Mosque, Topkapi Palace and Grand Bazaar are just 10 minutes away. The International Airport Atatürk and the CNR Exhibition Fair are only 10 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="310.92" OriginalAmount="301.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97967956" Longitude="28.88668737" StarRating="5" HotelCode="599925|CBC580300" HotelName="Hilton Istanbul Bakirkoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sakizagaci Mahallesi, Kennedy Caddesi 103, 34158 Istanbul, Bakirkoy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/717512/l_717512_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this hotel is ideal for business travellers as well as families.&lt;br/&gt;&lt;b&gt; from 2023-02-08 to 2030-12-31&lt;b&gt;:-This hotel offers a bespoke Family Experience for travellers below the age of 12. Children enjoy a Kids Welcome and a dedicated Kids Breakfast experience. Enjoy your family meals by selecting dishes from the Kids Menu. The hotel has a range of kids amenities available upon request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="311.22" OriginalAmount="302.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05965" Longitude="28.81391" StarRating="5" HotelCode="703677|CBD406200" HotelName="Centro WestSide Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Tasocagi Yolu Caddesi 39/A, 34218 Bagcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5706970</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Marmara. Those wishing to escape the hustle and bustle of daily routine will find peace and tranquillity at this establishment. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="318.73" OriginalAmount="309.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02634" Longitude="28.9208" StarRating="5" HotelCode="573009|CBC548800" HotelName="DoubleTree by Hilton Istanbul Topkapi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Orta Mahalle, Anit Sokak 1, 34040 Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/690146/a_690146_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="343.18" OriginalAmount="333.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003609506027" Longitude="28.974739909172" StarRating="5" HotelCode="12157|CAG741400" HotelName="Eresin Hotels Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Caddesi 40, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12166/a_12166_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the tourist centre, close to the sea. Restaurants, bars and links to the transport network can easily be reached on foot (all lie about 500 m away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="351.02" OriginalAmount="340.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988516" Longitude="29.021021" StarRating="5" HotelCode="165537|CAR208300" HotelName="DoubleTree by Hilton Hotel Istanbul - Moda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mahallesi, Albay Faik Sözdener Caddesi 31, Moda Kadikoy District, 34710 Istanbul - Asian side, Turkey</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/232224/a_232224_M2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Istanbul, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="356.37" OriginalAmount="345.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05965" Longitude="28.81391" StarRating="5" HotelCode="703683|CBD406300" HotelName="Westside Arjaan by Rotana Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Tasocagi Yolu Caddesi 39/A, 34218 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/631078/631078a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Marmara. This cosy accommodation guarantees a quiet stay as it counts with just 1 rooms. There is no 24-hour reception. This property does not accept pets. &lt;br/&gt;&lt;b&gt;​Cleaning Arrangements from 2022-04-05 to 2030-12-31&lt;b&gt;:-The hotel no longer provide free daily housekeeping service. This can be requested by the guest in advance at cost of 30.00 Euros.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="367.37" OriginalAmount="356.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051095793068" Longitude="28.987357020378" StarRating="5" HotelCode="65221|CAK363100" HotelName="Ramada Plaza By Wyndham Istanbul City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi 63, 34373 Sisli-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84065/a_84065_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is less than 2 km from Taksim Square, a few steps from the Osmanbey metro station, and within walking distance from Istanbul Military Museum and Istanbul Convention &amp;amp; Exhibition Center.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="396.63" OriginalAmount="385.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058492968135" Longitude="28.979532581675" StarRating="5" HotelCode="263724|CAT628000" HotelName="Hilton Istanbul Bomonti Hotel &amp; Conference Center" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Silahsor Caddesi 42, Bomonti-Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/367271/a_367271_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.&lt;br/&gt;&lt;b&gt; from 2023-02-08 to 2030-12-31&lt;b&gt;:-This hotel offers a bespoke Family Experience for travellers below the age of 12. Children enjoy a Kids Welcome and a dedicated Kids Breakfast experience. Enjoy your family meals by selecting dishes from the Kids Menu. The hotel has a range of kids amenities available upon request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="397.28" OriginalAmount="385.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03621616" Longitude="28.98502483" StarRating="4" HotelCode="75240|CAQ021400" HotelName="CVK Taksim Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 11, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102470/a_102470_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated for those seeking a central location, the city hotel is on the edge of Taksim Square, one of Istanbul's most famous landmarks. The Beyoglu district with its' lively nightlife, restaurants, bars, shops and cultural centres is a couple of minutes’ walk and guests will find links to the public transport network in the immediate vicinity. Cicek Passage is a 10-minute walk, Galata Tower is 20 minutes on foot and the Blue Mosque, Topkapi Palace and Hagia Sofia are all around 4 km away. Ataturk Airport is approximately 21 km from the design hotel and Sabiha Gokcen airport is roughly 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="402.81" OriginalAmount="391.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.10899" Longitude="29.023" StarRating="5" HotelCode="72623|CAY369800" HotelName="Hilton Istanbul Maslak" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Üçyol Mevkii, Büyükdere Caddesi 233, Maslak, Sariyer, 34485 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/98159/a_98159_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has set an unmatched standard for luxury in the heart of business and entertainment district of Istanbul. It is the only international chain hotel in the business neighborhood, a home away from home for travellers, celebrities and global business leaders who appreciate it's luxurious style, personal attention and superb location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="429.63" OriginalAmount="417.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009264816629" Longitude="28.960333764553" StarRating="5" HotelCode="165538|CAR539900" HotelName="DoubleTree by Hilton Hotel Istanbul - Old Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 31, 34130 Istanbul, Beyazit</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/232225/a_232225_AK2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="443.66" OriginalAmount="430.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047171601646" Longitude="29.00937795639" StarRating="5" HotelCode="43549|CAH533000" HotelName="Conrad Istanbul Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cihannuma Mahallesi, Saray Caddesi 5, Besiktas, 34353 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/4466/a_4466_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a prime location in the city centre, adjacent to Yildiz Palace and with stunning views of Istanbul, including the banks of the Asian side and the Bosphorus Strait, this charming city hotel is one of the most conveniently located luxury hotels in the European side of the city. The family-friendly conference hotel is close to Dolmabahçe, the Grand Bazaar, Hagia Sophia, a number of fashionable shopping districts and centres and the bridge to the Asian side. Atatürk Airport is approximately 22 km from the hotel and Sabiha Gökçen Airport is around 45 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="453.30" OriginalAmount="440.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07736" Longitude="29.013355" StarRating="5" HotelCode="300843|CAX113800" HotelName="Wyndham Grand Istanbul Levent" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Büyükdere Caddesi 177-183, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/409258/w_409258_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="566.15" OriginalAmount="549.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013587947914" Longitude="28.978237509727" StarRating="4" HotelCode="16204|CAK304400" HotelName="Doubletree by Hilton Istanbul Sirkeci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi 5, Darussaade Sokak, Sirkeci, 34110 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19444/a_19444_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is centrally located. Bars, restaurants, shops and boutiques can all be found in close proximity to the hotel. In addition, the airport is located around 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="642.51" OriginalAmount="623.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.065321" Longitude="29.00067923" StarRating="5" HotelCode="510099|CBA261400" HotelName="Fairmont Quasar Istanbul" Meals="HALF BOARD,BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyükdere Caddesi 76, Mecidiyeköy, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/624684/a_624684_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, presiding over the vibrant Mecidiyeköy area with its rich and eclectic blend of office towers and shopping malls, colorful side streets and neighborhood shops, is situated at the crossroads of Istanbul with easy access to and from both airports and a short walk to the metro, providing a quick and easy access to the Grand Bazaar, the Taksim Square cultural and Maslak financial district.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="644.70" OriginalAmount="625.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036525" Longitude="28.986158" StarRating="5" HotelCode="18366|CAF536900" HotelName="The Marmara Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanli Sokak 1/B, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22846/a_22846_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the city, this hotel offers holidaymakers everything they could wish for when in Istanbul. Guests will feel completely at home and may kick back and relax in this private hotel where a top level of service is on offer. Lying directly on Taksim Square, the hotel is just a few metres away from the pedestrianised area. Guests will find public transport and an abundance of bars, restaurants, nightclubs and shopping venues all within easy reach. Various sightseeing attractions are easily reached with public transport within around 15 minutes, including Zopkapi Palace, Hagia Sophia, the Grand Bazaar or the Egyptian Market. Istanbul airport is around 40 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="674.58" OriginalAmount="654.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044509491144" Longitude="28.989433050156" StarRating="5" HotelCode="9360|CAF537000" HotelName="Hilton Istanbul Bosphorus" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi, 34367 Harbiye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/4475/a_4475_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the European side of Istanbul with a breathtaking view of the Bosphorus, the hotel is within walking distance of Lutfi Kirdar Congress and Exhibition Centre, Taksim Square and the stylish Nisantasi. It is approximately 24 km to Ataturk International Airport and 45 km to Sabiha Gokcen Airport.&lt;br/&gt;&lt;b&gt; from 2023-02-08 to 2030-12-31&lt;b&gt;:-Our hotel is undergoing renovations between the hours of 10am and 5pm. Services including the Executive Lounge and breakfast venue will be relocated. We apologize for any inconvenience. Garden view rooms will not be affected.&lt;br/&gt;&lt;b&gt; from 2023-02-08 to 2030-12-31&lt;b&gt;:-This hotel offers a bespoke Family Experience for travellers below the age of 12. Children enjoy a Kids Welcome and a dedicated Kids Breakfast experience. Enjoy your family meals by selecting dishes from the Kids Menu. The hotel has a range of kids amenities available upon request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="713.02" OriginalAmount="692.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040714381477" Longitude="28.997737169266" StarRating="5" HotelCode="9468|CAF537200" HotelName="Swissôtel The Bosphorus - Istanbul" Meals="HALF BOARD,BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Visnezade Mahallesi, Acisu Sokak 19, Macka, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/4501/a_4501_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located on a small hill near the Bosporus, this first-class hotel offers spectacular panoramic views. The extensive hotel complex is located within the former gardens of the famous Dolmabahce Palace, about a 10-minute walk from the centre of Macka Besiktas, with a diverse range of bars, restaurants and extensive shopping facilities. Public transport is available in the vicinity and Istanbul Atatürk airport is located about 24 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="751.33" OriginalAmount="729.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03512" Longitude="28.988328" StarRating="5" HotelCode="263349|CAT947800" HotelName="CVK Park Bosphorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümüssuyu Mahallesi, Inönü Caddesi 8, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366714/a_366714_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1509.65" OriginalAmount="1465.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00657266" Longitude="28.97896667" StarRating="5" HotelCode="782621|CBE803600" HotelName="Hagia Sofia Mansion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="luxurious historic hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Fenari Mahallesi, Bab-i Ali Caddesi 3, Kat 4 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/646456/646456a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1604.59" OriginalAmount="1557.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040528" Longitude="29.005123" StarRating="5" HotelCode="209570|CAT530200" HotelName="Shangri-La Bosphorus Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa Mahallesi, Hayrettin Iskelesi Sokak 1, Besiktas, 34353 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/298022/a_298022_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located between the Dolmabahçe Palace and the Naval Museum, within close proximity to shopping and business centres.&lt;br/&gt;&lt;b&gt; from 2023-02-08 to 2030-12-31&lt;b&gt;:-Breakfast/Meal inclusive rate plans are for Adult guests only. Meals for Children are based on consumption and will be charged by the hotel directly upon check-out.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1876.35" OriginalAmount="1821.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044598499618" Longitude="29.016791582108" StarRating="5" HotelCode="9364|CAF536800" HotelName="Ciragan Palace Kempinski" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Çiragan Caddesi 32, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/4480/a_4480_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located on a slight incline in the Besiktas district of the town and enjoys fabulous views out over the Bosporus. Domabahce palace is located in the vicinity and shopping and entertainment venues are to found between 2 km and 5 km away. Links to the public transport network lie in front of the hotel and transfer to the airport takes about 1 hour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="2136.09" OriginalAmount="2073.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.066615" Longitude="29.017812" StarRating="5" HotelCode="300307|CAV181400" HotelName="Raffles Istanbul" Meals="HALF BOARD,BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zorlu Center, 34340 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/408673/a_408673_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="112.82" OriginalAmount="109.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR308700" HotelName="AXU AIRPORT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="128.91" OriginalAmount="125.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAX114200" HotelName="GRAND HOTEL AVCILAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="128.91" OriginalAmount="125.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR323000" HotelName="ISTPORT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="147.73" OriginalAmount="143.43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBR325700" HotelName="ELITE PORT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="148.26" OriginalAmount="143.94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR309700" HotelName="OPERLA AIRPORT HOTELS" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="156.00" OriginalAmount="151.46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAX112500" HotelName="THE G HOTELS ISTANBUL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="169.24" OriginalAmount="164.31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBQ967400" HotelName="ISTANBUL NEW AIRPOT,TRADEMARK COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="177.61" OriginalAmount="172.44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBR902000" HotelName="HAMPTON BY HILTON ISTANBUL MERTER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="181.63" OriginalAmount="176.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBR148700" HotelName="IBIS ISTANBUL AIRPORT" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="198.41" OriginalAmount="192.63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAV579000" HotelName="ELITE WORLD ISTANBUL FLORYA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="216.50" OriginalAmount="210.19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAP046300" HotelName="TULIP CITY TAKSIM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="222.05" OriginalAmount="215.58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBG948800" HotelName="BUKE HOTEL ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="241.76" OriginalAmount="234.72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBS297300" HotelName="ICON HOTEL BOMONTI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="247.66" OriginalAmount="240.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBS099100" HotelName="GRAZIELLA GOLD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="249.89" OriginalAmount="242.61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBD034100" HotelName="SOMERSET MASLAK ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="254.12" OriginalAmount="246.72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBG354200" HotelName="DOUBLETREE BY HILTON ISTANBUL GAYRETTEPE" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="255.17" OriginalAmount="247.74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR310100" HotelName="MINEO HOTEL TAKSIM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="261.95" OriginalAmount="254.32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CAN754600" HotelName="PERA ROSE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="265.93" OriginalAmount="258.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR417200" HotelName="TAXIMTOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="293.86" OriginalAmount="285.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|CBG983800" HotelName="LALAHAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="295.47" OriginalAmount="286.86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBQ987000" HotelName="GREAT FORTUNE DESIGN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="295.47" OriginalAmount="286.86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAX613600" HotelName="GREAT FORTUNE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="302.23" OriginalAmount="293.43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAX052600" HotelName="HYATT REGENCY ISTANBUL ATAKOY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="305.04" OriginalAmount="296.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBQ923800" HotelName="HAMPTON BY HILTON ISTANBUL ARNAVUTKOY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="322.90" OriginalAmount="313.50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBD831400" HotelName="ELITE WORLD GRAND ISTANBUL KUCUKYALI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="331.62" OriginalAmount="321.96" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAY349100" HotelName="AKGUN ISTANBUL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="335.91" OriginalAmount="326.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBP968300" HotelName="HAMPTON BY HILTON ISTANBUL OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="344.44" OriginalAmount="334.41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|CBM207000" HotelName="SHERATON ISTANBUL CITY CENTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="353.43" OriginalAmount="343.14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBQ987700" HotelName="MELAS HOTEL ISTANBUL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="367.68" OriginalAmount="356.97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAQ046400" HotelName="AVICENNA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="392.31" OriginalAmount="380.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAX088700" HotelName="LEGACY OTTOMAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="392.73" OriginalAmount="381.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAV906900" HotelName="DOSSO DOSSI DOWNTOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="404.51" OriginalAmount="392.73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAS750700" HotelName="HYATT CENTRIC LEVENT ISTANBUL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="409.74" OriginalAmount="397.81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAN756600" HotelName="ELITE WORLD ISTANBUL TAKSIM" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="429.79" OriginalAmount="417.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBR296000" HotelName="WYNDHAM ISTANBUL OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="435.38" OriginalAmount="422.70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAS376400" HotelName="RADISSON BLU PERA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="442.36" OriginalAmount="429.48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBH002900" HotelName="OTTOMAN'S LIFE HOTEL DELUXE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="466.90" OriginalAmount="453.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAS531000" HotelName="RENAISSANCE ISTANBUL POLAT BOSPHORUS" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="467.80" OriginalAmount="454.17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBA114900" HotelName="ATIK PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="469.56" OriginalAmount="455.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAU676500" HotelName="MARRIOTT SISLI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="479.35" OriginalAmount="465.39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAS049100" HotelName="ELYSIUM TAKSIM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="481.02" OriginalAmount="467.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBO915000" HotelName="HILTON MALL OF ISTANBUL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="493.59" OriginalAmount="479.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAF537600" HotelName="ISTANBUL ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="522.09" OriginalAmount="506.88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAS403600" HotelName="FRASER PLACE ANTHILL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="533.77" OriginalAmount="518.22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBF447300" HotelName="CROWNE PLAZA ISTANBUL - OLD CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="558.73" OriginalAmount="542.46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR752800" HotelName="BOMONTI ARJAAN BY ROTANA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="560.71" OriginalAmount="544.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAV549400" HotelName="SURA HAGIA SOPHIA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="590.96" OriginalAmount="573.75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBG968100" HotelName="HALIFAKS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="640.68" OriginalAmount="622.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAN747600" HotelName="BEST WESTERN EMPIRE PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="642.73" OriginalAmount="624.01" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAJ685000" HotelName="GRAND HYATT ISTANBUL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="676.96" OriginalAmount="657.24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBG406800" HotelName="KALYON HOTEL ISTANBUL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="759.68" OriginalAmount="737.55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAF537700" HotelName="ROMANCE ISTANBUL HOTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="805.87" OriginalAmount="782.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBR652500" HotelName="RIXOS TERSANE ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="807.91" OriginalAmount="784.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBO344800" HotelName="SOFITEL ISTANBUL TAKSIM" Meals="HALF BOARD,BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="835.69" OriginalAmount="811.35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAR777900" HotelName="SEVEN HILLS" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="859.61" OriginalAmount="834.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBO723300" HotelName="SEVEN HILLS PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1194.50" OriginalAmount="1159.71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAS531100" HotelName="RADISSON RESIDENCES AVRUPA TEM ISTANBUL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1210.38" OriginalAmount="1175.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAY370700" HotelName="THE RITZ CARLTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1271.25" OriginalAmount="1234.22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAL546700" HotelName="PARK HYATT ISTANBUL-MACKA PALAS" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1901.83" OriginalAmount="1846.44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBR839900" HotelName="PRINCES' PALACE RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="2417.62" OriginalAmount="2347.20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR295800" HotelName="RAMADA BY WYNDHAM ISTANBUL PERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="3156.87" OriginalAmount="3064.92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBR123300" HotelName="MANDARIN ORIENTAL BOSPHORUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable" />
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Diet Meals,Heated Pool,Jacuzzi,Lounge,Sauna,Spa,Swimming Pool,Wheelchair Access,Bicycle Rental,Garden,Golf,Kitchen,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking</BasicAmenities>
    <HotelRating>4,3,5,4.5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,APARTMENT HOTEL,SPA HOTEL,ECO HOTEL,LUXURIOUS HISTORIC 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d727c360-454e-4809-b138-7c7f0f0579f8|RateHawkSearch|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d727c360-454e-4809-b138-7c7f0f0579f8|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="d727c360-454e-4809-b138-7c7f0f0579f8">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="74076" DestinationId="0" CityId="0" />
    <StayDateRange Start="2024-12-28T00:00:00" End="2024-12-31T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Abba" Password="Leyton74" RequestedCurrency="GBP" ClientNationality="GB" 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
d727c360-454e-4809-b138-7c7f0f0579f8|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="2024-12-20T11:46:32.8506175+00:00" Version="0" EchoToken="Search" TransactionIdentifier="d727c360-454e-4809-b138-7c7f0f0579f8" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="1" TotalAmount="248.62" OriginalAmount="241.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.927301706172" Longitude="29.309466776443" StarRating="4" HotelCode="446808|CBC055100|Bed &amp; Breakfast" HotelName="Hampton by Hilton Istanbul Kurtkoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Sehir Mahallesi, Millet Caddesi 27, MVK Work Square B Block 3, Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/556587/a_556587_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a safe, a bar and a business centre. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="254.83" OriginalAmount="247.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98286108" Longitude="28.86034065" StarRating="3" HotelCode="429853|CAY230100|Bed &amp; Breakfast" HotelName="Hampton By Hilton Istanbul Atakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Atakoy 4 Kisim Cevat, Dursunoglu Caddesi 6, Bakirkoy, 34158 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/540250/a_540250_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Ataturk Airport Istanbul. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="278.01" OriginalAmount="269.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994111" Longitude="28.706775" StarRating="5" HotelCode="915595|CAT453600|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Istanbul - Avcilar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, D-100 Güney Yan Yolu 289, 34325 Avcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/278259/p_278259_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="288.82" OriginalAmount="280.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986838140665" Longitude="29.085901284122" StarRating="4.5" HotelCode="263725|CAX111000|Bed &amp; Breakfast" HotelName="Hilton Istanbul Kozyatagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahrayicedit Mahallesi, Batman Sokak 44, Istanbul 34734</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/367272/a_367272_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW), located about 29 km away. Istanbul (IST) Airport is approximately 55 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="300.46" OriginalAmount="291.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019116932723" Longitude="28.926588892937" StarRating="5" HotelCode="9466|CAH533300|Bed &amp; Breakfast" HotelName="Eresin Hotels Topkapi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Millet Caddesi 186, 34104 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/4469/a_4469_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is conveniently located in the old city of Istanbul overlooking the walls that protected the ancient town in Byzantine times. Thanks to the modern tram that stops next to the hotel, the main historical landmarks of Sultanahmet: Saint Sophia Museum, Blue Mosque, Topkapi Palace and Grand Bazaar are just 10 minutes away. The International Airport Atatürk and the CNR Exhibition Fair are only 10 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="305.35" OriginalAmount="296.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025270515026" Longitude="29.105438320199" StarRating="4" HotelCode="557127|CBC055300|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Istanbul Umraniye" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yamanevler Mahallesi, Haldun Alagas Caddesi 2, Umraniye, 34768 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/673619/a_673619_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="308.88" OriginalAmount="299.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039708827641" Longitude="28.966703791332" StarRating="4.5" HotelCode="320304|CAY230000|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Istanbul - Piyalepasa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaptanpasa Mahallesi, Piyalepasa Bulvari 5, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/434048/a_434048_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="324.70" OriginalAmount="315.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005096729101" Longitude="28.811875622377" StarRating="5" HotelCode="318845|CBA116900|Bed &amp; Breakfast" HotelName="Pullman Istanbul Hotel &amp; Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Merkez Mahallesi, 1 Asena Sok 15, Bahcelievler, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/432468/a_432468_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="343.18" OriginalAmount="333.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003609506027" Longitude="28.974739909172" StarRating="5" HotelCode="12157|CAG741400|Bed &amp; Breakfast" HotelName="Eresin Hotels Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Caddesi 40, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12166/a_12166_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the tourist centre, close to the sea. Restaurants, bars and links to the transport network can easily be reached on foot (all lie about 500 m away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="358.01" OriginalAmount="347.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97967956" Longitude="28.88668737" StarRating="5" HotelCode="599925|CBC580300|Bed &amp; Breakfast" HotelName="Hilton Istanbul Bakirkoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sakizagaci Mahallesi, Kennedy Caddesi 103, 34158 Istanbul, Bakirkoy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/717512/l_717512_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this hotel is ideal for business travellers as well as families.&lt;br/&gt;&lt;b&gt; from 2023-02-08 to 2030-12-31&lt;b&gt;:-This hotel offers a bespoke Family Experience for travellers below the age of 12. Children enjoy a Kids Welcome and a dedicated Kids Breakfast experience. Enjoy your family meals by selecting dishes from the Kids Menu. The hotel has a range of kids amenities available upon request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="392.28" OriginalAmount="380.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02634" Longitude="28.9208" StarRating="5" HotelCode="573009|CBC548800|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Istanbul Topkapi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Orta Mahalle, Anit Sokak 1, 34040 Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/690146/a_690146_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="420.15" OriginalAmount="407.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03621616" Longitude="28.98502483" StarRating="4" HotelCode="75240|CAQ021400|Bed &amp; Breakfast" HotelName="CVK Taksim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 11, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102470/a_102470_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated for those seeking a central location, the city hotel is on the edge of Taksim Square, one of Istanbul's most famous landmarks. The Beyoglu district with its' lively nightlife, restaurants, bars, shops and cultural centres is a couple of minutes’ walk and guests will find links to the public transport network in the immediate vicinity. Cicek Passage is a 10-minute walk, Galata Tower is 20 minutes on foot and the Blue Mosque, Topkapi Palace and Hagia Sofia are all around 4 km away. Ataturk Airport is approximately 21 km from the design hotel and Sabiha Gokcen airport is roughly 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="439.83" OriginalAmount="427.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051095793068" Longitude="28.987357020378" StarRating="5" HotelCode="65221|CAK363100|Bed &amp; Breakfast" HotelName="Ramada Plaza By Wyndham Istanbul City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi 63, 34373 Sisli-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84065/a_84065_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is less than 2 km from Taksim Square, a few steps from the Osmanbey metro station, and within walking distance from Istanbul Military Museum and Istanbul Convention &amp;amp; Exhibition Center.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="458.53" OriginalAmount="445.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009264816629" Longitude="28.960333764553" StarRating="5" HotelCode="165538|CAR539900|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Istanbul - Old Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 31, 34130 Istanbul, Beyazit</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/232225/a_232225_AK2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="459.82" OriginalAmount="446.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058492968135" Longitude="28.979532581675" StarRating="5" HotelCode="263724|CAT628000|Bed &amp; Breakfast" HotelName="Hilton Istanbul Bomonti Hotel &amp; Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Silahsor Caddesi 42, Bomonti-Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/367271/a_367271_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.&lt;br/&gt;&lt;b&gt; from 2023-02-08 to 2030-12-31&lt;b&gt;:-This hotel offers a bespoke Family Experience for travellers below the age of 12. Children enjoy a Kids Welcome and a dedicated Kids Breakfast experience. Enjoy your family meals by selecting dishes from the Kids Menu. The hotel has a range of kids amenities available upon request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="478.76" OriginalAmount="464.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988516" Longitude="29.021021" StarRating="5" HotelCode="165537|CAR208300|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Istanbul - Moda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mahallesi, Albay Faik Sözdener Caddesi 31, Moda Kadikoy District, 34710 Istanbul - Asian side, Turkey</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/232224/a_232224_M2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Istanbul, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="500.52" OriginalAmount="485.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047171601646" Longitude="29.00937795639" StarRating="5" HotelCode="43549|CAH533000|Bed &amp; Breakfast" HotelName="Conrad Istanbul Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cihannuma Mahallesi, Saray Caddesi 5, Besiktas, 34353 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/4466/a_4466_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a prime location in the city centre, adjacent to Yildiz Palace and with stunning views of Istanbul, including the banks of the Asian side and the Bosphorus Strait, this charming city hotel is one of the most conveniently located luxury hotels in the European side of the city. The family-friendly conference hotel is close to Dolmabahçe, the Grand Bazaar, Hagia Sophia, a number of fashionable shopping districts and centres and the bridge to the Asian side. Atatürk Airport is approximately 22 km from the hotel and Sabiha Gökçen Airport is around 45 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="525.24" OriginalAmount="509.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.10899" Longitude="29.023" StarRating="5" HotelCode="72623|CAY369800|Bed &amp; Breakfast" HotelName="Hilton Istanbul Maslak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Üçyol Mevkii, Büyükdere Caddesi 233, Maslak, Sariyer, 34485 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/98159/a_98159_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has set an unmatched standard for luxury in the heart of business and entertainment district of Istanbul. It is the only international chain hotel in the business neighborhood, a home away from home for travellers, celebrities and global business leaders who appreciate it's luxurious style, personal attention and superb location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="541.06" OriginalAmount="525.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07736" Longitude="29.013355" StarRating="5" HotelCode="300843|CAX113800|Bed &amp; Breakfast" HotelName="Wyndham Grand Istanbul Levent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Büyükdere Caddesi 177-183, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/409258/w_409258_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="711.11" OriginalAmount="690.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.065321" Longitude="29.00067923" StarRating="5" HotelCode="510099|CBA261400|Bed &amp; Breakfast" HotelName="Fairmont Quasar Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyükdere Caddesi 76, Mecidiyeköy, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/624684/a_624684_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, presiding over the vibrant Mecidiyeköy area with its rich and eclectic blend of office towers and shopping malls, colorful side streets and neighborhood shops, is situated at the crossroads of Istanbul with easy access to and from both airports and a short walk to the metro, providing a quick and easy access to the Grand Bazaar, the Taksim Square cultural and Maslak financial district.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="725.28" OriginalAmount="704.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036525" Longitude="28.986158" StarRating="5" HotelCode="18366|CAF536900|Bed &amp; Breakfast" HotelName="The Marmara Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanli Sokak 1/B, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22846/a_22846_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the city, this hotel offers holidaymakers everything they could wish for when in Istanbul. Guests will feel completely at home and may kick back and relax in this private hotel where a top level of service is on offer. Lying directly on Taksim Square, the hotel is just a few metres away from the pedestrianised area. Guests will find public transport and an abundance of bars, restaurants, nightclubs and shopping venues all within easy reach. Various sightseeing attractions are easily reached with public transport within around 15 minutes, including Zopkapi Palace, Hagia Sophia, the Grand Bazaar or the Egyptian Market. Istanbul airport is around 40 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="741.60" OriginalAmount="720.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013587947914" Longitude="28.978237509727" StarRating="4" HotelCode="16204|CAK304400|Bed &amp; Breakfast" HotelName="Doubletree by Hilton Istanbul Sirkeci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/12/2024" 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>Nöbethane Caddesi 5, Darussaade Sokak, Sirkeci, 34110 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19444/a_19444_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is centrally located. Bars, restaurants, shops and boutiques can all be found in close proximity to the hotel. In addition, the airport is located around 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="767.19" OriginalAmount="744.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044509491144" Longitude="28.989433050156" StarRating="5" HotelCode="9360|CAF537000|Bed &amp; Breakfast" HotelName="Hilton Istanbul Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi, 34367 Harbiye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/4475/a_4475_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the European side of Istanbul with a breathtaking view of the Bosphorus, the hotel is within walking distance of Lutfi Kirdar Congress and Exhibition Centre, Taksim Square and the stylish Nisantasi. It is approximately 24 km to Ataturk International Airport and 45 km to Sabiha Gokcen Airport.&lt;br/&gt;&lt;b&gt; from 2023-02-08 to 2030-12-31&lt;b&gt;:-Our hotel is undergoing renovations between the hours of 10am and 5pm. Services including the Executive Lounge and breakfast venue will be relocated. We apologize for any inconvenience. Garden view rooms will not be affected.&lt;br/&gt;&lt;b&gt; from 2023-02-08 to 2030-12-31&lt;b&gt;:-This hotel offers a bespoke Family Experience for travellers below the age of 12. Children enjoy a Kids Welcome and a dedicated Kids Breakfast experience. Enjoy your family meals by selecting dishes from the Kids Menu. The hotel has a range of kids amenities available upon request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="800.93" OriginalAmount="777.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040714381477" Longitude="28.997737169266" StarRating="5" HotelCode="9468|CAF537200|Bed &amp; Breakfast" HotelName="Swissôtel The Bosphorus - Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Visnezade Mahallesi, Acisu Sokak 19, Macka, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/4501/a_4501_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located on a small hill near the Bosporus, this first-class hotel offers spectacular panoramic views. The extensive hotel complex is located within the former gardens of the famous Dolmabahce Palace, about a 10-minute walk from the centre of Macka Besiktas, with a diverse range of bars, restaurants and extensive shopping facilities. Public transport is available in the vicinity and Istanbul Atatürk airport is located about 24 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="838.54" OriginalAmount="814.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03512" Longitude="28.988328" StarRating="5" HotelCode="263349|CAT947800|Bed &amp; Breakfast" HotelName="CVK Park Bosphorus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümüssuyu Mahallesi, Inönü Caddesi 8, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366714/a_366714_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1604.59" OriginalAmount="1557.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040528" Longitude="29.005123" StarRating="5" HotelCode="209570|CAT530200|Bed &amp; Breakfast" HotelName="Shangri-La Bosphorus Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa Mahallesi, Hayrettin Iskelesi Sokak 1, Besiktas, 34353 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/298022/a_298022_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located between the Dolmabahçe Palace and the Naval Museum, within close proximity to shopping and business centres.&lt;br/&gt;&lt;b&gt; from 2023-02-08 to 2030-12-31&lt;b&gt;:-Breakfast/Meal inclusive rate plans are for Adult guests only. Meals for Children are based on consumption and will be charged by the hotel directly upon check-out.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1637.24" OriginalAmount="1589.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00657266" Longitude="28.97896667" StarRating="5" HotelCode="782621|CBE803600|Bed &amp; Breakfast" HotelName="Hagia Sofia Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="luxurious historic hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Fenari Mahallesi, Bab-i Ali Caddesi 3, Kat 4 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/646456/646456a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1876.35" OriginalAmount="1821.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044598499618" Longitude="29.016791582108" StarRating="5" HotelCode="9364|CAF536800|Bed &amp; Breakfast" HotelName="Ciragan Palace Kempinski" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Çiragan Caddesi 32, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/4480/a_4480_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located on a slight incline in the Besiktas district of the town and enjoys fabulous views out over the Bosporus. Domabahce palace is located in the vicinity and shopping and entertainment venues are to found between 2 km and 5 km away. Links to the public transport network lie in front of the hotel and transfer to the airport takes about 1 hour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="2298.56" OriginalAmount="2231.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.066615" Longitude="29.017812" StarRating="5" HotelCode="300307|CAV181400|Bed &amp; Breakfast" HotelName="Raffles Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zorlu Center, 34340 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/408673/a_408673_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="112.82" OriginalAmount="109.53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR308700|Bed &amp; Breakfast" HotelName="AXU AIRPORT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="128.91" OriginalAmount="125.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAX114200|Bed &amp; Breakfast" HotelName="GRAND HOTEL AVCILAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="128.91" OriginalAmount="125.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR323000|Bed &amp; Breakfast" HotelName="ISTPORT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="147.73" OriginalAmount="143.43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBR325700|Bed &amp; Breakfast" HotelName="ELITE PORT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="162.22" OriginalAmount="157.50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR309700|Bed &amp; Breakfast" HotelName="OPERLA AIRPORT HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="169.24" OriginalAmount="164.31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBQ967400|Bed &amp; Breakfast" HotelName="ISTANBUL NEW AIRPOT,TRADEMARK COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="177.61" OriginalAmount="172.44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBR902000|Bed &amp; Breakfast" HotelName="HAMPTON BY HILTON ISTANBUL MERTER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="180.56" OriginalAmount="175.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAX112500|Bed &amp; Breakfast" HotelName="THE G HOTELS ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="181.63" OriginalAmount="176.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBR148700|Bed &amp; Breakfast" HotelName="IBIS ISTANBUL AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="216.50" OriginalAmount="210.19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAP046300|Bed &amp; Breakfast" HotelName="TULIP CITY TAKSIM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="222.05" OriginalAmount="215.58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBG948800|Bed &amp; Breakfast" HotelName="BUKE HOTEL ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="247.66" OriginalAmount="240.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBS099100|Bed &amp; Breakfast" HotelName="GRAZIELLA GOLD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="255.17" OriginalAmount="247.74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR310100|Bed &amp; Breakfast" HotelName="MINEO HOTEL TAKSIM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="258.44" OriginalAmount="250.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAV579000|Bed &amp; Breakfast" HotelName="ELITE WORLD ISTANBUL FLORYA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="261.95" OriginalAmount="254.32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CAN754600|Bed &amp; Breakfast" HotelName="PERA ROSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="265.93" OriginalAmount="258.18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR417200|Bed &amp; Breakfast" HotelName="TAXIMTOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="268.61" OriginalAmount="260.79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBS297300|Bed &amp; Breakfast" HotelName="ICON HOTEL BOMONTI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="293.86" OriginalAmount="285.30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|CBG983800|Bed &amp; Breakfast" HotelName="LALAHAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="295.47" OriginalAmount="286.86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBQ987000|Bed &amp; Breakfast" HotelName="GREAT FORTUNE DESIGN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="295.47" OriginalAmount="286.86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAX613600|Bed &amp; Breakfast" HotelName="GREAT FORTUNE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="296.24" OriginalAmount="287.61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBG354200|Bed &amp; Breakfast" HotelName="DOUBLETREE BY HILTON ISTANBUL GAYRETTEPE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="305.04" OriginalAmount="296.16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBQ923800|Bed &amp; Breakfast" HotelName="HAMPTON BY HILTON ISTANBUL ARNAVUTKOY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="335.91" OriginalAmount="326.13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBP968300|Bed &amp; Breakfast" HotelName="HAMPTON BY HILTON ISTANBUL OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="359.80" OriginalAmount="349.32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBD831400|Bed &amp; Breakfast" HotelName="ELITE WORLD GRAND ISTANBUL KUCUKYALI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="367.68" OriginalAmount="356.97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAQ046400|Bed &amp; Breakfast" HotelName="AVICENNA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="373.92" OriginalAmount="363.03" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAY349100|Bed &amp; Breakfast" HotelName="AKGUN ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="378.42" OriginalAmount="367.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAX052600|Bed &amp; Breakfast" HotelName="HYATT REGENCY ISTANBUL ATAKOY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="392.73" OriginalAmount="381.29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAV906900|Bed &amp; Breakfast" HotelName="DOSSO DOSSI DOWNTOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="413.49" OriginalAmount="401.45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBQ987700|Bed &amp; Breakfast" HotelName="MELAS HOTEL ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="429.79" OriginalAmount="417.27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBR296000|Bed &amp; Breakfast" HotelName="WYNDHAM ISTANBUL OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="439.83" OriginalAmount="427.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAX088700|Bed &amp; Breakfast" HotelName="LEGACY OTTOMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="464.17" OriginalAmount="450.65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAS750700|Bed &amp; Breakfast" HotelName="HYATT CENTRIC LEVENT ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="466.63" OriginalAmount="453.04" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBH002900|Bed &amp; Breakfast" HotelName="OTTOMAN'S LIFE HOTEL DELUXE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="467.80" OriginalAmount="454.17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBA114900|Bed &amp; Breakfast" HotelName="ATIK PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="469.57" OriginalAmount="455.89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAN756600|Bed &amp; Breakfast" HotelName="ELITE WORLD ISTANBUL TAKSIM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="477.37" OriginalAmount="463.47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAS376400|Bed &amp; Breakfast" HotelName="RADISSON BLU PERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="493.59" OriginalAmount="479.21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAF537600|Bed &amp; Breakfast" HotelName="ISTANBUL ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="518.78" OriginalAmount="503.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAS531000|Bed &amp; Breakfast" HotelName="RENAISSANCE ISTANBUL POLAT BOSPHORUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="531.48" OriginalAmount="516.00" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAS049100|Bed &amp; Breakfast" HotelName="ELYSIUM TAKSIM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="536.05" OriginalAmount="520.44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|CBM207000|Bed &amp; Breakfast" HotelName="SHERATON ISTANBUL CITY CENTER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="553.67" OriginalAmount="537.54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBO915000|Bed &amp; Breakfast" HotelName="HILTON MALL OF ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="563.43" OriginalAmount="547.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAU676500|Bed &amp; Breakfast" HotelName="MARRIOTT SISLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="590.96" OriginalAmount="573.75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBG968100|Bed &amp; Breakfast" HotelName="HALIFAKS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="640.68" OriginalAmount="622.02" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAN747600|Bed &amp; Breakfast" HotelName="BEST WESTERN EMPIRE PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="651.61" OriginalAmount="632.63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBF447300|Bed &amp; Breakfast" HotelName="CROWNE PLAZA ISTANBUL - OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="655.67" OriginalAmount="636.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAV549400|Bed &amp; Breakfast" HotelName="SURA HAGIA SOPHIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="730.66" OriginalAmount="709.38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBG406800|Bed &amp; Breakfast" HotelName="KALYON HOTEL ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="764.17" OriginalAmount="741.91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAJ685000|Bed &amp; Breakfast" HotelName="GRAND HYATT ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="787.39" OriginalAmount="764.46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAS403600|Bed &amp; Breakfast" HotelName="FRASER PLACE ANTHILL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="805.87" OriginalAmount="782.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBR652500|Bed &amp; Breakfast" HotelName="RIXOS TERSANE ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="859.61" OriginalAmount="834.57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBO723300|Bed &amp; Breakfast" HotelName="SEVEN HILLS PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="949.62" OriginalAmount="921.96" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAF537700|Bed &amp; Breakfast" HotelName="ROMANCE ISTANBUL HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="967.96" OriginalAmount="939.77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBO344800|Bed &amp; Breakfast" HotelName="SOFITEL ISTANBUL TAKSIM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1074.49" OriginalAmount="1043.19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAR777900|Bed &amp; Breakfast" HotelName="SEVEN HILLS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1244.65" OriginalAmount="1208.40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAS531100|Bed &amp; Breakfast" HotelName="RADISSON RESIDENCES AVRUPA TEM ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1698.40" OriginalAmount="1648.93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAL546700|Bed &amp; Breakfast" HotelName="PARK HYATT ISTANBUL-MACKA PALAS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1732.12" OriginalAmount="1681.67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAY370700|Bed &amp; Breakfast" HotelName="THE RITZ CARLTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1901.83" OriginalAmount="1846.44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBR839900|Bed &amp; Breakfast" HotelName="PRINCES' PALACE RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="2417.62" OriginalAmount="2347.20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR295800|Bed &amp; Breakfast" HotelName="RAMADA BY WYNDHAM ISTANBUL PERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/12/2024" />
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="3398.32" OriginalAmount="3299.34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBR123300|Bed &amp; Breakfast" HotelName="MANDARIN ORIENTAL BOSPHORUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable" />
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Diet Meals,Heated Pool,Jacuzzi,Lounge,Sauna,Spa,Swimming Pool,Wheelchair Access,Bicycle Rental,Garden,Golf,Kitchen</BasicAmenities>
    <HotelRating>4,3,5,4.5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,APARTMENT HOTEL,SPA HOTEL,ECO HOTEL,LUXURIOUS HISTORIC HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||True