class Dry::Configurable::Config

def initialize

def initialize
  @config = ::Concurrent::Hash.new
  @lock = ::Mutex.new
  @defined = false
end