namespace AyCode.Interfaces.Profiles; public interface IAcProfileForeignKey { public Guid ProfileId { get; set; } }