/**
  * {@inheritDoc}
  */
 public function isCapostOfficeApplicable(\XLite\Module\XC\CanadaPost\Model\Order\PostOffice $office)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'isCapostOfficeApplicable', array($office));
     return parent::isCapostOfficeApplicable($office);
 }