public void CheckBags(string bag, int count)
 {
     policy.CountRootBags(bag).ShouldBe(count);
 }