public override void Reset()
 {
     authenticationType = CustomAuthenticationType.Custom;
     authName = null;
     authToken = null;
     authPostData = new FsmString(){UseVariable=true};
 }
 public override void Reset()
 {
     authenticationType = CustomAuthenticationType.Custom;
     authName           = null;
     authToken          = null;
     authPostData       = new FsmString()
     {
         UseVariable = true
     };
 }