namespace Shogi.Api.Models { public enum WhichLoginPlatform { Unknown, Microsoft, Guest } }