public class WrapperInfo { public string? CountryId { get; set; } public string? CityId { get; set; } public string? HotelId { get; set; } public string? Cn { get; set; } public string? En { get; set; } }