public virtual async Task <TEntity> GetByIdAsync(Guid id) { return(await _entityRepository.GetByIdAsync(id)); }