public void Setup() { this.filler = new TemplateFiller(); obj = new DbObject("test", DateTime.Now); obj["prop1"] = "value1"; obj["prop2"] = "value2 value2 value2"; obj.AddTableRow("table1", new (string, string)[] { ("col1", "r1c1"), ("col2", "col2"), ("col3", "r1c3") });