using Connected.Data; namespace Connected.Common.Types.Continent; public interface IContinent : IPrimaryKey { string Name { get; init; } }