public GameObjectCopy FindGameObject(string name) { return(AllObjects.ByName(name).FirstOrDefault()); }