Used to avoid collisions in the service file after names have been mangled to match the dart style.
final Set<String> usedTopLevelServiceNames = <String>{}..addAll(forbiddenTopLevelNames);