public void Handle(TransferUpdated c)
 {
     _store.UpdateTransfer(c.AggregateIdentifier, c.Status.ToString(), c.Activity);
 }