要自己开发实现一个操作string template 的enginepublic string Apply(string template, object dataSource) {//TODO: Write your implementation here that passes all tests in TemplateParser.Test project
}
根据传入的template和dataSource,获取output 如下