<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
37191676-7a9d-4508-86f0-03fb717bdcdb|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="37191676-7a9d-4508-86f0-03fb717bdcdb">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="44939" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-30T00:00:00" End="2026-07-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Weyak.kuwait@gmail.com" Password="Weyak@2026" RequestedCurrency="GBP" ClientNationality="KW" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
37191676-7a9d-4508-86f0-03fb717bdcdb|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
37191676-7a9d-4508-86f0-03fb717bdcdb|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:1fd03ae5-cab8-4e94-b8fe-e548c07403f1
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
37191676-7a9d-4508-86f0-03fb717bdcdb|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
37191676-7a9d-4508-86f0-03fb717bdcdb|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
37191676-7a9d-4508-86f0-03fb717bdcdb|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
37191676-7a9d-4508-86f0-03fb717bdcdb|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-16T12:14:35.7504675+01:00" Version="0" EchoToken="Search" TransactionIdentifier="37191676-7a9d-4508-86f0-03fb717bdcdb" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="300.00" OriginalAmount="291.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.469319" Longitude="25.319222" StarRating="2" HotelCode="|63563" HotelName="Panorama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AGIOS STEFANOS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/6/3/63563_7f5c9890955.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is near the beaches and has wonderful views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="475.86" OriginalAmount="462.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.45188685" Longitude="25.35542036" StarRating="2" HotelCode="543322|sun_of_mykonos_studios" HotelName="Sun of Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>84600 Klouvas, Mykonos, Cyclades</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/8e/a68ede9cd61a7abfe4c6d94c7dc8c541f1472de7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Mykonos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="479.84" OriginalAmount="465.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4521" Longitude="25.35545" StarRating="2" HotelCode="|195976" HotelName="Sun Of Mykonos Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Klouvas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/7/6/195976_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="489.00" OriginalAmount="474.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.466125" Longitude="25.326488" StarRating="3" HotelCode="|160657" HotelName="Maki's Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/6/5/7/160657_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="516.61" OriginalAmount="501.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42452" Longitude="25.32254" StarRating="1" HotelCode="|195818" HotelName="Asteri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/1/8/195818_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="552.33" OriginalAmount="536.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42442" Longitude="25.323054" StarRating="3" HotelCode="|524087" HotelName="Elena Studios and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/0/8/7/524087_64ccd180908.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="553.53" OriginalAmount="537.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.430495" Longitude="25.332657" StarRating="0" HotelCode="|567327" HotelName="Dibellee Mykonos boutique studios" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VRISI MYKONOS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/3/2/7/567327_cd58f8c1321.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="555.50" OriginalAmount="539.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43507" Longitude="25.33945" StarRating="1" HotelCode="|386646" HotelName="Milena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Drafaki</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/6/4/6/386646_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="574.26" OriginalAmount="557.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42458" Longitude="25.31942" StarRating="3" HotelCode="|195829" HotelName="Corfos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/2/9/195829_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="590.01" OriginalAmount="572.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41518" Longitude="25.34346" StarRating="0" HotelCode="|195951" HotelName="Pelagos Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platis Gialos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/5/1/195951_59639351605.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="590.09" OriginalAmount="572.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.45241" Longitude="25.34966" StarRating="2" HotelCode="|521686" HotelName="Alexandros Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vothonas Private School Area</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/6/8/6/521686_72894350934.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="591.41" OriginalAmount="574.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43499" Longitude="25.40816" StarRating="2" HotelCode="|235864" HotelName="Sea Side Studios and Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo Livadi Cyclades</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/6/4/235864_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="591.83" OriginalAmount="574.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.424361" Longitude="25.333188" StarRating="1" HotelCode="|529688" HotelName="Kastelakia Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hotel Kastelakia Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/8/8/529688_a01202f1032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="598.32" OriginalAmount="580.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44485" Longitude="25.32722" StarRating="2" HotelCode="|226611" HotelName="Studio Eleni" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agias Paraskevis 22 Mykonos Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/6/1/1/226611_264b6800046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="613.31" OriginalAmount="595.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42307" Longitude="25.32521" StarRating="0" HotelCode="|195946" HotelName="Ornos Blue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/4/6/195946_480469c1648.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="617.52" OriginalAmount="599.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43145" Longitude="25.39064" StarRating="3" HotelCode="|195944" HotelName="Niriides Homes and Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1st km Provencal road Ano Mera - Elia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/4/4/195944_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="649.13" OriginalAmount="630.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.444691" Longitude="25.33553" StarRating="3" HotelCode="|195869" HotelName="Margie Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mykonos Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/6/9/195869_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="660.04" OriginalAmount="640.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.47563" Longitude="25.35298" StarRating="4" HotelCode="|195994" HotelName="Yakinthos Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Panormos Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/9/4/195994_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="664.64" OriginalAmount="645.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44172" Longitude="25.3946" StarRating="0" HotelCode="|447674" HotelName="Olive Mykonos Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Main Road, Ano Mera</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/7/4/447674_e6ed9c71022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="665.70" OriginalAmount="646.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.426845" Longitude="25.33297" StarRating="3" HotelCode="|195863" HotelName="La Stella Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mykonos Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/6/3/195863_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="668.87" OriginalAmount="649.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.441889" Longitude="25.331089" StarRating="3" HotelCode="|534724" HotelName="Eternal Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>School of Fine Arts</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/7/2/4/534724_394ec511457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="670.24" OriginalAmount="650.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.46018" Longitude="25.32918" StarRating="0" HotelCode="|195956" HotelName="Alexandra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/5/6/195956_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="687.24" OriginalAmount="667.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44751" Longitude="25.33912" StarRating="3" HotelCode="|544132" HotelName="Irene\'s Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/1/3/2/544132_c85c0d61028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="691.33" OriginalAmount="671.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41802" Longitude="25.34119" StarRating="3" HotelCode="|195794" HotelName="Mr and Mrs White Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platys Yalos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/7/9/4/195794_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="692.31" OriginalAmount="672.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.446316" Longitude="25.332337" StarRating="3" HotelCode="|166012" HotelName="Petinaros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Petinaros Mykonos 84600</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/1/2/166012_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="693.90" OriginalAmount="673.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.47003" Longitude="25.3204" StarRating="4" HotelCode="|530705" HotelName="Flaskos Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Stefanos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/7/0/5/530705_393188e1333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="694.90" OriginalAmount="674.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42399" Longitude="25.31897" StarRating="4" HotelCode="|61319" HotelName="Yiannaki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/3/1/9/61319_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet hotel is ideal for relaxation and it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="710.13" OriginalAmount="689.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.445922" Longitude="25.327886" StarRating="4" HotelCode="|531999" HotelName="Terra Maria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mykonos Town,18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/9/9/9/531999_8ac8d531346.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="714.13" OriginalAmount="693.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4467599" Longitude="25.3289337" StarRating="2" HotelCode="|84711" HotelName="Matogianni" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MATOGIANNI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/7/1/1/84711_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="717.76" OriginalAmount="696.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.478933" Longitude="25.313825" StarRating="5" HotelCode="|69365" HotelName="San Marco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Choulakia Beach Houlakai Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/3/6/5/69365_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near the beach and the village. ROOM: Each room has balcony or porch and stunning views. RESTAURANT: Clients can enjoy a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="718.00" OriginalAmount="697.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.447308" Longitude="25.391998" StarRating="0" HotelCode="|522180" HotelName="Camarades Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ano Mera</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/8/0/522180_487e3b00932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="742.08" OriginalAmount="720.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.46748" Longitude="25.32499" StarRating="0" HotelCode="|525668" HotelName="Adikri Villas and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/6/6/8/525668_d67a92d1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="744.79" OriginalAmount="723.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43189" Longitude="25.41236" StarRating="4" HotelCode="|195935" HotelName="Mykonos Pantheon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo Livadi Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/3/5/195935_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="756.45" OriginalAmount="734.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.445999" Longitude="25.328216" StarRating="2" HotelCode="|195839" HotelName="Fresh Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Nik. Kalogera St.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/3/9/195839_f168aaa1621.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="758.33" OriginalAmount="736.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.431464" Longitude="25.403171" StarRating="4" HotelCode="|71199" HotelName="Mykonos Moments - Pietra E Mare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALO LIVADI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/1/9/9/71199_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is romantic and is ideal for holidays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="767.86" OriginalAmount="745.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4229" Longitude="25.32048" StarRating="3" HotelCode="|534540" HotelName="Erato Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/4/0/534540_d02fc711412.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="775.81" OriginalAmount="753.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42702082" Longitude="25.31944576" StarRating="4" HotelCode="387546|2045745" HotelName="Mykonos Waves Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Korfos Beach, Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/439721/439721a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Mykonos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="777.55" OriginalAmount="754.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.422417" Longitude="25.319167" StarRating="0" HotelCode="|549117" HotelName="Mykonos Cactus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Main Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/9/1/1/7/549117_24124c10012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="783.02" OriginalAmount="760.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.445215" Longitude="25.327764" StarRating="3" HotelCode="|195860" HotelName="Kouneni Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tria Pigadia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/6/0/195860_e57cb8f1401.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="799.96" OriginalAmount="776.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4351066" Longitude="25.402868" StarRating="4" HotelCode="|449726" HotelName="Penelope Village Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo Livadi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/7/2/6/449726_90754fa1428.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="807.53" OriginalAmount="784.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42334" Longitude="25.39009" StarRating="5" HotelCode="|195972" HotelName="Senses Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/7/2/195972_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="809.58" OriginalAmount="786.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.436899" Longitude="25.30535" StarRating="4" HotelCode="484567|sofias_bungalows_mykonos" HotelName="Sofia's Bungalows Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kanalia Main Road, 84600 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d0/87d06ef40e93a705ab398dbe3e74473295b63a55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a babysitting service and a childcare service. Wireless...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="828.27" OriginalAmount="804.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41606" Longitude="25.34236" StarRating="4" HotelCode="|535155" HotelName="Casa Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platis Yialos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/1/5/5/535155_cbd25311111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="836.26" OriginalAmount="811.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.442915" Longitude="25.330065" StarRating="0" HotelCode="|530032" HotelName="Andriani\'s Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>School Of Fine Arts, Cyclades</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/0/3/2/530032_3fcad831011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="852.89" OriginalAmount="828.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.447828" Longitude="25.331122" StarRating="0" HotelCode="|483679" HotelName="Rania Apartments Sea View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L Mponi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/6/7/9/483679_e0a91cf1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="864.76" OriginalAmount="839.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.464733" Longitude="25.334544" StarRating="3" HotelCode="|195867" HotelName="Manolia View Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agia Sofia, Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/6/7/195867_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="899.00" OriginalAmount="872.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.461962" Longitude="25.328841" StarRating="3" HotelCode="|551036" HotelName="Avra Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos Mykonos New Port</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/0/3/6/551036_b1ee6f21101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="905.07" OriginalAmount="878.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43238" Longitude="25.33254" StarRating="3" HotelCode="|195799" HotelName="Aether Boutique Stay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Glastros</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/7/9/9/195799_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="922.53" OriginalAmount="895.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.447354" Longitude="25.391844" StarRating="5" HotelCode="|534259" HotelName="Anemelia Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia - Ano Mera</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/5/9/534259_50ca40d1152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="937.24" OriginalAmount="909.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42328" Longitude="25.31148" StarRating="4" HotelCode="|529746" HotelName="Lithos by Spyros and Flora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/7/4/6/529746_97144f31247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="943.25" OriginalAmount="915.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4091219" Longitude="25.3508878" StarRating="3" HotelCode="|164856" HotelName="Zephyros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paranga 84600 Paranga Mykonos Greece</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/8/5/6/164856_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="959.20" OriginalAmount="931.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.470575" Longitude="25.429568" StarRating="0" HotelCode="|525307" HotelName="Mykonos Residence Villas and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merchia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/0/7/525307_51de40c1021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="963.81" OriginalAmount="935.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4521481" Longitude="25.3332169" StarRating="3" HotelCode="154777|4237375" HotelName="Villa Konstantin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Agios Vassilios, 84600 Mykonos, Cyclades Islands</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/21/9f21a015c7f7a203161dfee7db84bfcd7fa12417.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Mykonos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="967.93" OriginalAmount="939.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43743" Longitude="25.32373" StarRating="3" HotelCode="|195820" HotelName="Cape Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Megali Ammos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/2/0/195820_6f9f0291051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="972.33" OriginalAmount="944.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.429254" Longitude="25.344232" StarRating="3" HotelCode="|483676" HotelName="Aegean Hospitality Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Skalado, Greater Airport Area</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/6/7/6/483676_d85012a1124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="977.26" OriginalAmount="948.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.431044" Longitude="25.372388" StarRating="0" HotelCode="|534048" HotelName="Legendary Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chalara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/0/4/8/534048_da4f6251154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="982.74" OriginalAmount="954.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42077" Longitude="25.39564" StarRating="4" HotelCode="|483771" HotelName="Cova Mykonos Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/7/7/1/483771_085ac320816.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="985.71" OriginalAmount="957.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.419858" Longitude="25.39406" StarRating="5" HotelCode="|195842" HotelName="Greco Philia Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia Beach, Ano Mera. P.O. Box 825</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/4/2/195842_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="988.52" OriginalAmount="959.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43256" Longitude="25.303527" StarRating="4" HotelCode="|525302" HotelName="Ubud Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/0/2/525302_50644cc1020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1003.20" OriginalAmount="973.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.449112" Longitude="25.336296" StarRating="4" HotelCode="|548778" HotelName="A Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Drakouri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/7/7/8/548778_cce94cf0052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1006.63" OriginalAmount="977.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.432483" Longitude="25.350419" StarRating="0" HotelCode="|195793" HotelName="Ac Village Christoulis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agia Paraskeui</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/7/9/3/195793_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1015.76" OriginalAmount="986.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.440758" Longitude="25.332348" StarRating="0" HotelCode="|195974" HotelName="Sofia Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mykonos Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/7/4/195974_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1027.40" OriginalAmount="997.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.417201" Longitude="25.373382" StarRating="0" HotelCode="|533592" HotelName="IONIC Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Super Paradise Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/9/2/533592_aeeaaae1154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1037.86" OriginalAmount="1007.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.488213" Longitude="25.360086" StarRating="3" HotelCode="|178950" HotelName="Grecotel Mykonos Lolita" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>AGIOS SOSTIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/9/5/0/178950_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1041.84" OriginalAmount="1011.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4152252" Longitude="25.3412541" StarRating="3" HotelCode="|71178" HotelName="Argo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLATYS GIALOS 0</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/1/7/8/71178_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2010, traditional style, has a breakfast room and a terrace with an open-air bar. SITUATION: This beach hotel is in Mykonos south it is situated 100 metres away from Platis Gialos the beach Mykonos it is situated 4 kilometres away from close to the establishment, clients can find restaurants, supermarkets and do water sports. it is 4 kilometres away from Mykonos Airport. ROOM: The large rooms, a bathroom with a shower and a hairdryer. They have a double bed, an air-conditioning system, heating and a balcony. They are equipped with a direct line telephone, a satellite television, internet, a safety deposit box and a fridge. FACILITIES: At the beach, guests can find deck chairs (available for a fee) and parasols. OTHERS: The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1043.02" OriginalAmount="1012.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.423659" Longitude="25.309859" StarRating="2" HotelCode="|63564" HotelName="BELLISSIMO BEACH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AGIOS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/6/4/63564_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with fantastic views and it is close to the beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1054.41" OriginalAmount="1023.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43552936" Longitude="25.33695463" StarRating="4" HotelCode="428074|1878725" HotelName="Livin Mykonos" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Livin Mykonos, 84600 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/09/90095c310a30c0f94c63b055d5877511fb312863.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Amenities include a baggage storage service. Wireless internet access is available to travellers in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1054.72" OriginalAmount="1024.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4467185" Longitude="25.3288623" StarRating="3" HotelCode="189698|mykonos_chora_apartments" HotelName="Mykonos Chora Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fabrica, Mykonos Town, Chora, 84600 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/65/0b659440c954ed06c1177b6d467754fd71a45dd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Mykonos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1060.30" OriginalAmount="1029.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44421" Longitude="25.42737" StarRating="0" HotelCode="|483674" HotelName="The Summit of Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Playa Kalo Livadi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/6/7/4/483674_e05393d1100.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1078.39" OriginalAmount="1046.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41636" Longitude="25.36853" StarRating="0" HotelCode="|545929" HotelName="Atlantis Beach Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Super Paradise</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/9/2/9/545929_cd54fea2233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1086.14" OriginalAmount="1054.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43534" Longitude="25.329083" StarRating="5" HotelCode="|50461" HotelName="Tharroe Of Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MYKONOS TOWN, ANGELICA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/6/1/50461_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool, With regards to the food and beverage offering, the establishment has a bar, a restaurant and a swimming pool bar. It has air-conditioning and heating. The establishment has an art gallery, a gym, a jacuzzi, a sauna, a kiosk and conference rooms. The establishment offers room service, a safety deposit box service, a laundry service and secretarial services. The establishment also has a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1086.85" OriginalAmount="1055.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4599" Longitude="25.37543" StarRating="4" HotelCode="|195927" HotelName="Mykonos Dream Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ftelia, Mykonos, Greece</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/2/7/195927_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1091.23" OriginalAmount="1059.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43488" Longitude="25.31329" StarRating="4" HotelCode="|195929" HotelName="Mykonos No5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kanalia, Ornos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/2/9/195929_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1095.93" OriginalAmount="1064.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.45591" Longitude="25.383361" StarRating="0" HotelCode="|528152" HotelName="Ftelia Black Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ftelia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/1/5/2/528152_f6939361010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1111.37" OriginalAmount="1079.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.45756238" Longitude="25.33558734" StarRating="3" HotelCode="597412|aletro_cottage_houses" HotelName="Aletro Cottage Houses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Agia Sofia, 846 00 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/52/ba526cee913c4c4cea2d6031c0b4d0558b1cc1f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Mykonos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1111.43" OriginalAmount="1079.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4364456" Longitude="25.4201576" StarRating="4" HotelCode="|64339" HotelName="Anemoessa Boutique  Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALAFATIS BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/3/3/9/64339_fce46350500.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel and has excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1115.34" OriginalAmount="1082.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.47018" Longitude="25.31356" StarRating="4" HotelCode="|120245" HotelName="Rocabella Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Stefanos Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/2/4/5/120245_3903a042117.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant establishment, has a swimming pool. SITUATION: Is situated inAgios Stefanos the beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1138.92" OriginalAmount="1105.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.447186" Longitude="25.331" StarRating="3" HotelCode="|531612" HotelName="She Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Petasos Mykonos Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/6/1/2/531612_a71c75e1043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1139.18" OriginalAmount="1106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4701895" Longitude="25.4290651" StarRating="3" HotelCode="484389|sea_rock_sky_private_residence" HotelName="Sea Rock &amp; Sky Private Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences,Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Merchia Beach, Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/2c/752cd7e0f6ce5e512f2f54c8065196207d3cf741.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kalafati.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1142.45" OriginalAmount="1109.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.46908" Longitude="25.32351" StarRating="3" HotelCode="|195796" HotelName="Aeri Villas and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/7/9/6/195796_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1167.42" OriginalAmount="1133.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44487" Longitude="25.42319" StarRating="0" HotelCode="|525840" HotelName="Thalasses Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalafatis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/8/4/0/525840_c3a68701147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1190.68" OriginalAmount="1156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.45217351" Longitude="25.33272389" StarRating="4" HotelCode="552374|adel_private_suites" HotelName="Adel Private Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Evagelistraki, New Ring Road, Ag. Stefanou, 846 00 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/0c/0f0c25cf5a9dcba71b5c596fa3a094ea736baac0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Mykonos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1214.84" OriginalAmount="1179.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.451423" Longitude="25.33336035" StarRating="3" HotelCode="598130|2585175" HotelName="Bellou Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Amygdalidi, 846 00 Mykonos, Cyclades</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/16/5b16528dc5ab6761cafa7da8ccca5dc1ab00c7c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Mykonos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1217.89" OriginalAmount="1182.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.460593" Longitude="25.3293916" StarRating="4" HotelCode="|450311" HotelName="Croco Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/3/1/1/450311_82ee0381850.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1228.75" OriginalAmount="1192.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4565" Longitude="25.3295" StarRating="4" HotelCode="|530856" HotelName="Tagoo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tagoo Area, Mykonos Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/8/5/6/530856_f24bb381338.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1275.94" OriginalAmount="1238.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.441974" Longitude="25.331855" StarRating="3" HotelCode="|513789" HotelName="Ibiscus Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/3/7/8/9/513789_34e7a231028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1276.89" OriginalAmount="1239.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42971" Longitude="25.40273" StarRating="5" HotelCode="|446514" HotelName="Radisson Blu Euphoria Resort, Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo livadi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/5/1/4/446514_ce4ae221654.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1299.17" OriginalAmount="1261.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41567" Longitude="25.34284" StarRating="4" HotelCode="|195984" HotelName="The George" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platys Gialos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/8/4/195984_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1306.31" OriginalAmount="1268.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.413398" Longitude="25.36771" StarRating="0" HotelCode="|550573" HotelName="Nimbus My Aktis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Super Paradise</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/5/7/3/550573_1e5e0721202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1307.31" OriginalAmount="1269.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.470421" Longitude="25.321569" StarRating="4" HotelCode="|533673" HotelName="Bard De Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Stefanos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/6/7/3/533673_e1daf0c1145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1319.98" OriginalAmount="1281.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.446786" Longitude="25.3388" StarRating="4" HotelCode="|461252" HotelName="Aeolos Resort Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road Mikonou-Ano Merias, Mykonos Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/2/5/2/461252_bfd2c6c1035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1322.22" OriginalAmount="1283.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.43544" Longitude="25.33138" StarRating="4" HotelCode="|195866" HotelName="Akkadian Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vrisi Region, Mykonos Ring Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/6/6/195866_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1327.48" OriginalAmount="1288.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.414797" Longitude="25.343751" StarRating="4" HotelCode="|63554" HotelName="Acrogiali Beachfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLATYS YALOS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/5/4/63554_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, has 46 rooms and 10 single rooms. This air-conditioned establishment has a lobby, with a reception, express check-out, a safety deposit box service, a lift and a kiosk. Regarding the food and beverage offering, the establishment has a cafÃ©, a restaurant and a breakfast room. The establishment offers internet a medical care service, The establishment boasts a car park. SITUATION: This hotel is in Platy Yalos the beach next to the property, you can find a restaurant, Mykonos it is situated 10 minutes away from it is 4 kilometres away from Mykonos the International Airport of. ROOM: The modern and comfortable rooms, well-decorated, a bathroom with a bath and a hairdryer. They have a double bed, a direct line telephone, a television, a radio, internet and a safe. They are equipped with an individual air-conditioning system, They also have a balcony or terrace and with views. FACILITIES: For a fee, you can enjoy the sunshades and the deck chairs. OTHERS: The establishment serves a continental buffet breakfast and a set-menu dinner. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1362.33" OriginalAmount="1322.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.427296" Longitude="25.363424" StarRating="3" HotelCode="|475476" HotelName="Muse of Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halara</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/4/7/6/475476_5d5bb831221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1380.21" OriginalAmount="1340.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42252" Longitude="25.39079" StarRating="5" HotelCode="|524072" HotelName="Elia Mykonos Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia Beach, Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/0/7/2/524072_69e65da1141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1390.50" OriginalAmount="1350.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.484089" Longitude="25.318384" StarRating="4" HotelCode="|446370" HotelName="Collini Suites and Villas Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fanari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/7/0/446370_089b9391024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1420.65" OriginalAmount="1379.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.416226" Longitude="25.370732" StarRating="5" HotelCode="|452546" HotelName="Mykonos Flow - Super Paradise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Super Paradise Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/5/4/6/452546_e7c4be11151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1444.56" OriginalAmount="1402.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41864" Longitude="25.31471" StarRating="5" HotelCode="|195853" HotelName="Amazon Mykonos Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/5/3/195853_9c2ce791444.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1446.07" OriginalAmount="1403.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42023" Longitude="25.31976" StarRating="4" HotelCode="|195838" HotelName="Casa Cook Mykonos - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aleomandra Ornou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/3/8/195838_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1468.41" OriginalAmount="1425.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.438531" Longitude="25.411126" StarRating="5" HotelCode="|534264" HotelName="Million Stars Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalafatis Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/6/4/534264_540c28d1156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1483.00" OriginalAmount="1439.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.455881" Longitude="25.333199" StarRating="0" HotelCode="|529645" HotelName="Arocaria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/4/5/529645_840acf31004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1510.40" OriginalAmount="1466.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.426522" Longitude="25.322373" StarRating="5" HotelCode="|446369" HotelName="Aeonic Suites and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corfos Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/6/9/446369_8065e9e1504.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1519.56" OriginalAmount="1475.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.434649" Longitude="25.408886" StarRating="0" HotelCode="|533423" HotelName="Mileo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo Livadi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/2/3/533423_472b2de1111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1548.65" OriginalAmount="1503.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.415501" Longitude="25.367707" StarRating="4" HotelCode="|447922" HotelName="LYO Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Super Paradise</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/2/2/447922_c4110d21444.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1581.72" OriginalAmount="1535.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.436909" Longitude="25.329388" StarRating="5" HotelCode="|23066" HotelName="Myconian Korali Relais &amp; Chateaux" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MYKONOS TOWN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/6/6/23066_61064ae1229.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays and it offers excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1698.95" OriginalAmount="1649.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.470571" Longitude="25.317419" StarRating="5" HotelCode="|452569" HotelName="Omeon Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Stefanos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/5/6/9/452569_03df0e91323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1704.65" OriginalAmount="1655.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.45381266" Longitude="25.33500324" StarRating="2" HotelCode="609530|villa_thea_collection_mykonos" HotelName="Villa Thea Collection Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Amygdalidi, 84600 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/12/b31203c3d047ee840ebc3efbf6c365338187c3c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant and a bar. Wireless internet access in public areas allows guests to s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1736.47" OriginalAmount="1685.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42964" Longitude="25.33298" StarRating="4" HotelCode="|535266" HotelName="Portes Mykonos Suites and Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Glastros</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/2/6/6/535266_bd1ff691441.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1752.10" OriginalAmount="1701.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4229584" Longitude="25.3906479" StarRating="5" HotelCode="|175414" HotelName="Myconian Imperial - Leading Hotels Of The World" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/5/4/1/4/175414_088f1351412.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1778.61" OriginalAmount="1726.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4698864" Longitude="25.3160832" StarRating="4" HotelCode="|444000" HotelName="Nimbus Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ag Stefanos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/0/0/444000_6a9e9df1706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1835.50" OriginalAmount="1782.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.449259" Longitude="25.332458" StarRating="0" HotelCode="|521454" HotelName="Nomia Sunset Suites Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pigados, Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/4/5/4/521454_bba32fa1155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1878.72" OriginalAmount="1824.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.447356885962" Longitude="25.330891525131" StarRating="2" HotelCode="88795|ledra_apartments" HotelName="Boho Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>84600 Mykonos Town</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/e7/2ce7841fe3734f54ac37db970dd61b5b9fa7dcf7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the centre of Mykonos town, the apartments are ideal for those who want to easily access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1894.19" OriginalAmount="1839.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.469323" Longitude="25.318298" StarRating="5" HotelCode="|522443" HotelName="Amyth of Mykonos Agios Stefanos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Stefanos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/4/4/3/522443_c4b60e21056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1894.79" OriginalAmount="1839.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.469562" Longitude="25.354996" StarRating="4" HotelCode="|523630" HotelName="Panormos Bay Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Panormos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/6/3/0/523630_c65a42e0930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1916.98" OriginalAmount="1861.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.423204" Longitude="25.311307" StarRating="4" HotelCode="|443929" HotelName="Noima Boutique Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis Diakoftis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/2/9/443929_9b851a71023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2013.81" OriginalAmount="1955.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4187" Longitude="25.3313" StarRating="5" HotelCode="|506682" HotelName="Alissachni Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Psarou, Agios Lazaros, Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/6/6/8/2/506682_d568d131237.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2047.39" OriginalAmount="1987.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.413604" Longitude="25.342476" StarRating="0" HotelCode="|34704" HotelName="Nissaki Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platy Gialos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/7/0/4/34704_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 3 floors and a swimming pool with bay views, In the entrance, you can find a lobby with a seating area. SITUATION: This establishment, Psarou Beach it is close to near the establishment, you will find Plats Gialos the beach it is in an excellent location, is 10 minutes away from the airport, the city. ROOM: It has luxurious rooms with wooden furniture, with beautiful views of the sea, a bathrobe, slippers, beach towels, a satellite TV and coffee service. Are also equipped with a direct line telephone, a flat-screen television, a hairdryer, internet, an individual air-conditioning system, an iron, an ironing board, a mini-bar and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, The establishment offers a buffet breakfast, a lunch service and a dinner service. The establishment also has a swimming pool bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2057.19" OriginalAmount="1997.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.422006" Longitude="25.392467" StarRating="5" HotelCode="|153533" HotelName="Myconian Utopia Relais and Chateaux" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ELIA BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/5/3/3/153533_737c2051327.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2183.52" OriginalAmount="2119.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.431356" Longitude="25.402631" StarRating="0" HotelCode="|535365" HotelName="Mykonos Bliss - Cozy Suites, Adults Only Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo Livadi Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/3/6/5/535365_660b3401530.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2204.06" OriginalAmount="2139.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.414901" Longitude="25.313648" StarRating="5" HotelCode="|55683" HotelName="Saint John Villas and Spa" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2208.78" OriginalAmount="2144.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.446433" Longitude="25.330607" StarRating="3" HotelCode="|60731" HotelName="Portobello Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KAMINAKI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/3/1/60731_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms, suites and villas. SITUATION: Is situated inMykonos a good area in 3 minutes away, guests can find great beaches, The establishment has views of Aegean the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2375.93" OriginalAmount="2306.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.42711" Longitude="25.34606" StarRating="0" HotelCode="|195985" HotelName="Villa Evi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lino Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/8/5/195985_713b1ba1629.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2381.34" OriginalAmount="2311.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.421124" Longitude="25.326582" StarRating="5" HotelCode="|472569" HotelName="Once in Mykonos - Designed for Adults" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/5/6/9/472569_a5230140921.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2542.52" OriginalAmount="2468.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.473128" Longitude="25.427717" StarRating="4" HotelCode="|450675" HotelName="Semeli Coast Mykonos Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merchia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/7/5/450675_21665cc1129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2649.95" OriginalAmount="2572.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.423227" Longitude="25.39019" StarRating="5" HotelCode="|483776" HotelName="Myconian Panoptis Escape - Small Luxury Hotels of the World" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/7/7/6/483776_00f0f070928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2694.21" OriginalAmount="2615.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4376954" Longitude="25.325496" StarRating="4" HotelCode="|30958" HotelName="Mykonos Bay Resort and Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Main Street Megali Ammos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/5/8/30958_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3653.22" OriginalAmount="3546.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44471" Longitude="25.329881" StarRating="3" HotelCode="|63562" HotelName="Ibiscus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SCHOOL OF FINE ARTS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/6/2/63562_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This excellent establishment and it offers first class service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4197.35" OriginalAmount="4075.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.422251" Longitude="25.394955" StarRating="5" HotelCode="|452300" HotelName="Deos Mykonos-A Myconian Collection hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Vasilios, Chora Mykonou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/3/0/0/452300_2c7a2b71048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4388.06" OriginalAmount="4260.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.442523" Longitude="25.333136" StarRating="5" HotelCode="|532910" HotelName="Lovia Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chora Mykonou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/1/0/532910_0953b051053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4566.54" OriginalAmount="4433.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.406838" Longitude="25.308514" StarRating="4" HotelCode="|527163" HotelName="Enigma Mykonos Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aleomandra Glyfadi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/1/6/3/527163_85b298b1001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4878.40" OriginalAmount="4736.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44512" Longitude="25.42397" StarRating="5" HotelCode="|444866" HotelName="Cali Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalafati 846 00</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/6/6/444866_1a988031002.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6156.31" OriginalAmount="5977.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4445" Longitude="25.3346" StarRating="0" HotelCode="965539|agios_lazaros_resort" HotelName="AGL Luxury Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Lazaros, Mýkonos City 84600</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/b6/24b6d3a516a7ec3b7a1b6da4707f44cf4eb51f70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6923.16" OriginalAmount="6721.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4554644" Longitude="25.3287704" StarRating="5" HotelCode="|24893" HotelName="Cavo Tagoo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tagoo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/9/3/24893_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 13 suites, suites with a private swimming pool and 31 superior rooms. The establishment also offers superior rooms, with a private pool, This urban hotel with air-conditioning, has a reception, a bar, a television room, a restaurant, room service and a car park. SITUATION: This hotel is situated on a cliff, is 600 metres away from Mykonos the city of it is 5 kilometres away from Mykonos Airport it is 500 metres away from the old harbour,2,5 kilometres away, you can find the harbour. ROOM: The establishment has 69 rooms with wonderful sea views, a large balcony, elegant furniture, a bathroom with hydromassage bath, a shower, a hairdryer, toiletries, a bathrobe and slippers. They are equipped with individual air-conditioning, an alarm clock, a television, a DVD player, a CD player, body mirror, internet (available for a fee), a direct line telephone, a satellite television, a mirror, a mini-bar, a king size or double bed, a safe, a VIP service, an alarm clock and voicemail. FACILITIES: Outdoors, clients have access to a swimming pool and a snack bar. The establishment has a massage service. OBSERVATIONS: The establishment offers a transfer service to the airport and the port. OTHERS: Guests can book bed and breakfast or half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7051.99" OriginalAmount="6846.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4383707" Longitude="25.3275373" StarRating="5" HotelCode="|31743" HotelName="Bill and Coo Suites and Lounge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>MEGALI AMOS BEACH, 500M FROM MYKONOS TOWN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant, a lounge bar and a swimming pool with sea views. SITUATION: This hotel is near Mykonos, close to Megali Ammos Beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7490.16" OriginalAmount="7272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.4445" Longitude="25.3346" StarRating="0" HotelCode="883870|belvedere_waterfront_villa_suites" HotelName="Belvedere Mykonos - Waterfront Villa &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bida Street</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/48/97485586978052c7a1eacf5a744ff7cbe3e46700.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11406.46" OriginalAmount="11074.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.415258" Longitude="25.336908" StarRating="5" HotelCode="|529154" HotelName="Nammos Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Psarou beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/1/5/4/529154_b7dafda1039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17241.94" OriginalAmount="16739.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.41813" Longitude="25.32572" StarRating="5" HotelCode="|28284" HotelName="Santa Marina, A Luxury Collection Resort, Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ORNOS BAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/8/4/28284_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This exotic hotel, has great views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22339.20" OriginalAmount="21688.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.425641" Longitude="25.386869" StarRating="0" HotelCode="|527653" HotelName="Artemis 7BD Minimal Villa Private Pool Jacuzzi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Unnamed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/6/5/3/527653_3f8f59c1007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1471.40" OriginalAmount="1428.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.44684" Longitude="25.32976" StarRating="0" HotelCode="|245872" HotelName="The Townhouse Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Manto Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Bicycle Rental,Currency Exchange,Kitchen,Jacuzzi,Sauna</BasicAmenities>
    <HotelRating>4,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,RESIDENCES</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
