Пример #1
0
 private async Task <bool> CreateFriendship()
 {
     return(await FriendService.CreateFriendship(Username));
 }