public void Invoke_GetInfoAsync_Returns_Result()
        {
            HasClientCredentials();

            Info result = null;

            Assert.That(async() => result = await _auphonic.GetInfoAsync(), Throws.Nothing);
            Assert.That(result, Is.Not.Null);
        }