namespace YachtDice.UI.Presentation { public interface IGameSaveService { void Load(); void Save(); } }