using Shogi.Contracts.Types; namespace Shogi.Contracts.Socket { public interface ISocketRequest { SocketAction Action { get; } } }