public object GetPreviousParkingServiceByVehicularPlateController(string vehicularPlate)
 {
     return(Ok(ParkingServicesService.GetPreviousParkingServiceByVehicularPlate(vehicularPlate)));
 }