public IRelationship CreateRelationshipWithValue( IEnumerable <Guid> participants, IEnumerable <string> tags, int value) { IRelationship relationship = this.CreateRelationship(participants, tags); relationship.ModifyValueOfAllParticipants(value); return(relationship); }