public static void Main()
Console.WriteLine("Hello World");
var IsSurveyComment_Value = "true";
bool.TryParse(IsSurveyComment_Value, out var isSurveyResponse);
Console.WriteLine("IsSurveyComment_Value = true");
Console.WriteLine("IsSurveyComment_Value = false");