public BuildStep withAge(Integer age) { user.setAge(age); return this; }
public AgeStep withName(String name) { user.setName(name); return this; }