private void SetFriends() { Communities.SetFriends(FormUserList(), total => { _console.LogD("New friends total:" + total); }, OnError); }