public void TestListOfAllowedPassenfers() { IVehicle bus = new VehicleBus(); Assert.IsTrue(bus.GetAllovedTypesOfPassengers().Count > 0); }