module LHC::ConfigurationConcern::ClassMethods

def configure

def configure
  LHC::Config.instance.reset
  yield config
end