public void TestMethod1()
        {
            bool r = Metodo.Example1();

            Assert.AreEqual(true, r);
        }