public async Task<User> GetById(int userId) => await _dbContext.Users.FirstOrDefaultAsync(x => x.Id == userId);