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