/**
  * Register command-to-handler mappings.
  *
  * @param array $commands
  * @return void 
  * @static 
  */
 public static function maps($commands)
 {
     \Collective\Bus\Dispatcher::maps($commands);
 }