}
private List<AllocationInput> asAllocationInput(
AllocationResult allocationResult,
IAdvanceAllocationResultReceiver resultReceiver) {
return Collections.singletonList(new AllocationInput(allocationResult
.getAggregate(), allocationResult.getTask(), resultReceiver));
}