open fun <T : Any> getLazy(clazz: Class<T>): Lazy<T>
open fun <T : Any> getLazy(clazz: Class<T>, name: String): Lazy<T>