I have a simple method in my database repo to get a user by their Id.
public async Task GetUserByUserId(Guid userId) { return await _context.Use