public async Task CanGetEmail()
        {
            var emails = await _emailClient.GetAll();

            Assert.NotEmpty(emails);
        }