using System;
using System.Collections.Generic;
using System.Linq;
public class Program
{
public static void Main()
List<string> thing = null;
if (thing?.Any())
}