protected override void Context()
 {
     _visitor = new MyComplexVisitor();
     sut      = new UnableToVisitObjectException(_visitor, typeof(IAnotherInteface));
 }
 protected override void Context()
 {
     base.Context();
     _visitor       = new MyComplexVisitor();
     _mySimpleClass = new MySimpleClass();
 }