get { val myRepository: Repository = feature(Infrastructure).createEntityRepository(this, country) ... val entities = async(Dispatchers.IO) { myRepository.getBy(propertyName, values) } call.respond(entities) }