/// <summary> /// Gets the list of managed users from BIRST. /// </summary> /// <returns>The list of users.</returns> public string[] GetManagedUsers() { return(_webService.listManagedUsers(LoginToken)); }