namespace Wizard; public interface IChatApiSettings { ApiType.Type ApiChatMessages { get; } ApiType.Type ApiChatPost { get; } ApiType.Type ApiChatAddReplay { get; } ApiType.Type ApiChatReplayDetail { get; } ApiType.Type ApiChatAddDeck { get; } ApiType.Type ApiChatDeleteDeck { get; } ApiType.Type ApiChatDeckLog { get; } }