in Hands-on lab/lab-files/Tools/CustomerProfileJsonDataGenerator/DataObjects.cs [207:214]
private void GetDataSources(string locale)
{
DsName = this._notifier.Flow<Name>(new Name(locale));
var notifier = this._notifier;
var date = new Date("en") {Locale = locale};
DsDate = notifier.Flow<Date>(date);
DsRant = notifier.Flow<Rant>(new Rant());
}