public BasePenguinRelationship(PenguinRelationshipDirection direction, RelationDatastore datastore, long target) : this(direction, datastore) { this.Target = new PenguinReference(target); }
public BasePenguinRelationship(PenguinRelationshipDirection direction, RelationDatastore datastore) : this(datastore.RelationName) { this.Direction = direction; this.Datastore = datastore; }