public static void NewMethod(this ExtDemoClass ob)
 {
     Console.WriteLine("Hello I m extended method");
 }