using System.Collections.Generic; namespace CapnpC.Model { interface IHasNestedDefinitions { List NestedTypes { get; } List Constants { get; } } }