internal void ApplyToSource(TMappingType mapping) { _sourceProperty.SetValue(mapping, _sourceValue); }
internal void ApplyToSource(TMappingType mapping) { mapping.Set(member.Name, Layer.Defaults, sourceValue); }