public async Task <IActionResult> GetAllUsers() { var result = await _userSvc.GetUsers(); return(Ok(result)); }