/** {@inheritdoc} */
 public function getCalculationModel($options = [])
 {
     return parent::getCalculationModel(array_merge(['id' => $this->model_id, 'type' => 'renew', 'server' => $this->name, 'expires' => $this->_model->expires], $options));
 }
 /** {@inheritdoc} */
 public function getCalculationModel($options = [])
 {
     return parent::getCalculationModel(array_merge(['tariff_id' => $this->tariff_id, 'object' => 'server'], $options));
 }