using System; namespace ChineseChess.GUI.Contracts.Services { public interface IApplicationInfoService { Version GetVersion(); } }