<#@ template language="C#" inherits="Generators.BaseGenerator" #> <#@ assembly name="System.Core" #> <#@ import namespace="System.Linq" #> <#@ import namespace="System.Text" #> <#@ import namespace="System.Collections.Generic" #> <# var servicename = this.Config.Namespace.Split('.').Last(); foreach(var operation in this.Config.ServiceModel.Operations) { foreach(var example in operation.Examples) { #> <#=example.Description#> <# } } #>