public void CompareComplyV1WithLoadedCredentials_Success()
        {
            CompareComplyService service = new CompareComplyService("2018-10-15");

            Assert.IsNotNull(service.GetAuthenticator());
        }