public void Add(IEnumerable <ExportPerson> personsToAdd) { _json.WriteFile(_config.ExportPath, personsToAdd); }