This class is used internally by ASP.NET. You do not need to use this
class in your own code.
public class DeviceSpecificChoiceTemplateContainer {
// Public Constructors
public DeviceSpecificChoiceTemplateContainer( );
// Public Instance Properties
public string Name{set; get; }
public ITemplate Template{set; get; }
}