inline fun <reified T : ApplicationRecord> findRecord(id: RecordId): T?
inline fun <reified T : ApplicationRecord> findRecord(id: Int): T?