using System;
using System.Collections;
//using System.Reflection;
public class Program
{
public static void Main()
//string vname = "baz";
//myCustomer.GetType().GetProperty(item.Key).SetValue(myCustomer, item.Value, null);
Console.WriteLine("Hello World");
}