public IMapperConfig <FROM, TO> After(Action <FROM, TO> action) { memberConfig = memberConfig.After(action); return(this); }