namespace FluentTest.Helpers { using System.Collections.Generic; using System.Windows; /// Holds a collection of items for application as a control's DataTemplate. public class TemplateCollection : List { } }