public string Execute(string[] args, out bool result) { try { result = true; return(logRec.ToJSON()); } catch (Exception) { result = false; return(null); } }