namespace TeamCity.CSharpInteractive; internal interface ICommandFactory { int Order { get; } IEnumerable Create(T data); }