I want to do the MembersGetInfoAsync(IEnumerable<UserSelectorArg>) but am wondering how to I create a new instance of the UserSelectorArg with an email of the user I want?
I can only find a constructor that takes 0 arguments but I want to create one with a specified email so that I may input it into the above function, or is there an easier way to specify information for a specific team member?