public void TestStaticClassStaticMethod()
 {
     if (!DummyStaticObject.Method1().Equals("Method1"))
     {
         throw new Exception("Se esperaba el valor Method1");
     }
 }