String newId([String prefix = "n"]) => "$prefix${DateTime.now().microsecondsSinceEpoch}_${_nextId++}";