public static void Test() { var x = "Hello"; var y = x.ToUpper(); }