public void VerifyResult()
        {
			SenderAuthenticationTokenExample example = new SenderAuthenticationTokenExample(Props.GetInstance());
			example.Run();

			Assert.IsNotNull(example.SenderSessionId);
        }
        public void VerifyResult()
        {
            SenderAuthenticationTokenExample example = new SenderAuthenticationTokenExample(Props.GetInstance());

            example.Run();

            Assert.IsNotNull(example.SenderSessionId);
        }