I have a backend method called LikeExists() to verify if a certain user has liked a certain post.
public async Task LikeExists(int postId) {