public function getCartDTO()
 {
     return $this->cartDTOBuilder->build();
 }
 public function getCartDTOWithAllData()
 {
     return $this->cartDTOBuilder->withAllData($this->cartCalculator)->build();
 }