Byron Heads:
> > 		this(string name, string id) {
> > 			this._name = _name;
> > 			this._id  = id;
> > 		}
> > 		
> 
> this._name = name; // you had _name
I have just filed a bug report on this (it's a lot of time I want to write it):
http://d.puremagic.com/issues/show_bug.cgi?id=4407
Bye,
bearophile