module Acme::Client::Resources::Challenges

def self.new(client, type:, **arguments)

def self.new(client, type:, **arguments)
  CHALLENGE_TYPES.fetch(type, Unsupported).new(client, **arguments)
end