# File lib/fog/core/provider.rb, line 8
    def service(new_service, path)
      services << new_service
      require File.join('fog', path)
    end