public void Handle(AccountClosed c)
        {
            var account = _search.SelectAccountSummary(c.AggregateIdentifier);

            _store.UpdateAccountStatus(account.AccountIdentifier, "Closed");
        }