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