public void EmptyArrayTest()
        {
            var array = Colls.Empty <string>();

            array.ShouldNotBeNull();
            array.ShouldBeEmpty();
        }
 private VerifyRulePackage()
 {
     DeclaringType = typeof(object);
     _rules        = Colls.Empty <CorrectValueRule>();
 }