Set the request factory to use with the client when creating requests
RequestFactoryInterface $factory Request factory:
Overrides ClientInterface::setRequestFactory
public function setRequestFactory(RequestFactoryInterface $factory) {
$this->requestFactory = $factory;
return $this;
}