public void OnPreUpdate(Entities.Account.IAccountNameChanged target, Entities.Account.IAccountPreName prename, ServiceAPI.IAccountService accountService)
 {
     accountService.OnNameChanged(target);
     target.setDescription(prename.Name);
 }
 public void OnPreUpdate(Entities.Account.IAccountNameChanged nameChanged, Entities.Account.IAccountPreName preName)
 {
 }