Inheritance: ThingViewModelCollection
 private void LoadAccount(TypedThing<Account> accountThing)
 {
     _accountThing = accountThing;
     Things = new UserActivityViewModelCollection(_baconProvider, _accountThing.Data.Name);
 }