public OneMoreThingStore(IThingLoader loader)
 {
     _things = loader.Load();
 }