# File lib/needle/lifecycle/initialize.rb, line 40
      def call( *args )
        service = succ.call( *args )
        service.send @init_method if service.respond_to?( @init_method )
        service
      end