Service for user related methods of the GitHub API.
UsersService get users => _users ??= UsersService(this);