Map<String, Object> properties = new LazyLoadPropertiesMap<Object>(propertyList, propertyLoadMappers);
List<UserActionRequest> asyncRequests = inActionContext.getUserActionRequests();
for (Entry<NotificationType, Collection<Long>> notification : batch.getRecipients().entrySet())
{
NotificationType type = notification.getKey();
Collection<Long> recipientIds = notification.getValue();
for (String notifierKey : notifiers.keySet())
{
log.debug("Filtering {} recipients for notifier {} from this list: {}", new Object[] { type,