public ApiResponse <List <UserResponse> > GetAllUser()
 {
     return(_usersClient.GetAllUsers("application/json").GetAwaiter().GetResult());
 }