prototype.identity().set( idGenerator.generate( ApplicationEvent.class ) );
UnitOfWork uow = uowf.currentUnitOfWork();
prototype.usecase().set( uow.usecase().name() );
prototype.version().set( version );
// JSON-ify parameters
JSONStringer json = new JSONStringer();
try
{