namespace ChineseChess.GUI.Contracts.Services { public interface ISystemService { void OpenInWebBrowser(string url); } }