static void Sample(string input) { string result = input ?? "default"; Console.WriteLine($"Result: {result}"); }