public async Task <IActionResult> GetAll() { var users = await _userService.GetAll(); return(Ok(users)); }