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