public static void Main()
var hintTextLob = "Default";
if (!string.IsNullOrWhiteSpace(hintText) && (string.IsNullOrEmpty(hintTextLob) || hintTextLob == "Default"))
Console.WriteLine("First case");
if (hintTextLob == "Default")
Console.WriteLine("Second case");