using System.Collections.Generic; namespace CapnpC.Model { interface IHasGenericParameters { List GenericParameters { get; } } }