public TestInputTopic <K, V> CreateInputTopic <K, V>(string topicName, ISerDes <K> keySerdes, ISerDes <V> valueSerdes) { var pipeInput = pipeBuilder.Input(topicName, configuration); return(new TestInputTopic <K, V>(pipeInput, configuration, keySerdes, valueSerdes)); }