private static bool ClassNextToGlobalStatements(SyntaxNode root, ISyntaxFactsService syntaxFacts)
 => syntaxFacts.ContainsGlobalStatement(root);