fun set(key: String, value: String): Unit
fun set(key: String, value: Boolean): Unit
fun set(key: String, value: Int): Unit