do {
            let content = try router.render(template: "test.htm", with: person, forKey: "")
            XCTAssertEqual(content, "Hello World!")
        } catch {
            XCTFail("Error during render \(error)")