namespace Gameboard.ShogiUI.Sockets.ServiceModels.Types { public enum WhichPerspective { Player1, Player2, Spectator } }