public async Task <ICollection <TEntity> > FindAllAsync(Expression <Func <TEntity, bool> > match) { return(await _serviceBase.FindAllAsync(match)); }