I\'m trying to create type configurations for the following model:
public record SomeEntityIdentifier { AnotherEntity Another; int Number; } public c