# File lib/ruote/context.rb, line 142
    def shutdown

      @storage.shutdown if @storage.respond_to?(:shutdown)
      @worker.shutdown if @worker

      @services.values.each { |s| s.shutdown if s.respond_to?(:shutdown) }
    end