inline fun <reified T> CurrentSession.get(): T?
Get session instance with type T
IllegalStateException - if no session provider registered for type T
IllegalStateException