public static void OpenActualExecutionPlanVisNetwork(this ExecutionStatus executionStatus)
 {
     Tools.OpenFile(executionStatus.GetActualExecutionPlanHtmlVisNetwork(), "html");
 }