private void Apply(AccountActivated e)
 {
     impl = new ActivatedAccount(e);
 }
 private void Apply(AccountCreated e)
 {
     impl = new NotActivatedAccount(this.ApplyChange);
 }