public void CanCheckQueueTime()
        {
            int times = pool.CheckQueueTime(new int[] { }, 1);

            times.Should().Be(0);
        }