namespace Tiger.Game.Settings; public interface ISettingsDao { Task> GetSettingsAsync(); }