public void Should_GetLocationsWhereK8sIsSupportedFromJson()
        {
            string json = File.ReadAllText("get-provider-containerservice.json");

            var locations = JsonExtensions.GetLocationsOfferingAks(json);

            Assert.Equal(12, locations.Count());
        }