public void AuthorisationCodeGrantTests()
        {
            var proxy    = new AuthorisationProxy();
            var response = proxy.AuthorisationCodeGrantRequest("12345", "test_scope", "test_state");

            Assert.True(response.IsSuccessfull);
        }