create

abstract fun <T : Any> create(clazz: KClass<T>, environment: String? = null, config: CreatorConfig.Builder.() -> Unit? = null): T