// Add a log item.
 private void AddLog(String _log)
 {
     LogHelper.AddVerificationLog(_log);
 }