/**
  * {@inheritDoc}
  */
 public function getBoxWeightInKg($adjustFloatValue = false)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBoxWeightInKg', array($adjustFloatValue));
     return parent::getBoxWeightInKg($adjustFloatValue);
 }