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