String newActor(String className, String methods) { return ''' class ${className}IDLActor { const ${className}IDLActor._(); $methods } '''; }