{
  "LocationId": "019a9766-24cc-74c7-bf62-e4277298515f",
    "Items": [
      {
        "Id": "burger_classic",
        "Name": "Classic Burger",
        "Type": "Item",
        "Prices": [
          {
            "ServiceType": "EatIn",
            "Price": 895
          },
          {
            "ServiceType": "Takeout",
            "Price": 850
          }
        ]
      },
      {
        "Id": "burger_veggie",
        "Name": "Veggie Burger",
        "Type": "Item",
        "Prices": [
          {
            "ServiceType": "EatIn",
            "Price": 925
          },
          {
            "ServiceType": "Takeout",
            "Price": 879
          }
        ]
      },
      {
        "Id": "fries_regular",
        "Name": "Fries",
        "Type": "Item",
        "Prices": [
          {
            "ServiceType": "EatIn",
            "Price": 375
          },
          {
            "ServiceType": "Takeout",
            "Price": 350
          }
        ]
      },
      {
        "Id": "drink_soda",
        "Name": "Soda",
        "Type": "Item",
        "Prices": [
          {
            "ServiceType": "EatIn",
            "Price": 295
          },
          {
            "ServiceType": "Takeout",
            "Price": 275
          }
        ]
      },
      {
        "Id": "mod_lettuce",
        "Name": "Lettuce",
        "Type": "modifier",
        "Prices": [
          {
            "ServiceType": "Takeout",
            "Price": 0
          }
        ]
      },
      {
        "Id": "mod_tomato",
        "Name": "Tomato",
        "Type": "modifier",
        "Prices": [
          {
            "ServiceType": "Takeout",
            "Price": 0
          }
        ]
      },
      {
        "Id": "mod_onion",
        "Name": "Onion",
        "Type": "modifier",
        "Prices": [
          {
            "ServiceType": "Takeout",
            "Price": 0
          }
        ]
      },
      {
        "Id": "mod_cheese",
        "Name": "Cheddar Cheese",
        "Type": "modifier",
        "Prices": [
          {
            "ServiceType": "Takeout",
            "Price": 125
          }
        ]
      },
      {
        "Id": "mod_bacon",
        "Name": "Smoked Bacon",
        "Type": "modifier",
        "Prices": [
          {
            "ServiceType": "Takeout",
            "Price": 175
          }
        ]
      }
    ],
    "Categories": [
      {
        "Id": "cat_burgers",
        "Name": "Burgers",
        "ParentCategoryId": null,
        "Items": [
          {
            "Id": "burger_classic",
            "ModifierGroups": [
              "mg_burger_toppings"
            ]
          },
          {
            "Id": "burger_veggie",
            "ModifierGroups": [
              "mg_burger_toppings"
            ]
          }
        ]
      },
      {
        "Id": "cat_sides",
        "Name": "Sides",
        "ParentCategoryId": "cat_burgers",
        "Items": [
          {
            "Id": "fries_regular",
            "ModifierGroups": []
          }
        ]
      },
      {
        "Id": "cat_drinks",
        "Name": "Drinks",
        "ParentCategoryId": null,
        "Items": [
          {
            "Id": "drink_soda",
            "ModifierGroups": []
          }
        ]
      }
    ],
    "Modifiers": [
      {
        "Id": "mg_burger_toppings",
        "Name": "Burger Toppings",
        "Modifiers": [
          "mod_lettuce",
          "mod_tomato",
          "mod_onion",
          "mod_cheese",
          "mod_bacon"
        ]
      }
    ]
}