public static bool CheckSubscribeToUser(string nick, string subsnick) { return(_usersLogic.CheckSubscribeToUser(nick, subsnick)); }