public void Parse(ModelMap map, string filePath) { var replacement = new ModelMap(map.Name, map.Entity); _inner.Parse(replacement, filePath); map.ReplaceWith(replacement); }