public Inventory getInventory(User user) { return findInventoryByUser(User user) .orElseThrow(() -> new NotFoundException()); }