namespace TeamCity.CSharpInteractive; internal interface ICommandsRunner { IEnumerable Run(IEnumerable commands); }