public TType Get() => Getter.GetValue();
public void ApplyTo(object src, object dst) { Setter.SetValue(dst, Mapper.Map(Getter.GetValue(src))); }