/// <summary/> public async Task <TEntity> GetEntityByID(Guid entityId) { return(await _dbContext.FindAsync(typeof(TEntity), entityId) as TEntity); }