public function getMD5()
 {
     return md5($this->getApplication() . ($this->user->isAuthenticated() ? serialize($this->user->getUser()->toArray(false)) : 0));
 }