static void Main(string[] args)
 {
     var templateTester = new TestTemplate();
     templateTester.Creeting();
 }
        static void Main(string[] args)
        {
            var templateTester = new TestTemplate();

            templateTester.Creeting();
        }