public async Task <string> GetList(string business_id) { var rs = await _templatesRepository.GetList(business_id); return(rs.ToJson()); }