Tutorial - Lab 5 Ex 1 - votingArgs
In order to use a votingArgs argument (Task 3, Step 13), you need to make the VotingEventArgs class in VotingService.cs public (Task 2, Step 3).
In addition, I had to create a votingArgs field (of type VotingEventArgs) in the VotingWorkflow class.

