/** {@inheritdoc} */
 public function invoke($calls)
 {
     $this->profiler->registerCalls($calls);
     return new ProfiledResponseCollection($this->client->invoke($calls), $this->profiler);
 }