namespace InABox.WPF { public class BooleanMatcher : AbstractMatcher { public BooleanMatcher() { Value = true; } } }