public async Task PutItemToCell([FromQuery] int cellId, [FromQuery] int itemId) { await _truckService.PutItemToCell(cellId, itemId); }