public void DespawnAll_Successfully() { _poolService.DespawnAll <PoolableEntity>(); _pool.Received().DespawnAll(); }