public Developer LivesIn(Countries country, int since) { Lives = new CountryYearStamp(country, since); return(this); }
public Developer BornIn(Countries country, int year) { Born = new CountryYearStamp(country, year); return(this); }