public BaseRepository(ContextRepository context) { Context = context; InMemoryDb = Context.Set <TEntity>(); }