private void AssertIsOptionOff(char option, Constraint constraint)
 {
     Assert.That(_options.IsOptionOff(option), constraint, "IsOptionOff");
 }