+ * Gets the information for a service a user is logged into.
+ *
+ * @param entityId ID of the service
+ *
+ * @return information for a service a user is logged into or null if the user is not logged into the given service
+ */
+ public ServiceInformation getServiceInformation(String entityId);
+
+ /**