public async Task FindApplicationUserById() { await Service.FindApplicationUserById(Context.ApplicationUser.FirstOrDefault().Id); Assert.Pass(); }