Exemplo n.º 1
0
        public void MyTestCleanup()
        {
            AuthenticationApi authenticationApi = new AuthenticationApi(this.DsmApiContext);

            authenticationApi.LogOff().Wait();
            this.DsmApiContext = null;
        }