// This should only happen for bidirectional associations, when we are creating the association on the owner side.
// We can ignore the creation of the relationship in this case and we will create it when dealing with the inverese side of
// the same association
return new Tuple();
}
return new Tuple( new Neo4jTupleAssociationSnapshot( relationship, associationKey ) );
}