public String getActionHistoryDebugReportString(
     JwTimestamp startEffectiveUtcTs, JwTimestamp endEffectiveUtcTs) {
   AcAccountServiceRegistryIF registry = newRegistry();
   try {
     return registry
         .getDebugReportManagerService()
         .getActionHistoryDebugReportString(startEffectiveUtcTs, endEffectiveUtcTs);
   } finally {
     registry.releaseAll();
   }
 }