public async Task <IActionResult> GetFriendsWithStatusAsync(string userId) { var friends = await _friendsService.GetFriendsWithStatusAsync(userId); return(Ok(friends)); }