public async Task LoadAsync(int friendId)
 {
     Friend = await _dataService.GetFriendByIdAsync(friendId);
 }