I\'m trying to implement the repository pattern on top of EF Core 5.
I have the repository and its interface defined this way:
public class Repository