//[FormatFilter] public IActionResult GetAllCar() { try { return(Ok(carService.GetAllCar())); } catch (Exception) { return(StatusCode(500)); } }