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

            string expected = "Oresund car";
            var    result   = c.VehicleType();


            Assert.AreEqual(expected, result);
        }