public override Task <TwitterFriendship> Send(TwitterAccount account) { return(account.UpdateFriendshipAsync(_userId, _deviceNotifications, _showRetweets)); }