<Audits>MongoDB.Driver.MongoConnectionException: An exception occurred while sending a message to the server. ---> System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
   at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
   --- End of inner exception stack trace ---
   at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
   at MongoDB.Driver.Core.Misc.StreamExtensionMethods.WriteBytes(Stream stream, IByteBuffer buffer, Int32 offset, Int32 count, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Connections.BinaryConnection.SendBuffer(IByteBuffer buffer, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.SendBuffer(IByteBuffer buffer, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Connections.BinaryConnection.SendMessages(IEnumerable`1 messages, MessageEncoderSettings messageEncoderSettings, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.ConnectionPools.ExclusiveConnectionPool.AcquiredConnection.SendMessages(IEnumerable`1 messages, MessageEncoderSettings messageEncoderSettings, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Connections.ConnectionExtensions.SendMessage(IConnection connection, RequestMessage message, MessageEncoderSettings messageEncoderSettings, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.WireProtocol.CommandUsingCommandMessageWireProtocol`1.Execute(IConnection connection, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.WireProtocol.CommandWireProtocol`1.Execute(IConnection connection, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Servers.Server.ServerChannel.ExecuteProtocol[TResult](IWireProtocol`1 protocol, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Servers.Server.ServerChannel.Command[TResult](ICoreSession session, ReadPreference readPreference, DatabaseNamespace databaseNamespace, BsonDocument command, IEnumerable`1 commandPayloads, IElementNameValidator commandValidator, BsonDocument additionalOptions, Action`1 postWriteAction, CommandResponseHandling responseHandling, IBsonSerializer`1 resultSerializer, MessageEncoderSettings messageEncoderSettings, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Operations.RetryableWriteCommandOperationBase.ExecuteAttempt(RetryableWriteContext context, Int32 attempt, Nullable`1 transactionNumber, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Operations.RetryableWriteOperationExecutor.Execute[TResult](IRetryableWriteOperation`1 operation, RetryableWriteContext context, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Operations.BulkUnmixedWriteOperationBase`1.ExecuteBatch(RetryableWriteContext context, Batch batch, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Operations.BulkUnmixedWriteOperationBase`1.ExecuteBatches(RetryableWriteContext context, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Operations.BulkUnmixedWriteOperationBase`1.Execute(RetryableWriteContext context, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Operations.BulkMixedWriteOperation.ExecuteBatch(RetryableWriteContext context, Batch batch, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Operations.BulkMixedWriteOperation.Execute(IWriteBinding binding, CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.ExecuteWriteOperation[TResult](IWriteBinding binding, IWriteOperation`1 operation, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.ExecuteWriteOperation[TResult](IClientSessionHandle session, IWriteOperation`1 operation, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IClientSessionHandle session, IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.<>c__DisplayClass23_0.<BulkWrite>b__0(IClientSessionHandle session)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Preeti\APIHotel\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 129
d1d401a1-8a20-42f2-a783-310410b90116|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="d1d401a1-8a20-42f2-a783-310410b90116">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2020-02-07T00:00:00" End="2020-02-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="76390|216603" SourceId="14" />
  </Request>
  <GeneralInfo UserName="Demo" Password="Demo@007" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.Threading.ThreadAbortException: Thread was being aborted.
   at System.Threading.Monitor.ObjWait(Boolean exitContext, Int32 millisecondsTimeout, Object obj)
   at System.Threading.ManualResetEventSlim.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.SpinThenBlockingWait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.InternalWait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.WaitAny(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Preeti\APIHotel\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 129
d1d401a1-8a20-42f2-a783-310410b90116|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="d1d401a1-8a20-42f2-a783-310410b90116" TimeStamp="2019-11-15T08:27:33.2886423+00:00" HotelName="Hallmark Hotel London Croydon Aerodrome" HotelCode="76390|216603" StarRating="4" GTCityId="40324" CountryCode="GB" CityName="London" CountryName="United Kingdom" Address="680 Purley Way, Croydon CR9 4LT" PostCode="CR9 4LT" PhoneNo="+443300283403" FaxNo="+442086338936" Email="croydon@hallmarkhotels.co.uk" CheckInTime="" CheckOutTime="" Latitude="51.357256" Longitude="-0.117071" SourceId="14"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: TWIN CLASSIC" RoomTypeCode="20200207$20200208$W$164$216603$TWN.AS$PRO30PO$RO$$1~2~0$$N@04~~20029~-1998949301~N~~B64AC797A2E6417157380638606700AAUK0000531036000140925f24|MzYuOTV8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="35.84" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="35.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE CLASSIC" RoomTypeCode="20200207$20200208$W$164$216603$DBL.AS$PRO30PO$RO$$1~2~0$$N@04~~20029~1792728712~N~~B64AC797A2E6417157380638606700AAUK0000531036000140925f24|MzYuOTV8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="35.84" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="35.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE EXECUTIVE" RoomTypeCode="20200207$20200208$W$164$216603$DBL.EJ$PRO30PO$RO$$1~2~0$$N@04~~20030~1412467178~N~~B64AC797A2E6417157380638606700AAUK000053103600014092192b|NDMuMjV8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="41.95" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="41.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: TWIN CLASSIC" RoomTypeCode="20200207$20200208$W$164$216603$TWN.AS$PRO30P1$BB$$1~2~0$$N@04~~20037~-277434563~N~~B64AC797A2E6417157380638606700AAUK0000531036000140923831|NDkuNTZ8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="48.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="48.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE CLASSIC" RoomTypeCode="20200207$20200208$W$164$216603$DBL.AS$PRO30P1$BB$$1~2~0$$N@04~~20037~-780723846~N~~B64AC797A2E6417157380638606700AAUK0000531036000140923831|NDkuNTZ8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="48.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="48.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE SUPERIOR" RoomTypeCode="20200207$20200208$W$164$216603$DBL.SU-1$PRO30PO$RO$$1~2~0$$N@04~~2003b~1899383362~N~~B64AC797A2E6417157380638606700AAUK0000531036000140921035|NTMuMTZ8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="51.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="51.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE EXECUTIVE" RoomTypeCode="20200207$20200208$W$164$216603$DBL.EJ$PRO30P1$BB$$1~2~0$$N@04~~2003e~-1599431934~N~~B64AC797A2E6417157380638606700AAUK0000531036000140925737|NTUuODd8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="54.19" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="54.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE SUPERIOR" RoomTypeCode="20200207$20200208$W$164$216603$DBL.SU-1$PRO30P1$BB$$1~2~0$$N@04~~20049~1112751480~N~~B64AC797A2E6417157380638606700AAUK0000531036000140924e41|NjUuNzh8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="63.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="63.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE CLASSIC" RoomTypeCode="20200207$20200208$W$164$216603$SUI.AS$PRO30PO$RO$$1~2~0$$N@04~~2004d~-850554888~N~~B64AC797A2E6417157380638606700AAUK0000531036000140922645|NjkuMzh8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="67.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="67.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: HALF BOARD" FilterMealType="HALF BOARD" RoomType="Room 1: TWIN CLASSIC" RoomTypeCode="20200207$20200208$W$164$216603$TWN.AS$PRO30P3$HB$$1~2~0$$N@04~~20053~-497217497~N~~B64AC797A2E6417157380638606700AAUK0000531036000140924f4a|NzQuNzl8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="72.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="72.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: HALF BOARD" FilterMealType="HALF BOARD" RoomType="Room 1: DOUBLE CLASSIC" RoomTypeCode="20200207$20200208$W$164$216603$DBL.AS$PRO30P3$HB$$1~2~0$$N@04~~20053~-1000506780~N~~B64AC797A2E6417157380638606700AAUK0000531036000140924f4a|NzQuNzl8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="72.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="72.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE STANDARD" RoomTypeCode="20200207$20200208$W$164$216603$DBL.ST$CG-FIT$BB$$1~2~0$$N@04~~2144e~-1051865749~N~~B64AC797A2E6417157380638606700AAUK000053103600014092144e|NzguMjB8R0JQfDIwMjAtMDItMDU=" OriginalAmount="0" TotalPrice="75.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2020-02-01 02:00:00" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="75.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: TWIN STANDARD" RoomTypeCode="20200207$20200208$W$164$216603$TWN.ST$CG-FIT$BB$$1~2~0$$N@04~~2144e~2012410696~N~~B64AC797A2E6417157380638606700AAUK000053103600014092144e|NzguMjB8R0JQfDIwMjAtMDItMDU=" OriginalAmount="0" TotalPrice="75.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2020-02-01 02:00:00" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="75.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: HALF BOARD" FilterMealType="HALF BOARD" RoomType="Room 1: DOUBLE EXECUTIVE" RoomTypeCode="20200207$20200208$W$164$216603$DBL.EJ$PRO30P3$HB$$1~2~0$$N@04~~2005a~-1819397481~N~~B64AC797A2E6417157380638606700AAUK0000531036000140920a51|ODEuMTB8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="78.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="78.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE CLASSIC" RoomTypeCode="20200207$20200208$W$164$216603$SUI.AS$PRO30P1$BB$$1~2~0$$N@04~~2005b~870998290~N~~B64AC797A2E6417157380638606700AAUK0000531036000140920052|ODIuMDB8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="79.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="79.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: HALF BOARD" FilterMealType="HALF BOARD" RoomType="Room 1: DOUBLE SUPERIOR" RoomTypeCode="20200207$20200208$W$164$216603$DBL.SU-1$PRO30P3$HB$$1~2~0$$N@04~~20065~892725414~N~~B64AC797A2E6417157380638606700AAUK000053103600014092015b|OTEuMDF8R0JQfDIwMTktMTEtMTQ=" OriginalAmount="0" TotalPrice="88.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="88.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: HALF BOARD" FilterMealType="HALF BOARD" RoomType="Room 1: SUITE CLASSIC" RoomTypeCode="20200207$20200208$W$164$216603$SUI.AS$PRO30P3$HB$$1~2~0$$N@04~~20077~-1857212836~N~~B64AC797A2E6417157380638606700AAUK000053103600014092176b|MTA3LjIzfEdCUHwyMDE5LTExLTE0" OriginalAmount="0" TotalPrice="104.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Hairdryer|Internet access|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2019-11-15 08:27:33" End="2020-02-03 12:00:00"><AmountPercent BasisType="Amount" Percent="0" Amount="104.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_r_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_ro_015.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_r_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_ro_014.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_w_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_r_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_a_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_w_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_w_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_a_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_w_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_a_013.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_w_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_l_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_ro_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_k_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_k_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_l_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_ro_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_ro_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_ro_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_ba_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_w_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_w_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_a_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_a_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_t_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_ro_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_ro_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_a_014.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/216603/216603a_hb_ro_013.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has 110 non-smoking rooms and includes a lift and a 24-hour reception desk. To ensure guests a comfortable and relaxing stay, the hotel provides various services and facilities, including a baggage storage service, a safe, 24-hour room service and a conference room. Wireless internet access in public areas allows guests to stay connected. Wheelchair-accessible facilities are available. A garden provides extra space for rest and relaxation in the open air. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms have a double bed or a sofa bed. Guests will also find a tea/coffee station included among the standard features. Equipped with a flatscreen television and WiFi, the rooms provide many ways for guests to stay connected and entertained. Bathrooms are equipped with a whirlpool bath and a hairdryer. Family rooms are available for parents with children.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. The pool complex promises pleasant and carefree swimming. Fine weather can be enjoyed on the terrace. There are many ways to relax or stay active at the hotel, including tennis and a spa. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-08-6801999</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>110</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Café</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Tennis</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-44-2086816438</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Internet access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||True