/**
  * Handle the event.
  *
  * @param  RiskUpdated  $event
  * @return void
  */
 public function handle(RiskUpdated $event)
 {
     $this->mailer->emailUserRiskUpdated($event->risk);
 }