You create an Azure Cosmos DB for a NoSQL container. You must use the .NET SDK to implement a client application that will process each individual change to items in the container. What should you do first?
a. Invoke the StartAsync method
b. Implement the change feed processor
c. Configure the Cosmos DB connection
d. Set up a secondary container for change tracking