class Porkadot::Config

def lb

def lb
  @lb ||= Porkadot::Configs::Lb.new(self)
  return @lb
end