private static string CreateNodeId(IAstNode node)
 {
     return($"{node.GetType( ).GUID}-{node.GetHashCode( )}");
 }