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