public CompilationUnitSyntax ComputeRoot(CompilationUnitSyntax root) { return(root .F(r => AddContracts(r)) .F(r => AddUsingDirectives(r))); }