public async Task <FriendViewModel> GetById(int id) => _mapper.Map <FriendViewModel>(await _friend.GetById(id));