Hands-on lab/lab-files/src/TollBooth/TollBooth/SendToEventGrid.cs (2 lines): - line 32: // TODO 3: Modify send method to include the proper eventType name value for saving plate data. - line 37: // TODO 4: Modify send method to include the proper eventType name value for queuing plate for manual review. Hands-on lab/lab-files/src/TollBooth/TollBooth/DatabaseMethods.cs (2 lines): - line 42: // TODO 5: Retrieve a List of LicensePlateDataDocument objects from the collectionLink where the exported value is false. - line 45: // TODO 6: Remove the line below. Hands-on lab/lab-files/src/TollBooth/TollBooth/FileMethods.cs (1 line): - line 60: // TODO 7: Asynchronously upload the blob from the memory stream. Hands-on lab/lab-files/src/TollBooth/TollBooth/FindLicensePlateText.cs (1 line): - line 46: // TODO 2: Populate the below two variables with the correct AppSettings properties. Hands-on lab/lab-files/src/TollBooth/TollBooth/ProcessImage.cs (1 line): - line 63: // TODO 1: Set the licensePlateText value by awaiting a new FindLicensePlateText.GetLicensePlate method.