public void CallingPopBalloonsWithNullPlayFieldReferenceShouldThrowAnException()
        {
            RecursivePopStrategy popStrategy = new RecursivePopStrategy();

            popStrategy.PopBaloons(1, 1, null);
        }