public RelationshipBuilder RelateTo(Id id) { RelatedEntities.Add(id); return(this); }
public Associate With <TRelatedEntity>(TRelatedEntity entity) where TRelatedEntity : CrmPlusPlusEntity, new() { RelatedEntities.Add(entity.Id, EntityNameAttribute.GetFromType <TRelatedEntity>()); return(this); }