public void TestMethod1()
        {
            var sh = new Shapes(4.0);

            Assert.AreEqual(sh.CircleArea(), 50.272);
        }