public async Task <TEntity> GetById(TPrimaryKey id) { return(await _context.Set <TEntity>().FindAsync(id)); }