public bool DoesFriendExist(int userId1, int userId2) { return(friendsRepository.DoesFriendExist(userId1, userId2)); }