public static class Program
public static void Main()
_ => throw new ArgumentOutOfRangeException()
private static void Demo(string str) =>
_ => throw new ArgumentOutOfRangeException()
private static void Add()
Console.WriteLine("Add");
private static void Subtract()
Console.WriteLine("Subtract");