DebugVehicleSpecification

fun DebugVehicleSpecification(    brandName: String,     modelName: String,     modelYear: Int,     driverSeatArea: SeatArea,     engineType: VehicleEngineType,     exteriorDimensions: VehicleExteriorDimensions,     type: VehicleType,     weight: Weight)