public bool ContainsPrefab(GameObject unityPrefab) { return(_prefabs.GetEntityByPredicate(item => item.UnityPrefab == unityPrefab) != null); }