public void Double_Feet_To_Ich()
        {
            Converstion converstion = new Converstion();

            Assert.AreEqual(24, converstion.measure3(2));
        }