/**
  * Get the handler class for the given command.
  *
  * @param mixed $command
  * @return string 
  * @static 
  */
 public static function getHandlerClass($command)
 {
     return \Collective\Bus\Dispatcher::getHandlerClass($command);
 }