private WorkflowHistoryEvents CreateWorkflowStartedEventGraph()
        {
            var workflowStartedEventGraph = _builder.WorkflowStartedGraph();

            return(new WorkflowHistoryEvents(workflowStartedEventGraph));
        }