private bool TestMethodContext(ExecutionContext <Guid> executionContext)
        {
            executionContext.AddCheckpoint("Test checkpoint");
            executionContext.AddEndSummary("Test process finished overall summary");

            return(true);
        }