/**
  * @brief Query whether an address book is active
  * @return boolean
  */
 public function isActive()
 {
     return $this->backend->isActive($this->getId());
 }