UnitTests/TestStubs.cs
namespace PaneOS.InteractiveComputer;

public interface IComputerApp
{
}