public void VisitorWithReturnIsImplemented() { var sut = new EventDeclaration(); sut.Accept(23).VerifyWithReturn(v => v.Visit(sut, 23)); }