namespace Splitter_UI.Services; public interface ILogService { void Log(string prefix, ConsoleColor color, string msg); }