public GameComponentCollectionEventArgs(GameComponent item) {
     _item = item;
 }