using Connected.Data; namespace Connected.Security.Identity; public interface IRole : IPrimaryKey { string Name { get; init; } }