public void UpdateToken()
 {
     var state = GetAccessToken();
     TokenBLL tkBLL = new TokenBLL();
     tkBLL.SaveToken(state.AccessToken);
 }