class Typhoeus::Service

def initialize(host, port)

def initialize(host, port)
  @host = host
  @port = port
end