usingSystemProperty

fun <T> usingSystemProperty(    name: String,     value: String,     block: () -> T): T