public TestCase(IDocument doc, string alias, string path) { Doc = doc; Alias = alias; Path = path; Decision = Doc.Allow(Alias, Path); }