/// Passing in these users will add them to the invitable users list
 public void AddSuggestedUser(UInt64 userID)
 {
     CAPI.ovr_InviteOptions_AddSuggestedUser(Handle, userID);
 }