public void removeDisconnectedMsisdnsFromPersistedIdentity(
     String absDeletedMsisdnFile, String fileForRecovery, String mongoPath) throws IOException {
   payGCatchUpService.removeDisconnectedMsisdns(absDeletedMsisdnFile, fileForRecovery, mongoPath);
 }
 public void recoverRemovedMsisdns(String mongoPath, String fileForRecovery) throws IOException {
   payGCatchUpService.recoverRemovedMsisdns(mongoPath, fileForRecovery);
 }
 public void deleteDisconnectedMsisdnsFromAsset(
     String absDeletedMsisdnFile, String fileForRecovery, String mongoPath) throws IOException {
   payGCatchUpService.deleteDisconnectedMsisdns(absDeletedMsisdnFile, fileForRecovery, mongoPath);
 }