static RegistryFactory()
        {
            RegistryImpl = new Registry();

            ResolverImpl = RegistryImpl.CreateScope();
        }