/**
  * Sets the insulated flag.
  *
  * @param bool $insulated Whether to insulate the requests or not
  *
  * @throws \RuntimeException When Symfony Process Component is not installed
  *
  * @api
  */
 public function insulate($insulated = true)
 {
     $this->subject->insulate($insulated);
 }