This class is sealed but I need to mock it using Moq for use in a CRM workflow development for calling the method:
protected override ActivityExecutionStatus Execute(ActivityExecutionContext executionContext)
How can I do this or get around the problem by creating an instance of ActivityExecutionContext (which has no public constructor)?