/**
  * @param Event $e
  */
 public function hashKey(Event $e)
 {
     $e->setParam('key', md5($e->getParam('key')));
 }