public class GetPriceLocationInfoDto
{
    public GetPriceAddressRequestDto Origin { get; set; }
    
    public IEnumerable<GetPriceAddressRequestDto> Destinations { get; set; }
}