public string CreateWorkflowGraph(Func <Type, string> labelFormatter)
 {
     return(_dependencyGraph.CreateGraph());
 }