require 'copland' registry = Copland::Registry.build adder = registry.service( "tutorial.Adder" ) puts adder.add( "5", 7 )