/// <inheritdoc cref="FriendsService.GetBlocklist"/>
 public async Task <List <BlockedFriend> > GetBlocklist()
 => await FriendsService.GetBlocklist(this);