// FIXME: Catchall
 private void AddObjectWithoutId(object obj)
 {
     _collector.Add(obj);
 }