string text = project.Variables["id_user"].Value;
string result = project.Variables["text"].Value;
project.SendToLog("Отослан ответ пользователю: " + text + " с ответом " + result, ZennoLab.InterfacesLibrary.Enums.Log.LogType.Info, true, ZennoLab.InterfacesLibrary.Enums.Log.LogColor.Green);