static void Main(string[] args)
        {
            UsefulMethods methods = new UsefulMethods();
            String        Res     = methods.GetGreeting("Bren");

            Console.WriteLine("Debug:" + Res);
            Console.ReadKey();
        }