public async Task Should_generate_schema_from_config() { string expected = await LoadExpectedSchema("config"); string json = schema.Generate(typeof(Config)).ToString(); json.Should().Be(expected); }