tailList.add(i);
ActorRef sequencingActorRef = _system.actorOf(new Props(
new UntypedActorFactory() {
public UntypedActor create() {
return new SequencingActor(testActor(), headList,
tailList);
}
}));
// pass the reference to implicit sender testActor() otherwise