/**
  * Make sure to use our custom strategy.
  *
  * @param Event $e
  */
 public function onEvent(Event $e)
 {
     HttpClientDiscovery::prependStrategy(self::class);
 }