public Repository(CosmoContext context) { this._context = context; this._entities = context.Set <TEntity>(); }