public bool RemoveUserProfileBanner()
        {
            var query = _accountQueryGenerator.GetRemoveUserProfileBannerQuery();

            return(_twitterAccessor.TryExecutePOSTQuery(query));
        }