public virtual Task <RestGuildUser> AddGuildUserAsync(ulong userId, string accessToken, Action <AddGuildUserProperties>?func = null, RequestOptions?options = null)
 {
     return(_socketGuild.AddGuildUserAsync(userId, accessToken, func, options));
 }