public KafkaStreamSiloBuilder AddAvro(string schemaRegistryUrl) { _hostBuilder.AddAvro(_providerName, schemaRegistryUrl); return(this); }