/**
  * 
  *
  * @static 
  */
 public static function dispatch($eventName, $context = array())
 {
     //Method inherited from \Guzzle\Common\AbstractHasDispatcher
     return \Aws\Common\Aws::dispatch($eventName, $context);
 }