public void Handle(AccountOpened c)
 {
     _store.InsertAccount(c.IdentityTenant, c.AggregateIdentifier, c.Code, "Open", c.Owner);
 }