private void SaveLogToDb(Candidate candidate, byte[] target) { logHandler.Perform(candidate, target); }
private void SaveBackupToDb(Candidate candidate, byte[] target) { backupHandler.Perform(candidate, target); }