public override void Handle(UserCreated evt)
 {
     _userRegistrationService.FinishRegistration(evt.UserId);
 }