public async Task <Trucks> GetTruck([FromQuery] int truckId)
 {
     return(await _truckService.GetTruck(truckId));
 }