Hands-on lab/lab-files/TransactionGenerator/Program.cs (7 lines): - line 140: // TODO 1: Complete this code to send the Transaction object to Cosmos DB. Capture the returned ResourceResponse object to a new variable. - line 147: // TODO 2: Complete this code to append the number of RU/s consumed to the _cosmosRUsPerBatch variable. - line 190: // TODO 4: Complete code to send to Event Hub. - line 197: // TODO 5: Complete code to increment the count of number of Event Hub requests that succeeded. - line 369: // TODO 3: Complete the code below to create a Cosmos DB connection policy that has a Direct Connection Mode. - line 417: // TODO 6: Create an Event Hub Client from a connection string, using the EventHubConnectionString value. - line 419: // TODO 8: Create additional Event Hub clients from remaining two connection strings. Hands-on lab/lab-files/TransactionGenerator/Transaction.cs (1 line): - line 153: // TODO 7: Complete the code to set the time to live (TTL) value to 60 days (in seconds).