public async Task FindAllApplicationUser()
        {
            await Service.FindAllApplicationUser();

            Assert.Pass();
        }