public DeliveryPriceService(Dpd dpd, AlLogistic alLogistic, EastLine eastLine) { _dpd = dpd; _alLogistic = alLogistic; _eastLine = eastLine; }