/** {@inheritdoc} */
 public function getCalculationModel($options = [])
 {
     return parent::getCalculationModel(array_merge(['type' => $this->_operation, 'domain' => $this->name, 'zone' => $this->getZone()], $options));
 }