namespace Gameboard.ShogiUI.Sockets.ServiceModels.Socket { public interface IResponse { string Action { get; } } }