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