public override int Execute(string[] commandLineArguments)
 {
     Options.Parse(commandLineArguments);
     journal.ApplyRetention();
     return(0);
 }