public string Tokenize(string template, dynamic context) { if (string.IsNullOrEmpty(template)) { return(template); } return(_tokenizer.Tokenize(template, context, _serviceProvider)); }
public string Tokenize(string template, dynamic context) { return(_tokenizer.Tokenize(template, context, _serviceProvider)); }