# File lib/god/reporter.rb, line 12
    def method_missing(*args, &block)
      service.send(*args, &block)
    end