repo

fun <ID : Any, T : Any> repo(name: String? = null, initialRepoProvider: () -> Map<ID, T>?? = null): GenericRepositoryMockDelegate<ID, T>