public function validateWeight(Package $package)
    {
        $importCountry = $this->detectImportCountry($package->getRecipientAddress());

        $weight = $package->getWeight();