public MapperContext Clone() { var context = new MapperContext(); Naming.CloneTo(context.Naming); UserConfigurations.CloneTo(context.UserConfigurations); ValueConverters.CloneTo(context.ValueConverters); return(context); }