So I have for example these models:
public class Account { public Guid ID {get;set;} [ForeignKey("Profile")] public Guid? ProfileId {g