/// <summary> /// Gets the details of all the users in the system. /// </summary> /// <param name="clientInfo">The client's connection info.</param> /// <param name="jsonObject">The json object.</param> private static void GetUsersDetails(ClientInfo clientInfo, JObject jsonObject) { var userList = sl.getUsersDetails(); SendMessage(clientInfo, userList); }