public int Dis { get; set; }
public int Dat { get; set; }
public static void Main()
Thing thang = new Thing();
if (thang?.Dis == 17 || thang.Dat == 17)
Console.WriteLine("Seventeen!");
if (thing?.Dis == 17 || thing.Dat == 17)
Console.WriteLine("Seventeen?!");