/**
  * Deactivates all other Conversation Editors, and activates the current one.
  */
 public function activate()
 {
     return parent::activate();
 }