namespace TeamCity.CSharpInteractive; internal interface IPresenter { public void Show(T data); }