public JsonReadOnlyRepository(IJsonDb jsonDb) { _jsonDb = jsonDb; }
public PersonRepository(IJsonDb <Person> db) => _db = db;