namespace Shared.Models.Online.KinoPub { public struct Url { public string http { get; set; } public string hls { get; set; } public string hls4 { get; set; } public string hls2 { get; set; } } }