public async Task <IEnumerable <GetFriendModel> > GetFriendsByUserId() { return(await friends.GetAllFriendsByUserId(this.currentUser.UserId)); }