<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
c05d75ca-2066-4832-9263-b5e1bbd2921e|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="c05d75ca-2066-4832-9263-b5e1bbd2921e">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="54074" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-06T00:00:00" End="2026-10-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@pennyflytours.com" Password="Pennyflytours@1234" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c05d75ca-2066-4832-9263-b5e1bbd2921e|InfiniteSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 97|Infinite|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
c05d75ca-2066-4832-9263-b5e1bbd2921e|TravcoSearch|supplier interation failed||Travco|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
c05d75ca-2066-4832-9263-b5e1bbd2921e|HotelbedsSearch|successfull supplier interation||HotelBeds|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
c05d75ca-2066-4832-9263-b5e1bbd2921e|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
c05d75ca-2066-4832-9263-b5e1bbd2921e|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
c05d75ca-2066-4832-9263-b5e1bbd2921e|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c05d75ca-2066-4832-9263-b5e1bbd2921e|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
c05d75ca-2066-4832-9263-b5e1bbd2921e|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-08-17T11:42:47.0503029+01:00" Version="0" EchoToken="Search" TransactionIdentifier="c05d75ca-2066-4832-9263-b5e1bbd2921e" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="267.01" OriginalAmount="264.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.3286126" Longitude="-82.620294" StarRating="2" HotelCode="|285612" HotelName="Days Inn By Wyndham Milan Sandusky South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11410 U.S. Route 250 North</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/5/6/1/2/285612_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337.34" OriginalAmount="334" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48368199" Longitude="9.14062682" StarRating="0" HotelCode="447818|287684" HotelName="Ostello Aig Piero Rotta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Martino Bassi 2, San Siro, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/aa/02aa5d3f43de77e3eae679c6a8102ccbb67710e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.09" OriginalAmount="336.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.330038" Longitude="-82.622967" StarRating="2" HotelCode="|365344" HotelName="Red Roof Inn Sandusky - Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>11303 Milan Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/5/3/4/4/365344_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.51" OriginalAmount="353.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.3329528" Longitude="-82.6238347" StarRating="2" HotelCode="|282583" HotelName="Quality Inn Milan - Sandusky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>11020 Milan Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/5/8/3/282583_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="405.62" OriginalAmount="401.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.916819" Longitude="-88.754027" StarRating="0" HotelCode="|563645" HotelName="Milan Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>3022 S 1st St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/6/4/5/563645_79d8c5c1909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="422.45" OriginalAmount="418.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.639122" Longitude="9.365195" StarRating="3" HotelCode="159572|224744" HotelName="Polo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Donizetti 1, 20040 Usmate Velate</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0e/210eda1b0535c2fb9cd473de963a48d8a87da721.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the suburbs of Usmate and was established in 1975. It is 25.0 Km fro...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="440.36" OriginalAmount="436.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485565037153" Longitude="9.229217401043" StarRating="1" HotelCode="355451|galla" HotelName="Hotel Galla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Elevator,Internet,Kitchen,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Via Galla Placidia 5, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/a8/f2a81e5fbe964548aa4da81618b050efdf7c4a18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Galla in Milan (Citta Studi), you'll be close to Pi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="457.64" OriginalAmount="453.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.33088" Longitude="-82.62074" StarRating="0" HotelCode="|275732" HotelName="6 Milan, Oh - Sandusky" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>11406 US 250 North</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/5/7/3/2/275732_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="464.03" OriginalAmount="459.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4872507" Longitude="9.2316999" StarRating="1" HotelCode="|127879" HotelName="Adelchi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Ingegnoli 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/7/8/7/9/127879_6c148151120.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inLambrate the district of 6 minutes away from the establishment, clients can find Milan Central Station. ROOM: Customers can find rooms with TV and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="480.86" OriginalAmount="476.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.51094" Longitude="9.24851" StarRating="2" HotelCode="|184027" HotelName="Convertini" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via San Mamete 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/2/7/184027_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.88" OriginalAmount="488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.510785907574" Longitude="9.2485898587209" StarRating="2" HotelCode="342673|hotel_convertini" HotelName="Hotel Convertini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Mamete 12, 20128 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0a/e20ac5d87aa968f1ece22d9fbd27baf00c624ee8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="493.49" OriginalAmount="488.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4861448" Longitude="9.2308388" StarRating="1" HotelCode="|126169" HotelName="Chopin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Porpora 143</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/1/6/9/126169_41b8f3e1149.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is 400 metres away from Lambrate the underground station of it is 15 minutes away from Corso Buenos Aires the shopping street. ROOM: The rooms have an air-conditioning system, a television and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="499.75" OriginalAmount="494.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.5022757" Longitude="9.1761305" StarRating="0" HotelCode="|125973" HotelName="3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Ignazio Ciaia 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/9/7/3/125973_98ad7961440.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 800 metres away from Dergano the metro station It has excellent transport links to Milano Centrale the railway station the cathedral. ROOM: The rooms have, WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.23" OriginalAmount="523.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.502483834583" Longitude="9.17629301548" StarRating="1" HotelCode="192211|hostel_3" HotelName="Hostel 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Designated Smoking Area,Internet,Luggage Storage,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Ignazio Ciaia 5, 20158 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/a2/e7a23b56b4128f28a9e67bff188e3ddcaadbdc70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hostel 3 in Milan (Bovisa), you'll be close to Nigu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="542.69" OriginalAmount="537.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.3271249" Longitude="-82.6193762" StarRating="3" HotelCode="|361581" HotelName="Country Inn and Suites By Radisson, Sandusky South, Oh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11600 US 250 Milan Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/5/8/1/361581_5177f961037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="552.66" OriginalAmount="547.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484724" Longitude="9.232772" StarRating="0" HotelCode="|209520" HotelName="Colours" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Desiderio, 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/5/2/0/209520_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="564.66" OriginalAmount="559.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4846291" Longitude="9.2209731" StarRating="2" HotelCode="|126753" HotelName="Sabatino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Lulli, 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/7/5/3/126753_6381ea91155.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a peaceful garden. SITUATION: The hotel is in the city centre, is located near the commercial area, 5 minutes away from the establishment, clients can find Loreto the underground station of. ROOM: The establishment has comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.69" OriginalAmount="569.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48470803" Longitude="9.23267046" StarRating="3" HotelCode="386301|hostel_colours" HotelName="Milan Hostel Colours" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Desiderio 24, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/5b/f55b383ef7eb8be890e6a6bfd061358f5afb5c1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="581.52" OriginalAmount="575.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.506962" Longitude="9.237175" StarRating="0" HotelCode="|522164" HotelName="Housing32 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>via Pontenuovo 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/6/4/522164_e3391520951.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="602.97" OriginalAmount="597.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484912" Longitude="9.221278" StarRating="2" HotelCode="902131|sabatino" HotelName="Sabatino Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Lulli 6, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/4e/9d4e77fdfc94722244198d69da39131ee8738ce4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="618.12" OriginalAmount="612.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.575995854729" Longitude="8.7803373015613" StarRating="3" HotelCode="320294|la_bottega_del_falegname" HotelName="La Bottega Del Falegname" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Repubblica 20, Vanzaghello, 20020 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/ca/65ca283008dbad162a6df2a5337e9e65f3168277.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="629.23" OriginalAmount="623.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473694234503" Longitude="9.1467310488224" StarRating="1" HotelCode="192202|hotel_amendola_fiera" HotelName="Amendola Fiera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Carcano 39, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/76/f176eafd27d53cb3494791ff780432c8d3151bf3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="661.55" OriginalAmount="655.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.40298" Longitude="9.249124" StarRating="3" HotelCode="37335|hotel_majestic_5" HotelName="Majestic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 48, 20098 San Giuliano Milanese, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/98/d998197a0584c04560bfd7f3fe1851b6f656023e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in rural surrounds, close to many historical tourist sights including the Abba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="745.32" OriginalAmount="737.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4893365" Longitude="9.2240425" StarRating="1" HotelCode="|126510" HotelName="Lux Durante" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza F. Durante 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/5/1/0/126510_6469d621140.jpg</HotelPictures>
        <HotelDescription>SITUATION: This family-owned hotel is in Milan the centre of it is situated 500 metres away from Pasteur and Loreto the underground station of. ROOM: The rooms have an air-conditioning system, a flat-screen television and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="762.88" OriginalAmount="755.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49977" Longitude="9.19943" StarRating="0" HotelCode="|226690" HotelName="Music" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>via Alfredo Comandini 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/6/9/0/226690_1_9224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="781.74" OriginalAmount="774.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.499755090398" Longitude="9.1994471848011" StarRating="2" HotelCode="192171|bb_music" HotelName="Music Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via Alfredo Comandini 16?, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/8d/d78d0b83356da39114dc69742b62056bcdccf0bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="788.81" OriginalAmount="781.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.32973" Longitude="-82.62299" StarRating="2" HotelCode="|611300" HotelName="Holiday Inn Express &amp; Suites - Milan - Sandusky Area, an IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11313 Milan Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/1/3/0/0/611300_419fad30129.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="850.50" OriginalAmount="842.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4696663" Longitude="9.2343801" StarRating="0" HotelCode="|127313" HotelName="Ih Hotels Milano  Argonne Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Paladini 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/7/3/1/3/127313_f4d83641120.jpg</HotelPictures>
        <HotelDescription>SITUATION: It has excellent transport links toMilan the historic centre of. ROOM: Guests are offered modern rooms, with WiFi (free of charge), an air-conditioning system and a satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="876.68" OriginalAmount="868.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.432325461223" Longitude="9.1066843271255" StarRating="3" HotelCode="335610|hotel_naviglio_grande" HotelName="Residence Naviglio Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Alzaia Trieste 11, 20092 Corsico, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b5/40/b5409f8e7453710f52e7d066bce9163893a56506.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Naviglio Grande River, in the South-West of Milan, close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="890.82" OriginalAmount="882.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46972359223" Longitude="9.2342032492161" StarRating="4" HotelCode="192189|residence_biancacroce_milano" HotelName="iH Aparthotel Milano Argonne Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Ettore Paladini 7, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/51/7e512a58773129b2fb41f87b6b4ef7b8ae888608.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="917.08" OriginalAmount="908.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483228464324" Longitude="9.2157979309559" StarRating="1" HotelCode="192182|hotel_paganini" HotelName="Hotel San Biagio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nicolo Paganini 6, 20131 Milano, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4f/4d4f07b6a1b353a4d90838aff08394ca0ceb823a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="958.49" OriginalAmount="949" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.511720317551" Longitude="9.1749960294304" StarRating="1" HotelCode="902202|181438" HotelName="Hotel New Salus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pellegrino Rossi 59, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/ef/17ef6e2fd300885251264da42492f285f32a7480.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="997.74" OriginalAmount="987.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4719038" Longitude="9.0776968" StarRating="4" HotelCode="|60762" HotelName="Idea  Milano San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIA GAETANO AIRAGHI 125</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/6/2/60762_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Idea Milano San Siro (antes Holiday Inn) is rated three stars and it is in Milano the outskirts of. is perfect for business and holiday stays. SITUATION: This establishment is close to the motorway, is situated 4 kilometres away from the Stadium of San Siro. Near the establishment, guests will find the trade fair ground Milan Rho.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1042.32" OriginalAmount="1032" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471731758313" Longitude="9.0772547619018" StarRating="4" HotelCode="99147|20075" HotelName="Idea Hotel Milano San Siro" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 125, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d9823417dfaefed13d55f32f8542004982e1a870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically situated near the San Siro-Fiera exit on the Tangenziale Ovest (western r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1044.34" OriginalAmount="1034.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.444603411215" Longitude="9.2068111896515" StarRating="4" HotelCode="186866|zambala_luxury_residence" HotelName="Zambala Luxury Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Brembo 29, Ripamonti Corvetto, 20139 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/79/23792292241fb013b4e995e325cc63181ab9823f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located near the heart of Milan. It is a stone's throw from the main motorways and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1064.10" OriginalAmount="1053.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.637002" Longitude="8.709077" StarRating="4" HotelCode="|169561" HotelName="IDEA HOTEL MILANO MALPENSA AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/6/1/169561_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant and a lounge bar. The establishment offers guests breakfast service, WiFi, internet in communal areas, (for a fee), an internet zone. The establishment has a transfer service to the airport, (free of charge), a car park (free of charge) and an entertainment area. The establishment also has multilingual staff, room service, a dry cleaner's and a laundry service. SITUATION: This establishment, Somma Lombardo it is in It has excellent transport links to the airport, Close to Castelconturbia the golf resort excellent transport links to taxis, the bus, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1080.70" OriginalAmount="1070.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.436797494505" Longitude="9.1717144846916" StarRating="3" HotelCode="34891|hotel_dei_fiori" HotelName="Dei Fiori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Renzo e Lucia 14, 20142 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/82/da8252154a71f85a6ab037738329ab8d45b6147d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the city centre, just 200 m from the nearest restaurants and le...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1111.00" OriginalAmount="1100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.491181" Longitude="9.162491" StarRating="3" HotelCode="78539|hotel_corallo_3" HotelName="Corallo Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesena 20, Milano 20155</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/d4/92d4bf5a80a0a0e937b2ca884b47512da80c1f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1126.76" OriginalAmount="1115.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4611826" Longitude="9.2269946" StarRating="2" HotelCode="|126740" HotelName="Rossovino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Francesco Bartolozzi 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/7/4/0/126740_1_3598.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in a peaceful, residential area, is situated 10 minutes away from Milan the centre of. ROOM: The rooms have WiFi, (free of charge), a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1141.30" OriginalAmount="1130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472841" Longitude="9.1444739999999" StarRating="2" HotelCode="901428|hotel_nuovo_murillo" HotelName="Nuovo Murillo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Murillo 22, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/2b/fa2ba1eb1269ac0df7e91904401405ffe928ea13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1165.54" OriginalAmount="1154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485647" Longitude="9.161201" StarRating="3" HotelCode="152404|piccolo_hotel_5" HotelName="Piccolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Elevator,Housekeeping,Internet,LCD/Projector,Lounge,Luggage Storage,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 60, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/d0/2ad020fd4765a02b9f1a296625165f3fd5be719b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming hotel Piccolo is located near Corso Sempione, only 0.3 miles/500 metres from Porta Tedo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1177.66" OriginalAmount="1166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.533093476303" Longitude="9.1711002588272" StarRating="4" HotelCode="335618|leonardo_da_vinci_hotel" HotelName="Hotel Da Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Senigallia 6, 20161 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/58/9f58f9d3e83dc88b520a257cc5a18bf29e1aa9cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the northern area of Milan, 8 km away from the exhibition area of Fiera Mila...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1183.64" OriginalAmount="1171.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.5025801" Longitude="9.161379" StarRating="3" HotelCode="|21987" HotelName="Valganna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIA G.B. VARE' 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/8/7/21987_1f575e51159.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, has 36 rooms, a lobby, internet, room service, a laundry service and indoor parking. SITUATION: This hotel is a few minutes from the city centre and it is situated near the fair centre, close to the establishment, clients can find bars, restaurants, 50 metres away, there is a public transport stop. ROOM: The cosy rooms, have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar and internet. FACILITIES: Close to the establishment, clients can find, leisure areas, entertainment and sports. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1193.61" OriginalAmount="1181.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.5069681" Longitude="9.2063928" StarRating="0" HotelCode="|293328" HotelName="Dreams Hotel Residenza Pianell 10" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Salvatore Pianell 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/3/3/2/8/293328_846d3171720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1222.10" OriginalAmount="1210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46710234" Longitude="9.1434409" StarRating="0" HotelCode="572936|bnb_hello_milano_" HotelName="Hello Milano B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Paolo Rubens 19, 20148 Milano, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/95/cc95e04e44569fbcbbf0d9a13c66efc5aab6bf2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1240.15" OriginalAmount="1227.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4860229" Longitude="9.2079149" StarRating="0" HotelCode="|367276" HotelName="Milan Apartment Rental" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pergolesi 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/7/2/7/6/367276_cda8fc71145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1254.42" OriginalAmount="1242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.489307938453" Longitude="9.2028361558914" StarRating="3" HotelCode="35288|hotel_club" HotelName="Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Copernico 18, 20125 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a2/40a224228ec7f0d5a3a774ae6893ab874b53a35a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated within a short distance of the airport and the main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1285.73" OriginalAmount="1273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486109469503" Longitude="9.2078924502532" StarRating="3" HotelCode="935446|milan_apartment_rental" HotelName="Milan Appartment Rental" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pergolesi 31, 20124 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/1a/141a4d20b32a003ed237656dd8b9ce86e1a8d03e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1340.27" OriginalAmount="1327" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482617" Longitude="9.090957" StarRating="2" HotelCode="117606|69074" HotelName="San Siro Fiera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Novara 371, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/9a/a19a7658bdd15d9c02c6754cc8106623b6745f82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1355.42" OriginalAmount="1342" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480826016783" Longitude="9.2075085639954" StarRating="2" HotelCode="192162|56068" HotelName="Due Giardini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Benedetto Marcello 47, Stazione Centrale, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/7e/2a7eb46a1634f2c0dafe3cc75336d308ea6c670f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1363.50" OriginalAmount="1350.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.441884502361" Longitude="9.1759765780978" StarRating="2" HotelCode="337412|marte" HotelName="Hotel Marte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ascanio Sforza 81, 20141 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/81/bf81aa9be48a64648e4df6c9f2e6b8de62ba1c74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1389.76" OriginalAmount="1376" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.395782" Longitude="9.211301" StarRating="4" HotelCode="17864|25502" HotelName="Hotel Sporting" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sporting Mirasole 56, 20090 Mailand, Italy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/b7/30b7554f3c0605872e49ca765f2fded079a0da2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area, around 8 km from the city's tourist centre. The bus sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1396.83" OriginalAmount="1383.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45082" Longitude="9.200488" StarRating="2" HotelCode="81960|hotel_arco_romana" HotelName="Arco Romana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Sabotino 16, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/d3/2ed3002b5734e1a03d6acc295bf372713e9d8426.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1403.08" OriginalAmount="1389.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4729695" Longitude="9.1442848" StarRating="2" HotelCode="|126694" HotelName="Miu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Murillo 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/6/9/4/126694_23494a81151.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is between San Siro the stadium Fiera Milano City the convention centre this establishment, Milan it is in. ROOM: The establishment has comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1409.96" OriginalAmount="1396.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45905361" Longitude="9.06867238" StarRating="4" HotelCode="846930|hotel_silver" HotelName="Hotel Silver" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Riccardo Lombardi 11, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/b6/64b6c7a82918803dcb97f586f9a19f77f9293dac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located about 1.6 km from the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1419.05" OriginalAmount="1405" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485505758366" Longitude="9.2200720310211" StarRating="2" HotelCode="58348|56044" HotelName="Sara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. Sacchini 17, 20131 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/zz/4dad0e62c89a7761d1ebab8a2ea6bd053c258ded.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated approximately 50 m from the Piazzale Loreto and about 10 minutes from Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1419.05" OriginalAmount="1405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.505659" Longitude="9.246759" StarRating="3" HotelCode="88884|agape" HotelName="Agape" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flumendosa 35, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/07/880754d3ed00e21536ed37c81728ad5840ed84d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1437.97" OriginalAmount="1423.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483897" Longitude="9.209845" StarRating="1" HotelCode="|510141" HotelName="Calypso" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Franchino Gaffurio 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/1/4/1/510141_f44644a0916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1457.42" OriginalAmount="1442.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4930525" Longitude="9.1442348" StarRating="2" HotelCode="|126437" HotelName="Bel Sit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Gallarate 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/4/3/7/126437_5c1393c1456.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located betweenMilan the city centre of Rho Pero the Exhibition Centre It has excellent transport links to the motorway and the tram.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1497.83" OriginalAmount="1483.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488478701474" Longitude="9.2102980613708" StarRating="3" HotelCode="335616|hotel_soperga" HotelName="Hotel Soperga" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Soperga 24, 20127 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/90/2e9078fd34b129ae1bf4ae8447ffa82a6c18f9a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a large Palazzo in Milan's city centre, close to the Corso Buenos Aires. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1504.90" OriginalAmount="1490.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483619867433" Longitude="9.2045749759329" StarRating="3" HotelCode="58456|amadeus_hotel_2" HotelName="Spice Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 48, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/03/570333bc353ca95a1a34a309a65bb368a9549cff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within metres of the main train station (Stazione Centrale) and the underground stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1512.96" OriginalAmount="1497.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4521059" Longitude="9.1818664" StarRating="1" HotelCode="|126589" HotelName="La Vignetta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Custodi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/5/8/9/126589_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to Bocconi the University of It has excellent transport links to the metro station and the tram. ROOM: Customers have comfortable rooms, with WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1531.16" OriginalAmount="1516.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465458" Longitude="9.219423" StarRating="2" HotelCode="146778|hotel_delizia_milano" HotelName="Delizia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Archimede 86/88, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/19/5019650f1de64a5b8602b6f1f8b4685710d45db1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1544.29" OriginalAmount="1529.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488887" Longitude="9.202976" StarRating="3" HotelCode="146804|hotel_demo" HotelName="Demo'" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tonale 14, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/80/f4801368d9794f51435a0db6b48a3ef329dc9e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1548.33" OriginalAmount="1533.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48393118" Longitude="9.20979393" StarRating="1" HotelCode="351078|calypso_6" HotelName="Hotel Calypso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Petrella 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ce/4cce46a93e216459dcc2747cefb2d2de216eede0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a 24-hour 24, family rooms, valet parking, heating, luggage storage, room service, cur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1554.61" OriginalAmount="1539.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487873" Longitude="9.203969" StarRating="3" HotelCode="4172142" HotelName="Metropoli" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Sammartini, 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0041/72142/4172142/25.jpg?f=17739093</HotelPictures>
        <HotelDescription>Rates do not include any local city tax and resort fee that must be paid by the final customer on-site directly to the hotel. Bedding preferences are not guaranteed and are subject to supplier availability. Front Desk H24 Check-in from 15:00 Check-out from 01:00 Check-out to 11:00 | Hotel License Code: IT015146A18OZWGRVE |
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1585.70" OriginalAmount="1570" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.433565" Longitude="9.189671" StarRating="4" HotelCode="79237|24168" HotelName="Atahotel Quark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa, 11/A, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107278/a_107278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a strategic location, just a few minutes from the famous Navigli of Milan. Guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1605.48" OriginalAmount="1589.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4331735" Longitude="9.1914811" StarRating="4" HotelCode="|55342" HotelName="Quark Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa 11/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/4/2/55342_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary building, has 283 rooms and 5 floors. SITUATION: It is 10 minutes away fromMilan the city centre of it is well-connected with the motorway. ROOM: The fully-equipped rooms, have an air-conditioning system, a television, a hairdryer, a mini-bar, cable television, a keycard locking system and a safety deposit box. FACILITIES: Guests are offered conference rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1613.98" OriginalAmount="1598.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481853" Longitude="9.207898" StarRating="2" HotelCode="117314|mondial_milano" HotelName="Mondial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 24, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/0c/b10c9395cf92f0282c38d68cc7cb95d7ab367a2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1626.10" OriginalAmount="1610.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.499679140502" Longitude="9.2061159824251" StarRating="4" HotelCode="387392|idea_hotel_milano_bicocca" HotelName="iH Hotels Milano Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giustizia 10/D, Zona Greco, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4c/204cd104e528e90bf44bf430d6236b9cb8374b57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access from Milan central railway station (2 km), the underground network (Son...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1628.12" OriginalAmount="1612.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47722739" Longitude="9.20796938" StarRating="1" HotelCode="144304|hotel_aurora_2" HotelName="Aurora Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/72/3772cd1109519ee451c36d57d6869de81b88057c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1683.67" OriginalAmount="1667.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453008" Longitude="9.195905" StarRating="4" HotelCode="95061|crivis" HotelName="Crivi's Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Vigentina 46, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/18/08181b32d6916d5ce7127ea9adb5dfb38f3e849b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1705.89" OriginalAmount="1689.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481741" Longitude="9.203648" StarRating="3" HotelCode="14721|mennini_hotel" HotelName="Mennini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 14, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/46/d5465a3142eb45c561d2b2b77d9420e60be97b73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located approximately 150 m from the stop for the airport bus, the main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1720.03" OriginalAmount="1703.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467448" Longitude="9.153803" StarRating="2" HotelCode="95051|hotel_fiorella_2" HotelName="Fiorella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 14, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/b9/b7b95cbafc248151dc32f0b716eee4bd06c69ee9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1735.18" OriginalAmount="1718" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483529" Longitude="9.2155339999999" StarRating="3" HotelCode="146997|495350" HotelName="Dorè" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Paganini 7, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/d5/8cd55efb13c8e1f35c4159540e79cbc460bf6574.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1772.55" OriginalAmount="1755" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.491512" Longitude="9.1668999999999" StarRating="2" HotelCode="145013|180652" HotelName="Bogart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Eugenio 45, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/85/d98581d4100cb71f7f150a3f948fd24ac4077368.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1775.58" OriginalAmount="1758.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450966" Longitude="9.203724" StarRating="3" HotelCode="192193|hotel_five" HotelName="Five" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Lodi 4, angolo Via Salmini, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/90/1a905cc5120fa1cda56537a0aa2d4d36660edd29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1777.10" OriginalAmount="1759.5" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45807668" Longitude="9.2122102" StarRating="3" HotelCode="549052|2952365" HotelName="Brera Apartments in Porta Romana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Spartaco 33, 20121 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/2f/b62f8294880088d996980c34a9b24caa78279fce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1826.08" OriginalAmount="1808.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.512404803314" Longitude="9.178661652262" StarRating="3" HotelCode="55491|hotel_la_residenza_2" HotelName="Eco Hotel La Residenza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Scialoia 3, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3f/023f9d33717a07fdff8e7af6b8cc5fd6a9c47860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a peaceful area, just a short distance from all major sightseeing attractions in M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1838.54" OriginalAmount="1820.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4825919" Longitude="9.2238663" StarRating="3" HotelCode="|127130" HotelName="Oasi Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/7/1/3/0/127130_cd5ca271141.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a bar and WiFi (free of charge). SITUATION: This hotel Milan it is in it is situated 200 metres away from Piola the metro station. ROOM: The rooms have WiFi, (free of charge), an air-conditioning system and a satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1844.60" OriginalAmount="1826.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.526576" Longitude="9.212825" StarRating="4" HotelCode="17919|1151639" HotelName="Tourist" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fulvio Testi 300, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7e/8b7e58e2fcf5fe51ef1073b504f06d56cd92cc25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the business district in the north of the city of Milan within a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1868.78" OriginalAmount="1850.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.5265919" Longitude="9.2126227" StarRating="4" HotelCode="|15806" HotelName="Starhotels Tourist" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIALE FULVIO TESTI 300</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/0/6/15806_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors and 140 rooms. In the entrance, guests are offered a lobby with a lift, a reception with express check-out and a safety deposit box service. Some of the facilities that the establishment offers to guests include a boutique, a lobby bar and an Ã  la carte restaurant with local cuisine, The establishment offers guests conference rooms, room service, bicycle hire and indoor parking. SITUATION: Is situated in the commercial district, is in north-east the city, the Teatro degli Arcimboldi near the establishment, you will find 100 metres away, clients have a public transport stop, is well-connected with La Scala the cathedral, is situated 10 kilometres away from Linate Airport It is situated 45 kilometres away fromMalpensa Airport. ROOM: The inviting rooms, fully-equipped and a bathroom with a hairdryer, They are equipped with a direct line telephone, satellite or cable TV, internet, piped music, a mini-bar and a safety deposit box (available for a fee), They also have an iron, an ironing board, a kettle and a coffee maker. FACILITIES: The establishment has a gym fully-equipped. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: The establishment serves a buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1884.32" OriginalAmount="1865.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49434" Longitude="9.20873" StarRating="1" HotelCode="|191396" HotelName="Centrale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Zuretti 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/9/6/191396_517427d1617.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1945.26" OriginalAmount="1926.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482512" Longitude="9.224143" StarRating="3" HotelCode="268052|oasi_village_hotel__resort" HotelName="Oasi Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 20, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/60/c160b99df726c84d536cfcfc87f3f631545eab4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1947.28" OriginalAmount="1928.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4630237" Longitude="9.14387442" StarRating="0" HotelCode="559671|dreams_hotel_residenza_gambara" HotelName="Dreams Hotel Residenza Gambara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pasquale Fornari 20, 20146 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/23/ce23906b3e149b320240da5e1b63d220210eadd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1958.39" OriginalAmount="1939.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483112810684" Longitude="9.2032787203789" StarRating="4" HotelCode="35052|best_western_atlantic" HotelName="Hotel Atlantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 24, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4e/184e234e6d68443c6361e58c638279a25a9010ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes' walk from Milan's designer shops, the Scala...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1959.40" OriginalAmount="1940.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.462741" Longitude="9.204545" StarRating="3" HotelCode="117412|hotel_pavone" HotelName="Pavone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dandolo 2, Traversa di Corso di Porta Vittoria, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/61/1f618bad8aaa221d75f2425f0fb651abe5a35d2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1963.44" OriginalAmount="1944.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481719306698" Longitude="9.2028616368771" StarRating="3" HotelCode="35274|hotel_mythos" HotelName="Mythos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Tenca 21, 20124 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/60/8e60a166e027c9e171a5660f9339fbcfa4f0eaf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is ideally situated at the heart of the city of Milan. The main train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1969.50" OriginalAmount="1950.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48384" Longitude="9.20317" StarRating="4" HotelCode="321370|duca_2" HotelName="GLAM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 4/6, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e7/4ce731cb6dc1cf7f0e3bcc23d5e0af87792dd712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1989.70" OriginalAmount="1970.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4657903" Longitude="9.1728014" StarRating="0" HotelCode="955529|milan_royal_suites__magenta_palace" HotelName="Milan Royal Suites Magenta &amp; Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso Magenta 62, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/4b/634bff1bb5d9db9f51c2877335afbbd01c006d09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2033.13" OriginalAmount="2013.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4893567" Longitude="9.21116022" StarRating="0" HotelCode="558105|bedart_milano_centrale" HotelName="Bed+Art Milano Centrale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Soperga 36, 20127 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/83/2a83239b11ada7f6e6b43b120b8c0bfa9427559e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2033.97" OriginalAmount="2013.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48365" Longitude="9.20463" StarRating="3" HotelCode="25505" HotelName="Spice Hotel Milano" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 48,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/25505/25505/1.jpg?f=17696768</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a television in a common area.. This property has received its official star rating from the local rating authority.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2045.25" OriginalAmount="2025" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477251798802" Longitude="9.2016473263893" StarRating="3" HotelCode="116737|25487" HotelName="Hotel Brianza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panfilo Castaldi 16, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/58/1158959ee18942524b7e1f01dbfffa8d225cab47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2143.22" OriginalAmount="2122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49126635235" Longitude="9.1926896642101" StarRating="3" HotelCode="345084|hotel_zara_milano" HotelName="Hotel Zara Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Zara 28, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/6f/3a6f1ca0d7a4a494a0011e5b61c5571ed0f9444c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2185.64" OriginalAmount="2164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483407" Longitude="9.20291" StarRating="3" HotelCode="76695|hotel_augustus_milano" HotelName="Just Hotel Milano" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 29, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/d6/33d698409cf273d4bf5d6a1f33b209c41bcccfe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2242.80" OriginalAmount="2220.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4881091" Longitude="9.2099663" StarRating="3" HotelCode="|28466" HotelName="Soperga" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soperga Via Soperga 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/4/6/6/28466_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1960, has a lobby, a safety deposit box service and a lift. Regarding the food and beverage offering, the establishment has a bar and a breakfast room. The establishment has conference rooms and room service. SITUATION: It is in a large palace, is in Milan the city centre of Corso Buenos Aires near the establishment, guests will find it is 300 metres away from the central station. ROOM: The bright, large rooms, have carpets, a bathroom with a hairdryer, a satellite TV, a direct line telephone, a mini-bar and individual air-conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2247.15" OriginalAmount="2224.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4816" Longitude="9.2028" StarRating="3" HotelCode="|21978" HotelName="Mythos Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Tenca 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/7/8/21978_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2000, is on a main street. This air-conditioned establishment has 5 floors and 52 standard rooms. It has 25 single rooms, 23 double rooms and 2 suites. In the entrance, guests are offered a large hall with elevators and a reception area with safety deposit boxes. The establishment has a cosy bar and a conference room. The establishment offers guests internet, room service and a laundry service. SITUATION: This hotel is in the heart of Milan. In the surrounding area of the establishment, guests can find the railway station and an underground station. It is situated close to shops, leisure areas and entertainment. It's 7 kilometres from the airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a double bed, central heating, a safe and fitted carpets. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2286.02" OriginalAmount="2263.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4589958" Longitude="9.068903" StarRating="4" HotelCode="|64968" HotelName="Silver" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIA RICCARDO LOMBARDI 9/11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/9/6/8/64968_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, contemporary and newly built. Regarding the food and beverage offering, the establishment has a restaurant with local cuisine and a cosy bar. SITUATION: This elegant hotel is close to Milan the trade fair centre is situated in a central area, is 5 minutes away from Fiera Milano (Rho) the Exhibition Centre Fiera Milano (Rho). ROOM: The establishment has 75 comfortable rooms, spacious and stylish. They offer a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2333.89" OriginalAmount="2310.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483119" Longitude="9.2033241" StarRating="4" HotelCode="|21990" HotelName="C- Hotels Atlantic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIA NAPO TORRIANI 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/9/0/21990_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a garden area 6 floors, 70 rooms, 35 single rooms and 35 double rooms. In the entrance, you can find a lobby with an elevator, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has a bar, a conference room and internet. The establishment offers guests room service, a laundry service and a car park. SITUATION: This urban hotel is in a central area, is near the designer shops, Ã“pera Scala near the establishment, you will find near the establishment, you will find Poldi Pezzoli the museum it is situated 50 metres away from the central station. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, tiled floors and fitted carpets. Are also furnished with an air-conditioning system, a central heating system, a sofa and a safe (available for a fee). FACILITIES: The establishment boasts a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2429.05" OriginalAmount="2405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478481768636" Longitude="9.1031277179718" StarRating="4" HotelCode="31169|sheraton_milan_san_siro" HotelName="Sheraton Milan San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Caldera 21, 20153 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/98/899868b5dc78aec84fafdd0f8af2e81e65373fd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on the outskirts of the centre of Milan. Public transport connections may be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2436.12" OriginalAmount="2412.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483276" Longitude="9.202935" StarRating="3" HotelCode="36236|hotel_bernina" HotelName="Bernina" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 27, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/41/d1413062232fea4dd93ac2bb5c714465178f7e0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2540.15" OriginalAmount="2515.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="952427|brera_apartments_in_moscova" HotelName="Brera Apartments In Moscova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pinamonte Da vimercate 11, 3 Floor, 20121 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/1f/881fb76f31a67a690cc30329648aaf8f1c640ef1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2548.23" OriginalAmount="2523.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.511502301365" Longitude="9.1240265178604" StarRating="4" HotelCode="907002|b4_milano" HotelName="Barceló Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Stephenson 55, 20157 Milán</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/04/41049cd4a8a900b66ad7c3283c4111fada231d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2610.11" OriginalAmount="2584.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.5007986" Longitude="9.1450143" StarRating="4" HotelCode="|57443" HotelName="Radisson Blu Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIA VILLAPIZZONE 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/4/3/57443_042a39d1432.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 250 rooms, fully-equipped with internet and individual air-conditioning. FACILITIES: The establishment has a covered heated pool, a wellness centre, a gym and treatment cabins. With regards to the food and beverage offering, there is a restaurant and a lounge bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2613.30" OriginalAmount="2587.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4471434" Longitude="9.2070059" StarRating="4" HotelCode="|22540" HotelName="Grand Visconti Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIALE ISONZO 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/4/0/22540_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel centrally located, was built in 2004, is situated on a main street and has 5 floors. It has 172 standard rooms, 50 single rooms, 112 double rooms and 10 suites. In the establishment entrance, guests will find a lobby with a lift and a reception with safety deposit boxes. The establishment has an Ã  la carte restaurant with air-conditioning. The establishment offers guests a conference room and internet. The establishment has indoor parking. There are many services available at the establishment, including a laundry service and room service. SITUATION: This establishment is in a central area. It is located 50 metres away from a public transport stop. It is well-connected with shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar and a safe. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2687.61" OriginalAmount="2661.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.447123601026" Longitude="9.2069426178932" StarRating="4" HotelCode="36569|grand_visconti_palace_milan__mgallery_collection" HotelName="Grand Visconti Palace Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Isonzo 14, 20135 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/40/a0403ff76a14b70458f666a8b163180a9cb6f7b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a central location, close to public transport connections. Plenty of shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2746.19" OriginalAmount="2719.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45526336" Longitude="9.16756946" StarRating="4" HotelCode="584213|savona_18_suites" HotelName="Savona 18 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Savona 18, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/7a/6d7ac31487b7d4881953288693d4fc105adcd280.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2784.70" OriginalAmount="2757.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.511959" Longitude="9.124129" StarRating="4" HotelCode="|153702" HotelName="Voco Milan - Fiere, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Stephenson, 55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/0/2/153702_8cc0f681748.jpg</HotelPictures>
        <HotelDescription>ROOM: Guests are offered 280 modern style rooms with WiFi. FACILITIES: The establishment boasts a business centre, a spa with a heated pool, a jacuzzi, a Turkish bath, a beauty treatment service and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2785.58" OriginalAmount="2758.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465688" Longitude="9.195674" StarRating="4" HotelCode="192153|san_pietro_allorto_6" HotelName="AllegroItalia San Pietro all’Orto 6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Pietro all'Orto 6, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/40/4d408c36cb2ccd0420350f1febf14e4935a69f35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2793.66" OriginalAmount="2766.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.498838586193" Longitude="9.1661301255226" StarRating="4" HotelCode="192210|hotel_sunflower" HotelName="Sunflower" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Lugano 10, 20158 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/45/2a4556585be19f84536d6e7acac386969832a622.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2801.74" OriginalAmount="2774" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483909" Longitude="9.236444" StarRating="3" HotelCode="58216|10046" HotelName="Gamma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valvassori Peroni, 85, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/e9/2fe9ae4fcee61102368a157487610cf4a9ae2ed0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the University quarter of the city (Città Studi). Around the corner,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2879.03" OriginalAmount="2850.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500617060739" Longitude="9.144591987133" StarRating="4" HotelCode="161648|1589382" HotelName="Radisson Blu Hotel Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villapizzone 24, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/3d/3d69a7322ac432799006465402b7ed9e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a tranquil oasis in the heart of Milan's residential Bovisa District, just over 6 km no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2973.44" OriginalAmount="2944.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473977" Longitude="9.1960457" StarRating="4" HotelCode="|50597" HotelName="Manin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Daniele Manin, 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/9/7/50597_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in a central location, is located opposite public gardens. Close to the establishment, guests can find Duomo it is situated near the La Scala Theatre and the shopping streets. ROOM: The establishment has 118 rooms with a hairdryer, a direct line telephone, an air-conditioning system, a safe, a mini-bar, a satellite TV, a television (available for a fee), heating and WiFi. FACILITIES: The establishment has a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3024.95" OriginalAmount="2995.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479220880264" Longitude="9.1457507014275" StarRating="5" HotelCode="31174|melia_milano" HotelName="Meliá Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 19, 20149 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f1153d0d4866c544a9f26d2d95a869f1e835381f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel and convention centre lies close to the Fiera Campionaria in the northeast of Milan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3045.15" OriginalAmount="3015.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472686" Longitude="9.194347" StarRating="4" HotelCode="47283|hotel_cavour_2" HotelName="Cavour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fatebenefratelli, 21, Milano 20121</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e3/55e33525a115b1214b0404e1bc67d65c8a8e222e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan's historic centre, a few steps from the Teatro alla Scala theatre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3109.79" OriginalAmount="3079.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450149373663" Longitude="9.1697081923485" StarRating="4" HotelCode="102001|art_hotel_navigli" HotelName="Art Navigli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Fumagalli 4, 20143 Mailand, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/72/1c729d6374268fe7e04ce4ba897bcd58f24c311d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is centrally located. Restaurants are 20 metres away and it is 100 metres to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3126.96" OriginalAmount="3096" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483089820825" Longitude="9.2051289999999" StarRating="3" HotelCode="88885|180008" HotelName="Keb Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/05/056275/056275a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3146.84" OriginalAmount="3115.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482819" Longitude="9.205309" StarRating="3" HotelCode="|503418" HotelName="Vitruvio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/3/4/1/8/503418_16eba921042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3150.19" OriginalAmount="3119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481141" Longitude="9.203088" StarRating="3" HotelCode="335620|hotel_delle_nazioni_2" HotelName="Delle Nazioni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. Cappellini 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/04/08042b1654d5f87a500763c9e119298cd5d47768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3184.53" OriginalAmount="3153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457802" Longitude="9.214636" StarRating="3" HotelCode="95053|hotel_perugino" HotelName="Perugino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Perugino 12, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/7a/617acfe3b3bd2f1d088b1c7ccb39e942603d4a45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet area, this hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3222.43" OriginalAmount="3190.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47258" Longitude="9.19447" StarRating="4" HotelCode="199100" HotelName="Hotel Cavour" Meals="CLASSIC SUITE" BedType="CLASSIC SUITE">
        <Address>
          <AddressLines>
            <AddressLine>Via Fatebenefratelli 21,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/99100/199100/17.jpg?f=17743262</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including a steam room and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and a banquet hall.. This property has received its official star rating from the local rating authority.. Featured amenities include complimentary wired internet access, dry cleaning/laundry services, and a 24-hour front desk. Event facilities at this hotel consist of a conference center and a meeting room. Guests may use a train station pick-up service for a surcharge, and limited parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3250.18" OriginalAmount="3218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457493" Longitude="9.191876" StarRating="4" HotelCode="904122|uptown_palace_milan__mgallery_collection" HotelName="Uptown Palace Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Sofia n. 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/98/5a9895f6ae21dfe75033ed6fb7cda6e8bacef945.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3266.34" OriginalAmount="3234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46729286" Longitude="9.18701574" StarRating="4" HotelCode="507488|hotel_clerici" HotelName="Hotel Clerici" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clerici 11, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0cc20047dde827d90120c35396ac02729e363f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3322.91" OriginalAmount="3290.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4529287" Longitude="9.1962138" StarRating="4" HotelCode="|50593" HotelName="Crivi's" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Vigentina, 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/9/3/50593_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern building renovated in 2002 and it is situated in Milano a central area of. SITUATION: the cathedral and Porta Vigentina It is located between 200 metres away, guests have Crocetta the underground station of it is situated 5 kilometres away from Linate Airport. ROOM: The establishment has 83 rooms with TV, a direct line telephone and an air-conditioning system. The rooms a bathroom. FACILITIES: The establishment has a bar, living rooms, a business centre and WiFi in the communal areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3337.09" OriginalAmount="3304.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4574935" Longitude="9.1919505" StarRating="4" HotelCode="|74672" HotelName="Uptown Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Sofia 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/7/2/74672_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant and comfortable hotel, is in Milan the heart of. SITUATION: This hotel is close to the cathedral, is located close to the business area, a shopping area. FACILITIES: The establishment has a restaurant and a large terrace. The establishment has a spa, a beauty centre with 2 treatment cabins, a massage service, beauty treatments, body treatments, a sauna, a Turkish bath, a jacuzzi, showers, a relaxation area and a fitness centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3369.36" OriginalAmount="3336" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.458467530123" Longitude="9.18781042099" StarRating="3" HotelCode="365648|14771" HotelName="Elizabeth Lifestyle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Italia 11/A, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a9/e9/a9e9af4b860e7f45d5cd89f8de0cfefa76bea862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3395.62" OriginalAmount="3362.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473819" Longitude="9.224058" StarRating="4" HotelCode="116903|dieci_hotel" HotelName="Dieci" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo Rio de Janeiro 12, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0f/2f0f30e73593bdd2e12f5475ee31a54539fbd87e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Quartiere Città Studi, just 5 km from the centre of Milan. Shops can be foun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3447.13" OriginalAmount="3413.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4624673" Longitude="9.19439007" StarRating="0" HotelCode="539071|duomo_apartment_santo_stefano" HotelName="Heart Apartments Duomo Stefano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santo Stefano 5, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/fc/e2fc97d079211ec4e3fd3a3ad443d8044dcd6872.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Natural Serviced Apartment is located 6 km from the Kenya Parliament Buildings and Nairobi&amp;apos;s ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3458.24" OriginalAmount="3424.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48491716848" Longitude="9.1981154680252" StarRating="4" HotelCode="29246|four_points_by_sheraton_milan_center" HotelName="Four Points By Sheraton Milan Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Cardano 1, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a2/51a2a00fd48e6b25fea53b675db99050bc6facef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right at the heart of the shopping quarter. Links to the public transport network ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3461.80" OriginalAmount="3427.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457882" Longitude="9.185338" StarRating="0" HotelCode="|484998" HotelName="Bob W Ticinese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via del Don 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/9/9/8/484998_5d7e10b0901.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3465.08" OriginalAmount="3430.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4849833" Longitude="9.1982453" StarRating="4" HotelCode="|15805" HotelName="Duo Milan Porta Nuova, A Tribute Portfolio 	" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Cardano, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/0/5/15805_395a9a70857.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban and conference hotel, has 12 floors and 254 rooms. This air-conditioned establishment has a lobby, with an elevator, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a bar and a restaurant with air-conditioning, The establishment offers 8 conference rooms and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service (for a fee), Guests can also use a car park and indoor parking. SITUATION: This hotel is situated in the commercial district, 500 metres away, there is public transport, is situated 6 kilometres away from the city centre, the fair centre, is situated 8 kilometres away from Linate Airport it is situated 59 kilometres away from Malpensa Airport. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, an air-conditioning system, a mini-bar, a double bed, fitted carpets and a central heating system. FACILITIES: The establishment has a gym. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Visa, Diners Club and JCB. OTHERS: The establishment offers all meals in a buffet form and Ã  la carte lunch and dinner. Dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3472.00" OriginalAmount="3437.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4793359" Longitude="9.1458664" StarRating="5" HotelCode="|15816" HotelName="Melia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/1/6/15816_132e4431147.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, has 288 rooms and 5 floors. In the entrance, guests are offered a lobby with elevators and a reception area. The establishment boasts a cosy bar and a restaurant with air-conditioning indoor parking and a car park. SITUATION: This hotel is in Milan northern Close to, in the surrounding area of the establishment, guests can find shops, restaurants and bars. 100 metres away, clients have Lotto the underground station of 20 minutes away, guests can find Linate Airport it is situated 40 kilometres away from Malpensa Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a sauna and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3527.93" OriginalAmount="3493.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.476929226508" Longitude="9.1966751217842" StarRating="4" HotelCode="258940|nh_milano_touring" HotelName="NH Milano Touring" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Ugo Tarchetti 2, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/bf/dabf1aac8408838d8cb7e02c424d1cdaf62f32a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a privileged location, a few metres from the Central Railway Station and very close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3578.45" OriginalAmount="3543.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472116" Longitude="9.183586" StarRating="0" HotelCode="|444468" HotelName="Be Mate Via Tivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Tivoli 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/6/8/444468_98545bf1104.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3593.58" OriginalAmount="3558.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46611023803" Longitude="9.1932575310385" StarRating="4" HotelCode="428761|duomoapartments_by_nomad_aparthotels" HotelName="Duomo-apartments by Nomad Aparthotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via San Paolo 13, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9a/7c9afadad058fe766db6efbadf237ba6a2d5aeea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the fashion district in Milan, Duomo Apartments offers a comfortable stay for guests visi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3653.70" OriginalAmount="3617.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48502" Longitude="9.1982" StarRating="4" HotelCode="15586" HotelName="Duo Milan Porta Nuova, A Tribute Portfolio Hotel" Meals="FAMILY ROOM" BedType="FAMILY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Via Cardano 1,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/15586/15586/29.jpg?f=17745223</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a 24-hour fitness center or take in the view from a garden. Additional features at this hotel include complimentary wireless internet access, concierge services, and a banquet hall.. This property has received its official star rating from the local rating authority.. Featured amenities include a 24-hour business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Milan? This hotel has 883 square feet (82 square meters) of space consisting of a conference center and 5 meeting rooms. A shuttle from the airport to the hotel is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3726.90" OriginalAmount="3690" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472106" Longitude="9.1836069999999" StarRating="2" HotelCode="335622|480518" HotelName="Napoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Tivoli 4, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/1e/4a1e2fba4bc81b085894316a5f5d2d0ea8ca9df7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3748.11" OriginalAmount="3711.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486351963081" Longitude="9.2001727223396" StarRating="4" HotelCode="29802|hilton_milan" HotelName="Hilton Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Galvani 12, Milan 20124, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cc/94cc2983566d228477763eab9d6fd8c8ad89a611.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies in the business district of Milan. Milan's main train station is about 3...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="3805.87" OriginalAmount="3768.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4811" Longitude="9.20315" StarRating="3" HotelCode="1812904" HotelName="Hotel Delle Nazioni" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Via Cappellini, 18,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/12904/1812904/33.jpg?f=17419631</HotelPictures>
        <HotelDescription>Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless internet access and concierge services. Additional amenities at this Art Deco hotel include a television in a common area and a banquet hall.. This property has received its official star rating from the local rating authority.. Featured amenities include express check-in, express check-out, and complimentary newspapers in the lobby. Planning an event in Milan? This hotel has facilities measuring 323 square feet (30 square meters), including conference space. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3839.61" OriginalAmount="3801.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.458723" Longitude="9.185552" StarRating="0" HotelCode="|510706" HotelName="Casa Brivio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Ottavio Cornaggia 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/7/0/6/510706_5ad75b30914.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3982.43" OriginalAmount="3943.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464470445301" Longitude="9.1952928730163" StarRating="4" HotelCode="32810|hotel_ambasciatori_6" HotelName="iH Exclusive Milano Ambasciatori" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Galleria del Corso 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c901c96555f9a3c08ac286004dc02ac27c15e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan, approximately 3 km from links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4013.74" OriginalAmount="3974.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465172016861" Longitude="9.1892640352166" StarRating="4" HotelCode="424248|room_mate_giulia" HotelName="Room Mate Giulia Milán" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 4, 20121 Milán, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a7/80a7f0b6d612c0d3e0a4b234a756035a4581ceca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4069.29" OriginalAmount="4029.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47938999" Longitude="9.19628772" StarRating="5" HotelCode="317060|me_milan__il_duca" HotelName="ME Milan Il Duca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Republica 13, Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f4/85f4a9ba4912d621f4ba0ae3c8a8f9708a897768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4087.47" OriginalAmount="4047" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485789708476" Longitude="9.2018491029739" StarRating="5" HotelCode="12364|53789" HotelName="Excelsior Hotel Gallia, a Luxury Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 9, Mailand 20124</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/06/3206460338b5316af2c047c9ef7fcbd7908eaa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on Piazza Duca d'Aosta directly beside the main train station and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4109.69" OriginalAmount="4069.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48312757" Longitude="9.20517513" StarRating="3" HotelCode="548800|vitruvio_43_apartments" HotelName="Vitruvio 43 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 43, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/30/c030b1d08b0f13b3377a0094976088cb0051fc8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4169.11" OriginalAmount="4127.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4645419" Longitude="9.1952361" StarRating="4" HotelCode="|15781" HotelName="iH Hotels Milano Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GALLERIA DEL CORSO 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/8/1/15781_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1938, has 7 floors, 85 standard rooms and 2 suites. The establishment boasts a restaurant with a non-smoking area. SITUATION: This smart hotel is in Milan 3 kilometres away from public transport services. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4329.13" OriginalAmount="4286.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465176" Longitude="9.189254" StarRating="4" HotelCode="|200916" HotelName="Room Mate Giulia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico, 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/9/1/6/200916_3ea6fae1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4487.43" OriginalAmount="4443.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46742858" Longitude="9.18511087" StarRating="3" HotelCode="621980|hotel_milano_castello" HotelName="Hotel Milano Castello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Elevator,Parking,Porter,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 2, 20121 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/e0/29e0f6761be1bc8629e3669cb4ace3a22088d066.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Position\nHotel Milano Castello is been designed to provide a relaxing stay in the heart of Milan an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4585.94" OriginalAmount="4540.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48527" Longitude="9.20129" StarRating="5" HotelCode="|15802" HotelName="Excelsior Hotel Gallia a Luxury Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIAZZA DUCA D'AOSTA 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/0/2/15802_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4631.75" OriginalAmount="4585.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47925" Longitude="9.19652" StarRating="5" HotelCode="|183940" HotelName="Me Milan - Il Duca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica, 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/4/0/183940_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4692.93" OriginalAmount="4646.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466024" Longitude="9.1921563" StarRating="4" HotelCode="|15800" HotelName="Sina De La Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIA HOEPLI 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/0/0/15800_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1962, has 100 standard rooms and 8 floors. In the entrance, you can find a lobby and a reception area. The establishment offers guests a bar and a restaurant. It has an oudooor car park and an indoor car park (for a fee). SITUATION: This smart hotel is in the centre of Milan. It is situated next to a shopping street where you can find boutiques, restaurants and shops. It's 2 kilometres from a public transport stop. ROOM: All the rooms have an air-conditioning system, a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar and a safe. FACILITIES: The establishment has a covered swimming pool, a sauna and a gym. MEALS: Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4695.49" OriginalAmount="4649" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452565" Longitude="9.167148" StarRating="5" HotelCode="263948|57607" HotelName="Magna Pars Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Forcella 6/8, 20144 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/c3/2ec3ceb62fb770dcca5753faf7cf6a38e2301605.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4914.66" OriginalAmount="4866" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453429" Longitude="9.17924" StarRating="4" HotelCode="192160|181667" HotelName="The Yard Suite &amp; Dependance" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza XXIV Maggio 8, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/be/93bea3ad26d1f68693097712c829bbb8bd29a9ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4933.20" OriginalAmount="4884.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466798" Longitude="9.1830199999999" StarRating="4" HotelCode="145449|A2F474" HotelName="Camperio House Suites &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camperio 9, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ab/01ab92819d550a46579c8ae60728f55c4994caa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5175.48" OriginalAmount="5124.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4787464" Longitude="9.1989563" StarRating="5" HotelCode="|21998" HotelName="The Westin Palace, Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIAZZA DELLA REPUBBLICA 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/9/8/21998_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, comfortable, urban, has 241 rooms and has 12 floors 197 double rooms, 28 single rooms and 16 suites. In the establishment entrance, guests will find a smart hall, a reception area, a lift, a safety deposit box service, a currency exchange service and a cloakroom. The establishment boasts a cafÃ©, a piano bar, a conference room and an Ã  la carte restaurant with air-conditioning, The establishment offers internet, a medical care service, room service, a laundry service and a car park. SITUATION: This exclusive hotel is in Milan the heart of Piazza della Repubblica it is in near the establishment, guests will find Milan Cathedral it is situated close to the shopping areas, nearby, you will find bars, restaurants, in front of the establishment, clients have a public transport stop. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, an air-conditioning system, a central heating system and a safe (available for a fee). FACILITIES: Close to the establishment, clients can find, leisure areas, entertainment and sports. The establishment boasts a gym, a Turkish bath and a massage service. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5478.24" OriginalAmount="5424" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479844321849" Longitude="9.1965262591839" StarRating="5" HotelCode="16225|26634" HotelName="Hotel Principe di Savoia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 17, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b3/3f/b33f4fa51b50ee4d4f68357025cc6b7c373024c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel unquestionably belongs to the grandest top-of-the-range hotels in Europe, with a l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5572.24" OriginalAmount="5517.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45315" Longitude="9.17911" StarRating="4" HotelCode="|127604" HotelName="Aethos Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza XXIV Maggio 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/7/6/0/4/127604_13841fb1239.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is next toNaviglio Grande the Canal. ROOM: The establishment has suites modern apartments, with WiFi (free of charge) and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5839.82" OriginalAmount="5782.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464992392729" Longitude="9.1893938230164" StarRating="5" HotelCode="361362|townhouse_duomo" HotelName="Townhouse Duomo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 2, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/96/1e9647e7796fe8863e850386ad2a92bde1b22df4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6184.70" OriginalAmount="6123.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46488" Longitude="9.189325" StarRating="5" HotelCode="|216586" HotelName="The Glamore Milano Duomo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico, 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/5/8/6/216586_3f875471259.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6230.69" OriginalAmount="6169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469972823623" Longitude="9.1923916339874" StarRating="5" HotelCode="28577|grand_hotel_et_de_milan" HotelName="Grand et de Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Manzoni 29, 20121 Milan, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bd/ec/bdec8e33554b2ac2444bea92b8df900e7bf5304c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The exclusive city hotel lies at the heart of Milan. Many shopping venues and countless entertainmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6240.93" OriginalAmount="6179.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4797935" Longitude="9.1971268" StarRating="5" HotelCode="|15786" HotelName="Principe Di Savoia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIAZZA REPUBBLICA 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/8/6/15786_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 1927, has 10 floors, 235 rooms and 99 suites. In the establishment entrance, guests will find a lobby and a reception. The establishment has a bar, a cafÃ©, a hairdresser's and an Ã  la carte restaurant with air-conditioning indoor parking and a car park. SITUATION: This establishment, is in a central location, Piazza della Repubblica it is in Close to the city centre and the cathedral, is 20 minutes away from Sforzesco the castle nearby, there is a public transport stop. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, satellite and cable TV, internet, a mini-bar, a central air-conditioning system and a safety deposit box (available for a fee). FACILITIES: The establishment boasts a covered pool, Outdoors, clients can enjoy a sunbathing terrace and deck chairs. The establishment has a jacuzzi, a sauna, a steam bath, a gym and a massage service (available for a fee). OTHERS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7467.26" OriginalAmount="7393.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473577" Longitude="9.19121" StarRating="5" HotelCode="|127221" HotelName="Palazzo Parigi Hotel and Grand Spa Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Nuova 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/7/2/2/1/127221_0f352471239.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Palazzo Parigi And Grand Spa is rated five stars. The establishment boasts a restaurant and a spa. SITUATION: It is in the centre of Milan. ROOM: The establishment has stylish rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="7503.38" OriginalAmount="7429.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47275" Longitude="9.19259" StarRating="5" HotelCode="4013885" HotelName="Casa Baglioni Milan - The Leading Hotels Of The World" Meals="JUNIOR SUITE" BedType="JUNIOR SUITE">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Giardini 21,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/13885/4013885/44.jpg?f=17247270</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and concierge services.. This property has received its official star rating from the local rating authority.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7689.13" OriginalAmount="7613.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47336" Longitude="9.1911250000001" StarRating="5" HotelCode="263951|palazzo_parigi_hotel__grand_spa" HotelName="Palazzo Parigi Hotel Grand Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Nuova 1, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a6/74/a6745739fe3a7ae01515944fc0ce51e6cb771f22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7973.41" OriginalAmount="7894.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4699534" Longitude="9.192626" StarRating="5" HotelCode="|15801" HotelName="Grand  Et De Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIA MANZONI 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/0/1/15801_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, was built in 1863, has 5 floors and 90 standard rooms. In the establishment entrance, guests will find a lobby with a reception. The establishment has a bar and a restaurant. SITUATION: This exclusive, urban hotel is situated in the heart of Milan. In the surrounding area of the establishment, guests can find shops, leisure areas and entertainment. A few minutes walk away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee). PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8293.11" OriginalAmount="8211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465428" Longitude="9.191382" StarRating="5" HotelCode="28578|the_gray__a_sina_hotel" HotelName="Sina The Gray" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via San Raffaele 6, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/34/0c343336853cd124a80494ddb8d77b2d015a83dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the financial and commercial centre of Milan. Set between the Duomo Cathedr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8641.68" OriginalAmount="8556.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465667" Longitude="9.1889008" StarRating="5" HotelCode="|20327" HotelName="Park Hyatt Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 1,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/2/7/20327_ca123ab0734.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8933.45" OriginalAmount="8845.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465496" Longitude="9.188925" StarRating="5" HotelCode="26216|park_hyatt_milano" HotelName="Park Hyatt Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 1, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/dc/52dc4cdd4f72d90d85acfea56aae18fefe7b2daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch luxury hotel is located in hip Italian fashion capital of Milan. The hotel enjoys an ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10516.12" OriginalAmount="10412.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470520911293" Longitude="9.1930307162863" StarRating="5" HotelCode="904547|armani_hotel_milano" HotelName="Armani Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Manzoni 31, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/f7/d3f7a15751212c98cfe10cad7b2cd28bfc3f9d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11432.19" OriginalAmount="11319" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469473584945" Longitude="9.1909645693115" StarRating="5" HotelCode="311425|136793" HotelName="Mandarin Oriental Milan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andegari 9, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/1e/f41e6ab1f781435270bacf03a8da832579815aea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11581.11" OriginalAmount="11466.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468135" Longitude="9.198437" StarRating="5" HotelCode="|447326" HotelName="Portrait Milano - Lungarno Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/2/6/447326_829623a1250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12124.35" OriginalAmount="12004.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46936" Longitude="9.19114" StarRating="5" HotelCode="|191501" HotelName="Mandarin Oriental, Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Andegari 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/5/0/1/191501_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="21681.77" OriginalAmount="21467.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470112016524" Longitude="9.1897416114807" StarRating="5" HotelCode="30030|1232826" HotelName="Bulgari Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Fratelli Gabba 7/b, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/c1/acc1277984372feb7af8287dd5e42b071ef4f6dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
        <Offer>Discount:GBP326.91</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21792.09" OriginalAmount="21576.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4702064" Longitude="9.1896335" StarRating="5" HotelCode="|55983" HotelName="Bulgari  Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Fratelli Gabba,7b</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/8/3/55983_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Bulgari Resorts Milano is rated five stars, is in Milan city centre and was built in 2004. Regarding the food and beverage offering, the establishment has a restaurant. The establishment has lifts, a concierge, a safety deposit box service, a swimming pool and a sauna. The establishment offers guests room service and business facilities. ROOM: The establishment has 58 rooms with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="437.96" OriginalAmount="433.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.916718" Longitude="-88.754745" StarRating="0" HotelCode="|458406" HotelName="Econo Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>3022 S 1st St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access,Jacuzzi,Massage Centre,Sauna,Swimming Pool,Lounge,Bicycle Rental,Golf,Nightclub,Shopping Arcade,Spa,Diet Meals,Garden,Elevator,Parking,Porter,Kitchen,24 Hour Front Desk,Concierge,Housekeeping,LCD/Projector,Luggage Storage,Heated Pool,Pets allowed</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HOTEL,VILLAGE,APARTMENT,HOSTELS,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,APARTMENT HOTEL,ECO HOTEL,HOTEL DE CHARME,AIRPORT HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c05d75ca-2066-4832-9263-b5e1bbd2921e|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|True