public void InvokeGetOutputFileTypes_Returns_Result()
        {
            HasClientCredentials();

            Dictionary <string, OutputFileType> result = null;

            Assert.That(() => result = _auphonic.GetOutputFileTypes(), Throws.Nothing);
            Assert.That(result, Is.Not.Null);
            Assert.That(result.Count, Is.GreaterThan(0));
        }