private void Unpack(string lm, string destination)
 {
     log(lm + ": start converting");
     unpacker.Start(lm, destination);
 }