/**
  * {@inheritdoc}
  */
 public function resolve($timeout = null)
 {
     $this->invoker->resolve($this, $timeout);
     return $this->reply;
 }