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