public async Task AnyShouldReturnTrue() { await _categoriesService.CreateAsync("Traditional"); Assert.True(_categoriesService.Any()); }