public function __construct($options)
 {
     parent::__construct($options);
     $this->_messageTemplates[self::ERROR_ORGANIZATION_CRMID1_FOUND] = "An organization with crmId1 '%value%' was found";
 }
 public function __construct($spec, $options = null)
 {
     parent::__construct($spec, $options);
     // Add error messages
     $this->_messageTemplates[self::ERROR_BILLING_NOT_FOUND] = "Billing account '%value%' not found";
 }