private static int GetPaymentParkingHours(Vehicle vehicle, int hours)
 {
     return(hours * VehicleHelper.GetCostPerHour(vehicle));
 }