Map<String, Object?> validateMapExcept(Map<String, Object?> values) { validateMap(values)?.throwSelf(); return values; }