MapKeyValueRepo

fun <Key, Value> MapKeyValueRepo(map: MutableMap<Key, Value> = mutableMapOf())