The `@RelationshipProperties` only supports ```java @Id @GeneratedValue private Long id; ``` Can this be extended to also support the `UUID` type as it is for `@Node` annotated classes? ```java @Id @GeneratedValue private UUID id; ```