public static bool IsSubscribed(int threadId, int userId) { return(DBForums.ForumThreadSubscriptionExists(threadId, userId)); }