public void Update(IXDomainEvent evt)
        {
            var uow = uowFactory.CurrentUnitOfWork();

            uow.Save(evt);
        }