this.system = system;
fileFetcher = system.actorOf(new Props(new UntypedActorFactory() {
public UntypedActor create() {
return new FileFetcher(client);
}
}).withRouter(new FromConfig()), "standaloneFileFetcher");
zipFileFetcher = system.actorOf(new Props(new UntypedActorFactory() {
public UntypedActor create() {