public void Test_OresundsBronPrice()
        {
            OresundBron.Car c = new OresundBron.Car();

            int expected = 410;
            var result   = c.Price();


            Assert.AreEqual(expected, result);
        }