private async Task LogoutAsync()
        {
            this.ErrorHandler.ClearError();
            await gistClientService.LogoutAsync();

            Gists.Clear();
            this.IsAuthenticated  = false;
            this.SearchExpression = string.Empty;
        }