using System.Collections.Generic;
public string ProcessName{get;set;}
public List<Node> Dependencies{get;set;}
public string ProcessName{get;set;}
public Node Node{get;set;}
public static void Main()
public static string ProcessInput()
var newLine = Console.ReadLine();
if (string.IsNullOrEmpty(newLine))