37191676-7a9d-4508-86f0-03fb717bdcdb|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="37191676-7a9d-4508-86f0-03fb717bdcdb">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="44939" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-30T00:00:00" End="2026-07-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|31743" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Weyak.kuwait@gmail.com" Password="Weyak@2026" RequestedCurrency="GBP" ClientNationality="kw" ClientCountry="Kuwait" 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.SelectServerHelper.WaitingForDescriptionToChange()
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
37191676-7a9d-4508-86f0-03fb717bdcdb|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="37191676-7a9d-4508-86f0-03fb717bdcdb" TimeStamp="0001-01-01T00:00:00" HotelName="Bill and Coo Suites and Lounge" HotelCode="31743" GTCityId="44939" CountryCode="GR" CityName="Mykonos" CountryName="Greece" Address="MEGALI AMOS BEACH, 500M FROM MYKONOS TOWN" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Suite" RoomTypeCode="31743H41_1-1179H2HRHR81kifj|1781608624.DGdFAP-GBRAa3140offx|7391.91|94|NzM5MS45MXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="6393" TotalPrice="6584.53" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/06/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-19T00:00:00" End="2026-06-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6392.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_8.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_14.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_9.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_10.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_4.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_11.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_12.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_13.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_3.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_5.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_6.jpg" /></Images><HotelDescription>HOTEL: This hotel offers a restaurant, a lounge bar and a swimming pool with sea views. SITUATION: This hotel is near Mykonos, close to Megali Ammos Beach.,</HotelDescription><Facilities><HotelFacilities><Type>Room</Type><Description>Bathroom</Description><Value>Bathroom</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Hairdryer</Description><Value>Hairdryer</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Direct line telephone</Description><Value>Direct line telephone</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Satellite/cable TV</Description><Value>Satellite/cable TV</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Terrace / solarium</Description><Value>Terrace / solarium</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Pets are allowed (See conditions)</Description><Value>Pets are allowed (See conditions)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tennis</Description><Value>Tennis</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Windsurfing</Description><Value>Windsurfing</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Disco / DJ / Pub</Description><Value>Disco / DJ / Pub</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Scubadiving</Description><Value>Scubadiving</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Horse riding</Description><Value>Horse riding</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Snorkeling</Description><Value>Snorkeling</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Cooking classes</Description><Value>Cooking classes</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Themed dinners</Description><Value>Themed dinners</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Menu for children</Description><Value>Menu for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dietary menus (on request)</Description><Value>Dietary menus (on request)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast in room</Description><Value>Breakfast in room</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Parking adapted for people with reduced mobility</Description><Value>Parking adapted for people with reduced mobility</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Electric vehicle charging station</Description><Value>Electric vehicle charging station</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tourist information</Description><Value>Tourist information</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Take-away lunches</Description><Value>Take-away lunches</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Express check-in / check-out</Description><Value>Express check-in / check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Laundry service</Description><Value>Laundry service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Childminder / services for children</Description><Value>Childminder / services for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dry cleaning service</Description><Value>Dry cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Private check-in/check-out</Description><Value>Private check-in/check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Room service</Description><Value>Room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ironing service</Description><Value>Ironing service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Car rental</Description><Value>Car rental</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fax / photocopy machine</Description><Value>Fax / photocopy machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fire extinguishers</Description><Value>Fire extinguishers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoke detectors</Description><Value>Smoke detectors</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security alarm</Description><Value>Security alarm</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour security</Description><Value>24 hour security</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security cameras</Description><Value>Security cameras</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Chapel</Description><Value>Chapel</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Outdoor pool (seasonal)</Description><Value>Outdoor pool (seasonal)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Infinity pool</Description><Value>Infinity pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Heated pool</Description><Value>Heated pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sun loungers/beach chairs</Description><Value>Sun loungers/beach chairs</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Umbrellas</Description><Value>Umbrellas</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa / Wellness Center</Description><Value>Spa / Wellness Center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Hairdresser/Beauty salon</Description><Value>Hairdresser/Beauty salon</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sauna</Description><Value>Sauna</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Massages</Description><Value>Massages</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Airport pick-up service</Description><Value>Airport pick-up service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Transfer service (for a fee)</Description><Value>Transfer service (for a fee)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Special health and safety measures are followed</Description><Value>Special health and safety measures are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Clients can choose not to use the accommodationÂ´s cleaning service</Description><Value>Clients can choose not to use the accommodationÂ´s cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Masks available to customers</Description><Value>Masks available to customers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Check-in and check-out without contact</Description><Value>Check-in and check-out without contact</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>You can pay without cash</Description><Value>You can pay without cash</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Mobile app for room service</Description><Value>Mobile app for room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast take away containers</Description><Value>Breakfast take away containers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Valet</Description><Value>Valet</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Adventure sports</Description><Value>Adventure sports</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Beach</Description><Value>Beach</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business</Description><Value>Business</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa</Description><Value>Spa</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luxury</Description><Value>Luxury</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Boutique</Description><Value>Boutique</Value></HotelFacilities></Facilities></HotelRoomRS>||True