ParkSquare.SkyTv by Jon Meesam

<PackageReference Include="ParkSquare.SkyTv" Version="8.0.0" />

 ServiceDto

public class ServiceDto
public string C { get; set; }

public string DvbTriplet { get; set; }

public bool Schedule { get; set; }

public string ServiceType { get; set; }

public IReadOnlyCollection<string> ServiceTypes { get; set; }

public string Sf { get; set; }

public string Sg { get; set; }

public string Sid { get; set; }

public string Sk { get; set; }

public string T { get; set; }

public bool TimeShifted { get; set; }

public string Xsg { get; set; }

public ServiceDto()