/// <summary>
 /// Check if GWT token expired
 /// </summary>
 /// <returns></returns>
 private bool IsExpiredGWT()
 {
     return(JWTHelper.CheckExpired(GWT, _privateKey));
 }