class Registry::Extension

def install

def install
  Registry.const_get(install_type).new(self).install
end