public void Next_zoo_id_should_work()
        {
            var service = new ZooService(this.context);

            Assert.True(service.GetNextId() > 0);
        }