If i have situation, when some 'Entity1' has relation with 'Entity2', but 'Entity2' are related and work only with 'Entity1' logic, so separating it to another Module it seems overhead. Should i just add Entity2 to Entity1 domain and add separate Repository for it ?