using System;
using System.Reflection;
/* If you are going to check for properties of all objects at more than one place
my suggestion is to write a method that does the work and test the method and your are done.
This method should check for null if an object and or if string check for null or empty
*/
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
}