/**
  * Check if current environment is on the child context or not
  * @return boolean
  */
 public function isExternal()
 {
     return $this->communicator->isIsExternal();
 }