Helper to dispatch Guzzle events and set the event name on the event
string $eventName Name of the event to dispatch:
array $context Context of the event:
Overrides HasDispatcherInterface::dispatch
public function dispatch($eventName, array $context = array()) {
$this
->getEventDispatcher()
->dispatch($eventName, new Event($context));
}