damian
fun getCallingClass(): Class<*> { return Class.forName(Exception().stackTrace[1].className) }
getCallingClass()